Skip to content

Instantly share code, notes, and snippets.

@arount
Created February 15, 2018 12:28
Show Gist options
  • Save arount/4f95d482db8d5947a8ce968eb39e9d6d to your computer and use it in GitHub Desktop.
Save arount/4f95d482db8d5947a8ce968eb39e9d6d to your computer and use it in GitHub Desktop.
Mysql - Evaluation
This file has been truncated, but you can view the full file.
-- MySQL dump 10.13 Distrib 5.5.59, for debian-linux-gnu (x86_64)
--
-- Host: localhost Database: igdb
-- ------------------------------------------------------
-- Server version 5.5.59-0+deb7u1
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
--
-- Table structure for table `companies`
--
DROP DATABASE IF EXISTS evaluation;
CREATE DATABASE evaluation COLLATE = utf8_bin;
USE evaluation;
DROP TABLE IF EXISTS `companies`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `companies` (
`id` int(11) NOT NULL,
`name` varchar(255) COLLATE utf8_bin NOT NULL,
`slug` varchar(255) COLLATE utf8_bin NOT NULL,
PRIMARY KEY (`id`),
KEY `name` (`name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `companies`
--
LOCK TABLES `companies` WRITE;
/*!40000 ALTER TABLE `companies` DISABLE KEYS */;
INSERT INTO `companies` VALUES (2142,'EA Bright Light','ea-bright-light'),(13326,'Toadman Interactive','toadman-interactive'),(13327,'Techland Publishing','techland-publishing'),(13328,'Kitsune Games','kitsune-games'),(13329,'Proxima Beta','proxima-beta'),(2737,'Meteor Entertainment','meteor-entertainment'),(13331,'Silicon Software','silicon-software'),(13332,'Nintendo R&D3','nintendo-r-and-d3'),(13333,'Arcanum Software Developments','arcanum-software-developments'),(13334,'Turtleneck Studios','turtleneck-studios'),(13335,'Megatoon Studios','megatoon-studios'),(13336,'Fedorov Ilya & Andrew Konovalov','fedorov-ilya-and-andrew-konovalov'),(2743,'Ideaworks Game Studio','ideaworks-game-studio'),(2744,'Jagex Limited','jagex-limited'),(13340,'Visco Corporation','visco-corporation'),(13341,'8th Day Software','8th-day-software'),(13342,'Crystal Box Team','crystal-box-team'),(13343,'AYE Technology','aye-technology'),(13344,'Dagestan Technology','dagestan-technology'),(13345,'D-Games','d-games'),(13346,'Floppy','floppy'),(13347,'Extarzz Team','extarzz-team'),(13348,'Guillermo Molina','guillermo-molina'),(13350,'Oleg Kazakov','oleg-kazakov'),(13352,'Arhammel Labs','arhammel-labs'),(13353,'Kestrel Games','kestrel-games'),(13354,'Titan Deep Space Company','titan-deep-space-company'),(13355,'NS Studio','ns-studio'),(13356,'rocketship','rocketship'),(13357,'MAD Entertainment','mad-entertainment'),(13359,'Brave Sun','brave-sun'),(13360,'Dispatch Games','dispatch-games'),(13361,'Artech Digital Entertainments, Inc.','artech-digital-entertainments-inc'),(13362,'Ogdon Micro Design, Inc.','ogdon-micro-design-inc'),(13363,'IUGO Mobile Entertainment','iugo-mobile-entertainment'),(13364,'Artem Bondin','artem-bondin'),(13365,'Zemina Co.','zemina-co'),(13366,'Exciting Games','exciting-games'),(13367,'Openoko Entertainment','openoko-entertainment'),(13368,'Challenge, Inc.','challenge-inc'),(13369,'Hololabs','hololabs'),(13370,'Cosmoscope','cosmoscope'),(13371,'Intelligent Design Ltd.','intelligent-design-ltd'),(13372,'ERE International','ere-international'),(13373,'Rack-It','rack-it'),(13374,'Publishing International','publishing-international'),(13375,'Software Resources International','software-resources-international'),(13376,'Scorpion','scorpion'),(13377,'Asmik Corporation','asmik-corporation'),(13378,'CBS/Sony Group','cbs-slash-sony-group'),(13379,'Macrales Studio','macrales-studio'),(13380,'Bitmogade Video Games','bitmogade-video-games'),(13381,'Bitologic Technologies','bitologic-technologies'),(13382,'com456dj','com456dj'),(13383,'Beat Games','beat-games'),(13384,'Newerth','newerth'),(13385,'the Savage community','the-savage-community'),(13386,'TRY Co., Ltd.','try-co-dot-ltd'),(13387,'Racing Bros','racing-bros'),(13389,'Zeque','zeque'),(13390,'Reptilia Designs','reptilia-designs'),(13391,'The Electric Ballhau','the-electric-ballhau'),(13392,'Hidden Treasures','hidden-treasures'),(13393,'Albino Moose Games','albino-moose-games'),(13394,'Armor Games Studios','armor-games-studios'),(13395,'Justin Wolf','justin-wolf'),(13396,'Krin Juangbhanich','krin-juangbhanich'),(13397,'Big Picture Games','big-picture-games'),(13398,'Ub3rgames','ub3rgames'),(13399,'MoFunZone','mofunzone'),(13400,'Clouds Inc','clouds-inc'),(13401,'Giga Rensya Inc','giga-rensya-inc'),(2754,'Gamezlab','gamezlab'),(13403,'jelly game','jelly-game'),(2756,'Sony Pictures Television','sony-pictures-television'),(2757,'Sony Pictures Consumer Products','sony-pictures-consumer-products'),(2758,'Tezuka Productions','tezuka-productions'),(2759,'Telegames','telegames'),(2760,'fabtek','fabtek'),(13411,'Drinksoft','drinksoft'),(13412,'PMC','pmc'),(13413,'L&K Logic Korea Co., Ltd.','l-and-k-logic-korea-co-dot-ltd'),(13414,'Game & Game','game-and-game'),(13415,'Delos Software','delos-software'),(13416,'Micro Status','micro-status'),(13417,'Major Developments','major-developments'),(13418,'SilverStarJapan','silverstarjapan'),(13419,'volki','volki'),(13420,'Soul Crew','soul-crew'),(13421,'Ludo Studios','ludo-studios'),(13422,'Neil Yates','neil-yates'),(13423,'Chip','chip'),(13424,'Paramnesia','paramnesia'),(2767,'Leguna','leguna'),(2768,'Metro Corporation','metro-corporation'),(2769,'Bay 12 Games','bay-12-games'),(2770,'Tarn Adams','tarn-adams'),(2771,'Jay Watts','jay-watts'),(2772,'Murudai','murudai'),(2774,'G3 Interactive','g3-interactive'),(2775,'Handheld Games','handheld-games'),(2777,'Xdev','xdev'),(2778,'Yoyo Entertainment','yoyo-entertainment'),(13463,'Crisp App Studio LLC','crisp-app-studio-llc'),(13464,'Igrek Games','igrek-games'),(13465,'General Interactive','general-interactive'),(2781,'Million','million'),(2782,'S-NEO','s-neo'),(2783,'Enix America Corporation','enix-america-corporation'),(13480,'Infomedia France','infomedia-france'),(2785,'The Story Lab','the-story-lab'),(2787,'EC-Interactive Ltd.','ec-interactive-ltd'),(2788,'GTL Media','gtl-media'),(2789,'Weapons Specialists Ltd','weapons-specialists-ltd'),(2790,'Donna Deseta Casting','donna-deseta-casting'),(2791,'Telsey + Company','telsey-company'),(2792,'Rockstar NYC','rockstar-nyc'),(2793,'Sobee','sobee'),(2794,'Franchise Interactive','franchise-interactive'),(2795,'Sanyo','sanyo'),(13486,'Chillyproof Games','chillyproof-games'),(2797,'Monochrome LLC','monochrome-llc'),(2798,'Konami Software Shanghai','konami-software-shanghai'),(2799,'InterActive Vision','interactive-vision'),(13490,'Jo-Mei Games','jo-mei-games'),(2801,'Frame Studios','frame-studios'),(13492,'Guru Games','guru-games'),(2803,'Sirius Games','sirius-games'),(13494,'Lillbacka Powerco Oy','lillbacka-powerco-oy'),(13495,'James Frowen','james-frowen'),(2807,'Shin\'en','shin-en'),(13504,'Concrete Software','concrete-software'),(13505,'Spotlight Software','spotlight-software'),(13506,'New Atlantis Games','new-atlantis-games'),(13507,'Sage\'s Creation','sages-creation'),(13508,'Two thousand and one entertainment studio','two-thousand-and-one-entertainment-studio'),(13509,'Acme Animation Inc.','acme-animation-inc'),(13510,'NMK Co. Ltd.','nmk-co-ltd'),(13511,'sa','sa'),(13512,'Alike Studio','alike-studio'),(13513,'Blinzy Studios','blinzy-studios'),(13514,'SPIL GAMES','spil-games'),(13515,'Acetronic','acetronic'),(13516,'CoseBelle','cosebelle'),(13517,'Black Lime Games','black-lime-games'),(13518,'FeelSkill','feelskill'),(13519,'Zircon International','zircon-international'),(13520,'Terrific Software','terrific-software'),(13521,'SABA','saba'),(13522,'Kai Darius Kohl and Fredric Blåholtz','kai-darius-kohl-and-fredric-blaholtz'),(13523,'Philips Semiconductors','philips-semiconductors'),(13524,'Interton','interton'),(13525,'Sinergia Studios','sinergia-studios'),(13526,'Tozai Games, Inc.','tozai-games-inc'),(13527,'Software Horizons','software-horizons'),(13528,'Abersoft Limited','abersoft-limited'),(13529,'Cyberdyne System','cyberdyne-system'),(13530,'Cyberdyne Systems','cyberdyne-systems'),(13531,'Redbeet Interactive','redbeet-interactive'),(13532,'Simblend','simblend'),(13533,'Fantastic Four','fantastic-four'),(13534,'Cognito','cognito'),(13535,'Arcana Software Limited','arcana-software-limited'),(13536,'Best Ever Games Compan','best-ever-games-compan'),(13537,'Realms','realms'),(13538,'Eldritch the Cat Ltd.','eldritch-the-cat-ltd'),(13539,'Pink Dogs','pink-dogs'),(13540,'Hamstercube','hamstercube'),(13541,'Fat Dog Games','fat-dog-games'),(13542,'Outlaw','outlaw'),(13543,'Byte Back','byte-back'),(13544,'Computer\'s Dream','computers-dream'),(13545,'Fissionchip Software','fissionchip-software'),(13546,'Subway Software','subway-software'),(13547,'Akaido Arcade Systems','akaido-arcade-systems'),(13548,'Last Chance Conversions','last-chance-conversions'),(13550,'ONEVISION GAMES','onevision-games'),(13551,'Coastalbyte Games','coastalbyte-games'),(13552,'Fair Weather Studios, LLC','fair-weather-studios-llc'),(13553,'Rhombus Studios','rhombus-studios'),(13554,'GameOrchard Productions','gameorchard-productions'),(13555,'House of How','house-of-how'),(13556,'Fully Illustrated','fully-illustrated'),(13557,'Cornered Rat Software','cornered-rat-software'),(13558,'fragOut Studio','fragout-studio'),(13559,'Jamroot Games','jamroot-games'),(13560,'PartTimeIndie','parttimeindie'),(13561,'Bombergames','bombergames'),(13565,'GameCrafterTeam','gamecrafterteam'),(2811,'South Winds Games','south-winds-games'),(2812,'Amazon Digital Services, Inc','amazon-digital-services-inc'),(13569,'Free Spirit Software Inc.','free-spirit-software-inc'),(13570,'SunA Co.','suna-co'),(2816,'Syrox Developments','syrox-developments'),(13572,'Decroix - Garofalo','decroix-garofalo'),(13573,'National Alliance','national-alliance'),(13574,'Resistance Records','resistance-records'),(13575,'Primal Software','primal-software'),(13576,'Pegasus Software','pegasus-software'),(13577,'Imperial Software Designs','imperial-software-designs'),(2820,'KCEK','kcek'),(13579,'PUBG Corp','pubg-corp'),(13580,'Deven Creative Studio','deven-creative-studio'),(13582,'Ubisoft Limited','ubisoft-limited'),(13584,'Turtle Byte Software','turtle-byte-software'),(2829,'ZOOM Inc.','zoom-inc'),(13586,'Tokyo Shoseki Co., Ltd.','tokyo-shoseki-co-dot-ltd'),(2831,'Hijinx Studios','hijinx-studios'),(13588,'Pixel Perfex','pixel-perfex'),(13589,'Carry Lab','carry-lab'),(13590,'Fire Plant Software','fire-plant-software'),(13591,'BernhardP','bernhardp'),(13592,'Alpine Studios','alpine-studios'),(13593,'Peakware Studio','peakware-studio'),(13594,'Monkey Stories','monkey-stories'),(13595,'Fireblade Software','fireblade-software'),(13596,'Uncaged Studios','uncaged-studios'),(2841,'D4 Enterprise, Inc','d4-enterprise-inc'),(2842,'slang','slang'),(2843,'Konami Co., Ltd','konami-co-dot-ltd'),(2844,'Ludia, Inc','ludia-inc'),(2845,'Mistic Software Inc','mistic-software-inc'),(2846,'Mad Doc Software','mad-doc-software'),(2847,'TechFront Studios','techfront-studios'),(2848,'eGames, Inc','egames-inc'),(2849,'Frozen Codebase, LLC','frozen-codebase-llc'),(2851,'Infinite Monkeys Entertainment Ltd.','infinite-monkeys-entertainment-ltd'),(2239,'Gamecock Media Group','gamecock-media-group'),(2240,'Respondesign','respondesign'),(2241,'W!Games','w-games'),(2242,'Zero Point Software','zero-point-software'),(2244,'Katauri Interactive','katauri-interactive'),(2245,'Big Fish Games','big-fish-games'),(2246,'Her Interactive','her-interactive'),(10184,'Lakefeperd','lakefeperd'),(2250,'Nunchuck Games','nunchuck-games'),(2251,'Hydravision Entertainment','hydravision-entertainment'),(2253,'Hyper-Devbox Japan','hyper-devbox-japan'),(10196,'Team Aquilla','team-aquilla'),(10197,'U.S. Gold Computerspiele','us-gold-computerspiele'),(10198,'Semi Logic Entertainments','semi-logic-entertainments'),(10199,'The Big Red Software Company','the-big-red-software-company'),(13841,'Hadrien Boyer','hadrien-boyer'),(13842,'HiWarp','hiwarp'),(2258,'Neopic BVBA','neopic-bvba'),(2259,'Radon Labs','radon-labs'),(13845,'Drakhar Studio','drakhar-studio'),(2261,'System Prisma','system-prisma'),(2263,'Boomzap Entertainment','boomzap-entertainment'),(2264,'Blazing Lizard','blazing-lizard'),(2265,'EM Studios','em-studios'),(2266,'Brain Toys','brain-toys'),(2267,'Epicenter Studios','epicenter-studios'),(10216,'Jarokn Games','jarokn-games'),(2269,'Jack Of All Games','jack-of-all-games'),(2270,'TNX','tnx'),(2271,'SpiderMonk Entertainment','spidermonk-entertainment'),(2272,'HandMade Games','handmade-games'),(2273,'Team Tachyon','team-tachyon'),(2274,'Kheops Studio','kheops-studio'),(2275,'Screenlife','screenlife'),(2276,'Fusionsphere Systems','fusionsphere-systems'),(2277,'Animation Arts','animation-arts'),(8856,'Super Duper Garrett Cooper','super-duper-garrett-cooper'),(8857,'Decane','decane'),(8858,'Retro Army Limited','retro-army-limited'),(8859,'Cape Copenhagen','cape-copenhagen'),(8860,'Candescent Games, Inc','candescent-games-inc'),(8861,'Ionising Software','ionising-software'),(8862,'Social Loner Studios','social-loner-studios'),(8863,'Hyper Hippo Games','hyper-hippo-games'),(8864,'Touz','touz'),(8865,'XIAOYAO','xiaoyao'),(8866,'BetaSparkUK','betasparkuk'),(8867,'Good Morning, Commander','good-morning-commander'),(8868,'Aaron Dordi','aaron-dordi'),(8869,'Only Human Studios','only-human-studios'),(8870,'The Lordz Games Studio','the-lordz-games-studio'),(8871,'Slitherine Ltd. - duplicate','slitherine-ltd-duplicate'),(8872,'Flashback Games','flashback-games'),(8873,'Gothic Labs','gothic-labs'),(8874,'Studio Nyx','studio-nyx'),(8875,'NEXT-SOFT+','next-soft-plus'),(8877,'Quantic Dream (original release)','quantic-dream-original-release'),(8878,'ViWo Games','viwo-games'),(8880,'Tru Blu Games','tru-blu-games'),(8881,'Up Multimedia','up-multimedia'),(8882,'Tlön Studios','tlon-studios'),(8883,'Gamestorming','gamestorming'),(8884,'Lemondo Entertainment','lemondo-entertainment'),(8885,'Dream Up','dream-up'),(8886,'Cross Eaglet','cross-eaglet'),(8887,'On The Level Game Studios','on-the-level-game-studios'),(8888,'FrameLineNetwork Kft.','framelinenetwork-kft'),(8890,'Love in Space','love-in-space'),(8891,'Winged Cloud','winged-cloud'),(8892,'Kaiko','kaiko'),(8893,'Gabriel Priske','gabriel-priske'),(8894,'Noetic','noetic'),(8895,'Galhmac Game Studio','galhmac-game-studio'),(8896,'Multi-Form','multi-form'),(8897,'DragonSix','dragonsix'),(8898,'Mokus','mokus'),(8899,'Bluestrike','bluestrike'),(8900,'Metalhead Software Inc.','metalhead-software-inc'),(8901,'Rampant Games','rampant-games'),(8903,'Archetype Global','archetype-global'),(8905,'Skatanic Studios','skatanic-studios'),(8906,'GSProductions Ltd.','gsproductions-ltd'),(8907,'Sinclair Strange','sinclair-strange'),(8908,'Bernt Andreas Eide','bernt-andreas-eide'),(8909,'FobTi interactive','fobti-interactive'),(8910,'Imaekgames [Imaek Limited]','imaekgames-imaek-limited'),(8911,'Indie Developer','indie-developer'),(8912,'Ludeme Games','ludeme-games'),(8913,'Duaik Entretenimento','duaik-entretenimento'),(8914,'Sharpened Edge Studios','sharpened-edge-studios'),(8915,'Chromatic Dream','chromatic-dream'),(8916,'Winged Pixel Inc.','winged-pixel-inc'),(8917,'Pictopotamus','pictopotamus'),(8920,'Guilherme Nunes Barbosa','guilherme-nunes-barbosa'),(5342,'electrolyte','electrolyte'),(5343,'UFO Interactive Games','ufo-interactive-games'),(5344,'Soft-World International Corporation','soft-world-international-corporation'),(5345,'Nihon System Inc','nihon-system-inc'),(5347,'Crytivo Games','crytivo-games'),(5348,'Elliptic Games','elliptic-games'),(5349,'Elliptic Games','elliptic-games--1'),(5350,'The Metrotainment Network','the-metrotainment-network'),(5351,'XDev Studios Europe','xdev-studios-europe'),(5352,'Clever Beans','clever-beans'),(5353,'Infogrames Studios','infogrames-studios'),(5354,'Flow Combine','flow-combine'),(5355,'YUKE’S Co., Ltd. - duplicate','yukes-co-dot-ltd-duplicate'),(5356,'Beavis Soft','beavis-soft'),(5357,'Digital Reality','digital-reality'),(5358,'Lucky Frame','lucky-frame'),(5359,'Teotl Studios','teotl-studios'),(5360,'Lazy 8 Studios','lazy-8-studios'),(5361,'NG:DEV.TEAM','ng-dev-dot-team'),(5362,'Ankama','ankama'),(5363,'Duranik','duranik'),(5364,'RedSpotGames','redspotgames'),(5365,'LudoCraft Ltd.','ludocraft-ltd'),(5367,'Infinite Dreams sp. z o.o','infinite-dreams-sp-z-oo'),(5368,'Infinite Dreams sp. z o.o','infinite-dreams-sp-z-oo--1'),(5369,'Playtonic','playtonic'),(5370,'Panache Digital Games','panache-digital-games'),(5371,'Steffen Gerlach','steffen-gerlach'),(5372,'Mythologic Interactive','mythologic-interactive'),(5373,'Adia Entertainment','adia-entertainment'),(5374,'Jobin','jobin'),(5375,'Sunchos Software','sunchos-software'),(5376,'Tose Software - duplicate','tose-software-duplicate'),(5377,'Mix Inc.','mix-inc'),(5378,'NTT PC Communications','ntt-pc-communications'),(5379,'Speed','speed'),(5380,'Umigame Jimusho Corporation','umigame-jimusho-corporation'),(5381,'INICIO Localization','inicio-localization'),(5382,'The Most Games','the-most-games'),(5383,'RoundTable Studio','roundtable-studio'),(5384,'DPN Santos','dpn-santos'),(5385,'Future Press','future-press'),(5387,'G-Style','g-style'),(5388,'Chime Corporation','chime-corporation'),(5389,'Anaheim Entertainment','anaheim-entertainment'),(5390,'Studio Grammy Pair','studio-grammy-pair'),(5391,'CO-RUN','co-run'),(5392,'Sound Prestiege','sound-prestiege'),(5393,'X-Over-Records','x-over-records'),(5394,'Water Orion','water-orion'),(5395,'T-Project','t-project'),(5396,'Nirai-Kanai','nirai-kanai'),(5397,'Connect Wizard','connect-wizard'),(5398,'The Green Kingdom','the-green-kingdom'),(5399,'Prey Growl','prey-growl'),(5400,'Perturbator','perturbator'),(5401,'Magna','magna'),(5402,'Vestron Vulture','vestron-vulture'),(5403,'Magic Sword','magic-sword'),(5404,'Scattle','scattle'),(5405,'Mioioin','mioioin'),(5406,'Life Companions','life-companions'),(5407,'Iamthekidyouknowwhatimean','iamthekidyouknowwhatimean'),(5408,'Cinimod','cinimod'),(5409,'Lippi Sound','lippi-sound'),(5410,'Dudmood','dudmood'),(5411,'Mega Drive','mega-drive'),(5412,'El Tigr3','el-tigr3'),(5413,'Light Club','light-club'),(5414,'Old Future Fox Gang','old-future-fox-gang'),(5415,'Modulogeek','modulogeek'),(5416,'Nounverber','nounverber'),(5417,'Mitch Murder','mitch-murder'),(5418,'El Huervo','el-huervo'),(5419,'Chromacle','chromacle'),(5420,'Riddarna','riddarna'),(5421,'Sjellos','sjellos'),(5422,'The Castanets','the-castanets'),(5423,'Studio Yotta','studio-yotta'),(5424,'Dayjob Studios','dayjob-studios'),(5425,'The Poppenkast','the-poppenkast'),(5426,'Studio Pierre Marchand','studio-pierre-marchand'),(5427,'Cæur de al lumière','caeur-de-al-lumiere'),(5428,'Studios Planet','studios-planet'),(5429,'Le Lab Mastering','le-lab-mastering'),(5430,'Cirque Du Solei Media','cirque-du-solei-media'),(5431,'Alice Studio','alice-studio'),(5432,'Synthesis Brazil','synthesis-brazil'),(5433,'Studio SoundValley','studio-soundvalley'),(5434,'KBA Creative','kba-creative'),(5435,'Pacific Ocean Post','pacific-ocean-post'),(5436,'Margarita Mix Santa Monica','margarita-mix-santa-monica'),(5437,'Melbourne Symphony Orchestra','melbourne-symphony-orchestra'),(5438,'Pyramid Studios','pyramid-studios'),(5439,'Mission Studio','mission-studio'),(5440,'Fangamer','fangamer'),(5441,'Forward Printing','forward-printing'),(5442,'iam8bit','iam8bit'),(5443,'Forty Seven Communications','forty-seven-communications'),(5444,'Airborn Studios','airborn-studios'),(5445,'Wabi Sabi Sound Inc','wabi-sabi-sound-inc'),(5446,'Lionbridge Game Services','lionbridge-game-services'),(5447,'Honeyslug','honeyslug'),(5448,'Nyamyam','nyamyam'),(5449,'Disruptive Games','disruptive-games'),(5450,'Barnyard Intelligence Games','barnyard-intelligence-games'),(5451,'Crystal Labs','crystal-labs'),(5452,'Phosphor Games','phosphor-games'),(5453,'Nether Productions, LLC','nether-productions-llc'),(5454,'Phosphor Games','phosphor-games--1'),(5456,'Behold Studios','behold-studios'),(5457,'Kyy Games','kyy-games'),(5458,'Adam Foster','adam-foster'),(5459,'Cowardly Creations','cowardly-creations'),(5460,'Auric Vision','auric-vision'),(5461,'Game Refuge Inc','game-refuge-inc'),(5464,'California Dreams','california-dreams'),(5466,'Digic','digic'),(5467,'Video Hawks','video-hawks'),(5468,'Central Casting','central-casting'),(5469,'Source Sound','source-sound'),(5470,'Feng Zhu Design','feng-zhu-design'),(5471,'Tippett Studios','tippett-studios'),(5472,'Oakley Inc.','oakley-inc'),(5473,'NJLive','njlive'),(5474,'Agora Games','agora-games'),(5476,'NXA Studios','nxa-studios'),(5477,'Passion Republic','passion-republic'),(5478,'Single 0','single-0'),(5479,'Relative Reality','relative-reality'),(5480,'Southern Metal Choppers','southern-metal-choppers'),(5481,'Fat Lucky\'s','fat-luckys'),(5482,'Thomason Performance','thomason-performance'),(5483,'Legacy Effects','legacy-effects'),(5484,'Moontower VFX','moontower-vfx'),(5485,'Stuck On On','stuck-on-on'),(5486,'Performance Truck','performance-truck'),(5487,'Spiderwood Studios','spiderwood-studios'),(5488,'Texas Kitchen Divas','texas-kitchen-divas'),(5489,'Ciao Chow Catering','ciao-chow-catering'),(5490,'OBFUSC','obfusc'),(5491,'Ghostly International','ghostly-international'),(5492,'Rolito','rolito'),(5493,'Interlink','interlink'),(5494,'Enkoline','enkoline'),(5495,'Nagareboshi','nagareboshi'),(5496,'Words of Magic','words-of-magic'),(5497,'Kaarbo Design','kaarbo-design'),(5498,'The People\'s Republic of Animation','the-peoples-republic-of-animation'),(5499,'Winking','winking'),(5500,'Game First International','game-first-international'),(5501,'NetEase Team','netease-team'),(5502,'JF Spanish Translation & Localization Solutions','jf-spanish-translation-and-localization-solutions'),(5503,'AK\'LA KARA Production','akla-kara-production'),(5504,'Atomic Sound Studio','atomic-sound-studio'),(5505,'Centauro Comunicaciones','centauro-comunicaciones'),(5506,'DNA Diseño en Audio','dna-diseno-en-audio'),(5507,'Spring Media Studio','spring-media-studio'),(5508,'Som de Vera Cruz Estúdios Cinematográficos','som-de-vera-cruz-estudios-cinematograficos'),(5509,'Mighty Vertex','mighty-vertex'),(5510,'Bootstrapper Studios','bootstrapper-studios'),(5511,'Catalyst Game Labs','catalyst-game-labs'),(5512,'Kickstarter.com','kickstarter-dot-com'),(5513,'Icons by Lorc','icons-by-lorc'),(5514,'Annosoft LLC','annosoft-llc'),(5515,'RAD Software','rad-software'),(5516,'Side Effects Software','side-effects-software'),(5517,'Welcome to 1979 Studios','welcome-to-1979-studios'),(5518,'Innovative Leisure','innovative-leisure'),(5519,'At The End Studios','at-the-end-studios'),(5520,'Basement Records','basement-records'),(5521,'Cutting Edge Music Services','cutting-edge-music-services'),(5522,'Zip Global','zip-global'),(5523,'Goblin','goblin'),(5524,'Sound Racer','sound-racer'),(5525,'Paon Corporation','paon-corporation'),(5527,'Rainbow Train','rainbow-train'),(5528,'Signal Studios','signal-studios'),(5529,'Terrible Toybox','terrible-toybox'),(5531,'Blue Mammoth Games','blue-mammoth-games'),(5532,'Xaviant Games','xaviant-games--1'),(5533,'A&F Software','a-and-f-software'),(5534,'SRD','srd'),(5535,'GarLu Productions','garlu-productions'),(5536,'Blitz Agency','blitz-agency'),(5537,'Onesite','onesite'),(5538,'Volta','volta'),(5539,'Scratch Image','scratch-image'),(5540,'Heavy Duty','heavy-duty'),(5541,'Zoe Quinn','zoe-quinn'),(5543,'Star Command LLC','star-command-llc'),(5544,'Square Product Development Division 4','square-product-development-division-4'),(5545,'Daydream Software','daydream-software'),(5546,'Engyne Creations','engyne-creations'),(5547,'Lion Game Lion','lion-game-lion'),(5548,'SNT Games','snt-games'),(5549,'SNTGames','sntgames'),(5550,'Sugarcut','sugarcut'),(5551,'Cabin House Studio','cabin-house-studio'),(5552,'Resonate Studios','resonate-studios'),(5553,'Alliance Studio','alliance-studio'),(5554,'Pixeltamer.net','pixeltamer-dot-net'),(5555,'Looking 4 Larry','looking-4-larry'),(5556,'Dan Klores Communications','dan-klores-communications'),(5557,'World Wrestling Entertainment','world-wrestling-entertainment'),(5558,'MILAJ Corporation','milaj-corporation'),(5559,'Spice Inc.','spice-inc'),(5560,'Axiom Designs','axiom-designs'),(5561,'Marigul Management','marigul-management'),(5562,'CR.64MC','cr-dot-64mc'),(5563,'Slovak National Symphony Orchestra','slovak-national-symphony-orchestra'),(5564,'Lucnica Chorus','lucnica-chorus'),(5565,'One Voice Productions','one-voice-productions'),(5566,'Livada Productions','livada-productions'),(5567,'Alexandra Audio','alexandra-audio'),(5568,'Masreya Media','masreya-media'),(5569,'Fast Productions Film','fast-productions-film'),(5570,'Up Records','up-records'),(5571,'I.S. Productions','is-productions'),(5572,'CM Dubbing Factory','cm-dubbing-factory'),(5573,'Square Sound','square-sound'),(5574,'Square Visual Works','square-visual-works'),(5575,'Dentsu','dentsu'),(5576,'Vacances','vacances'),(5577,'Spice','spice'),(5578,'Squartz','squartz'),(5579,'Cerny Games','cerny-games'),(5580,'Universal Sound','universal-sound'),(5581,'Production EN','production-en'),(5582,'Yuhoudou','yuhoudou'),(5583,'anime-R','anime-r'),(5584,'St. Mark','st-mark'),(5585,'Daume','daume'),(5586,'Tatsunoko Production','tatsunoko-production'),(5587,'Ingres','ingres'),(5588,'Studio Gimlet','studio-gimlet'),(5589,'Snow Light','snow-light'),(5590,'Studio Takuranke','studio-takuranke'),(5591,'Sunrise','sunrise'),(5592,'Studio L','studio-l'),(5593,'Xenron','xenron'),(5594,'Taikan Animation Studio','taikan-animation-studio'),(5595,'FAI Intemational','fai-intemational'),(5596,'Studio Easter','studio-easter'),(5597,'KES','kes'),(5598,'Q-TEC','q-tec'),(5599,'K2 Co. Ltd.','k2-co-ltd'),(5600,'Fukufuku','fukufuku'),(5601,'Ridastar','ridastar'),(5602,'Wedge Holdings','wedge-holdings'),(5603,'Zex Co. Ltd.','zex-co-ltd'),(5604,'Shanghai Birds Entertainment','shanghai-birds-entertainment'),(5605,'Tang Digital Information','tang-digital-information'),(5606,'CBC Radio-Canada','cbc-radio-canada'),(5607,'CNN Image Source','cnn-image-source'),(5608,'Icon Creative Studio','icon-creative-studio'),(5609,'Madison Ave. Casting & Service','madison-ave-casting-and-service'),(5610,'Millie Tom Casting','millie-tom-casting'),(5611,'Prologue','prologue'),(5612,'Screen Industrie Research and Trainging Centre','screen-industrie-research-and-trainging-centre'),(5613,'Shutterstock','shutterstock'),(5614,'Urban Post Production','urban-post-production'),(5615,'Wanted! Post-Production','wanted-post-production'),(5616,'Wolf & Crow','wolf-and-crow'),(5617,'XYZ RBG','xyz-rbg'),(5618,'Partnertrans','partnertrans'),(5619,'Uisce Massmedia','uisce-massmedia'),(5620,'Intragames','intragames'),(5621,'Team Echelon','team-echelon'),(5622,'Hit Detection','hit-detection'),(5623,'Blind','blind'),(5624,'Forge Studios','forge-studios'),(5625,'Centroid','centroid'),(5626,'Herold Studios','herold-studios'),(5627,'ARU Chicago','aru-chicago'),(5628,'American Agency','american-agency'),(5629,'Just Voices','just-voices'),(5630,'Reaching4Stars','reaching4stars'),(5631,'Stewart Talent','stewart-talent'),(5632,'Crytek Sofia','crytek-sofia'),(5633,'Crytek Seoul','crytek-seoul'),(5634,'Crytek Shanghai','crytek-shanghai'),(5635,'Ursula Haas Makeup School','ursula-haas-makeup-school'),(5636,'Bogenschuetzen Frankurt','bogenschuetzen-frankurt'),(5637,'Cakewalk','cakewalk'),(5638,'Triumph Motorcycles','triumph-motorcycles'),(5639,'Doc Martins','doc-martins'),(5640,'Avalon','avalon'),(5641,'3DFX','3dfx'),(5642,'Viacom Consumer Products','viacom-consumer-products'),(5643,'Screen Themes','screen-themes'),(5644,'Digital Island','digital-island'),(5645,'RedWest C','redwest-c'),(5646,'Jungle Studios','jungle-studios'),(5647,'Station X Studio','station-x-studio'),(5648,'Bright Pictures','bright-pictures'),(5649,'Virtual World Entertainment','virtual-world-entertainment'),(5650,'Ben Kitay Studios','ben-kitay-studios'),(5651,'Mix Magic','mix-magic'),(5652,'25th Edition','25th-edition'),(5653,'SDL International','sdl-international'),(5654,'Project Synthesis','project-synthesis'),(5655,'The Effects Network','the-effects-network'),(5656,'ADL Services','adl-services'),(5657,'Eldorado High School ROTC','eldorado-high-school-rotc'),(5658,'Hahn\'s World of Surplus','hahns-world-of-surplus'),(5659,'Buzzy\'s Recording','buzzys-recording'),(5660,'Junco MultiMedia','junco-multimedia'),(5661,'TL Goh','tl-goh'),(5662,'AT&T','at-and-t'),(5663,'Dacom','dacom'),(5664,'Exodus','exodus'),(5665,'Telia','telia'),(5666,'Soo Hoo Design','soo-hoo-design'),(5667,'Studio City','studio-city'),(5668,'Kenyon Wells','kenyon-wells'),(5669,'Square Enix Publishing','square-enix-publishing'),(5670,'Square Enix America','square-enix-america'),(5671,'Square Enix Japan \"EXTREME EDGES\" Team','square-enix-japan-extreme-edges-team'),(5672,'Sid Lee','sid-lee'),(5673,'Urstadt.Swan','urstadt-dot-swan'),(5674,'Original Force 3D','original-force-3d'),(5676,'Logic Artists','logic-artists'),(5677,'America Video Entertainment','america-video-entertainment'),(5678,'ALICE IN DISSONANCE','alice-in-dissonance'),(5680,'Blackmill Games','blackmill-games'),(5681,'Twin Ring Motegi','twin-ring-motegi'),(5682,'Sound and More','sound-and-more'),(5683,'Studio PRL SP','studio-prl-sp'),(5684,'Synthesis Pacific','synthesis-pacific'),(5685,'Comgad','comgad'),(5686,'Most Games','most-games'),(5687,'DLM International','dlm-international'),(5688,'Loc&More','loc-and-more'),(5689,'Grafit Studio','grafit-studio'),(5690,'Hydra','hydra'),(5691,'Juice','juice'),(5692,'The New Black','the-new-black'),(5693,'Human Ark','human-ark'),(5694,'Enjet Media','enjet-media'),(5695,'UDock.eu Creatve Studio','udock-dot-eu-creatve-studio'),(5696,'D3T Limited','d3t-limited'),(5697,'Advanto','advanto'),(5698,'Take One D.O.O.','take-one-doo'),(5699,'Fascinate','fascinate'),(5700,'Orphic Media','orphic-media'),(5701,'Off Base Productions','off-base-productions'),(5702,'VideoGameConsulting','videogameconsulting'),(5703,'Full Sail User Experience Center','full-sail-user-experience-center'),(5704,'Blueberry Interactive','blueberry-interactive'),(5705,'EA Origin','ea-origin'),(5706,'Cenega Czech','cenega-czech'),(5707,'Edlee Entertainment','edlee-entertainment'),(5708,'Bilkom Bilişim Hizmetleri','bilkom-bilisim-hizmetleri'),(5709,'Bandai Namco Games Korea','bandai-namco-games-korea'),(5710,'ComputerLand','computerland'),(5711,'SC Best Distribution','sc-best-distribution'),(5712,'NC Games & Entertainment','nc-games-and-entertainment'),(5713,'Megarom Interactive','megarom-interactive'),(5714,'EpicSoft','epicsoft'),(5715,'LS2 Pluto General Trading','ls2-pluto-general-trading'),(5716,'Origami Unfolded Consultancies','origami-unfolded-consultancies'),(5717,'Super Mario Club','super-mario-club'),(5718,'Mickey\'s Company','mickeys-company'),(5719,'Wave Master Recording Studio','wave-master-recording-studio'),(5720,'Graphic Takora','graphic-takora'),(5721,'Webtone','webtone'),(5722,'D.A.A.C. Corporation','daac-corporation'),(5723,'Bihou','bihou'),(5724,'Exmachina','exmachina'),(5725,'Menfond','menfond'),(5726,'Tommy & Co','tommy-and-co'),(5727,'Sony PCL','sony-pcl'),(5728,'Image Studio 109','image-studio-109'),(5729,'NHK Promotion','nhk-promotion'),(5730,'Wakakoma Pro','wakakoma-pro'),(5731,'Skywalker Sound','skywalker-sound'),(5732,'DNA Multimedia Audio','dna-multimedia-audio'),(5733,'Dreamtime Interactive','dreamtime-interactive'),(5734,'Solidsoft','solidsoft'),(5735,'T-Trouble','t-trouble'),(5736,'Talk Over','talk-over'),(5737,'Kanagawa Philharmony Orchestra','kanagawa-philharmony-orchestra'),(5738,'Jay Film','jay-film'),(5739,'One World','one-world'),(5740,'Digital Design Studio','digital-design-studio'),(5741,'Think','think'),(5742,'81 Entertainment','81-entertainment'),(5743,'Xtreme Studios','xtreme-studios'),(5744,'Northwest Boy Choir','northwest-boy-choir'),(5745,'Smithsonian Institution','smithsonian-institution'),(5746,'National Air and Space Museum','national-air-and-space-museum'),(5747,'College Park','college-park'),(5748,'Stunt Grunts','stunt-grunts'),(5749,'The Texas Military Historiacl Society','the-texas-military-historiacl-society'),(5750,'Studio Wildcard','studio-wildcard'),(5751,'atelier773','atelier773'),(5752,'Nyu Media','nyu-media'),(5753,'Ludometrics','ludometrics'),(5754,'Davidson & Associates','davidson-and-associates'),(5755,'BluSky Sotware','blusky-sotware'),(5756,'Chuck Benton','chuck-benton'),(5757,'Hipster Whale','hipster-whale'),(5758,'Discreet','discreet'),(5759,'Digital Outpost','digital-outpost'),(5760,'Gumas Advertising','gumas-advertising'),(5761,'Eldoren Consulting','eldoren-consulting'),(5762,'Studio Roshambeav','studio-roshambeav'),(5763,'The Magic Planter','the-magic-planter'),(5764,'San Mar Studios','san-mar-studios'),(5765,'Omega Cinema Props','omega-cinema-props'),(5766,'MusicWorks','musicworks'),(5767,'Sound Chamber','sound-chamber'),(5768,'KSM Future Sound','ksm-future-sound'),(5769,'Ubisoft Europe','ubisoft-europe'),(5770,'Stembridge Gun Rental','stembridge-gun-rental'),(5771,'Riptide Music','riptide-music'),(5772,'Joe Down Studio','joe-down-studio'),(5773,'Deresuke','deresuke'),(5774,'Buyuu','buyuu'),(5775,'Buku Production','buku-production'),(5776,'Cox','cox'),(5777,'Studio Cockpit','studio-cockpit'),(5778,'Orthogonal Games','orthogonal-games'),(5779,'Sierra Attractions','sierra-attractions'),(5780,'Aces Studio','aces-studio'),(8921,'Lennie Svensson','lennie-svensson'),(8922,'Morgan Andersson','morgan-andersson'),(8923,'Limevision Studios','limevision-studios'),(8925,'Crescent Moon Games, LLC','crescent-moon-games-llc'),(8926,'The Paper Robot','the-paper-robot'),(5787,'Ice Internet Cafe','ice-internet-cafe'),(5788,'Chen PR','chen-pr'),(8931,'WIWD Development','wiwd-development'),(5790,'Big Idea Group','big-idea-group'),(8934,'Strides Interactive','strides-interactive'),(8939,'Fatpuppy Softworks','fatpuppy-softworks'),(8940,'Oruji Productions','oruji-productions'),(8941,'Gaddy Games','gaddy-games'),(8942,'Colin Northway','colin-northway'),(5797,'Bazooka Studio','bazooka-studio'),(5798,'Raphael Digit & Studio','raphael-digit-and-studio'),(5799,'Dancing Office Saijo','dancing-office-saijo'),(5800,'Audio Motion Studios Ltd.','audio-motion-studios-ltd'),(5802,'E4E Interactive Entertainment','e4e-interactive-entertainment'),(8955,'Dreamatrix','dreamatrix--1'),(8956,'Force Of Habit','force-of-habit'),(8957,'VisualArts/Key','visualarts-slash-key'),(5805,'Mutato Muzika','mutato-muzika'),(8959,'One-bit Punch','one-bit-punch'),(5807,'Creative Services EARS','creative-services-ears'),(8961,'Calvino Noir Limited','calvino-noir-limited'),(5809,'New Japan Philharmonic','new-japan-philharmonic'),(5810,'Amuse','amuse'),(5811,'Echo Studio','echo-studio'),(5812,'Opus Corp.','opus-corp'),(5813,'Toei Advertising','toei-advertising'),(5814,'Kyokousendan Parametrick','kyokousendan-parametrick'),(5815,'Team Kukai','team-kukai'),(5816,'Fu Long Production','fu-long-production'),(5817,'Planning You','planning-you'),(5818,'The Second Company','the-second-company'),(5819,'EKO Media Design','eko-media-design'),(5820,'Arts Pro','arts-pro'),(8966,'Four Lights','four-lights'),(8967,'Double Action Factory','double-action-factory'),(5824,'Europress','europress'),(5825,'Dragon co.','dragon-co'),(5826,'Nice Code','nice-code'),(5827,'Dark Energy Digital','dark-energy-digital'),(5828,'Indie Games','indie-games'),(5829,'Tantrum Entertainment','tantrum-entertainment'),(5830,'Xing Entertainment','xing-entertainment'),(5831,'Deep Space','deep-space'),(8976,'REEW GAMES','reew-games'),(8977,'AMA','ama'),(8978,'Mando Productions','mando-productions'),(8979,'Tavern Games','tavern-games'),(8980,'Stained Glass Llama','stained-glass-llama'),(5833,'Outrigger Koubou','outrigger-koubou'),(8982,'Axyos Games','axyos-games'),(8983,'Odin Game Studio','odin-game-studio'),(8984,'Nexeon Studios','nexeon-studios'),(8987,'Traptics','traptics'),(8988,'vertex4 entertainment ltd.','vertex4-entertainment-ltd'),(5839,'GMF','gmf'),(8990,'Vinci Games','vinci-games'),(5841,'Joyoland','joyoland'),(8992,'Jochen Mistiaen','jochen-mistiaen'),(5843,'Shark Punch','shark-punch'),(5844,'Jundroo, LLC','jundroo-llc'),(5845,'Brooklyn Multimedia','brooklyn-multimedia'),(8998,'4Realms','4realms'),(5848,'BrandGames','brandgames'),(9000,'Shortbreak Studios s.c.','shortbreak-studios-sc'),(9001,'MobileBits','mobilebits'),(9002,'Axe Eel Games','axe-eel-games'),(9003,'CAVYHOUSE','cavyhouse'),(5852,'Slovak Radio Symphony Orchestra','slovak-radio-symphony-orchestra'),(5853,'Media Ventures Studio','media-ventures-studio'),(5854,'Prime-Mix Studio','prime-mix-studio'),(9008,'Sonalysts Combat Simulations','sonalysts-combat-simulations'),(9010,'Chocolate Liberation Front','chocolate-liberation-front'),(9012,'Kraken Games','kraken-games'),(9014,'M2 Co.,LTD','m2-co-dot-ltd'),(5861,'408 THX Suite','408-thx-suite'),(5862,'AC-3 Room','ac-3-room'),(5863,'Universal Studio Hitchcock Stage','universal-studio-hitchcock-stage'),(9018,'Codemasters Racing Studio','codemasters-racing-studio'),(5865,'Sound City 1','sound-city-1'),(9020,'Sascha Hartleb','sascha-hartleb'),(5867,'81 Produce Jr. Voice Actors','81-produce-jr-voice-actors'),(5868,'81 Produce','81-produce'),(5869,'Seinenza Film Production','seinenza-film-production'),(9024,'Sujin Ri','sujin-ri'),(9025,'Marcos Arroyo','marcos-arroyo'),(9026,'Seona Lee','seona-lee'),(9027,'Somi Lee','somi-lee'),(9028,'Sohyeon Jeon','sohyeon-jeon'),(9029,'Cheritz','cheritz'),(5876,'Digital Media Factory','digital-media-factory'),(9031,'James Mearman','james-mearman'),(9032,'www.dev-zoo.net','www-dot-dev-zoo-dot-net'),(9037,'Nordic Legacy','nordic-legacy'),(9038,'Hammerware, s.r.o.','hammerware-sro'),(9039,'Daniel Linssen','daniel-linssen'),(9040,'Snack Games','snack-games'),(5952,'Quelle','quelle'),(9042,'Crafty Studios','crafty-studios'),(9044,'Maus Software','maus-software'),(5956,'Upper Class Walrus','upper-class-walrus'),(9047,'Cubic Pie','cubic-pie'),(9048,'Swagabyte Games','swagabyte-games'),(9049,'ScrewAttack Games','screwattack-games'),(5962,'Motiga','motiga'),(5963,'Klonk Games','klonk-games'),(5964,'Heavy Spectrum Entertainment Labs','heavy-spectrum-entertainment-labs'),(5965,'Fireproof Games','fireproof-games'),(5966,'IMGN.PRO','imgn-dot-pro'),(5967,'We Create Stuff','we-create-stuff'),(5968,'Geeta Game','geeta-game'),(9072,'Incandescent Imaging','incandescent-imaging'),(9073,'Glitchy Pixel','glitchy-pixel'),(9074,'Reality Twist GmbH','reality-twist-gmbh'),(9075,'Duelboot','duelboot'),(9076,'ThoughtSTEM','thoughtstem'),(5973,'ATI Technologies','ati-technologies'),(5974,'Macrovision','macrovision'),(5975,'Tabot, Inc.','tabot-inc--1'),(9080,'Juniper GmbH','juniper-gmbh'),(5977,'Gainstar Software Ltd.','gainstar-software-ltd'),(9082,'Bolt Creative','bolt-creative'),(5979,'Big Pixel Studios','big-pixel-studios'),(9084,'Princesseuh','princesseuh'),(9085,'Sector3 Games','sector3-games'),(9086,'Bigger Boat','bigger-boat'),(9088,'Reakktor Studios','reakktor-studios'),(9089,'Angels Blue Digital Entertainment','angels-blue-digital-entertainment'),(9090,'Zotnip','zotnip'),(9091,'The Game Creators Ltd','the-game-creators-ltd'),(9092,'Developers Pack','developers-pack'),(9093,'Claudio Norori','claudio-norori'),(9094,'Antonio Vargas','antonio-vargas'),(9095,'Wildgrass','wildgrass'),(9096,'muvee Technologies','muvee-technologies'),(9097,'Copybugpaste','copybugpaste'),(9098,'Metaware','metaware'),(5990,'Konami America','konami-america'),(5991,'Holotech Sudios','holotech-sudios'),(9100,'Skydome Entertainment','skydome-entertainment'),(5993,'eigoMANGA','eigomanga'),(9102,'Relevant Games','relevant-games'),(9103,'Drakkar Dev','drakkar-dev'),(9104,'Levels or Lives','levels-or-lives'),(5997,'Studio Med-Art','studio-med-art'),(5998,'Waystone games','waystone-games'),(9108,'Chimera Entertainment','chimera-entertainment'),(6006,'Big Fish NW','big-fish-nw'),(6007,'Sugar Studios','sugar-studios'),(6008,'DC5 Talent','dc5-talent'),(6010,'Weapon Outfitters','weapon-outfitters'),(9111,'kChamp Games','kchamp-games'),(9112,'Mind Crew','mind-crew'),(9113,'Moenovel','moenovel'),(9114,'Ste Curran','ste-curran'),(6016,'Flying Cafe for Semianimals','flying-cafe-for-semianimals'),(1141,'Mosaic Publishing','mosaic-publishing'),(6020,'Cateia Games','cateia-games'),(1143,'Pangea Software, Inc.','pangea-software-inc'),(1144,'Bad Dog','bad-dog'),(9133,'Lavaboots Studios','lavaboots-studios'),(9134,'DigitalWorldEntertainment','digitalworldentertainment'),(1147,'Arc Developments','arc-developments'),(1148,'Hammer Technologies','hammer-technologies'),(9137,'Raymond Doerr','raymond-doerr'),(6029,'Future Games','future-games'),(6030,'Craneballs','craneballs'),(6031,'Cranberry Production','cranberry-production'),(1152,'International Computer Entertainment','international-computer-entertainment'),(1153,'ArtGame','artgame'),(9143,'Johnny Death Games','johnny-death-games'),(9144,'Bloodwolf Studio','bloodwolf-studio'),(9145,'Bacon Bandit Games','bacon-bandit-games'),(9146,'Gamesare','gamesare'),(6035,'Digital Artist Managment','digital-artist-managment'),(6036,'fonts101.com','fonts101-dot-com'),(6037,'Mercury Bar Productions','mercury-bar-productions'),(1160,'Thalion Software','thalion-software'),(1161,'United Software Artists','united-software-artists'),(1162,'Neurosport','neurosport'),(6040,'Smecky Studios','smecky-studios'),(1164,'Illymani Designs','illymani-designs'),(6042,'N-Able','n-able'),(6043,'Liquid','liquid'),(6044,'Emptage Hallet Talent Agency','emptage-hallet-talent-agency'),(9149,'Red Hedgehog','red-hedgehog'),(6046,'Conway Van Gelder Grant','conway-van-gelder-grant'),(6047,'Vocal Point','vocal-point'),(6048,'Triforce','triforce'),(6049,'Calypso Voices','calypso-voices'),(6050,'Volt','volt'),(9153,'New Reality Games','new-reality-games'),(9154,'Essence Ltd.','essence-ltd'),(1173,'Haxoft','haxoft'),(9157,'nalothchris','nalothchris'),(9158,'rpmadden01','rpmadden01'),(9159,'No Publisher','no-publisher'),(6055,'Key Visual Arts','key-visual-arts'),(6056,'A Crowd of Monsters','a-crowd-of-monsters'),(9162,'OG-ZONE Digital Entertainment','og-zone-digital-entertainment'),(9164,'Ankama Studio','ankama-studio'),(6060,'Soft Pro International','soft-pro-international'),(6061,'Nikitova','nikitova'),(1180,'World Domination Industries, Inc.','world-domination-industries-inc'),(1181,'Digital Pictures','digital-pictures'),(9170,'Simon Says: Watch! Play!','simon-says-watch-play'),(1183,'Tsunami Media','tsunami-media'),(9172,'Mirko Seithe','mirko-seithe'),(1185,'The Dreamers Guild','the-dreamers-guild'),(9175,'LuGus Studios','lugus-studios'),(9176,'Romenics','romenics'),(9177,'Artaani','artaani'),(1190,'Attic Entertainment Software','attic-entertainment-software'),(9183,'Parody Games, LLC','parody-games-llc'),(9184,'Z-Software','z-software'),(1193,'Synthetic Dimensions','synthetic-dimensions'),(9187,'Tammeka Games','tammeka-games'),(9188,'Brave Giant LTD','brave-giant-ltd'),(12394,'AZAMATIKA','azamatika'),(1205,'TNT Team','tnt-team'),(12396,'oneweakness','oneweakness'),(1207,'Level Infinity','level-infinity'),(1208,'Bizarre Creations','bizarre-creations'),(9196,'Clapfoot','clapfoot'),(9199,'Rusty Lake','rusty-lake'),(9200,'Omega Software','omega-software'),(9201,'Funny Games Group','funny-games-group'),(9202,'Catstudio','catstudio'),(9203,'ETeeski','eteeski'),(1213,'Evolution Studios','evolution-studios'),(1214,'Game Republic Inc.','game-republic-inc'),(9208,'Wabi Sabi Sound','wabi-sabi-sound'),(9209,'Thekla','thekla'),(9210,'FOURM Design Studio','fourm-design-studio'),(9211,'Fletcher Studio','fletcher-studio'),(9212,'TinyCo','tinyco'),(6084,'Yakiniku Banzai','yakiniku-banzai'),(12407,'International Software Development Group','international-software-development-group'),(12409,'Prasius','prasius'),(12410,'KookyGa','kookyga'),(12411,'KookyGames','kookygames'),(9215,'Krams Design','krams-design'),(12413,'Ares Games','ares-games'),(12414,'Mas3dStudio','mas3dstudio'),(12415,'Systemic Games','systemic-games'),(12416,'Tribute Games Inc.','tribute-games-inc'),(9247,'Night Bandit','night-bandit'),(9248,'Ignited Design Studios','ignited-design-studios'),(9249,'Wordy.com','wordy-dot-com'),(12723,'Growing Grass Studio','growing-grass-studio'),(12724,'Mike Walter','mike-walter'),(9546,'Apollo, Inc.','apollo-inc'),(12726,'DistrictWare','districtware'),(9548,'Snow Cannon Games','snow-cannon-games'),(12733,'O.T.K Games','otk-games'),(12734,'VIS Games','vis-games'),(12735,'FlatRedBall, LLC','flatredball-llc'),(12737,'Solid Image Ltd.','solid-image-ltd'),(1581,'Axis Animation','axis-animation'),(9550,'Tinimations','tinimations'),(9551,'K-Byte','k-byte'),(1584,'EA Worldwide Motion Capture Studio','ea-worldwide-motion-capture-studio'),(1585,'Giand Studios','giand-studios'),(9553,'Elder Games','elder-games'),(1587,'Wall of Sound','wall-of-sound'),(9555,'Paavo Kyppö','paavo-kyppo'),(9556,'Commodore Electronics Ltd.','commodore-electronics-ltd'),(1590,'Wave Generating Inc','wave-generating-inc'),(9558,'GDI','gdi'),(9559,'Hamster On Coke Games','hamster-on-coke-games'),(9560,'Eyemobi','eyemobi'),(12746,'IGG.COM','igg-dot-com'),(12747,'Bioware Mythic','bioware-mythic'),(12748,'Brainwave Creations','brainwave-creations'),(12749,'Blazing Planet Studio','blazing-planet-studio'),(12750,'Imitation Pickles','imitation-pickles'),(1601,'Voice Casting','voice-casting'),(12752,'Demiforce LLC','demiforce-llc'),(1603,'SDL','sdl'),(9568,'Pixelleap','pixelleap'),(9569,'TQ Digital Entertainment','tq-digital-entertainment'),(1608,'Havok','havok'),(9571,'BrainGoodGames','braingoodgames'),(12758,'Kyle Seeley','kyle-seeley'),(9573,'grapefrukt games','grapefrukt-games'),(9574,'Piccadilly Software Inc.','piccadilly-software-inc'),(9575,'Wizard Video Games','wizard-video-games'),(9576,'VSS, Inc.','vss-inc'),(9577,'Old Moon Games','old-moon-games'),(9578,'Strannik Game','strannik-game'),(9579,'Lince Works','lince-works'),(12769,'Micropool','micropool'),(12770,'RaySoft','raysoft'),(12771,'The Zen Room','the-zen-room'),(12772,'Ellicott Creek Software','ellicott-creek-software'),(12773,'Terabyte Studios','terabyte-studios'),(12777,'AlternativaPlatform','alternativaplatform'),(12778,'Whalenought Studios','whalenought-studios'),(9582,'Stress Level Zero','stress-level-zero'),(1622,'Omiya Soft','omiya-soft'),(12781,'JCO','jco'),(1624,'The Fez Fund','the-fez-fund'),(1625,'Telefilm Canada','telefilm-canada'),(1626,'Grenade Games','grenade-games'),(1627,'The Lost Foundry Ltd.','the-lost-foundry-ltd'),(12783,'SLUG','slug'),(12784,'Dagenham Design Cell','dagenham-design-cell'),(1630,'Nvidia','nvidia'),(12786,'Whitebox Interactive','whitebox-interactive'),(12787,'Credici','credici'),(12788,'5BP','5bp'),(9588,'MAGICS','magics'),(12790,'Legendary Games','legendary-games'),(6477,'I\'m enterprise','im-enterprise'),(12793,'Hexar Games','hexar-games'),(6480,'VIMS','vims'),(9591,'parroty interactive','parroty-interactive'),(9592,'peter bergman','peter-bergman'),(12797,'Sidebar Games','sidebar-games'),(12798,'la','la'),(12799,'MastroBros','mastrobros'),(12801,'Nathan Broadbent','nathan-broadbent'),(12802,'Massive Black','massive-black'),(12803,'JCKSLAP','jckslap'),(6490,'heikurou','heikurou'),(9598,'Machine 22','machine-22'),(12808,'Take 2 Interactive','take-2-interactive'),(6496,'David Production','david-production'),(12810,'Quantum Productions','quantum-productions'),(12811,'The Power House','the-power-house'),(9600,'Team Signal','team-signal'),(6501,'Ping0','ping0'),(6502,'Xfire','xfire'),(6503,'Sonic Mayhem','sonic-mayhem'),(6504,'Sound Mountain','sound-mountain'),(6505,'Danetracks','danetracks'),(6506,'Outpost Film Studios','outpost-film-studios'),(6507,'EA London','ea-london'),(6508,'Voicetrax Casting','voicetrax-casting'),(6509,'Therm','therm'),(6510,'Tesla Technology Research','tesla-technology-research'),(6514,'IAH','iah'),(6515,'FunTown','funtown'),(6516,'Aria Systems','aria-systems'),(6517,'Online Game Services','online-game-services'),(6518,'iEnergizer','ienergizer'),(12820,'Studio Wumpus','studio-wumpus'),(12821,'Hypothetical Games','hypothetical-games'),(9611,'Real Pie Media','real-pie-media'),(12823,'Digital Images','digital-images'),(9613,'Earbash Audio','earbash-audio'),(12825,'Team Ant Mountan','team-ant-mountan'),(9616,'Estudios EXA','estudios-exa'),(9617,'Kinsha','kinsha'),(9618,'Audio Inc.','audio-inc'),(9619,'Artland','artland'),(12830,'Ki113R Studios','ki113r-studios'),(12831,'Moral Anxiety Studio','moral-anxiety-studio'),(6530,'Kukouri Mobile Entertainment','kukouri-mobile-entertainment'),(9624,'Graphis','graphis'),(9625,'Dynamo Pictures','dynamo-pictures'),(9626,'Czech National Symphony Chorus','czech-national-symphony-chorus'),(12836,'Footprints Games','footprints-games'),(12837,'Escapism Artworks','escapism-artworks'),(12838,'SPOK Games','spok-games'),(12839,'Paper Castle Media','paper-castle-media'),(12840,'Ionis Software International','ionis-software-international'),(6541,'Cameron Kunzelman','cameron-kunzelman'),(12842,'micro-partner Software GmbH','micro-partner-software-gmbh'),(9635,'Jaguaria','jaguaria'),(12845,'KLab','klab'),(6544,'Nine Dots Studio','nine-dots-studio'),(6545,'tobyfox','tobyfox'),(6546,'SassyBot Studio','sassybot-studio'),(12848,'Evolut Studio','evolut-studio'),(12849,'Five Ways Software Ltd.','five-ways-software-ltd'),(12850,'Entertainment USA','entertainment-usa'),(12851,'Streetwise','streetwise'),(12852,'Words & Pictures Limited','words-and-pictures-limited'),(12853,'Consult Computer Systems','consult-computer-systems'),(12854,'Microcomnputer Games, Inc.','microcomnputer-games-inc'),(12855,'Imagination Development Systems','imagination-development-systems'),(12856,'nobodyshot','nobodyshot'),(12857,'Soiree Games','soiree-games'),(12858,'FamilySoft','familysoft'),(12859,'Kodansha Publishers, Ltd.','kodansha-publishers-ltd'),(12860,'Fill-in-Cafe','fill-in-cafe'),(12861,'PF Magic','pf-magic'),(6551,'Jarhead Games','jarhead-games'),(12864,'Realsalewa Distribution','realsalewa-distribution'),(12865,'Opera Soft','opera-soft'),(12866,'Takumi Corporation','takumi-corporation'),(12867,'Datam Polystar','datam-polystar'),(12868,'Tokuma Shoten','tokuma-shoten'),(12869,'Software Country','software-country'),(12870,'Ask An Enemy Studios','ask-an-enemy-studios'),(12871,'Virtual Dungeon','virtual-dungeon'),(12872,'onebitbeyond','onebitbeyond'),(12873,'Act 3 Games','act-3-games'),(6557,'Funktronic Labs','funktronic-labs'),(6558,'Vektor Grafix','vektor-grafix'),(6559,'Activision UK','activision-uk'),(12877,'Nuclear Monkey Software','nuclear-monkey-software'),(12878,'Square Co., Ltd.','square-co-dot-ltd'),(12879,'gamesonlinecorner','gamesonlinecorner'),(12880,'Mike Mayfield','mike-mayfield'),(12881,'Old B1ood','old-b1ood'),(12882,'Greens s.r.o.','greens-sro'),(12883,'Mindware Limited','mindware-limited'),(12884,'Tyler Glaiel','tyler-glaiel'),(12885,'The Web Sketch','the-web-sketch'),(12886,'Cradle Games','cradle-games'),(12887,'NHN PlayArt','nhn-playart'),(12888,'NBCUniversal Media, LLC','nbcuniversal-media-llc'),(12889,'Reptile Industries','reptile-industries'),(12890,'Radarsoft BV','radarsoft-bv'),(12891,'Pyramide Soft','pyramide-soft'),(12892,'American Action AB','american-action-ab'),(12893,'Greve Graphics','greve-graphics'),(12894,'Visualnoveler','visualnoveler'),(12895,'Yangyang Mobile','yangyang-mobile'),(12896,'Square Mountain','square-mountain'),(12897,'Soap Interactive','soap-interactive'),(12899,'The Secret Location','the-secret-location'),(12900,'Binary Vision Ltd.','binary-vision-ltd'),(12902,'Utopia Technologies','utopia-technologies'),(12903,'Cascade Games, Ltd.','cascade-games-ltd'),(12904,'Atronic Limited','atronic-limited'),(12905,'Data Design Systems','data-design-systems'),(12906,'Daredevil Development','daredevil-development'),(12907,'Sullivan Bluth Interactive Media, Inc.','sullivan-bluth-interactive-media-inc'),(12908,'Reaktor','reaktor'),(12909,'siddharth chovatiya','siddharth-chovatiya'),(12910,'WOOLooFun','wooloofun'),(12911,'Not Done Yet Games','not-done-yet-games'),(12913,'Boris Games','boris-games'),(12914,'weRplay','werplay'),(12915,'Occult Media','occult-media'),(12916,'Almanic Corp.','almanic-corp'),(12917,'What! Studio','what-studio'),(12918,'GUTS Departmen','guts-departmen'),(12919,'Bergen Game Collective','bergen-game-collective'),(12920,'Spillmakerlauget','spillmakerlauget'),(12921,'Pixable Studios','pixable-studios'),(12922,'Taliespin','taliespin'),(12923,'Capsule Studio','capsule-studio'),(12924,'Androids Associés','androids-associes'),(12925,'Altagram','altagram'),(12926,'Byte Enchanters','byte-enchanters'),(12927,'Scavengers Studio','scavengers-studio'),(12928,'Green Willow Games','green-willow-games'),(12929,'Magic Logic','magic-logic'),(12930,'Software Creations Ltd.','software-creations-ltd'),(12931,'Deck Nine','deck-nine'),(12932,'Dire Wolf Digital','dire-wolf-digital'),(12933,'Soner Kara','soner-kara'),(12934,'Ryan McLeod','ryan-mcleod'),(12935,'Andrew Shouldice','andrew-shouldice'),(12936,'Game Path','game-path'),(12937,'SpectreVision','spectrevision'),(12938,'M.C. Lothrorien Ltd','mc-lothrorien-ltd'),(12939,'Solid Patterns','solid-patterns'),(12940,'alice soft','alice-soft'),(12941,'Steel Mantis','steel-mantis'),(12942,'Digital Uppercut Productions','digital-uppercut-productions'),(12943,'2 Ton Studios','2-ton-studios'),(12944,'blax games','blax-games'),(12945,'Intergalactic Development Inc.','intergalactic-development-inc'),(12946,'Final Frontier Software','final-frontier-software'),(12947,'Actionsoft','actionsoft'),(12948,'TX Digital Illusions','tx-digital-illusions'),(12949,'calme','calme'),(12950,'Kele Line Ltd.','kele-line-ltd'),(12951,'Ponyca','ponyca'),(12952,'Merlin Magic Software','merlin-magic-software'),(12953,'Wise Owl Software','wise-owl-software'),(12954,'Megalomaniac Games','megalomaniac-games'),(12955,'Jake Johnson','jake-johnson'),(12956,'Oriplay','oriplay'),(12957,'Status Software','status-software'),(12958,'Hect Co. Ltd.','hect-co-ltd'),(12959,'Team D-13','team-d-13'),(12960,'Winteractive','winteractive'),(12961,'Firesprite Ltd','firesprite-ltd'),(12962,'Athena Co., Ltd.','athena-co-dot-ltd'),(12963,'Trinity Co., Ltd.','trinity-co-dot-ltd'),(12964,'Tecmo, Inc.','tecmo-inc'),(12965,'Emerald Software','emerald-software'),(12966,'Bits Corporation','bits-corporation'),(12967,'Script47','script47'),(12968,'Black Knight Software','black-knight-software'),(12969,'mantar','mantar'),(12970,'sishu studio 小薯製作','sishu-studio-xiao-shu-zhi-zuo'),(12971,'DeKa Software','deka-software'),(12972,'JE Software','je-software'),(12973,'Texel Raptor','texel-raptor'),(12974,'GNISoft','gnisoft'),(12975,'WarPortal','warportal'),(12976,'bitBerg','bitberg'),(12977,'Newsight Games','newsight-games'),(12978,'Void Studios','void-studios'),(12979,'704Games','704games'),(12980,'Italo Games','italo-games'),(12981,'DogByte Games','dogbyte-games'),(12982,'Mobigame S.A.R.L.','mobigame-sarl'),(12983,'RatJar Games','ratjar-games'),(12984,'Bigbig Studios','bigbig-studios'),(12985,'Artech','artech'),(12986,'Bulldog Software','bulldog-software'),(12987,'dempa','dempa'),(12988,'DeathMofuMofu','deathmofumofu'),(12989,'Blizzard Entertainment SAS','blizzard-entertainment-sas'),(12990,'Virtew','virtew'),(12991,'Gabe\'s Games','gabes-games'),(12992,'CyberConnect Co., Ltd.','cyberconnect-co-dot-ltd'),(12993,'NRG Energy, Inc.','nrg-energy-inc'),(12994,'Different Name Entertainment','different-name-entertainment'),(12995,'Wither Studios, LLC','wither-studios-llc'),(12996,'Opportunities Games','opportunities-games'),(12998,'Starsoft Development Laboratories, Inc.','starsoft-development-laboratories-inc'),(12999,'Artronic Limited','artronic-limited'),(13000,'L.K. Avalon','lk-avalon'),(13001,'Open Mid Interactive','open-mid-interactive'),(13002,'Hojo Studio','hojo-studio'),(13003,'MultiPup Studios','multipup-studios'),(13004,'Icon Design Ltd.','icon-design-ltd'),(13005,'Radical Tubes','radical-tubes'),(13006,'Danish Designs','danish-designs'),(13007,'Cybadyne','cybadyne'),(13008,'The Moonwalls','the-moonwalls'),(13009,'IQ Publishing','iq-publishing'),(13010,'Joint Custody','joint-custody'),(13011,'Electric Hat Games','electric-hat-games'),(13012,'Cheerdealers','cheerdealers'),(13013,'Whoop Group','whoop-group'),(13014,'Blue Brains Games','blue-brains-games'),(13015,'Cloudburst Room Escape, Inc','cloudburst-room-escape-inc'),(13016,'The Walt Disney Company','the-walt-disney-company'),(13017,'Woblyware Oy','woblyware-oy'),(13018,'lawfx','lawfx'),(13019,'Topsliked','topsliked'),(13021,'Inner Child','inner-child'),(13022,'Camex Games','camex-games'),(13023,'Con Artist Games','con-artist-games'),(1632,'Image Nation Abu Dhabi','image-nation-abu-dhabi'),(1634,'Air Studios','air-studios'),(1635,'CompuCom Games','compucom-games'),(1636,'SQS','sqs'),(1637,'TT Games Publishing','tt-games-publishing'),(1638,'BABEL Media','babel-media'),(1639,'Cellar Door Games','cellar-door-games'),(1640,'Discord Games','discord-games'),(1641,'Hello Games','hello-games'),(1642,'Bit Managers','bit-managers'),(1643,'Activision Publishing Minneapolis Inc.','activision-publishing-minneapolis-inc'),(1644,'Xloc. inc','xloc-inc'),(1645,'Pearl Digital Entertainment','pearl-digital-entertainment'),(1646,'Adia Digital Art Co. Ltd','adia-digital-art-co-ltd'),(1647,'Virtuous Holding Ltd.','virtuous-holding-ltd'),(1648,'Fxville Inc','fxville-inc'),(1649,'Artisty Entertainment Inc.','artisty-entertainment-inc'),(1650,'PCB Productions','pcb-productions'),(1651,'Marvel Entertainment','marvel-entertainment'),(1652,'Dragonheartman','dragonheartman'),(1653,'Vlambeer','vlambeer'),(1654,'Scary Pixel','scary-pixel'),(1655,'Priority Interrupt','priority-interrupt'),(1656,'Alcuria Games','alcuria-games'),(1657,'Chaosoft Games','chaosoft-games'),(1658,'Sauropod Studio','sauropod-studio'),(1659,'Keen Software House','keen-software-house'),(1660,'Dejobaan Games','dejobaan-games'),(1662,'Orteil','orteil'),(1664,'Doublespeak Games','doublespeak-games'),(1665,'Studiopolis','studiopolis'),(1667,'Sennari Interactive','sennari-interactive'),(1668,'Mumbo Jumbo','mumbo-jumbo'),(1669,'Rockstar New York','rockstar-new-york'),(1670,'Perspective Studios. Brooklyn','perspective-studios-brooklyn'),(1671,'Cosgrove Hall Films','cosgrove-hall-films'),(1672,'Digital Arts Studios','digital-arts-studios'),(1673,'Track 9 Studios','track-9-studios'),(1674,'Weddington Multimedia Los Angeles','weddington-multimedia-los-angeles'),(1675,'Sync Studios','sync-studios'),(1676,'Radio Lazlow','radio-lazlow'),(1677,'Digital Arts','digital-arts'),(1678,'Sync Sound','sync-sound'),(1679,'Gamesound','gamesound'),(1680,'Iso Bar','iso-bar'),(1681,'Waterline','waterline'),(1682,'News Cafe','news-cafe'),(1683,'The Pond','the-pond'),(1684,'Pivo','pivo'),(1685,'Budget Video Rentals','budget-video-rentals'),(1686,'Lorna\'s Scooter','lorna-s-scooter'),(1687,'Terry Cavanagh','terry-cavanagh'),(1688,'Chipzel','chipzel'),(1689,'Children\'s Computer Workshop','children-s-computer-workshop'),(1690,'Land Ho!','land-ho'),(1691,'Mind\'s Eye','mind-s-eye'),(1692,'Hi Tech Expressions','hi-tech-expressions'),(1693,'Magenta Software','magenta-software'),(1694,'Jim Henson Interactive','jim-henson-interactive'),(1695,'Mass Media Inc','mass-media-inc'),(1696,'Runewaker Entertainment','runewaker-entertainment'),(1697,'Infernum Productions','infernum-productions'),(1698,'2 Dawn Studios','2-dawn-studios'),(1699,'Reverb Publishing','reverb-publishing'),(1700,'aniwey','aniwey'),(1701,'Ice-Pick Lodge','ice-pick-lodge'),(1702,'ND Games','nd-games'),(1703,'Best Way','best-way'),(1704,'Cyberdreams, Inc.','cyberdreams-inc'),(1705,'Juice West','juice-west'),(1706,'Judy Henderson & Associates','judy-henderson-associates'),(1707,'Audio Banks','audio-banks'),(1708,'Bernard Telsey Casting','bernard-telsey-casting'),(1709,'Perspective Studios','perspective-studios'),(1710,'Image Metrics PLC','image-metrics-plc'),(1711,'Quad Photo','quad-photo'),(1712,'Rockstar Lincoln','rockstar-lincoln'),(1713,'Michał Rawdanowicz','michal-rawdanowicz'),(1714,'The Bitmap Brothers','the-bitmap-brothers'),(1716,'Kevin MacLeod','kevin-macleod'),(1717,'Fanafzar Sharif','fanafzar-sharif'),(1718,'Dead Mage','dead-mage'),(9648,'Landmark Studio','landmark-studio'),(1720,'Just A Game','just-a-game'),(1721,'Sega TruVideo','sega-truvideo'),(1723,'Pacific Coast Power & Light','pacific-coast-power-light'),(1724,'Fox Kids','fox-kids'),(1725,'Bandai America','bandai-america'),(1726,'Red Sky Interactive','red-sky-interactive'),(9659,'Tokyo Philharmonic Chorus','tokyo-philharmonic-chorus'),(9660,'Shanghai Arts United Software','shanghai-arts-united-software'),(9661,'DAG Inc.','dag-inc'),(9662,'Flaunt Productions','flaunt-productions'),(9663,'Herrmann International','herrmann-international'),(9664,'Moncur Street Music','moncur-street-music'),(9665,'Cool Music','cool-music'),(9666,'Bandai Namco Entertainment Asia','bandai-namco-entertainment-asia'),(9667,'Studio Arkí SRL','studio-arki-srl'),(9668,'NeoG','neog'),(9669,'MasterLab','masterlab'),(9670,'Glassworks Limited','glassworks-limited'),(9671,'ARU LLC','aru-llc'),(9672,'Better Sound Limited','better-sound-limited'),(9673,'Boom Ltd.','boom-ltd'),(9674,'Goldcrest Post','goldcrest-post'),(9675,'Pacific Audio','pacific-audio'),(9676,'Narrow Road','narrow-road'),(9677,'Performance Actors Agency','performance-actors-agency'),(1736,'CLICK Entertainment','click-entertainment'),(9679,'Waring and McKenna','waring-and-mckenna'),(1738,'Game Machine Studios','game-machine-studios'),(9681,'Mitchell, Silbergerg & Knupp LLP','mitchell-silbergerg-and-knupp-llp'),(9687,'Sandbox Strategies','sandbox-strategies'),(9688,'Basement Factory Productions','basement-factory-productions'),(1742,'Medalist International','medalist-international'),(9690,'Mastermind Production','mastermind-production'),(9691,'Secret 6','secret-6'),(9695,'Sheer','sheer'),(9696,'The National Training Center Fort Irwin','the-national-training-center-fort-irwin'),(1750,'Vivid Image','vivid-image'),(1751,'Racdym','racdym'),(9699,'Sony Foley Stage B','sony-foley-stage-b'),(9700,'Zro Limit Productions','zro-limit-productions'),(9701,'Code Cobblers','code-cobblers'),(9702,'Namelss','namelss'),(1757,'Egosoft','egosoft'),(9704,'J.C. Staff','jc-staff'),(1760,'AlphaDream','alphadream'),(1761,'Frog City Software','frog-city-software'),(1762,'Simon & Schuster','simon-schuster'),(1764,'Big Bang','big-bang'),(1765,'Nerd Monkeys','nerd-monkeys'),(9711,'Subaru Technica International','subaru-technica-international'),(9712,'TVR Engineering','tvr-engineering'),(1771,'Victor Entertainment','victor-entertainment'),(1773,'Marvelous AQL Europe','marvelous-aql-europe'),(1775,'Silicon Dreams Studios','silicon-dreams-studios'),(9723,'Sega Games - duplicate','sega-games-duplicate'),(9724,'Playrise Digital Ltd','playrise-digital-ltd'),(1779,'Kalisto Entertainment','kalisto-entertainment'),(9727,'Softdisk','softdisk'),(9728,'Amazon Game Studios','amazon-game-studios'),(9729,'Red Phantom Games','red-phantom-games'),(9730,'Clifftop Games','clifftop-games'),(1789,'Smart Dog','smart-dog'),(1790,'Hypnotix','hypnotix'),(1791,'Acclaim Japan','acclaim-japan'),(1792,'Acclaim Studios London','acclaim-studios-london'),(1793,'NEON Software 1999','neon-software-1999'),(1794,'ESP','esp'),(1795,'Conspiracy Entertainment','conspiracy-entertainment'),(1796,'Swing! Entertainment Media AG','swing-entertainment-media-ag'),(1797,'Actionamics','actionamics'),(1799,'Sinclair Research','sinclair-research'),(1800,'Paraninfo Soft','paraninfo-soft'),(9737,'Mocap.ru','mocap-dot-ru'),(1802,'Westone','westone'),(9739,'AERA Laboratory','aera-laboratory'),(9740,'Floor Co. Ltd.','floor-co-ltd'),(9741,'MIDEA Inc.','midea-inc'),(9742,'G-Wave Co. Ltd.','g-wave-co-ltd'),(9743,'Tenky Co.','tenky-co'),(9744,'QuunPlant Inc.','quunplant-inc'),(9745,'Horitomo','horitomo'),(9746,'Studio Homare','studio-homare'),(1807,'GameBank','gamebank'),(1808,'Epoch Co.','epoch-co'),(9750,'Usapyon Software','usapyon-software'),(9751,'Popholic','popholic'),(9752,'HealingBone Inc.','healingbone-inc'),(9753,'Onkyo House Co.','onkyo-house-co'),(1812,'Screaming Pink','screaming-pink'),(1813,'Acclaim Studios Salt Lake City','acclaim-studios-salt-lake-city'),(9759,'Musai','musai'),(9760,'Amusement Media Academy','amusement-media-academy'),(9761,'Arcadia Magazine','arcadia-magazine'),(1817,'Z-Axis','z-axis'),(9765,'Holy Cow Animation','holy-cow-animation'),(9766,'Translocacell','translocacell'),(1820,'A-Max','a-max'),(1821,'ASCII Entertainment','ascii-entertainment'),(9771,'Schematic','schematic'),(9772,'Avenue Films','avenue-films'),(1824,'3d6 Games','3d6-games'),(1825,'Tokyo Electron','tokyo-electron'),(1826,'VIS Interactive','vis-interactive'),(1827,'Quest','quest'),(1828,'Dual Corporation','dual-corporation'),(1829,'Nihon Telenet','nihon-telenet'),(1830,'Paradigm Simulation','paradigm-simulation'),(1832,'Titanium Studios','titanium-studios'),(1834,'Acclaim Cheltenham','acclaim-cheltenham'),(9782,'Harold\'s Fonts','harolds-fonts'),(1836,'Throwback Entertainment','throwback-entertainment'),(1837,'We Go Interactive Co. Ltd','we-go-interactive-co-ltd'),(1838,'Red Company','red-company'),(1839,'Williams Electronics','williams-electronics'),(1840,'Vid Kidz','vid-kidz'),(1841,'Acclaim Studios Teesside','acclaim-studios-teesside'),(1842,'Infinite Ventures','infinite-ventures'),(1844,'Boss Game Studios','boss-game-studios'),(1845,'MBL Research','mbl-research'),(1846,'DokiDenki Studio','dokidenki-studio'),(9801,'MUSICCREATION','musiccreation'),(9802,'NTT Media Lab','ntt-media-lab'),(9803,'Swallow Studios','swallow-studios'),(1849,'WAVEDGE','wavedge'),(9805,'Pixar','pixar'),(1851,'T&E Soft','t-e-soft'),(1852,'Kodiak Interactive','kodiak-interactive'),(1853,'Inland Productions','inland-productions'),(1855,'Givro','givro'),(9812,'Execution Labs','execution-labs'),(9813,'Bender-Helper-Impact','bender-helper-impact'),(1859,'HAL America Inc','hal-america-inc'),(1860,'Virgin Entertainment','virgin-entertainment'),(1861,'Project Sora','project-sora'),(9816,'Mistera Feo','mistera-feo'),(9817,'LAB Recorders','lab-recorders'),(9818,'Strip Studio','strip-studio'),(9819,'01073 House','01073-house'),(1865,'ImaginEngine','imaginengine'),(1866,'Brownie Brown','brownie-brown'),(1867,'Sanrio Digital','sanrio-digital'),(1868,'Level Up! Games','level-up-games'),(1869,'GOGAME','gogame'),(9826,'Bulgarian Symphony Orchestra SIF 309','bulgarian-symphony-orchestra-sif-309'),(1873,'Culture Publishers','culture-publishers'),(9829,'CyDesignation Inc.','cydesignation-inc'),(9830,'Studio BentStuff Co., Ltd.','studio-bentstuff-co-dot-ltd'),(9831,'Createch Inc.','createch-inc'),(13024,'English Software Ltd.','english-software-ltd'),(13025,'Starlight Software','starlight-software'),(1878,'Powerhouse Animation Studios','powerhouse-animation-studios'),(9832,'rm-creative','rm-creative'),(1880,'West Productions','west-productions'),(1881,'SPG Studios','spg-studios'),(1882,'Interplay - duplicate','interplay-duplicate'),(1883,'Vector Unit','vector-unit'),(13032,'YJM Games','yjm-games'),(1885,'CRI Middleware','cri-middleware'),(9840,'Prologue Games','prologue-games'),(9841,'Lurkers Lair','lurkers-lair'),(13035,'The Software Shed','the-software-shed'),(9843,'dB-SOFT Inc.','db-soft-inc'),(13037,'Epic Action LLC','epic-action-llc'),(13038,'Topo Soft','topo-soft'),(13040,'EVOLV Studios','evolv-studios'),(9849,'Achebit','achebit'),(9850,'NHN Japan','nhn-japan'),(13044,'MMEU','mmeu'),(9852,'Team Eden Dev','team-eden-dev'),(9853,'PriitK','priitk'),(9854,'Subspace Continuum','subspace-continuum'),(13047,'Viacheslav Bushuev','viacheslav-bushuev'),(13048,'Benn Powell','benn-powell'),(9857,'haiku studios','haiku-studios'),(9858,'philips media','philips-media'),(9859,'cartoon animasyon','cartoon-animasyon'),(13051,'RQL','rql'),(1896,'New Crayon Games','new-crayon-games'),(13053,'Triton','triton'),(13054,'K-Train','k-train'),(9865,'Mixi','mixi'),(13056,'Motus Digital','motus-digital'),(1900,'Idol Minds','idol-minds'),(1902,'Strike games','strike-games'),(1903,'Tiny Swarm','tiny-swarm'),(9878,'Focusrite','focusrite'),(9879,'Loopmasters','loopmasters'),(9880,'Nextbeat','nextbeat'),(13066,'Zachary M Thomas','zachary-m-thomas'),(13067,'Game Gland','game-gland'),(1907,'Creat Studios, Inc.','creat-studios-inc'),(9891,'Batik Studios','batik-studios'),(1909,'Etranges Libellulles','etranges-libellulles'),(13076,'Squashy Software','squashy-software'),(1913,'tri-Crescendo','tri-crescendo'),(13078,'Hybrid Arts, Inc','hybrid-arts-inc'),(1916,'Flying Edge','flying-edge'),(1917,'Image Works','image-works'),(1918,'Digital Fiction','digital-fiction'),(1919,'Polygon Magic','polygon-magic'),(13085,'Ofanziva','ofanziva'),(13088,'A Wave, Inc.','a-wave-inc'),(13090,'Digital Continue','digital-continue'),(9907,'Lone Hero Studios','lone-hero-studios'),(1925,'Magic Wand Productions','magic-wand-productions'),(1926,'FUN Labs','fun-labs'),(1927,'Sand Grain Studios','sand-grain-studios'),(2371,'Revolutionary Concepts','revolutionary-concepts'),(2372,'American Laser Games','american-laser-games'),(2373,'Alexandria Inc','alexandria-inc'),(2374,'ICOM Simulations','icom-simulations'),(2375,'Renovation','renovation'),(2376,'Park Place Productions','park-place-productions'),(2377,'Ringler Studios','ringler-studios'),(2919,'Indie Opportunity','indie-opportunity'),(2920,'BadLand Games UK Ltd','badland-games-uk-ltd'),(2921,'Ubisoft Kiev','ubisoft-kiev'),(2380,'JVC Musical Industries','jvc-musical-industries'),(2381,'Magical Company','magical-company'),(2382,'Fuji Television','fuji-television'),(2383,'Holocronet','holocronet'),(2931,'Candle Light Studios','candle-light-studios'),(2934,'Vitei','vitei'),(2935,'Nintendo SPD','nintendo-spd'),(2936,'AI','ai'),(2937,'3 Sprockets','3-sprockets'),(2938,'GMG Play','gmg-play'),(2939,'Ideas Pad','ideas-pad'),(2940,'BeeWorks','beeworks'),(2942,'Yakuza Team','yakuza-team'),(2397,'King Art','king-art'),(2398,'HMH Interactive','hmh-interactive'),(2952,'Kylotonn Games','kylotonn-games'),(2955,'8monkey Labs','8monkey-labs'),(2956,'Greenwave Games','greenwave-games'),(2957,'Liquid Dragon Studios','liquid-dragon-studios'),(2404,'Tengen','tengen'),(2960,'DReAM X CReATe','dream-x-create'),(2961,'Sound ams','sound-ams'),(2962,'Overmax Studios','overmax-studios'),(2964,'Fuzzyeyes','fuzzyeyes'),(2965,'UTV Ignition Entertainment','utv-ignition-entertainment'),(2966,'Ignition Tokyo','ignition-tokyo'),(2967,'Koei Canada','koei-canada'),(2968,'Kaos Studios','kaos-studios'),(2969,'nFusion Interactive','nfusion-interactive'),(2970,'DiP Interactive','dip-interactive'),(2971,'SME Dynamic Systems','sme-dynamic-systems'),(2972,'Metropolis Software','metropolis-software'),(2973,'Reality Pump','reality-pump'),(2974,'Maximum Family Games','maximum-family-games'),(2975,'Trickstar Games','trickstar-games'),(2415,'CSR-Studios','csr-studios'),(2416,'Raylight Games','raylight-games'),(2977,'Isopod Labs','isopod-labs'),(2978,'Phenomic Game Development','phenomic-game-development'),(2979,'Inky Mind UK','inky-mind-uk'),(2980,'Playstos Entertainment','playstos-entertainment'),(2429,'Swordfish Studios','swordfish-studios'),(2430,'Golden Oak Studios','golden-oak-studios'),(2432,'Surge','surge'),(2433,'CAVE Interactive CO','cave-interactive-co'),(2985,'Immersion Software & Graphics','immersion-software-graphics'),(2437,'Zen United','zen-united'),(2987,'Guilti','guilti'),(2988,'Rombax Games','rombax-games'),(2989,'Dream Execution Technology','dream-execution-technology'),(2990,'Immersion Games','immersion-games'),(2991,'Artificial Studios','artificial-studios'),(2442,'Targem Games','targem-games'),(2994,'THREAKS','threaks'),(2447,'Origin8','origin8'),(2996,'Renderware','renderware'),(2998,'O-Games','o-games'),(2999,'Redoubt','redoubt'),(3000,'7Sixty','7sixty'),(3001,'Delta Factory','delta-factory'),(2449,'Stoic','stoic'),(2452,'Big Fish Studios','big-fish-studios'),(2453,'Sensible Software','sensible-software'),(2455,'NA.P.S. Team','na-p-s-team'),(2456,'React! Games','react-games'),(2457,'Red Marble Games','red-marble-games'),(2458,'Team Andromeda','team-andromeda'),(2459,'Pinkerton Road Studio','pinkerton-road-studio'),(2460,'Phoenix Online Studios','phoenix-online-studios'),(2461,'RailSimulator.com Ltd','railsimulator-com-ltd'),(2462,'Messhof','messhof'),(3014,'MOSS Co., Ltd.','moss-co-dot-ltd'),(3015,'Atomic Motion','atomic-motion'),(2470,'RuneStorm','runestorm'),(2472,'Kixeye','kixeye'),(2474,'The Fun Pimps Entertainment LLC','the-fun-pimps-entertainment-llc'),(2475,'InnoGames','innogames'),(2476,'Thomas Bowker','thomas-bowker'),(2478,'Surprise Attack Games','surprise-attack-games'),(2479,'SeeThrough Studios','seethrough-studios-7b482859-976e-4ca0-957c-8430ff56a89e'),(2481,'Sandlot','sandlot'),(2482,'Lesta Studio','lesta-studio'),(3026,'Sleeping Beast Games','sleeping-beast-games'),(3027,'Transhuman Design','transhuman-design'),(3029,'BattleCry Studios','battlecry-studios'),(3030,'Gone North Games','gone-north-games'),(3031,'Key','key'),(3032,'Prototype','prototype'),(2487,'Alexander Poysky','alexander-poysky'),(3034,'Yuke\'s Osaka - duplicate','yukes-osaka-duplicate'),(3035,'Replay Studios','replay-studios'),(3036,'ML Enterprises','ml-enterprises'),(3038,'Aicom','aicom'),(2490,'Kunos Simulazioni','kunos-simulazioni'),(2491,'Kunos Simulazioni','kunos-simulazioni-30707c25-4532-4bfd-a7a6-922e38324be0'),(3044,'UserJoy Entertainment','userjoy-entertainment'),(2493,'1C/Cenega','1c-cenega'),(2494,'Number None, Inc.','number-none-inc-dd3843d4-fbc8-48e6-8bd6-ee7d47079763'),(2495,'Spiky Caterpillar','spiky-caterpillar'),(2496,'BlueLine Game Studios','blueline-game-studios'),(2497,'Wolfire Games','wolfire-games'),(2498,'Fusty Game','fusty-game'),(2499,'Hi-Rez Studios','hi-rez-studios'),(2500,'Tencent Holding Ltd.','tencent-holding-ltd'),(3164,'T1 New Media','t1-new-media'),(2509,'BetaDwarf','betadwarf'),(3167,'Eastborder Management Inc.','eastborder-management-inc'),(3168,'Finnvox Studios','finnvox-studios'),(2512,'Midnight City','midnight-city'),(3175,'Bitboys','bitboys'),(2514,'Limbic Entertainment','limbic-entertainment'),(3177,'Imagination Technologies','imagination-technologies'),(3178,'Intel','intel'),(3179,'VIA/S3','via-s3'),(3180,'ST Microelectronics','st-microelectronics'),(3060,'Better Reality','better-reality'),(2519,'Sears','sears'),(3062,'Zipper Interactive','zipper-interactive'),(3063,'Millennium Kitchen','millennium-kitchen'),(3064,'Minority','minority'),(3188,'Wormwood Studios','wormwood-studios'),(2532,'GlyphX Games','glyphx-games'),(2533,'Mobile21','mobile21'),(3190,'neo Software','neo-software'),(3191,'Rain Games','rain-games'),(2536,'Midway Studios Austin','midway-studios-austin'),(2537,'Lost Toys','lost-toys'),(2538,'BottleRocket Entertainment','bottlerocket-entertainment'),(2539,'ASK','ask'),(3071,'Spaces of Play','spaces-of-play'),(3072,'Grey Box','grey-box'),(3198,'Poickeus Design Studio','poickeus-design-studio'),(3199,'LowPolygon3D','lowpolygon3d'),(3200,'Soundkids','soundkids'),(3201,'Dolby','dolby'),(3202,'Acelaw','acelaw'),(3203,'Codemafia','codemafia'),(3074,'Spiderweb Software','spiderweb-software'),(3207,'Red Thread Games','red-thread-games'),(3082,'Ultra Co., Ltd.','ultra-co-ltd'),(3083,'Reto-Moto','reto-moto'),(3084,'Chaotic Moon','chaotic-moon'),(3085,'Xaviant','xaviant'),(3086,'Xaviant Games','xaviant-games'),(3087,'Yacht Club Games','yacht-club-games'),(3088,'Blue Machine Interactive','blue-machine-interactive'),(3090,'LightBox Interactive','lightbox-interactive'),(3214,'Optik Software','optik-software'),(3215,'Magnetic Fields (Software Design) Ltd.','magnetic-fields-software-design-ltd'),(3218,'SLK Technologies','slk-technologies'),(3219,'Absolute Pitch Studios','absolute-pitch-studios'),(3220,'Numerical Design Limited','numerical-design-limited'),(3221,'Plastic Piranha','plastic-piranha'),(3222,'.GEARS Studios','dot-gears-studios'),(3101,'Kill3rCombo','kill3rcombo'),(3224,'Sailbot Studios','sailbot-studios'),(3103,'Gamania','gamania--1'),(3104,'Four Bars Entertainment','four-bars-entertainment'),(3105,'EFX','efx'),(3106,'Weddington','weddington'),(3227,'Zoo Corporation','zoo-corporation'),(3228,'Visual Flight','visual-flight'),(3109,'Tilted Mill Entertainment','tilted-mill-entertainment'),(3230,'ARECT','arect'),(3231,'Mix','mix'),(3111,'OpenBook Co.','openbook-co'),(3233,'Premium Agency','premium-agency'),(3113,'Wildfire Games','wildfire-games'),(3114,'Gamehouse','gamehouse--1'),(3115,'Bluehole Studio','bluehole-studio'),(3261,'Enzyme Testing Labs','enzyme-testing-labs'),(3117,'Massive Development','massive-development'),(3263,'Ubisoft EMEA','ubisoft-emea'),(3264,'Airwavessound','airwavessound'),(3120,'Game House','game-house'),(3121,'1C-SoftClub','1c-softclub'),(3122,'Deconstructeam','deconstructeam'),(3123,'WHA Entertainment','wha-entertainment'),(3124,'FCI','fci'),(3282,'Incessant Rain Studios, Inc.','incessant-rain-studios-inc'),(3126,'UPL','upl'),(3127,'First Row Software Publishing Inc.','first-row-software-publishing-inc'),(3129,'Blindlight LLC','blindlight-llc'),(3130,'Zenimax Europe','zenimax-europe'),(3131,'Zenimax Asia','zenimax-asia'),(3132,'GMT','gmt'),(3133,'ThinkAMDS','thinkamds'),(3287,'Technicolor India Pvt. Ltd','technicolor-india-pvt-ltd'),(3288,'Maria Fumaça Productions','maria-fumaca-productions'),(3136,'Local Transit','local-transit'),(3137,'Pink Noise','pink-noise'),(3139,'Kramer And Olsen','kramer-and-olsen'),(3140,'Brandracket, LLC','brandracket-llc'),(3141,'APM Music','apm-music'),(3294,'3D Brigade Hungary Kft.','3d-brigade-hungary-kft'),(3295,'Bravo Interactive','bravo-interactive'),(3296,'Aerohills','aerohills'),(3145,'Panic Art Studios','panic-art-studios'),(3146,'KnowWare','knowware'),(3299,'FreeMind','freemind'),(3300,'Platige Image','platige-image'),(3301,'Atari Europe','atari-europe'),(3302,'Atari USA','atari-usa'),(3303,'Atari Asia Pacific','atari-asia-pacific'),(3304,'Access PR','access-pr'),(3305,'Audiokinetic','audiokinetic'),(3306,'Avatar Studios','avatar-studios'),(3307,'Autodesk','autodesk'),(3309,'Brady Games','brady-games'),(3310,'The Bunker Studios','the-bunker-studios'),(3311,'Chatter Inc','chatter-inc'),(3312,'Dark Horse','dark-horse'),(3313,'Digital Surgeons','digital-surgeons'),(3314,'DSonic','dsonic'),(3315,'Excello Recording','excello-recording'),(3316,'G-Net','g-net'),(3317,'KD&E','kd-and-e'),(3318,'Mix One Studios','mix-one-studios'),(3319,'NECA','neca'),(3320,'Nvidia Developer Support Team','nvidia-developer-support-team'),(3321,'Petrol Advertising','petrol-advertising'),(3322,'RAD Game Tools','rad-game-tools'),(3323,'Renegade PR','renegade-pr'),(3324,'Robotic Arm Software','robotic-arm-software'),(3325,'Scaleform Corporation','scaleform-corporation'),(3326,'Sitelines','sitelines'),(3327,'Sound Emporium','sound-emporium'),(3328,'Treehouse','treehouse'),(3329,'TriOviz','trioviz'),(3330,'Trailerpark','trailerpark'),(3331,'Streamline Studios','streamline-studios'),(3332,'Exis, LLC','exis-llc'),(3333,'Synthesis International','synthesis-international'),(3334,'Synthesis Iberia','synthesis-iberia'),(3335,'Coda Entertainment GmbH','coda-entertainment-gmbh'),(3336,'Liquid Violet','liquid-violet'),(3337,'2K Asia','2k-asia'),(3338,'Take-Two Sales Team','take-two-sales-team'),(3339,'Take-Two Digital Sales Team','take-two-digital-sales-team'),(3340,'Take-Two Channel Maketing Team','take-two-channel-maketing-team'),(3341,'2K IS Team','2k-is-team'),(3342,'Take-Two Legal Team','take-two-legal-team'),(3343,'Trustwave\'s SpiderLabs','trustwaves-spiderlabs'),(3344,'Technicolor Game Sound Services','technicolor-game-sound-services'),(3345,'Panda Game Manufacturing','panda-game-manufacturing'),(3346,'Idea Planet','idea-planet'),(3347,'Citius','citius'),(3348,'Trailer Park','trailer-park'),(3349,'Patch Together','patch-together'),(3350,'Opus Artz','opus-artz'),(3351,'Glitch','glitch'),(3352,'Plaid Hat Games','plaid-hat-games'),(3353,'Cook + Becker','cook-plus-becker'),(3354,'Dynamedion','dynamedion'),(3355,'CSS Studios - Soundelux Design Music Group','css-studios-soundelux-design-music-group'),(3356,'CSS Studios - Todd-AO West','css-studios-todd-ao-west'),(3357,'Ringtail Studios','ringtail-studios'),(3358,'Captivemotion','captivemotion'),(3359,'David Wilson Audio','david-wilson-audio'),(3360,'Modulation Inc.','modulation-inc'),(3361,'Bruno Rosato Casting','bruno-rosato-casting'),(3362,'Capitol Studios','capitol-studios'),(3363,'American Federation of Musicians, Local 47','american-federation-of-musicians-local-47'),(3364,'The Analogue Lab','the-analogue-lab'),(3365,'Playman','playman'),(3366,'U-TRAX M.M.L.','u-trax-mml'),(3367,'Tonstudio Krauthausen in Kooperation mit Das Hörspielstudio','tonstudio-krauthausen-in-kooperation-mit-das-horspielstudio'),(3368,'Gamekeeper','gamekeeper'),(3369,'Artefacts Studio','artefacts-studio'),(3370,'China West Coast (CWC)','china-west-coast-cwc'),(3371,'Digic Studios','digic-studios'),(3372,'Slide Ltd.','slide-ltd'),(3373,'DBC Sound Inc','dbc-sound-inc'),(3374,'Animatrik Film Design','animatrik-film-design'),(3375,'House of Moves','house-of-moves'),(3376,'Lewitt & Associates','lewitt-and-associates'),(3377,'Lemon Sky Games','lemon-sky-games'),(3378,'AMC Pixel Factory','amc-pixel-factory'),(3379,'Bon Art Studio JSC','bon-art-studio-jsc'),(3380,'Exigent 3D','exigent-3d'),(3381,'Soundwave Concepts','soundwave-concepts'),(3382,'M.A.S. Dyno Services','mas-dyno-services'),(3383,'Game On Audio','game-on-audio'),(3384,'No. 9 Cycles','no-9-cycles'),(3385,'Welderup','welderup'),(3386,'National Orange Show Event Center','national-orange-show-event-center'),(3387,'CMS Productions','cms-productions'),(3388,'Entertainment Partners','entertainment-partners'),(3389,'Rukkus House','rukkus-house'),(3390,'Soulhammer Pictures Inc','soulhammer-pictures-inc'),(3391,'Finger Food Studios','finger-food-studios'),(3392,'Binari Sonori S.r.l.','binari-sonori-srl'),(3393,'Capcom USA','capcom-usa'),(3394,'Capcom Europe','capcom-europe'),(3395,'DynaComware','dynacomware'),(3396,'UNIKOTECH Co. Ltd.','unikotech-co-ltd'),(3397,'Monotype','monotype'),(3398,'Blackpowder Games','blackpowder-games'),(3399,'AriTunes','aritunes'),(3400,'Access Softek','access-softek'),(3401,'Moebius Solutions','moebius-solutions'),(3402,'Megamedia','megamedia'),(3403,'Xbox Engineering Support Team','xbox-engineering-support-team'),(3404,'Sony Computer Entertainment Developer Support','sony-computer-entertainment-developer-support'),(3405,'Natural Motion','natural-motion'),(3406,'KR3TS','kr3ts'),(3407,'Image Metrics','image-metrics'),(3408,'Dance Manhattan','dance-manhattan'),(3409,'Iron Way Films','iron-way-films'),(3410,'Groove Addicts','groove-addicts'),(3411,'Eyetronics','eyetronics'),(3412,'Drive-In Studios','drive-in-studios'),(3413,'Shoot Digital','shoot-digital'),(3414,'Busquelo Productions, LLC','busquelo-productions-llc'),(3415,'Laura B.','laura-b'),(3416,'Tuff Gong Records','tuff-gong-records'),(3417,'Timbaland','timbaland'),(3418,'Monique','monique'),(3419,'Rockers NYC','rockers-nyc'),(3420,'Supreme','supreme'),(3421,'Odin','odin'),(3422,'Union','union'),(3423,'Barneys New York','barneys-new-york'),(3424,'Blue in Green','blue-in-green'),(3425,'Colossal Media','colossal-media'),(3426,'Creative Costumes','creative-costumes'),(3427,'La Hacienda Creative','la-hacienda-creative'),(3428,'Papercraft','papercraft'),(3429,'Corina & Co','corina-and-co'),(3430,'inensu','inensu'),(3431,'Fireproof Studios Ltd','fireproof-studios-ltd'),(3432,'Testology','testology'),(3433,'Browns Kitchen Limited','browns-kitchen-limited'),(3434,'Top Table','top-table'),(3435,'All at DLT','all-at-dlt'),(3436,'Stun Gun','stun-gun'),(3437,'Stevens & Bolton','stevens-and-bolton'),(3438,'Sony Computer Entertainment Latin America','sony-computer-entertainment-latin-america'),(3439,'Half HP Studio','half-hp-studio'),(3440,'FONTWORKS Inc','fontworks-inc'),(3441,'Sony Computer Entertainment Asia','sony-computer-entertainment-asia'),(3442,'Asia Soft Inc.','asia-soft-inc'),(3443,'Mammoth Studios','mammoth-studios'),(3444,'Rezlab Entertainment','rezlab-entertainment'),(3445,'Starboard Motion','starboard-motion'),(3446,'Darkside','darkside'),(3447,'Exis Interactive','exis-interactive'),(3448,'Code Entertainment GmbH','code-entertainment-gmbh'),(3449,'Take-Two Asia','take-two-asia'),(3450,'Art Machine','art-machine'),(3451,'Tactical Media','tactical-media'),(3452,'Studio Bitterlix','studio-bitterlix'),(3453,'Snowbird Games','snowbird-games'),(3454,'Houghton Mifflin Interactive','houghton-mifflin-interactive'),(3455,'.theprodukkt','dot-theprodukkt'),(3456,'MADHOUSE','madhouse'),(3457,'EdgeWORKS Inc','edgeworks-inc'),(3458,'Memory-Tech Audio Studio','memory-tech-audio-studio'),(3459,'WONDERSTATION','wonderstation'),(3460,'TWOFIVE STUDIO','twofive-studio'),(3461,'MIT STUDIO','mit-studio'),(3462,'The Tokyo Television Center','the-tokyo-television-center'),(3463,'Mario Club Co.','mario-club-co'),(3464,'8-4 Ltd.','8-4-ltd'),(3465,'Cup of Tea Productions','cup-of-tea-productions'),(10170,'Several Dudes Holistic Gaming','several-dudes-holistic-gaming'),(2547,'Mindware Studios','mindware-studios'),(2548,'DreamCatcher Games','dreamcatcher-games'),(2549,'Runesoft','runesoft'),(2550,'BattleBorne Entertainment','battleborne-entertainment'),(2552,'369 Interactive','369-interactive'),(2553,'EPCConnect','epcconnect'),(2555,'Idol FX','idol-fx'),(2556,'Ratbag Games','ratbag-games'),(2557,'Superscape','superscape'),(2558,'EA Chicago','ea-chicago'),(2559,'Capcom Production Studio 8','capcom-production-studio-8'),(2560,'Memetic Games','memetic-games'),(2561,'Digital Tribe','digital-tribe'),(2562,'1C: Maddox Games','1c-maddox-games'),(2563,'1C-777','1c-777'),(2564,'Confounding Factor','confounding-factor'),(2565,'Acclaim Studios Manchester','acclaim-studios-manchester'),(2567,'Top Heavy Studios','top-heavy-studios'),(2569,'Climax Racing','climax-racing'),(2570,'Indianapolis 500','indianapolis-500'),(2571,'Major A','major-a'),(2572,'Juice Games','juice-games'),(2573,'Psyclapse','psyclapse'),(2574,'Dream Publishing','dream-publishing'),(2575,'Blueside','blueside'),(2576,'Phantagram','phantagram'),(2577,'Eolith','eolith'),(2578,'Playmore','playmore'),(2579,'Hip Interactive','hip-interactive'),(2580,'Facepalm Games','facepalm-games'),(2583,'Just Add Monsters','just-add-monsters'),(2584,'Midway Studios Newcastle','midway-studios-newcastle'),(2585,'Groove Games','groove-games'),(2586,'Brainbox Games','brainbox-games'),(2587,'Panther Software','panther-software'),(2590,'Eggtooth','eggtooth'),(2591,'Homegrown Games','homegrown-games'),(2592,'Mega Enterprise','mega-enterprise'),(2593,'BrezzaSoft','brezzasoft'),(2594,'In-Fusio','in-fusio'),(2596,'Mortal Kombat Team','mortal-kombat-team'),(2597,'Rockpool Games','rockpool-games'),(2598,'Mondo Media','mondo-media'),(2599,'Media Blasters','media-blasters'),(2600,'VR1 Entertainment','vr1-entertainment'),(2601,'Recoil Games','recoil-games'),(2602,'Gamespy Industries Inc.','gamespy-industries-inc'),(2604,'Surefire LLC','surefire-llc'),(2605,'GemTech','gemtech'),(2607,'Wide Games','wide-games'),(2608,'Curly Monsters','curly-monsters'),(2609,'Artech Studios','artech-studios'),(2610,'Tranji Studios','tranji-studios'),(2611,'AIA Games','aia-games'),(2612,'Volatile Games','volatile-games'),(2613,'Gizmondo Games','gizmondo-games'),(2614,'Arcen Games','arcen-games'),(2615,'BBC Multimedia','bbc-multimedia'),(2616,'Indy Games','indy-games'),(2617,'Yuki Enterprise','yuki-enterprise'),(2618,'Philos Laboratories','philos-laboratories'),(2619,'Tactile Entertainment','tactile-entertainment'),(2620,'Looking Glass Technologies','looking-glass-technologies'),(2621,'Intermetrics Entertainment Software','intermetrics-entertainment-software'),(2622,'EA Technologies','ea-technologies'),(2623,'EA Shanghai','ea-shanghai'),(2624,'The Capture Lab','the-capture-lab'),(2625,'Albion','albion'),(2626,'Around The Word','around-the-word'),(2627,'Levsha','levsha'),(2628,'Synthesis','synthesis'),(2629,'TranslaCat','translacat'),(2630,'Mayflower Co. Ltd.','mayflower-co-ltd'),(2631,'Dune Sound','dune-sound'),(2632,'Jinglebell Communication','jinglebell-communication'),(2633,'Maximal Studio','maximal-studio'),(2634,'Pythagor Studios (Moscow)','pythagor-studios-moscow'),(2635,'Quoted','quoted'),(2636,'Rain Productions','rain-productions'),(2637,'Rec Games Sonido','rec-games-sonido'),(2638,'START International Polska','start-international-polska'),(2639,'Edward B Marks Music Publishing','edward-b-marks-music-publishing'),(2640,'Sony Music','sony-music'),(2641,'Extreme Music','extreme-music'),(2642,'Lost Boys Music (BMI)/Carlin America','lost-boys-music-bmi-carlin-america'),(2643,'Game Services Group','game-services-group'),(2644,'Imagination Studios','imagination-studios'),(2645,'Important Looking Pirates','important-looking-pirates'),(2646,'Red Pipe Sound Design','red-pipe-sound-design'),(2647,'Svenska Stuntgruppen','svenska-stuntgruppen'),(2648,'Visual Art\'s','visual-arts'),(2649,'Virtuos Holdings ltd','virtuos-holdings-ltd'),(2650,'112F Studios','112f-studios'),(2651,'BeeSharp','beesharp'),(2652,'Just Cause Entertainment','just-cause-entertainment'),(2653,'Nutmeg Post','nutmeg-post'),(2654,'Popsound','popsound'),(2655,'SIDE UK Ltd','side-uk-ltd'),(2656,'The Sound Company','the-sound-company'),(2657,'MUSA','musa'),(2658,'The Recordist','the-recordist'),(2659,'Tonstrum','tonstrum'),(2660,'BOOM Library','boom-library'),(2661,'Teenage Engineering','teenage-engineering'),(2662,'Hiss and a Roar','hiss-and-a-roar'),(2663,'New Sound Lab','new-sound-lab'),(2664,'Pole Position Productions','pole-position-productions'),(2665,'Sounddogs','sounddogs'),(2666,'Rabbit Ears Audio','rabbit-ears-audio'),(2667,'Garden Aquatica','garden-aquatica'),(2668,'Hank and Jed Movie Pictures','hank-and-jed-movie-pictures'),(2669,'Machinima','machinima'),(2670,'HexaDrive','hexadrive'),(2671,'Cenega Publishing','cenega-publishing'),(2672,'Black Element Software','black-element-software'),(2673,'Mediaquest','mediaquest'),(2674,'Nintendo SPD Group No. 1','nintendo-spd-group-no-1'),(2675,'Nex Entertainment','nex-entertainment'),(2677,'MicroLeague','microleague'),(2679,'ProSoft','prosoft'),(2680,'Track Nine','track-nine'),(2681,'Sound Space','sound-space'),(2682,'Space Budgie','space-budgie'),(2684,'Endlessfluff Games','endlessfluff-games'),(2686,'Midway Chicago','midway-chicago'),(2687,'Tiger Hill Entertainment','tiger-hill-entertainment'),(2689,'Myelin Media','myelin-media'),(2690,'5000ft','5000ft'),(2691,'Gameness Art','gameness-art'),(2692,'Starsphere Interactive','starsphere-interactive'),(2693,'Nude Maker','nude-maker'),(2695,'SYBO Games','sybo-games'),(2696,'Shadow Planet Productions','shadow-planet-productions'),(2697,'Fuelcell Games','fuelcell-games'),(2698,'Gagne International','gagne-international'),(2700,'Ironward','ironward'),(2701,'Simogo','simogo'),(2702,'Cyclone Zero','cyclone-zero'),(2703,'Gameco Studios','gameco-studios'),(2704,'Blue 52','blue-52'),(2705,'Circus Freak','circus-freak'),(2706,'Xplosiv','xplosiv'),(2707,'Hacienda Post','hacienda-post'),(2708,'Sabre Music','sabre-music'),(2709,'Beeline Group','beeline-group'),(2710,'Nickelodeon','nickelodeon'),(2711,'Studio Gigante','studio-gigante'),(2712,'Taniko','taniko'),(2713,'Computer Artworks','computer-artworks'),(2714,'ToeJam & Earl Productions','toejam-earl-productions'),(2715,'Tiwak SAS','tiwak-sas'),(2716,'SCi Entertainment','sci-entertainment'),(2717,'Deadline Games','deadline-games'),(2718,'Blue Shift Inc','blue-shift-inc'),(2719,'Exile Entertainment','exile-entertainment'),(2720,'Touchstone Games','touchstone-games'),(2721,'Propaganda Games','propaganda-games'),(2722,'Megatube','megatube'),(2723,'Streum On Studio','streum-on-studio'),(2724,'Silver Wish Games','silver-wish-games'),(2725,'Circle Studio','circle-studio'),(2726,'Coresoft','coresoft'),(2727,'Direct Action Games','direct-action-games'),(2728,'Gaijin Games','gaijin-games'),(2731,'Zombie Cow Studios','zombie-cow-studios'),(2733,'Monkeystone Games','monkeystone-games'),(2734,'Digital Red','digital-red'),(2735,'IOMO','iomo'),(2736,'Adhesive Games','adhesive-games'),(13330,'Those Coded Lunatics','those-coded-lunatics'),(2738,'Aleksey Abramenko','aleksey-abramenko'),(2739,'Final Form Games','final-form-games'),(2740,'Brandon Brizzi','brandon-brizzi'),(2741,'Extend Studio','extend-studio'),(2742,'ORiGO GAMES','origo-games'),(13337,'Crysys','crysys'),(13338,'Animagic S.A.','animagic-sa'),(13339,'Smart Egg Software','smart-egg-software'),(2746,'Pearl Abyss','pearl-abyss'),(2747,'DAUM Communications','daum-communications'),(2749,'Fluid Studios','fluid-studios'),(2750,'Paragon 5','paragon-5'),(2752,'ScriptArts','scriptarts'),(2753,'Sega Development Division #3','sega-development-division-3'),(13402,'PSI Software Designers','psi-software-designers'),(2755,'Hokus-Pokus','hokus-pokus'),(13405,'Storymind Entertainment','storymind-entertainment'),(13406,'Exocet Software','exocet-software'),(13407,'six foot kid','six-foot-kid'),(13408,'Tall Tail Studios','tall-tail-studios'),(13409,'Duckling Studios','duckling-studios'),(13410,'JARK Inc Games','jark-inc-games'),(2761,'Ironhide Game Studio','ironhide-game-studio'),(2762,'Cave+Barn Studios','cave-barn-studios'),(2763,'Wadjet Eye Games','wadjet-eye-games'),(2764,'xii games','xii-games'),(2765,'Almost Human Ltd.','almost-human-ltd'),(13425,'Skeleton Crew Studios','skeleton-crew-studios'),(13426,'Roger Barr','roger-barr'),(13427,'Cyanide & Happiness','cyanide-and-happiness'),(13428,'Explosm','explosm'),(13429,'Andrimon AB','andrimon-ab'),(13430,'Fatbot Games, s. r. o.','fatbot-games-s-r-o'),(13431,'Jolly Nacho','jolly-nacho'),(13432,'Chronik Spartan Games','chronik-spartan-games'),(13433,'Bikkuri Games','bikkuri-games'),(13434,'BentStencil','bentstencil'),(13435,'FinarFly Games','finarfly-games'),(13436,'Jordan Scott','jordan-scott'),(13437,'PlayNext','playnext'),(13438,'Last Dimension','last-dimension'),(13439,'SoftServ, Inc.','softserv-inc'),(13440,'J&R Apps','j-and-r-apps'),(13441,'Infinity Arc Studios','infinity-arc-studios'),(13442,'KGD Software Products','kgd-software-products'),(13443,'WoksOn Studios','wokson-studios'),(13444,'Studio Theophilus','studio-theophilus'),(13445,'Iskiam Jara','iskiam-jara'),(13446,'Time Warp Software GmbH','time-warp-software-gmbh'),(13448,'Cygnus Software Ltd.','cygnus-software-ltd'),(13449,'BadBird Studio','badbird-studio'),(13450,'RuneHeads','runeheads'),(13451,'MarsLit Games','marslit-games'),(13452,'Golden Glitch Studios','golden-glitch-studios'),(13453,'Holotna','holotna'),(13454,'Misspeld Games','misspeld-games'),(13455,'Jeremiah Harris','jeremiah-harris'),(13456,'Asakusa Studios','asakusa-studios'),(13457,'Happinet Corporation','happinet-corporation'),(13458,'burleson','burleson'),(13459,'Dream Dev Studio','dream-dev-studio'),(13460,'General Instrument Microelectronic','general-instrument-microelectronic'),(13461,'N/A','n-slash-a'),(13462,'Bad2theBones Studio','bad2thebones-studio'),(2779,'GameLab','gamelab'),(13466,'PHL Collective','phl-collective'),(13467,'Sunscreen','sunscreen'),(13468,'Second Step Studios','second-step-studios'),(13469,'Nekki','nekki'),(13470,'Bad2theBone Studio','bad2thebone-studio'),(13471,'Greenkiwi','greenkiwi'),(13472,'Square Enix Business Division 10','square-enix-business-division-10'),(13474,'Pixel Wizards','pixel-wizards'),(13475,'Tarann Ltd.','tarann-ltd'),(13476,'Incendium','incendium'),(13477,'UziGames','uzigames'),(13478,'The Amiga Artists','the-amiga-artists'),(13479,'Polysoft','polysoft'),(2784,'Cineast dub','cineast-dub'),(13481,'Lowe Bros. Studios','lowe-bros-studios'),(13482,'Grimorio of Games','grimorio-of-games'),(13483,'Grenade Tree Games','grenade-tree-games'),(13484,'Fenix Soft','fenix-soft'),(13485,'Multiterm','multiterm'),(2796,'GoldStar','goldstar'),(13487,'Sanritsu Denki Co., Ltd.','sanritsu-denki-co-dot-ltd'),(13488,'Banzai Games','banzai-games'),(13489,'Byzantine Games','byzantine-games'),(2800,'Lucky Jump Games','lucky-jump-games'),(13491,'Red Unit Studios','red-unit-studios'),(2802,'Denki','denki'),(13493,'Crazysoft Limited','crazysoft-limited'),(2804,'Amazing Studio','amazing-studio'),(2805,'Pukka Games','pukka-games'),(2806,'ITE Media','ite-media'),(13496,'Cardboard Contraption','cardboard-contraption'),(13497,'Creation','creation'),(13498,'Boys without Brains','boys-without-brains'),(13499,'Markt & Technik','markt-and-technik'),(13500,'Abstract Concepts','abstract-concepts'),(13501,'xDeveloper','xdeveloper'),(13502,'uk arts games','uk-arts-games'),(13503,'Leveled Games','leveled-games'),(2808,'XL Games','xl-games'),(13563,'Parsec Software','parsec-software'),(13564,'JABOOM!','jaboom'),(2810,'Bits Laboratory','bits-laboratory'),(13566,'GameTomo','gametomo'),(13567,'Zenith Games','zenith-games'),(13568,'Fishmoose Interactive','fishmoose-interactive'),(2813,'Game Titan','game-titan'),(2814,'Human Soft','human-soft'),(2815,'Orbital Media','orbital-media'),(13571,'Players Premier','players-premier'),(2817,'Konami Computer Entertainment Hawaii','konami-computer-entertainment-hawaii'),(2818,'Deirdra Kiai Productions','deirdra-kiai-productions'),(2819,'Deirdra Kiai Productions','deirdra-kiai-productions-ed5b4c0e-67d2-4468-b430-d43dba7e3c8a'),(13578,'FP Software lab','fp-software-lab'),(2822,'Graffiti Entertainment','graffiti-entertainment'),(2824,'Radius9','radius9'),(2825,'Tomy Corporation','tomy-corporation'),(2826,'Adeline Software International','adeline-software-international'),(13583,'Buena Vista Software','buena-vista-software'),(2828,'Apex Designs','apex-designs'),(13585,'EAS Gold','eas-gold'),(2830,'Mitchell Corporation','mitchell-corporation'),(13587,'Hikware','hikware'),(2832,'On5','on5'),(2833,'Planetwide Media','planetwide-media'),(2834,'GamaSoft','gamasoft'),(2835,'Ninai Games','ninai-games'),(2836,'Codo Technologies','codo-technologies'),(2838,'D4 Enterprise','d4-enterprise-3527e336-428c-46f3-ae0d-62fabc9951d3'),(13597,'Macsen Software','macsen-software'),(13598,'Gopherwood Studios LLC','gopherwood-studios-llc'),(13599,'Game Soup LLC','game-soup-llc'),(13600,'CrazyBits Studios','crazybits-studios'),(13601,'omicron studio','omicron-studio'),(13602,'Red Road Entertainment LLC','red-road-entertainment-llc'),(13603,'Skydance Interactive','skydance-interactive'),(13604,'PlayRaven','playraven'),(13605,'Perfect Hat','perfect-hat'),(13606,'Chiyomaru Studio','chiyomaru-studio'),(13607,'Hannibal Stuff','hannibal-stuff'),(13608,'Freelance Games','freelance-games'),(13609,'Outact, Inc.','outact-inc'),(13610,'CodeBlender','codeblender'),(13611,'PAL SOFT','pal-soft'),(13612,'Ludus Games','ludus-games'),(13613,'Simulated Environment Systems','simulated-environment-systems'),(13614,'AasiPelit','aasipelit'),(13615,'MidNITE Entertainment Group Inc.','midnite-entertainment-group-inc'),(13616,'Powerhouse Software LTD.','powerhouse-software-ltd'),(13617,'Baudville','baudville'),(13618,'JAM software','jam-software'),(13619,'PM Entertainment','pm-entertainment'),(13620,'Arcadia','arcadia'),(13621,'GrahfMetal','grahfmetal'),(13622,'Retrogene','retrogene'),(13623,'Radofin Electronics','radofin-electronics'),(13624,'Enodo Games','enodo-games'),(13625,'Affect','affect'),(13626,'UNIPACC','unipacc'),(2143,'Deep Silver Vienna','deep-silver-vienna'),(2144,'Sproing Interactive Media','sproing-interactive-media'),(2145,'Tango Gameworks','tango-gameworks'),(2146,'Daoka','daoka'),(2147,'Young Horses','young-horses'),(2148,'Konami Digital Entertainment GmbH','konami-digital-entertainment-gmbh'),(2149,'Zoe Mode','zoe-mode'),(2150,'Aurona','aurona'),(2151,'Jet Black Games','jet-black-games'),(2152,'WXP Inc','wxp-inc'),(2153,'G1M2','g1m2'),(2155,'Syfy Kids','syfy-kids'),(2156,'Imagination Entertainment','imagination-entertainment'),(2157,'Gravity-i','gravity-i'),(2158,'4mm Games','4mm-games'),(2161,'Armor Project','armor-project'),(2162,'5th Cell','5th-cell'),(2163,'Agatsuma','agatsuma'),(2164,'Play THQ','play-thq'),(2165,'Enterbrain','enterbrain'),(2166,'Supersonic Software','supersonic-software'),(2167,'Nintendo SPD Group No. 3','nintendo-spd-group-no-3'),(2168,'Drinkbox Studios','drinkbox-studios'),(2169,'Vanguard Entertainment','vanguard-entertainment'),(2170,'SIE San Diego Studio','sie-san-diego-studio'),(2171,'Warhorse Studios','warhorse-studios'),(2173,'Press Play','press-play'),(2175,'Artoon','artoon'),(2176,'Frozen North Productions','frozen-north-productions'),(2177,'Erbe Software S.A.','erbe-software-s-a'),(2178,'Azeroth Inc.','azeroth-inc'),(2179,'DIC Entertainment','dic-entertainment'),(2180,'Vision Media Engineering','vision-media-engineering'),(2181,'Light and Shadow Productions','light-and-shadow-productions'),(2182,'Hip Games','hip-games'),(2183,'KO Software','ko-software'),(2184,'HME Inc','hme-inc'),(2185,'Toolbox Design','toolbox-design'),(2186,'MotiveTime Ltd','motivetime-ltd'),(2190,'Phosphor','phosphor'),(2192,'Zushi Games','zushi-games'),(2193,'Eko System','eko-system'),(2194,'Rocket Company','rocket-company'),(2195,'Paramount Digital Entertainment','paramount-digital-entertainment'),(2196,'Big Head Games','big-head-games'),(2197,'Empty Clip Studios','empty-clip-studios'),(2198,'Popcorn Arcade','popcorn-arcade'),(2199,'IR Gurus','ir-gurus'),(2200,'Starfish SD','starfish-sd'),(2201,'H.I.C.','h-i-c'),(2202,'Headstrong Games','headstrong-games'),(2203,'Modern Dreams','modern-dreams'),(2204,'Game Invest','game-invest'),(2206,'Shade','shade'),(2207,'Secret Level','secret-level'),(2208,'Sega Studios San Francisco','sega-studios-san-francisco'),(2209,'Prope','prope'),(2210,'Game Sauce','game-sauce'),(2211,'Sega Sammy Holdings','sega-sammy-holdings'),(2212,'Redtribe','redtribe'),(2213,'AQ Interactive','aq-interactive'),(2214,'Feelplus','feelplus'),(2215,'Xing','xing'),(2216,'Shift','shift'),(2217,'Games Foundation','games-foundation'),(2218,'Pixonauts','pixonauts'),(2220,'SnapDragon Games','snapdragon-games'),(2221,'Mistwalker','mistwalker'),(2222,'Genius Products','genius-products'),(2223,'Load Inc','load-inc'),(2224,'Micro Application S.A.','micro-application-s-a'),(2225,'NanaOn-Sha','nanaon-sha'),(2227,'Scientifically Proven','scientifically-proven'),(2228,'The Games Company','the-games-company'),(2229,'Ignition Banbury','ignition-banbury'),(2230,'Nazca Corporation','nazca-corporation'),(2231,'Noise Factory','noise-factory'),(2232,'Ubisoft Sao Paulo','ubisoft-sao-paulo'),(2235,'IE Institute','ie-institute'),(13627,'CTXM','ctxm'),(13628,'Toho Cinefile-Soft Library','toho-cinefile-soft-library'),(13629,'Sonata','sonata'),(13630,'Box Office, Inc.','box-office-inc'),(13631,'Million Colors','million-colors'),(13632,'Cream','cream'),(13635,'Artronics','artronics'),(13637,'Maniacs of Noise','maniacs-of-noise'),(13638,'PAL Developments','pal-developments'),(13639,'Rasheed Abueideh','rasheed-abueideh'),(13641,'ILLUMICORP','illumicorp'),(13642,'MysticGames','mysticgames'),(13643,'VGstudio','vgstudio'),(13644,'Nodacoy Games','nodacoy-games'),(13645,'Jadan Bliss','jadan-bliss'),(13646,'Rooster Republic LCL','rooster-republic-lcl'),(13647,'WinterCrownWorks','wintercrownworks'),(13649,'I From Japan','i-from-japan'),(13650,'Rooster Republic LLC','rooster-republic-llc'),(13651,'DreamRoad Productions','dreamroad-productions'),(13652,'Butterflyware','butterflyware'),(13653,'Insiduos Games','insiduos-games'),(13654,'Harmonious Games','harmonious-games'),(13655,'Exe Create Inc.','exe-create-inc'),(13656,'D.W.S.','dws'),(13657,'DC Software Studios','dc-software-studios'),(13658,'Impact Software Development, Ltd.','impact-software-development-ltd'),(13659,'AnAppGames','anappgames'),(13663,'Nerampoke games','nerampoke-games'),(13664,'drcrack','drcrack'),(13665,'DESTINYbit','destinybit'),(13666,'Mike Bushell','mike-bushell'),(13667,'MB² Entertainment','mb2-entertainment'),(13668,'Stray Fawn Studio','stray-fawn-studio'),(13670,'Zepetto Co.','zepetto-co'),(13671,'Wish Studios','wish-studios'),(13672,'Tahoe Game','tahoe-game'),(13673,'Specular Interactive','specular-interactive'),(13674,'Koram Game','koram-game'),(13675,'nWay','nway'),(13676,'Saban','saban'),(13677,'Lionsgate','lionsgate'),(13678,'Netmarble Games','netmarble-games'),(13679,'Luke Parisi','luke-parisi'),(13680,'GamesWare','gamesware'),(13681,'Dávid Cseh','david-cseh'),(13682,'Pick & Choose Ltd.','pick-and-choose-ltd'),(13683,'Mark France','mark-france'),(13684,'Villa Crespo Software, Inc.','villa-crespo-software-inc'),(13686,'Goldsaucer','goldsaucer'),(13687,'EAS Software','eas-software'),(13688,'Procovision','procovision'),(13689,'Incal Product','incal-product'),(13690,'Eldritch Games','eldritch-games'),(13691,'Cirque Verte','cirque-verte'),(13692,'Cross Media Soft','cross-media-soft'),(13693,'Fonfun Corporation','fonfun-corporation'),(13694,'BitBurst GmbH','bitburst-gmbh'),(13695,'Mercureal','mercureal'),(13696,'M.N.M Software','mnm-software'),(13697,'Infrared5','infrared5'),(13698,'Vertigore Games','vertigore-games'),(13701,'Northwest Software','northwest-software'),(13702,'Level Systems','level-systems'),(13703,'Wave Train','wave-train'),(13704,'Homewreckers Studio','homewreckers-studio'),(13705,'Tecno Soft','tecno-soft'),(13706,'The Hitmen Software','the-hitmen-software'),(13707,'Kron Simulation Software','kron-simulation-software'),(13708,'Superior Interactive','superior-interactive'),(13709,'Shotgun with Glitters','shotgun-with-glitters'),(13710,'Tomolo Games','tomolo-games'),(13711,'WMS Industries','wms-industries'),(13712,'Gradiente Entertainment','gradiente-entertainment'),(13713,'PVP Studio','pvp-studio'),(13715,'Three Melons','three-melons'),(13716,'LEGO','lego'),(13717,'Lenovo','lenovo'),(13718,'ImCyan','imcyan'),(13719,'HULINKS Inc.','hulinks-inc'),(13720,'Gambit Games Studio, LLC','gambit-games-studio-llc'),(13721,'Wiz','wiz'),(13722,'Digital Eclipse Software','digital-eclipse-software'),(13723,'Stern Electronics, Inc.','stern-electronics-inc'),(13724,'Hiro Co., Ltd.','hiro-co-dot-ltd'),(13725,'Mineo Games','mineo-games'),(13726,'Toxic Waste','toxic-waste'),(13727,'Leland Corporation','leland-corporation'),(13728,'Visceral Montreal','visceral-montreal'),(13729,'Visceral Melbourne','visceral-melbourne'),(13730,'Offset Software','offset-software'),(13731,'Einar Odinn Holm','einar-odinn-holm'),(13732,'Cheetahsoft Ltd.','cheetahsoft-ltd'),(13733,'Nexon M Inc.','nexon-m-inc'),(13734,'Apollo Technica','apollo-technica'),(13735,'Extrokold Games','extrokold-games'),(13736,'RolikDevelopmen','rolikdevelopmen'),(13737,'Ukiyo Publishing','ukiyo-publishing'),(13738,'Two Tales','two-tales'),(13739,'Polyarc','polyarc'),(13740,'The Voxel Agents','the-voxel-agents'),(13741,'Noema Games','noema-games'),(13742,'Berzerk Studio','berzerk-studio'),(13743,'SOULPIX','soulpix'),(13745,'Zwing Games','zwing-games'),(13746,'Kisunja Studio','kisunja-studio'),(13747,'Octopus Games','octopus-games'),(13748,'ShotX Studio','shotx-studio'),(13749,'Pudding Entertainment','pudding-entertainment'),(13751,'NerdRage Studios','nerdrage-studios'),(13752,'Device Oriented Games','device-oriented-games'),(13753,'Joe Games','joe-games'),(13754,'Massive Work Studio','massive-work-studio'),(13755,'Interceptor Micro\'s','interceptor-micros'),(13756,'Cogito Software Company','cogito-software-company'),(13757,'Dream on Studio','dream-on-studio'),(13758,'Le Caillou','le-caillou'),(13759,'Nussoft','nussoft'),(13760,'vrerabek','vrerabek'),(13761,'FrozenCrate','frozencrate'),(13762,'Mad Matter','mad-matter'),(13763,'Aztech New Media','aztech-new-media'),(13764,'Fulvio Cian','fulvio-cian'),(13765,'flaregames','flaregames'),(13766,'Mutech','mutech'),(13767,'Christine Love','christine-love'),(13768,'CreSpirit','crespirit'),(13769,'GemaYue','gemayue'),(13770,'Alpha Pack Studios','alpha-pack-studios'),(13771,'Voxler','voxler'),(13772,'FRACTiLE Games','fractile-games'),(13773,'Punchline','punchline'),(13774,'Visionary Realms','visionary-realms'),(13775,'nn','nn'),(13776,'Westside Soft House','westside-soft-house'),(13777,'Cheshire Engineering','cheshire-engineering'),(13778,'cerisegenius','cerisegenius'),(13779,'Eaglesoft','eaglesoft'),(13780,'Kotobuki-Raison','kotobuki-raison'),(13781,'Neobitz','neobitz'),(13782,'Monolith','monolith'),(13783,'DYNA','dyna'),(13784,'Visco','visco'),(13785,'NGF Dev. Inc.','ngf-dev-inc'),(13786,'ADK','adk'),(13787,'Nazca','nazca'),(13788,'NG:DEV Team','ng-dev-team'),(13789,'Dennou Eizo','dennou-eizo'),(13790,'Gavaking','gavaking'),(13791,'Japan Vistec','japan-vistec'),(13792,'Aiky','aiky'),(13793,'TAG Computer Games','tag-computer-games'),(13794,'Maxis South','maxis-south'),(13795,'Evoga','evoga'),(13796,'Arrow Publications','arrow-publications'),(13797,'Incognito Software, Inc.','incognito-software-inc'),(13798,'Realism Entertainment','realism-entertainment'),(13799,'Maitai Entertainment','maitai-entertainment'),(13800,'Innerprise Software, Inc.','innerprise-software-inc'),(13801,'In','in'),(13802,'Bon Games','bon-games'),(13803,'PatchNoteStudio','patchnotestudio'),(13804,'DIOSoft','diosoft'),(13805,'[geim].pro','geim-dot-pro'),(13806,'Media Vision','media-vision--1'),(13808,'Einsoft','einsoft'),(13809,'TO TEK International','to-tek-international'),(13810,'New Digital','new-digital'),(13811,'Testing 1-2-3','testing-1-2-3'),(13812,'Bang Heads','bang-heads'),(13813,'PGM F1','pgm-f1'),(13814,'LucasArts Entertainment','lucasarts-entertainment'),(13815,'Namco Bandai Studios Inc.','namco-bandai-studios-inc'),(13817,'NBGA Customer Support','nbga-customer-support'),(13818,'Namco Bandai Games Europe S.A.S','namco-bandai-games-europe-sas--1'),(13819,'Premium Agency Inc.','premium-agency-inc'),(13820,'Passerelia Death Squad','passerelia-death-squad'),(13821,'VNV Nation','vnv-nation'),(13822,'Marvellous Designer','marvellous-designer'),(13823,'Universaslly Speaking','universaslly-speaking'),(13824,'Vicon Motion Systems Ltd','vicon-motion-systems-ltd'),(13825,'Cubic Motion Ltd','cubic-motion-ltd'),(10186,'Bigfingers','bigfingers'),(13827,'The Imaginarium','the-imaginarium'),(10188,'KAZe','kaze'),(10189,'Enhance Games','enhance-games'),(10190,'Monstars','monstars'),(13831,'Voice Collective','voice-collective'),(10192,'OtakuMaker.com Studio','otakumaker-dot-com-studio'),(10193,'United Indie','united-indie'),(10194,'GAME NA KIBUN','game-na-kibun'),(10195,'Vladis Fire','vladis-fire'),(13836,'EA CQC','ea-cqc'),(13837,'EA LA','ea-la'),(13838,'Pixel Liberation Front','pixel-liberation-front'),(2256,'Namco Network','namco-network'),(2257,'Independent Arts Software','independent-arts-software'),(13843,'Busy Break','busy-break'),(13844,'ThereBits','therebits'),(13846,'Duy Nguyen','duy-nguyen'),(13847,'Monsiv','monsiv'),(10206,'The Sales Curve','the-sales-curve'),(13850,'DeNA Santiago','dena-santiago'),(13851,'Gigataur','gigataur'),(13852,'Eletronic Souls','eletronic-souls'),(13853,'Candle Games','candle-games'),(10213,'Quantum Entanglement Entertainment','quantum-entanglement-entertainment'),(10214,'Quest Software','quest-software'),(10215,'7seventh chord','7seventh-chord'),(2268,'Kando Games','kando-games'),(10217,'Dusenberry Martin Racing','dusenberry-martin-racing'),(10218,'Kairosoft','kairosoft'),(10219,'ebb Software','ebb-software'),(2279,'Taitale Studios','taitale-studios'),(2280,'Matchworks','matchworks'),(10221,'Wolf Team','wolf-team'),(10222,'Dresdner Bank','dresdner-bank'),(10223,'Freelance Development','freelance-development'),(2287,'Secret 6, Inc. & The Studio of Secret6, Inc.','secret-6-inc-the-studio-of-secret6-inc'),(2288,'Red Hot CG Software Ltd.','red-hot-cg-software-ltd'),(2289,'Sony Interactive Entertainment Worldwide Studios','sony-interactive-entertainment-worldwide-studios'),(2291,'SCE Worldwide Studios Europe','sce-worldwide-studios-europe'),(2292,'Sony Computer Entertainment Japan Asia','sony-computer-entertainment-japan-asia'),(2293,'Dolby Digital','dolby-digital'),(2294,'DTS Digital Surround 5.1','dts-digital-surround-5-1'),(2296,'The Sims Division','the-sims-division'),(2297,'ColdWood Interactive','coldwood-interactive'),(10229,'crazy labs','crazy-labs'),(2300,'Alpha Denshi','alpha-denshi'),(2301,'Anaconda','anaconda'),(2302,'Detn8 Games','detn8-games'),(2303,'Awesome Play','awesome-play'),(2304,'ImPulse Games','impulse-games'),(2305,'Jorudan','jorudan'),(2306,'49Games','49games'),(10232,'Art by Kjell','art-by-kjell'),(10233,'Rocket Sound','rocket-sound'),(2310,'Bionic Games','bionic-games'),(2311,'Levithan Games','levithan-games'),(2313,'Tetris Online Inc','tetris-online-inc'),(10237,'MHT','mht'),(10238,'Clan of Shadows on Befallen','clan-of-shadows-on-befallen'),(2316,'PAM Development','pam-development'),(10240,'Avedis Zildjian Company','avedis-zildjian-company'),(10241,'Fender Musical Instruments Corporation','fender-musical-instruments-corporation'),(2325,'K2 LLC','k2-llc'),(2326,'Grand Prix','grand-prix'),(2327,'Sega AM3','sega-am3'),(10247,'Z Corporation','z-corporation'),(10248,'The Q Branch XVI','the-q-branch-xvi'),(10249,'10ravens s.r.o.','10ravens-sro'),(2329,'GameMill','gamemill'),(10251,'Distortum','distortum'),(10252,'Kazoo Creative','kazoo-creative'),(2854,'Monkey Gods','monkey-gods'),(2333,'Spice Games','spice-games'),(2857,'Dreamhive','dreamhive'),(2335,'RTL Games','rtl-games'),(2859,'Flight-Plan','flight-plan'),(2337,'Blade Interactive','blade-interactive'),(2338,'THQ San Diego','thq-san-diego'),(2862,'Square Enix Product Development Division 8','square-enix-product-development-division-8'),(2863,'Tantamount Prod.','tantamount-prod'),(2341,'Big Red Button','big-red-button'),(2866,'DirectX','directx'),(2867,'Adrenalin Entertainment','adrenalin-entertainment'),(2868,'Tigeon Studios','tigeon-studios'),(2870,'Player X','player-x'),(2871,'Oasis','oasis'),(2873,'sevenOne intermedia','sevenone-intermedia'),(2875,'dk games','dk-games'),(2876,'gogii games','gogii-games'),(2877,'21 rocks','21-rocks'),(2878,'Konami Industry','konami-industry'),(2880,'Inferno Games','inferno-games'),(2881,'Konami Europe','konami-europe'),(2883,'Screaming Games','screaming-games'),(2884,'Gears for Breakfast','gears-for-breakfast'),(2885,'Ciel','ciel'),(2886,'Pionesoft','pionesoft'),(2887,'GIGA Team Baldrhead','giga-team-baldrhead'),(2346,'Time Warner Interactive','time-warner-interactive'),(2347,'Capcom Osaka','capcom-osaka'),(2893,'Sniper Studios','sniper-studios'),(2894,'3D2 Entertainment','3d2-entertainment'),(2895,'Supercrit LLC','supercrit-llc'),(2896,'Oriental Software','oriental-software'),(2897,'C. P. Brain','c-p-brain'),(2354,'Active Interprises','active-interprises'),(2899,'Tripmine Studios','tripmine-studios'),(2900,'Nevrax','nevrax'),(2901,'Winch Gate','winch-gate'),(2902,'Gaslamp Games','gaslamp-games'),(2357,'7th Sense','7th-sense'),(2359,'Novotrade','novotrade'),(2360,'Kaneko','kaneko'),(2361,'Seismic','seismic'),(2904,'Bones','bones'),(2363,'Technopop','technopop'),(2907,'DreamRift','dreamrift'),(2908,'Blossomsoft','blossomsoft'),(2910,'1-UP Studio','1-up-studio'),(2370,'Ecseco','ecseco'),(5781,'Ongakukan','ongakukan'),(5782,'Actainment','actainment'),(5783,'Days of Wonder','days-of-wonder'),(5784,'Wingman Games','wingman-games'),(5785,'Vector Film','vector-film'),(5786,'Rallisport Team','rallisport-team'),(8927,'Johannes Rosenberg','johannes-rosenberg'),(8928,'Stefan Kraus','stefan-kraus'),(8929,'Timo Armbruster','timo-armbruster'),(8930,'BiteTheBytes GmbH','bitethebytes-gmbh'),(5789,'Lambo Creative','lambo-creative'),(8932,'Proscenium','proscenium'),(8933,'2SD','2sd'),(5791,'Three8 Creative','three8-creative'),(8935,'Pixelz Games','pixelz-games'),(8936,'RSUPPORT Co., LTD.','rsupport-co-dot-ltd'),(8937,'Rebelmind','rebelmind'),(8938,'Bluebutton Games','bluebutton-games'),(5794,'Backstab Games','backstab-games'),(5795,'Digimation Corporation','digimation-corporation'),(5796,'McClear Digital','mcclear-digital'),(8944,'H2 Interactive Co., Ltd.','h2-interactive-co-dot-ltd'),(8945,'Patrice Meneguzzi','patrice-meneguzzi'),(8946,'FourbitFriday','fourbitfriday'),(8947,'Ekuator Games','ekuator-games'),(8948,'AAA Internet Publishing, Inc. (DBA WTFast)','aaa-internet-publishing-inc-dba-wtfast'),(8949,'Interbellum team','interbellum-team'),(5801,'The Third Floor','the-third-floor'),(8951,'Pentavera','pentavera'),(8952,'Etranges Libellules Studios','etranges-libellules-studios'),(8953,'Polar Bunny Ltd','polar-bunny-ltd'),(5803,'PCB Productions, Encino, CA','pcb-productions-encino-ca'),(5804,'WIlco Dream Studios','wilco-dream-studios'),(8958,'GammaLateral','gammalateral'),(5806,'Rancho Canada Elementary School','rancho-canada-elementary-school'),(8960,'Snake Hill Games','snake-hill-games'),(5808,'Links Digiworks','links-digiworks'),(8962,'Jae Lee Productions','jae-lee-productions'),(8963,'Dynamic Games','dynamic-games'),(8965,'GungHo Online Entertainment America, Inc.','gungho-online-entertainment-america-inc'),(5821,'Ex-Hummer','ex-hummer'),(5822,'Cyberflix','cyberflix'),(5823,'GTE Entertainment','gte-entertainment'),(8968,'REMIMORY','remimory'),(8969,'GameArt Studio GmbH','gameart-studio-gmbh'),(8970,'Cosmic Cow LLC','cosmic-cow-llc'),(8971,'Qwiboo Ltd','qwiboo-ltd'),(8972,'The Innocent Devils','the-innocent-devils'),(8973,'The Secret Pie','the-secret-pie'),(8975,'Full Control ApS','full-control-aps'),(5832,'Black Sand Studios','black-sand-studios'),(8981,'Fakedice','fakedice'),(5834,'Textfyre','textfyre'),(5835,'Littlewitch','littlewitch'),(5837,'MiCROViSion','microvision'),(8989,'Coreplay','coreplay'),(5840,'Seika Corporation','seika-corporation'),(8991,'Amaze','amaze'),(5842,'Drool','drool'),(8993,'Infernum Productions AG','infernum-productions-ag'),(8994,'Idigicon','idigicon'),(8995,'Sam Albon','sam-albon'),(8996,'Ripatti Software','ripatti-software'),(8997,'Yatagarasu Dev Team','yatagarasu-dev-team'),(5847,'Hardsuit Labs','hardsuit-labs'),(8999,'Disparity Games','disparity-games'),(5849,'Silver Dollar Games','silver-dollar-games'),(5850,'Qizz','qizz'),(5851,'SkyFallen Entertainment','skyfallen-entertainment'),(9004,'Mårten Jonsson','marten-jonsson'),(9006,'Mixel','mixel'),(5855,'Front Line','front-line'),(5856,'ABC News Videosource','abc-news-videosource'),(5857,'INTAC','intac'),(5858,'Roppongi Monitoring Center','roppongi-monitoring-center'),(5859,'Manhattan Center Studio','manhattan-center-studio'),(5860,'Imagin','imagin'),(9016,'Deadghost Interactive','deadghost-interactive'),(5864,'The Lot Studio','the-lot-studio'),(9019,'Transcendent Games','transcendent-games'),(5866,'Towerside Studio','towerside-studio'),(9021,'SDP Games','sdp-games'),(9022,'BlueEagle Productions','blueeagle-productions'),(9023,'Paul Schneider','paul-schneider'),(5870,'TMO','tmo'),(5871,'Square Pictures','square-pictures'),(5872,'Image Corporation','image-corporation'),(5873,'Omnibus Japan','omnibus-japan'),(5874,'Transistor Studio','transistor-studio'),(5875,'Sasaharagumi Inc.','sasaharagumi-inc'),(9030,'Irongames Studio','irongames-studio'),(5877,'Lightflow Studio','lightflow-studio'),(5878,'WilcoLinks Digiworks','wilcolinks-digiworks'),(9033,'Sub Orbital Software','sub-orbital-software'),(9034,'Circle Five Studios','circle-five-studios'),(9035,'Pub Games','pub-games'),(9036,'Midnart','midnart'),(5879,'Denkieizo','denkieizo'),(5880,'XAX Entertainment','xax-entertainment'),(5881,'AKT','akt'),(5882,'Omnius Japan','omnius-japan'),(5883,'Sato Works','sato-works'),(5884,'Tetraedge Games','tetraedge-games'),(5885,'Index+','index-plus'),(5886,'Software Heaven','software-heaven'),(5887,'Matthew Brown','matthew-brown'),(5888,'Glassmoon','glassmoon'),(5889,'IonFX','ionfx'),(5890,'UV Games','uv-games'),(5891,'Coderus','coderus'),(5892,'e.p.i.c. Interactive','epic-interactive'),(5893,'Videosoft','videosoft'),(5894,'Salu Ltd.','salu-ltd'),(5895,'Men-A-Vision','men-a-vision'),(5896,'Irem Corporation','irem-corporation'),(5897,'Irem America','irem-america'),(5898,'Goliath','goliath'),(5899,'Bit Corporation','bit-corporation'),(5900,'CCE','cce'),(5901,'Playaround','playaround'),(5902,'Sivak Games','sivak-games'),(5903,'Retrozone','retrozone'),(5904,'Dima Kiva','dima-kiva'),(5905,'Spectravision','spectravision'),(5906,'Funvision','funvision'),(5907,'Telesys','telesys'),(5908,'Starpath','starpath'),(5909,'Wisdom Tree','wisdom-tree'),(5910,'Arctic Anteater','arctic-anteater'),(5912,'Pure FPS','pure-fps'),(5915,'Lost Decade Games','lost-decade-games'),(5916,'Johnson & Johnson','johnson-and-johnson'),(5917,'DSD','dsd'),(5918,'SemoLogic','semologic'),(5919,'Nitrogen Studios Canada','nitrogen-studios-canada'),(5920,'Planet Blue','planet-blue'),(5921,'SAGE','sage'),(5922,'The Forester Brothers','the-forester-brothers'),(5923,'Tuff Break Entertainment','tuff-break-entertainment'),(5924,'The Philharmonia Orchestra','the-philharmonia-orchestra'),(5925,'Artizanal Studio','artizanal-studio'),(5926,'Atopos','atopos'),(5927,'Capital Games','capital-games'),(5928,'Connection Events','connection-events'),(5929,'DGCIS','dgcis'),(5930,'La Mandarine','la-mandarine'),(5931,'Motion Boutique','motion-boutique'),(5932,'Oséo','oseo'),(5933,'Perforce-Antycip','perforce-antycip'),(5934,'Project Telling','project-telling'),(5935,'Cosmocover','cosmocover'),(5936,'Solidanim','solidanim'),(5937,'SWRPP','swrpp'),(5938,'Toy Films','toy-films'),(5939,'Studio X','studio-x'),(5940,'Ayzenberg Group','ayzenberg-group'),(5941,'Egg Plant Productions','egg-plant-productions'),(5942,'Raichert Media','raichert-media'),(5943,'3dinchina','3dinchina'),(5944,'Ground Studios','ground-studios'),(5945,'wolff interactive','wolff-interactive'),(5946,'PreViz Animations','previz-animations'),(5947,'Bikini Studios','bikini-studios'),(5948,'Mainbrain Productions','mainbrain-productions'),(12114,'Mugwort Mastering Studio','mugwort-mastering-studio'),(12115,'CoMix Wave Films','comix-wave-films'),(12116,'Amazon Developer Portal','amazon-developer-portal'),(12118,'Team Einherjar','team-einherjar'),(12119,'Fabula Epica','fabula-epica'),(12120,'Goodwolf Studio','goodwolf-studio'),(12121,'Coltgames','coltgames'),(12122,'Rank17','rank17'),(12123,'Red Dwarf Games','red-dwarf-games'),(12124,'[erka:es]','erka-es'),(12125,'PEC Entertainment Inc.','pec-entertainment-inc'),(12126,'Suricate Software','suricate-software'),(12127,'Fumiko Game Studio','fumiko-game-studio'),(12128,'DIVR Labs','divr-labs'),(12129,'DarkTigerDevelopments','darktigerdevelopments'),(12130,'Mito Studio','mito-studio'),(12131,'Schrölab','schrolab'),(12132,'Grip Digital','grip-digital'),(12133,'Pokelabo, Inc.','pokelabo-inc'),(12134,'Lamplight Studios','lamplight-studios'),(12135,'phlilips','phlilips'),(12136,'Gerry Anderson','gerry-anderson'),(12137,'Tiny Rebel Games','tiny-rebel-games'),(12138,'Green Sauce Games','green-sauce-games'),(12139,'Lemon Interactive','lemon-interactive'),(12140,'Just Play','just-play'),(12141,'OniGames','onigames'),(12142,'Secret Lair Games, Inc.','secret-lair-games-inc'),(12143,'Sushi Typhoon Games','sushi-typhoon-games'),(12144,'Nikkatsu','nikkatsu'),(12145,'Cubetype','cubetype'),(12146,'Sycoforge','sycoforge'),(12147,'The Game Band','the-game-band'),(12149,'Blueprint Reality Inc.','blueprint-reality-inc'),(12150,'teedoubleu','teedoubleu'),(12151,'Vivid Helix','vivid-helix'),(12152,'Vindit','vindit'),(12153,'Clear Light Studios','clear-light-studios'),(12154,'Jeroen Wimmers','jeroen-wimmers'),(12155,'Boxelware','boxelware'),(12156,'Mindwalker Games','mindwalker-games'),(12157,'Darkman Studio','darkman-studio'),(12158,'Adriaan de Jongh','adriaan-de-jongh'),(12159,'The Revera Corporation','the-revera-corporation'),(12160,'SELECT BUTTON inc.','select-button-inc'),(12161,'Nawia Games','nawia-games'),(12162,'EmberWulf','emberwulf'),(12163,'Dazlog Studio','dazlog-studio'),(12164,'Dr_Crewcut','dr-crewcut'),(12165,'Rob Briscoe','rob-briscoe'),(12166,'Fiveamp','fiveamp'),(12167,'Babloon Studios','babloon-studios'),(12168,'PerspectX','perspectx'),(12170,'Unicow Games AB','unicow-games-ab'),(12171,'Together Team','together-team'),(12172,'Studio Istolia','studio-istolia'),(12173,'Kayabros','kayabros'),(12174,'the whale husband','the-whale-husband'),(12175,'Morteshka','morteshka'),(12176,'Neutral Games','neutral-games'),(12177,'Glumberland','glumberland'),(12178,'Villa Gorilla','villa-gorilla'),(12179,'GMonks Entertainment Private Limited','gmonks-entertainment-private-limited'),(12180,'CFK','cfk'),(12181,'GeneX','genex'),(12182,'Ars Logica','ars-logica'),(12183,'Santa Clara Games','santa-clara-games'),(12184,'Ludomotion','ludomotion'),(12185,'Easy Trigger','easy-trigger'),(12186,'Coffee Stain Publishing','coffee-stain-publishing'),(12187,'Casual Bit Games','casual-bit-games'),(12188,'Alecqua Studios','alecqua-studios'),(12189,'DoctorM64','doctorm64'),(12190,'Michal Walaszczyk','michal-walaszczyk'),(12191,'Applicattura','applicattura'),(12192,'VitruviusVR','vitruviusvr'),(12193,'Wee Man Studios','wee-man-studios'),(12194,'Tri-Coastal Games','tri-coastal-games'),(12195,'IndieHound','indiehound'),(12196,'Radiation Blue','radiation-blue'),(12197,'Lost in the Garden','lost-in-the-garden'),(12199,'Kurechii','kurechii'),(12200,'Random Seed Games','random-seed-games'),(12201,'Incodra','incodra'),(12202,'Ibology','ibology'),(12203,'Raptor-Lab','raptor-lab'),(12204,'Spinbot','spinbot'),(12205,'White Wolf Entertainment','white-wolf-entertainment'),(12206,'Fula Fisken','fula-fisken'),(12208,'Open Sorcery Games','open-sorcery-games'),(12209,'Something Classic Game LLC','something-classic-game-llc'),(12210,'GexagonVR','gexagonvr'),(12211,'Team Chivalry','team-chivalry'),(12213,'Boku Strategy Games','boku-strategy-games'),(12214,'Animedia Entertainment','animedia-entertainment'),(12215,'DVS Games','dvs-games'),(12216,'Ocular Interactive','ocular-interactive'),(12217,'The Foregone Syndicate','the-foregone-syndicate'),(12218,'Goiceasoft Production','goiceasoft-production'),(12220,'Bounder Games','bounder-games'),(12221,'Brain Seal','brain-seal'),(12222,'Gemi Games','gemi-games'),(12223,'Over Fence','over-fence'),(12224,'Hollow Ponds','hollow-ponds'),(12226,'Total Mayhem Games','total-mayhem-games'),(12227,'Sulake','sulake'),(12228,'Reactive Drop Team','reactive-drop-team'),(12229,'Spellbook','spellbook'),(12230,'www.Spellbook.com','www-dot-spellbook-dot-com'),(12231,'POISOFT','poisoft'),(12232,'Futureworks Studios','futureworks-studios'),(12233,'Cardboard Utopia','cardboard-utopia'),(12234,'Cherrymochi','cherrymochi'),(12235,'Guillaume Bouckaert','guillaume-bouckaert'),(12236,'Insurgency Development Team','insurgency-development-team'),(12237,'Cakebread','cakebread'),(12238,'Cardboard Robot Games','cardboard-robot-games'),(12240,'Sixteen Tons Entertainment','sixteen-tons-entertainment'),(12241,'NetDragon','netdragon'),(12243,'Redblack Spade','redblack-spade'),(12244,'Nighthawk Interactive','nighthawk-interactive'),(12245,'SimpleGhost','simpleghost'),(12246,'Wild Hare Entertainment','wild-hare-entertainment'),(12247,'Digital Spray Studios','digital-spray-studios'),(12248,'Engage Pixel','engage-pixel'),(12249,'Sameer Hirezi','sameer-hirezi'),(12250,'Worm Animation','worm-animation'),(12251,'Ice World','ice-world'),(12252,'Downpour Interactive','downpour-interactive'),(12253,'BlackSpot Entertainment','blackspot-entertainment'),(12254,'12004','12004'),(12255,'Immunity Studios LTD','immunity-studios-ltd'),(12256,'Wizard Soft','wizard-soft'),(12258,'Rival Interactive','rival-interactive'),(12259,'Unimatrix Productions','unimatrix-productions'),(12260,'Mgaia Studio','mgaia-studio'),(12261,'Smokin\' Guns Productions','smokin-guns-productions'),(12262,'Tronwell','tronwell'),(12263,'4am Entertainment Corporation Ltd','4am-entertainment-corporation-ltd'),(12265,'CompuExpert','compuexpert'),(12266,'Spread Shot Studios','spread-shot-studios'),(12267,'Global VR','global-vr'),(12268,'Synthetic.Systems','synthetic-dot-systems'),(12269,'Exile Gaming Studio','exile-gaming-studio'),(12270,'Course','course'),(12271,'Akimbo Creations','akimbo-creations'),(12272,'Warka','warka'),(12274,'Purple Software','purple-software'),(12275,'Sleepy Duck','sleepy-duck'),(12276,'LVGameDev LLC','lvgamedev-llc'),(12277,'Avallon Alliance','avallon-alliance'),(12278,'Panoramik inc','panoramik-inc'),(12279,'Desertkun','desertkun'),(12280,'L Rod','l-rod'),(12281,'q-bit Games','q-bit-games'),(12285,'Gloomywood','gloomywood'),(12286,'SAT-BOX','sat-box'),(12287,'Improbable','improbable'),(12288,'Bright Future','bright-future'),(12289,'Mediaobsters','mediaobsters'),(12290,'N-Games Studios','n-games-studios'),(12291,'Saturn Plus','saturn-plus'),(12292,'Magitech Games','magitech-games'),(12293,'Wings Simulation GmbH','wings-simulation-gmbh'),(12294,'T7 Games','t7-games'),(12295,'Play Ten Interactive','play-ten-interactive'),(12296,'Avalon Style Entertainmen','avalon-style-entertainmen'),(12297,'Bread Team','bread-team'),(12298,'Thekla, Inc','thekla-inc'),(12299,'Uncle Frost Team','uncle-frost-team'),(12301,'Boat Rocker Digital','boat-rocker-digital'),(12302,'Boomfire Games','boomfire-games'),(12303,'Wholesale Algorithms[','wholesale-algorithms'),(12304,'Big Star Games','big-star-games'),(12305,'Big Games','big-games'),(12306,'Triternion','triternion'),(12307,'OneTapp','onetapp'),(12308,'Prideful Sloth','prideful-sloth'),(12309,'QuantumSquid Interactive','quantumsquid-interactive'),(12310,'Spiritwalk Games','spiritwalk-games'),(12311,'Gabe Cuzzillo','gabe-cuzzillo'),(12312,'Big Moustache Games','big-moustache-games'),(12313,'Muzzy Lane','muzzy-lane'),(12314,'i&Co','i-and-co'),(12315,'i&Cow','i-and-cow'),(12316,'OlderBytes','olderbytes'),(12317,'Digital Adobo','digital-adobo'),(12318,'Frostkeep Studios','frostkeep-studios'),(12319,'Digital Sun Games','digital-sun-games'),(12320,'Supersoft','supersoft'),(12321,'ThankCreate Studio','thankcreate-studio'),(12322,'Hard Light Labs','hard-light-labs'),(12323,'mif2000','mif2000'),(12324,'Bluehole, Inc.','bluehole-inc'),(12325,'inbetweengames','inbetweengames'),(12326,'White Birds Productions','white-birds-productions'),(12327,'Maxis Emeryville','maxis-emeryville'),(12328,'DOJI Educational Innovoations','doji-educational-innovoations'),(12329,'Blender Foundation','blender-foundation'),(12330,'Nekcom','nekcom'),(12332,'Artery Games','artery-games'),(12333,'SkyRiver Studios','skyriver-studios'),(12334,'Sunburned Games','sunburned-games'),(12335,'nextReality Games','nextreality-games'),(12336,'rebel rabbit','rebel-rabbit'),(12337,'indienova','indienova'),(12339,'ZeroBit Games','zerobit-games'),(12340,'Ocean Media','ocean-media'),(12341,'Brute Drop','brute-drop'),(12342,'DOJI Educational Innovations','doji-educational-innovations'),(12343,'PopTop','poptop'),(12345,'Phenomic','phenomic'),(12346,'Cold Beam Games','cold-beam-games'),(12347,'Warner Bros. Interactive Entertainment, - duplicate','warner-bros-interactive-entertainment-duplicate'),(12348,'Rosebud Games','rosebud-games'),(12349,'Konami Digital Entertainment, Inc.,','konami-digital-entertainment-inc-dot'),(12350,'Jacob Janerka','jacob-janerka'),(12351,'Date Nighto','date-nighto'),(12352,'Alecqua X Twilight Studios','alecqua-x-twilight-studios'),(12353,'Florian Veltman','florian-veltman'),(12354,'Artifact 5','artifact-5'),(12355,'Rowfor Entertainment','rowfor-entertainment'),(12356,'Xider Games','xider-games'),(12357,'BHV Software','bhv-software'),(12358,'Kokakiki','kokakiki'),(12360,'Aspyr - duplicate','aspyr-duplicate'),(12361,'Headup Games / Radon Labs','headup-games-slash-radon-labs'),(12362,'Playrix Entertainment','playrix-entertainment'),(12363,'ImagineEngline','imagineengline'),(12365,'Oliver Boyce','oliver-boyce'),(12366,'Existical Games','existical-games'),(12368,'Skullfish Studios','skullfish-studios'),(12369,'Nauris Amatnieks','nauris-amatnieks'),(12370,'BlueGiant Interactive','bluegiant-interactive'),(12371,'Trine Studios','trine-studios'),(12372,'G3 Community Patch','g3-community-patch'),(12373,'Fineway Studios','fineway-studios'),(12374,'Jet Dogs Studios - duplicate','jet-dogs-studios-duplicate'),(12375,'Headup Games / Crenetic','headup-games-slash-crenetic'),(12376,'PixelTail Games','pixeltail-games'),(12377,'Peach Pie Productions','peach-pie-productions'),(12378,'Studio Beast','studio-beast'),(12379,'Midnight Hub','midnight-hub'),(12380,'Octane Games','octane-games'),(12381,'Games2SDk','games2sdk'),(12382,'Devolver Digital and Croteam - duplicate','devolver-digital-and-croteam-duplicate'),(12383,'MC2','mc2'),(12384,'Critical Forge','critical-forge'),(12385,'128','128'),(12386,'Eight Points','eight-points'),(5949,'SMS','sms'),(5950,'Price Design','price-design'),(5951,'Gem Iternational Corporation','gem-iternational-corporation'),(9041,'Brain Bombers','brain-bombers'),(5953,'Nintendo Integrated Research & Development','nintendo-integrated-research-and-development'),(5954,'Newcom','newcom'),(5955,'Nutting Associates','nutting-associates'),(9045,'IDHAS Studios','idhas-studios'),(9046,'Koch Media GmbH - duplicate','koch-media-gmbh-duplicate'),(5958,'Team Chaos LLC','team-chaos-llc'),(5959,'B.Alive','balive'),(5960,'Le Cartel Studio','le-cartel-studio'),(9050,'Batterystaple Games','batterystaple-games'),(9051,'Redacted Studios','redacted-studios'),(9052,'Above and Beyond Technologies','above-and-beyond-technologies'),(9053,'Crispon Games','crispon-games'),(9054,'Argonauts Interactive','argonauts-interactive'),(9055,'Keys of Nine Entertainment','keys-of-nine-entertainment'),(9056,'Alkemi','alkemi'),(9057,'GabberGames.com','gabbergames-dot-com'),(9058,'YETi CGI','yeti-cgi'),(9059,'Brisk Mobile Inc','brisk-mobile-inc'),(9060,'MiniVisions','minivisions'),(9061,'Good games','good-games'),(9062,'Shaman Games Studio','shaman-games-studio'),(9063,'iMaxGen','imaxgen'),(9064,'Question','question'),(9065,'KEMCO / EXE-CREATE','kemco-slash-exe-create'),(9066,'Marvelous Europe Ltd.','marvelous-europe-ltd'),(9067,'CorypheeSoft','corypheesoft'),(9068,'DEZ Studio','dez-studio'),(9069,'Maurice Pape','maurice-pape'),(9070,'Rotateam','rotateam'),(9071,'One Legged Seagull','one-legged-seagull'),(5969,'InterServ International Inc.','interserv-international-inc'),(5970,'Mad Crew','mad-crew'),(5971,'I 10 Q','i-10-q'),(5972,'White Wolf Publishing','white-wolf-publishing'),(9077,'Blue Label Studio','blue-label-studio'),(9078,'Polygon Art','polygon-art'),(9079,'Juniper Games','juniper-games'),(5976,'Prism Leisure Corporation Plc','prism-leisure-corporation-plc'),(9081,'Nine Tales Digital','nine-tales-digital'),(9083,'Insane','insane'),(5980,'John Carmack','john-carmack'),(5983,'LTD. Silmarils','ltd-silmarils'),(5984,'Digital Confectioners','digital-confectioners'),(5985,'Dynamighty','dynamighty'),(5986,'Game Design Sweden AB','game-design-sweden-ab'),(5987,'Lilith','lilith'),(5988,'Zip Technologies','zip-technologies'),(5989,'Playful Entertainment','playful-entertainment'),(9099,'Case in Point Studios, LLC','case-in-point-studios-llc'),(5992,'Tomoaki Sugeno','tomoaki-sugeno'),(9101,'Red Katana','red-katana'),(5994,'Axel Tribe','axel-tribe'),(5995,'5pb. Division 2','5pb-division-2'),(9105,'Super Fun Games','super-fun-games'),(1115,'Imotion','imotion'),(1116,'Nimbly Games','nimbly-games'),(1118,'Torn Banner Studios','torn-banner-studios'),(1119,'Monolith Soft','monolith-soft'),(1120,'Superior Software Ltd.','superior-software-ltd'),(6002,'SEGA AM1','sega-am1'),(6003,'SEGA AM7','sega-am7'),(1123,'Personal Software','personal-software'),(6005,'Alive Mediasoft','alive-mediasoft'),(9109,'Tasharen Entertainment Inc.','tasharen-entertainment-inc'),(9110,'Narrow Monolith','narrow-monolith'),(6011,'Wade\'s Eastside Guns','wades-eastside-guns'),(1128,'1st Playable Productions','1st-playable-productions'),(1129,'Quixel','quixel'),(1130,'Simulmondo','simulmondo'),(1131,'Access Software, Inc.','access-software-inc'),(1132,'Ninano Software','ninano-software'),(1133,'MVP Software','mvp-software'),(1134,'Interceptor Entertainment','interceptor-entertainment'),(1136,'Taxan','taxan'),(1137,'Milton Bradley','milton-bradley'),(1138,'General Consumer Electric','general-consumer-electric'),(1139,'Cinematronics','cinematronics'),(9125,'Subscience Studios','subscience-studios'),(9126,'Avenged Sevenfold','avenged-sevenfold'),(6018,'Olle Hemmendorff','olle-hemmendorff'),(6019,'Forgotten Empires LLC','forgotten-empires-llc'),(1142,'Micro Revelations, Inc.','micro-revelations-inc'),(6021,'coreplay gmbh','coreplay-gmbh'),(6022,'Black inc','black-inc'),(6023,'Extend Interactive','extend-interactive'),(1145,'Telstar Electronic Studios Ltd.','telstar-electronic-studios-ltd'),(6025,'Robinson Technologies','robinson-technologies'),(9136,'Rhaon Entertainment','rhaon-entertainment'),(6028,'Dreadbit','dreadbit'),(9138,'SixtyGig Games','sixtygig-games'),(9139,'Lostwood','lostwood'),(6032,'Seasun games','seasun-games'),(6033,'Grolier Interactive','grolier-interactive'),(6034,'MiST Land','mist-land'),(9147,'Black Shell Media','black-shell-media'),(1166,'Softdisk Publishing','softdisk-publishing'),(1167,'Super Fighter Team','super-fighter-team'),(9150,'MicroProse Software, Inc.','microprose-software-inc--1'),(9151,'Cinopt Studios','cinopt-studios'),(9152,'Zach Kehs (SunnyKatt)','zach-kehs-sunnykatt'),(6052,'Alan Zucconi','alan-zucconi'),(6053,'Gathering','gathering'),(1172,'MegaTech Software','megatech-software'),(9156,'Ramjet Anvil','ramjet-anvil'),(1174,'Kyodai Software Marketing','kyodai-software-marketing'),(1175,'Imagitec Design','imagitec-design'),(1176,'MPS Labs','mps-labs'),(9161,'West Dragon Productions DR','west-dragon-productions-dr'),(6057,'Gambrinous','gambrinous'),(6058,'Ecole Software','ecole-software'),(6059,'French Bread','french-bread'),(1178,'John Romero','john-romero'),(9166,'David Szymanski','david-szymanski'),(6062,'Front Wing','front-wing'),(9171,'Ganz Studio','ganz-studio'),(1184,'Global Business Concept','global-business-concept'),(9173,'Tamarin Studios','tamarin-studios'),(1186,'Spectrum Pacific Publishing','spectrum-pacific-publishing'),(1187,'SW Games','sw-games'),(1188,'Little Devils Inc.','little-devils-inc'),(9178,'Riya','riya'),(9179,'Marie Ronnaux Games','marie-ronnaux-games'),(9180,'Attract Mode Games','attract-mode-games'),(9181,'Right Pedal Studios','right-pedal-studios'),(12387,'Wargaming Alliance','wargaming-alliance'),(1191,'FTL Games','ftl-games'),(9186,'Game Insight','game-insight'),(1194,'Masque Publishing','masque-publishing'),(1195,'Ant Software','ant-software'),(9189,'Psyche Studios','psyche-studios'),(9190,'New Blood Interactive','new-blood-interactive'),(9191,'Mosaic Mask Studio','mosaic-mask-studio'),(9192,'FLEB','fleb'),(12392,'Meow Studios','meow-studios'),(12393,'Siactro','siactro'),(1201,'Software Creations','software-creations'),(6073,'Longbow Games','longbow-games'),(6074,'Meteorise','meteorise'),(6075,'Denneko Yuugi','denneko-yuugi'),(9194,'Loriciel','loriciel'),(6077,'Ys Net','ys-net'),(1209,'Société Pollene','societe-pollene'),(9197,'Boncho Games','boncho-games'),(12400,'Sunnyside Games','sunnyside-games'),(12401,'Iowiro','iowiro'),(1211,'Robotoki','robotoki'),(6081,'Chasseur De Bots','chasseur-de-bots'),(6082,'Orange_Juice','orange-juice'),(6083,'Fruitbat Factory','fruitbat-factory'),(9214,'Gastronaut Studios','gastronaut-studios'),(12412,'Aurum Dust','aurum-dust'),(9216,'Hitoshi Sakimoto','hitoshi-sakimoto'),(9217,'Arvi Teikari','arvi-teikari'),(6090,'Dean \"Rocket\" Hall','dean-rocket-hall'),(9221,'GlobalCenter','globalcenter'),(9222,'MindSpring','mindspring'),(9223,'Multiplay','multiplay'),(9224,'RDA','rda'),(9225,'Lewis PR','lewis-pr'),(6095,'Windy Hill Studio','windy-hill-studio'),(6096,'Ludeon Studios','ludeon-studios'),(6097,'Modulaatio Games','modulaatio-games'),(9235,'Star-Trax','star-trax'),(9236,'Halon Entertainment','halon-entertainment'),(9237,'One Pixel Brush','one-pixel-brush'),(1225,'Ubisoft San Francisco','ubisoft-san-francisco'),(6103,'GRIP Entertainment','grip-entertainment'),(6104,'Blade 3D','blade-3d'),(9246,'The Maniac Agenda','the-maniac-agenda'),(6106,'Video Ordnance','video-ordnance'),(12417,'Doublesix Games','doublesix-games'),(6108,'Anki','anki'),(6110,'3Blackdot','3blackdot'),(9252,'Pole To Win','pole-to-win'),(9253,'Lauscherlounge','lauscherlounge'),(1228,'The Behemoth','the-behemoth'),(6122,'AsiaSoft','asiasoft'),(6123,'Shanda','shanda'),(9282,'Persistent Studios','persistent-studios'),(6125,'What Pumpkin Studios NYC','what-pumpkin-studios-nyc'),(9285,'Free Lunch Design AB','free-lunch-design-ab'),(6130,'RVL Games','rvl-games'),(6131,'Cipher Prime Studios','cipher-prime-studios'),(9292,'Meadows Games','meadows-games'),(9294,'Peaksel D.O.O. Nis','peaksel-doo-nis'),(9296,'MIT Game Lab','mit-game-lab'),(9297,'SCIMOB','scimob'),(9298,'SIEIDI','sieidi'),(9299,'Zykov Eddy','zykov-eddy'),(9300,'Siberian Digital','siberian-digital'),(9301,'Xitilon','xitilon'),(9302,'CyberStep','cyberstep'),(9303,'Black Sheep Studio','black-sheep-studio'),(9304,'Candygun Games','candygun-games'),(6143,'DDD Wares','ddd-wares'),(6144,'Helsinki GameWorks Ltd.','helsinki-gameworks-ltd'),(6145,'Codebrush Games','codebrush-games'),(6147,'Exato Games Studios','exato-games-studios'),(9314,'Base Camp Films','base-camp-films'),(6149,'Army Game Studio','army-game-studio'),(9316,'Antimatter Games','antimatter-games'),(6151,'Eneme Entertainment','eneme-entertainment'),(6152,'Friend & Foe','friend-and-foe'),(1238,'Virgin Games USA','virgin-games-usa'),(1239,'Gorilla Systems Corporation','gorilla-systems-corporation'),(1241,'Artificial Mind & Movement','artificial-mind-movement'),(9321,'NewWorldCoders','newworldcoders'),(9322,'Grab The Games','grab-the-games'),(6156,'Sumo Digital Ltd - duplicate','sumo-digital-ltd-duplicate'),(9325,'Lacuna Corporation','lacuna-corporation'),(6158,'Allgraf','allgraf'),(6159,'Mediamond','mediamond'),(6160,'William Rieder','william-rieder'),(6161,'MobyGames','mobygames'),(6162,'Future Vision','future-vision'),(6163,'Interactive Strip','interactive-strip'),(6164,'Millennium Media Group','millennium-media-group'),(6165,'Deep River Publishing','deep-river-publishing'),(6166,'Chris Prih','chris-prih'),(6167,'Inscape','inscape'),(1246,'Nintendo EAD Group No. 2','nintendo-ead-group-no-2'),(1247,'Lego Group','lego-group'),(1248,'CodeHatch','codehatch'),(1250,'VIS Entertainment','vis-entertainment'),(6173,'Rovio Stars','rovio-stars'),(6174,'Instinct Corporation','instinct-corporation'),(6175,'Bones Park Software Artistic','bones-park-software-artistic'),(1252,'Smart Bomb Interactive','smart-bomb-interactive'),(9333,'Rockodile','rockodile'),(1254,'FarSight Studios','farsight-studios'),(9335,'Bryan Gale','bryan-gale'),(1256,'BigPark','bigpark'),(1257,'AiLive','ailive'),(1258,'EA Salt Lake','ea-salt-lake'),(1259,'FreeStyleGames','freestylegames'),(6195,'Brytenwalda','brytenwalda'),(6196,'American Game Cartridges','american-game-cartridges'),(6197,'Horror Soft','horror-soft'),(6198,'Fishcow Studio','fishcow-studio'),(6200,'Loveshack Entertainment','loveshack-entertainment'),(1263,'Graphic State Games','graphic-state-games'),(1264,'O3 Entertainment','o3-entertainment'),(1265,'Tuna Technologies','tuna-technologies'),(6208,'Double Fine Presents','double-fine-presents'),(6209,'Mobius Digital','mobius-digital'),(6210,'Nautilus','nautilus'),(6211,'Aruze','aruze'),(6212,'True Axis Pty. Ltd.','true-axis-pty-ltd'),(6213,'Lupus Studios Limited','lupus-studios-limited'),(6214,'SITER SKAIN','siter-skain'),(6215,'Shibuya Productions','shibuya-productions'),(1272,'Sega Sports R&D','sega-sports-r-d'),(1273,'Sega Sports Japan','sega-sports-japan'),(1275,'Dempa Shunbunsha','dempa-shunbunsha'),(1276,'Nintendo SDD','nintendo-sdd'),(1277,'Mattel Interactive','mattel-interactive'),(6221,'Silverrock Productions (ITE)','silverrock-productions-ite'),(1280,'Ocean Europe Limited','ocean-europe-limited'),(1282,'Kemco-Seika','kemco-seika'),(1283,'Rareware','rareware'),(6227,'Four Quarters','four-quarters'),(6228,'Timo Kauppinen','timo-kauppinen'),(6230,'âge','age'),(6232,'Simis','simis'),(6233,'R&P Electronic Media','r-and-p-electronic-media'),(6234,'Defrost Games','defrost-games'),(6235,'Abyss Lights Studios','abyss-lights-studios'),(6236,'Kaamos Sound','kaamos-sound'),(6237,'Newton Game Dynamics','newton-game-dynamics'),(6238,'Angel Code','angel-code'),(6239,'DevIL Image Library','devil-image-library'),(6240,'LibSDL','libsdl'),(6241,'Dimagic','dimagic'),(6242,'Office Yoshikawa','office-yoshikawa'),(6243,'CA-Co-Caro','ca-co-caro'),(6244,'Kokusai Shuppan','kokusai-shuppan'),(6245,'Studio Ibuki','studio-ibuki'),(6246,'Digi Plannet','digi-plannet'),(6247,'Active Work Corporation','active-work-corporation'),(6248,'Lapiz','lapiz'),(6249,'TV Asahi Create','tv-asahi-create'),(6250,'Spiced Graphics','spiced-graphics'),(6251,'Quixote Studios','quixote-studios'),(6252,'Next Management','next-management'),(6253,'Logan','logan'),(1288,'Creatures Labs','creatures-labs'),(6255,'Lime','lime'),(1326,'Amaze Entertainment','amaze-entertainment--2'),(12682,'Orbital Knight','orbital-knight'),(12683,'Darril Arts','darril-arts'),(12684,'Stormind Games','stormind-games'),(1328,'Venan Entertainment','venan-entertainment'),(1329,'Teeny Weeny Games','teeny-weeny-games'),(1330,'Bits Studios','bits-studios'),(12688,'Eidos, Inc.','eidos-inc'),(12689,'Razorback Developments Ltd','razorback-developments-ltd'),(12690,'Courbois Software','courbois-software'),(12691,'Alpha-Omega Software','alpha-omega-software'),(1334,'H2O Interactive','h2o-interactive'),(1336,'A2M','a2m'),(1337,'Hanna-Barbera Productions','hanna-barbera-productions'),(1338,'Illusions Gaming','illusions-gaming'),(1340,'Gargoyle Games','gargoyle-games'),(1341,'Engineering Animation Inc.','engineering-animation-inc'),(1342,'Terraglyph Interactive Studios','terraglyph-interactive-studios'),(12694,'CDS Microsystems','cds-microsystems'),(12695,'Zeexs Games Studi','zeexs-games-studi'),(1344,'Intelligent Statements, Inc.','intelligent-statements-inc'),(1345,'Richard Garriot','richard-garriot'),(1346,'Human Engineered Software','human-engineered-software'),(12700,'Not Doppler','not-doppler'),(12701,'Dyadic Software Associates','dyadic-software-associates'),(12702,'BurningFlower','burningflower'),(12703,'Lima Sky','lima-sky'),(1350,'The Software Factory','the-software-factory'),(1351,'Lightwave Consultants','lightwave-consultants'),(1353,'Binary Systems','binary-systems'),(1354,'Keypunch Software','keypunch-software'),(12721,'Black Lab Games','black-lab-games'),(12722,'DeadToast Entertainment','deadtoast-entertainment'),(1355,'R.O. Software','r-o-software'),(1356,'Interstel Corporation','interstel-corporation'),(1357,'Macrocom','macrocom'),(9343,'Stegalosaurus Game Development','stegalosaurus-game-development--1'),(9344,'Speelbaars','speelbaars'),(9345,'Nicoplv Games','nicoplv-games'),(1361,'Replay Games','replay-games'),(1362,'N-Fusion Interactive','n-fusion-interactive'),(1363,'Akella','akella'),(1364,'The Chinese Room','the-chinese-room'),(1365,'lucas pope','lucas-pope'),(9349,'Illuminated Games','illuminated-games'),(9350,'POTOK','potok'),(1367,'Serellan','serellan'),(6262,'Lagence Dancefloor','lagence-dancefloor'),(6263,'Studio Dimson','studio-dimson'),(9363,'Monomyth Games','monomyth-games'),(1372,'Hammerpoint Interactive','hammerpoint-interactive'),(9365,'TernTek','terntek'),(1374,'Acornsoft','acornsoft'),(1375,'Firebird','firebird'),(1376,'Dyllan Fitterer','dyllan-fitterer'),(6271,'Comm4u','comm4u'),(9370,'Obigeta Makers','obigeta-makers'),(6273,'Exigent Holdings','exigent-holdings'),(9372,'Fairchild Semiconductor','fairchild-semiconductor'),(6277,'Ivy Games','ivy-games'),(9374,'Glitchnap','glitchnap'),(6279,'Aim Enterprise','aim-enterprise'),(6280,'Atomic Monkey','atomic-monkey'),(6281,'Osawa Office','osawa-office'),(6282,'Kaleidscope','kaleidscope'),(9377,'Thoughtshelter Games','thoughtshelter-games'),(9379,'Ed Fries','ed-fries'),(9380,'Atari Age','atari-age'),(1385,'Pocket Studios','pocket-studios'),(6291,'A-den','a-den'),(6292,'Audio Technica','audio-technica'),(6293,'Kitchen Jiro','kitchen-jiro'),(9382,'Pixel Trickery','pixel-trickery'),(9383,'Jaywalkers Interactive','jaywalkers-interactive'),(6295,'K-BOOKS','k-books'),(1391,'gamigo AG','gamigo-ag'),(6297,'THIRDWAVE','thirdwave'),(6298,'Georgia Max Coffee','georgia-max-coffee'),(6299,'Sofmap','sofmap'),(6300,'T-ZONE STRATEGY','t-zone-strategy'),(9390,'Intergrow','intergrow'),(6302,'Dr Pepper','dr-pepper'),(6303,'Toranoana','toranoana'),(6304,'Don Quijote','don-quijote'),(9393,'DTDigital','dtdigital'),(1396,'Amanita Design','amanita-design'),(9396,'Dragon\'s Eye Productions, Inc','dragons-eye-productions-inc'),(9397,'Catnip Studios','catnip-studios'),(9398,'PC Research Inc','pc-research-inc'),(6314,'Akihabara Shopping District Promotion Cooperative','akihabara-shopping-district-promotion-cooperative'),(9401,'Darjeeling','darjeeling'),(1403,'Minakuchi Engineering','minakuchi-engineering'),(9403,'ARTE France','arte-france'),(6318,'Gamerizon','gamerizon'),(6324,'Fireglow Games','fireglow-games'),(1407,'EA Japan','ea-japan'),(1408,'AKI Corporation','aki-corporation'),(6328,'JIW-Games','jiw-games'),(9410,'Highcastle Studios','highcastle-studios'),(6331,'Ratloop Asia','ratloop-asia'),(6332,'Giant Army','giant-army'),(6333,'CyberAgent','cyberagent'),(6334,'Ameba','ameba'),(1416,'Francisco Téllez de Meneses','francisco-tellez-de-meneses'),(1417,'Ninagamers Corp.','ninagamers-corp'),(9416,'Ikaron','ikaron'),(9417,'Glow Games','glow-games'),(9418,'Glow Games','glow-games--1'),(9419,'Tiny Bull Studios','tiny-bull-studios'),(9421,'Atreid Concept','atreid-concept'),(1422,'Guildhall','guildhall'),(1423,'Black Magic Software','black-magic-software'),(1424,'Galactic Cafe','galactic-cafe'),(1425,'Misfits Attic','misfits-attic'),(1426,'Emily Carroll','emily-carroll'),(1427,'Damian Sommer','damian-sommer'),(1428,'Trendy Entertainment','trendy-entertainment'),(1429,'Reverb Communications','reverb-communications'),(1430,'Sun Corporation of America','sun-corporation-of-america'),(9427,'Ocelot Society','ocelot-society'),(6352,'Serenity Forge','serenity-forge'),(6353,'Iced Lizard Games','iced-lizard-games'),(6354,'Discovery Software International','discovery-software-international'),(9431,'Ghost Town Games Ltd.','ghost-town-games-ltd'),(1435,'Atod','atod'),(1436,'Bally Midway','bally-midway'),(1437,'Rainmaker Entertainment','rainmaker-entertainment'),(1439,'Cooking Mama Limited','cooking-mama-limited'),(9437,'System Era Softworks','system-era-softworks'),(1442,'Joymania Entertainment','joymania-entertainment'),(1444,'Sega Technical Institute','sega-technical-institute'),(6375,'Pinoki Games - duplicate','pinoki-games-duplicate'),(6376,'Shadow Tor Studios','shadow-tor-studios'),(6377,'Serious Games Interactive','serious-games-interactive'),(6378,'Good Enough Gaming','good-enough-gaming'),(6380,'Intellisoft','intellisoft'),(6381,'Light Shock Software','light-shock-software'),(6382,'Byron Preiss Multimedia','byron-preiss-multimedia'),(1454,'WarChest','warchest'),(6384,'Cope-com','cope-com'),(6385,'Liarsoft','liarsoft'),(6386,'Dreampainters Software','dreampainters-software'),(6387,'Fuguriya','fuguriya'),(6388,'Mike Salyh','mike-salyh'),(9445,'Valiant Interactive','valiant-interactive'),(6397,'Salty Software','salty-software'),(9454,'EMcNeill','emcneill'),(1467,'Sammy','sammy'),(1468,'Gratuitous Games','gratuitous-games'),(6407,'Yurin Yurin','yurin-yurin'),(6408,'Tonguç Bodur','tonguc-bodur'),(1476,'X-Ample Architectures','x-ample-architectures'),(1477,'Whiptail Interactive','whiptail-interactive'),(1478,'Tikiman Productions','tikiman-productions'),(6411,'Sei Mikaeru Joshi Gakuen','sei-mikaeru-joshi-gakuen'),(9475,'Cloudhead Games','cloudhead-games'),(9476,'CommaVid, Inc.','commavid-inc'),(9479,'Beloudest','beloudest'),(9480,'Roklan Corporation','roklan-corporation'),(9481,'Neotenia','neotenia'),(9482,'Industry Games','industry-games'),(1498,'Blindlight','blindlight'),(1499,'Church Automotive','church-automotive'),(1500,'Matahari Studios','matahari-studios'),(9485,'Arcadia Corporation','arcadia-corporation'),(9486,'Big Red Softare','big-red-softare'),(1502,'Rainmaker Studios','rainmaker-studios'),(9488,'Upper Byte Sudio','upper-byte-sudio'),(9489,'Sun Electronics Corp.','sun-electronics-corp'),(9490,'Bytecore','bytecore'),(9491,'GamesBoosters','gamesboosters'),(9492,'Game Swing','game-swing'),(6426,'Big Five Software','big-five-software'),(6427,'CBS Electronics','cbs-electronics'),(9499,'Proline Software GmbH','proline-software-gmbh'),(6429,'Type-Moon','type-moon'),(9501,'Sandcastle Productions','sandcastle-productions'),(9502,'Albino Frog Software, Inc.','albino-frog-software-inc'),(1521,'Games2Train','games2train'),(1522,'think3','think3'),(6436,'Solar Software','solar-software'),(1526,'Walt Disney Computer Software','walt-disney-computer-software'),(6438,'Beachhead Studios','beachhead-studios'),(9507,'Pax Softonica','pax-softonica'),(9508,'Faravid Interactive','faravid-interactive'),(6445,'Winking Entertainment','winking-entertainment'),(9510,'Falcon','falcon'),(6447,'Mission Support Specialist','mission-support-specialist'),(9512,'Micro Fun','micro-fun'),(6449,'CDM Sound Studios','cdm-sound-studios'),(6450,'Dubway Studios','dubway-studios'),(6451,'3 Point Productions','3-point-productions'),(6452,'Centurion','centurion'),(6453,'Stargate Studios','stargate-studios'),(9518,'Mental Image Software Design','mental-image-software-design'),(9519,'Quicksilva Ltd.','quicksilva-ltd'),(1542,'Xantus','xantus'),(1543,'Testronic Laboratories','testronic-laboratories'),(1544,'Volta Design','volta-design'),(9522,'Gregor Panič','gregor-panic'),(9523,'Fractal Softworks','fractal-softworks'),(9524,'Grey Alien Games','grey-alien-games'),(6464,'Studo Center Corporation','studo-center-corporation'),(9526,'Tsukuda Original','tsukuda-original'),(1551,'GlobaLoc','globaloc'),(1552,'Astragon','astragon'),(6467,'The Sea Snipers','the-sea-snipers'),(6468,'Studio Nixa','studio-nixa'),(1555,'Red Rover','red-rover'),(9530,'Dreadbit Games','dreadbit-games'),(6470,'Remington Arms Company','remington-arms-company'),(9542,'North American Philips Consumer Electronics Corp.','north-american-philips-consumer-electronics-corp'),(9543,'Tactical Design Group','tactical-design-group'),(6474,'Macedonian Radio Symphony Orchestra','macedonian-radio-symphony-orchestra'),(6475,'Mobileer','mobileer'),(6476,'sound & records ABSOLUTE STUDIO','sound-and-records-absolute-studio'),(12791,'Grand Cauldron','grand-cauldron'),(6478,'Aoni Production','aoni-production'),(6479,'Amuleto','amuleto'),(12794,'SolidRock Game','solidrock-game'),(6481,'OGIPRO THE NEXT','ogipro-the-next'),(12796,'Jadoku','jadoku'),(9593,'Hydrant Games','hydrant-games'),(9594,'Brainwashing Games','brainwashing-games'),(9595,'Fiddlesticks','fiddlesticks'),(9596,'SMAC Games','smac-games'),(12804,'Garage227 Studios','garage227-studios'),(6492,'Shanghai PiTaiShanHospital Investment Management','shanghai-pitaishanhospital-investment-management'),(6493,'Digital TIS','digital-tis'),(9599,'Creaky Corpse','creaky-corpse'),(6500,'University of California','university-of-california'),(12813,'Audiogenic Software Ltd.','audiogenic-software-ltd'),(9602,'rotobee','rotobee'),(12815,'Radical Fish Games','radical-fish-games'),(9605,'MindSpan','mindspan'),(9606,'Sony Interactive Entertainment Europe','sony-interactive-entertainment-europe'),(6511,'Fontoló Stúdio','fontolo-studio'),(6512,'Presto - Prekladatelské Centrum','presto-prekladatelske-centrum'),(6513,'The9','the9'),(9609,'Rocket Hammer','rocket-hammer'),(9610,'SLX Games','slx-games'),(6521,'Most Wanted Entertainment','most-wanted-entertainment'),(6522,'Warner Brothers Post Prod. Services','warner-brothers-post-prod-services'),(6523,'Laser Pacific Digital Sound Services','laser-pacific-digital-sound-services'),(6524,'Walla Works, inc.','walla-works-inc'),(9615,'Shadowplay Studio','shadowplay-studio'),(12827,'The Next Frontier Corporation','the-next-frontier-corporation'),(12828,'DesignStar Consultants, Inc.','designstar-consultants-inc'),(6529,'North Central','north-central'),(9623,'Delfi Sound','delfi-sound'),(9627,'Skywalker Symphony Orchestra','skywalker-symphony-orchestra'),(6536,'Atrax Game','atrax-game'),(9629,'Seji Inc.','seji-inc'),(6538,'Tigress Marketing','tigress-marketing'),(9631,'auto galleria LUCE','auto-galleria-luce'),(9632,'Cars-hatano','cars-hatano'),(9633,'Garage ITALYA','garage-italya'),(6542,'Airship Syndicate','airship-syndicate'),(12844,'Iron Monkey','iron-monkey'),(9636,'WIDS Co. Ltd.','wids-co-ltd'),(9637,'Pi Research Limited','pi-research-limited'),(9638,'Sankyo','sankyo'),(9639,'Shelby Japan','shelby-japan'),(9640,'Sonny\'s Ferrari','sonnys-ferrari'),(9641,'Tein Inc.','tein-inc'),(9642,'Woodstock Trading','woodstock-trading'),(9643,'CAMI Music','cami-music'),(9644,'Village Music Inc.','village-music-inc'),(12847,'Insanity Studio','insanity-studio'),(6547,'Asteroid Base','asteroid-base'),(6548,'Urban Games','urban-games'),(6550,'Biox','biox'),(12863,'Realsalewa Soft','realsalewa-soft'),(6552,'Abrakam','abrakam'),(6553,'EasyGameStation','easygamestation'),(6554,'Carpe Fulgur LLC','carpe-fulgur-llc'),(6555,'DHM Interactive','dhm-interactive'),(6556,'Lizsoft','lizsoft'),(12874,'Hiding Spot Games','hiding-spot-games'),(12875,'wormate.','wormate'),(12876,'DigiPen Institute of Technology','digipen-institute-of-technology'),(9645,'FILLIN Inc.','fillin-inc'),(9646,'Daybreak Co. Ltd.','daybreak-co-ltd'),(9647,'Power Music','power-music'),(1719,'Loh Zarrin Nikan','loh-zarrin-nikan'),(9649,'Crescente Studio','crescente-studio'),(9650,'Bunkamura Studio','bunkamura-studio'),(9651,'MajanoX','majanox'),(9652,'The Groundcrew Studios','the-groundcrew-studios'),(9653,'Trivalle Communications','trivalle-communications'),(9654,'For Shloc','for-shloc'),(9655,'American Society of Military History','american-society-of-military-history'),(9656,'Studio G Productions','studio-g-productions'),(9657,'DetFilms','detfilms'),(9658,'Go Media','go-media'),(1727,'QVS International','qvs-international'),(1728,'iNiS','inis'),(1729,'Incompetech.com','incompetech-com'),(1730,'A Eddy & Goldfarb Assoc.','a-eddy-goldfarb-assoc'),(1732,'Ivolgamus','ivolgamus'),(1734,'Barbie Software for Girls','barbie-software-for-girls'),(1735,'Runecraft','runecraft'),(9678,'Red Hot Entertainment','red-hot-entertainment'),(9680,'Fracture FX','fracture-fx'),(1739,'Tahoe Software Productions','tahoe-software-productions'),(9682,'Crompton & Associates','crompton-and-associates'),(9683,'Facebook','facebook'),(9684,'YouTube','youtube'),(9685,'Subway','subway'),(9686,'Vance & Brown','vance-and-brown'),(1741,'Empire Software','empire-software'),(9689,'Gizmo Cast','gizmo-cast'),(1745,'GMI','gmi'),(9692,'MineLoader Shanghai','mineloader-shanghai'),(9693,'MineLoader Tianjin','mineloader-tianjin'),(9694,'Healsing Digital Entertainment','healsing-digital-entertainment'),(1749,'H2O Entertainment','h2o-entertainment'),(9697,'Burro Canyon Shooting Park','burro-canyon-shooting-park'),(9698,'Chance Productions','chance-productions'),(1753,'Technos Japan','technos-japan'),(1754,'Zed Two','zed-two'),(1755,'SETA','seta'),(1756,'Amtex','amtex'),(9703,'amazing co.','amazing-co'),(1758,'Interactive Studios','interactive-studios'),(1759,'Vanpool','vanpool'),(9705,'bold Co. Ltd.','bold-co-ltd'),(9706,'Sond Box','sond-box'),(9707,'Cosmo Studio','cosmo-studio'),(9708,'Magen','magen'),(9709,'Ralliart','ralliart'),(9710,'Mazdaspeed','mazdaspeed'),(1767,'Victor Interactive Software','victor-interactive-software'),(1768,'Toy Box Studios','toy-box-studios'),(9713,'Castrol Limited','castrol-limited'),(9714,'MJR Productions','mjr-productions'),(9715,'The Instroplis Philharmonic Orchestra','the-instroplis-philharmonic-orchestra'),(9716,'Bratislava Chamber Choir','bratislava-chamber-choir'),(9717,'Iris Productions','iris-productions'),(9718,'Autarca Studio','autarca-studio'),(9719,'Boss Key Productions','boss-key-productions'),(9720,'terminal software','terminal-software'),(9721,'BitsAlive Game Studios','bitsalive-game-studios'),(9722,'Outsider Games','outsider-games'),(1776,'Devil\'s Thumb Entertainment','devil-s-thumb-entertainment'),(1777,'Player 1','player-1'),(1778,'SCEI - duplicate','scei-duplicate'),(9725,'Doobic Studios','doobic-studios'),(9726,'Kalopsia Games','kalopsia-games'),(1780,'Lexis Numérique','lexis-numerique'),(1781,'VectorCell','vectorcell'),(1782,'Gear Head Studios','gear-head-studios'),(1783,'Midway Home Entertainment','midway-home-entertainment'),(1784,'Japan System Supply','japan-system-supply'),(1785,'SETA Corporation','seta-corporation'),(1786,'Xantera','xantera'),(1787,'Persha Studia','persha-studia'),(1788,'Bottom Up','bottom-up'),(9731,'ManMachineGames','manmachinegames'),(9732,'Action Forms Ltd - duplicate','action-forms-ltd-duplicate'),(9733,'Prospect Games','prospect-games'),(9734,'Bulwark Studios','bulwark-studios'),(9735,'Art in Heart','art-in-heart'),(9736,'Gaijin Sound','gaijin-sound'),(1801,'Turbo Technologies','turbo-technologies'),(9738,'Artvostok','artvostok'),(1804,'Genki','genki'),(1805,'Noise','noise'),(1806,'Bemani','bemani'),(9747,'Hijiri','hijiri'),(9748,'Iris Motion Graphics','iris-motion-graphics'),(9749,'IJO Limited Partnership Company','ijo-limited-partnership-company'),(1809,'Nintendo R&D1','nintendo-r-d1'),(1810,'Produce','produce'),(9754,'WangGang Inc.','wanggang-inc'),(9755,'Studio Madams','studio-madams'),(9756,'b-cause Inc.','b-cause-inc'),(9757,'Dreams Co. Ltd.','dreams-co-ltd'),(9758,'Little Wing','little-wing'),(1814,'Suzak','suzak'),(1815,'Ocean of America','ocean-of-america'),(9762,'Amu Inc.','amu-inc'),(9763,'WaoWorld Corporation','waoworld-corporation'),(9764,'Exmind','exmind'),(9767,'Wolfgraphics','wolfgraphics'),(9768,'Cactus','cactus'),(9769,'Blink Works','blink-works'),(9770,'NewBreed','newbreed'),(1822,'Konami Computer Entertainment Nagoya','konami-computer-entertainment-nagoya'),(9773,'Steve Martin\'s Working Wildlife','steve-martins-working-wildlife'),(9774,'SIDE London','side-london'),(9775,'SIDE LA','side-la'),(9776,'Santa Barbara Sound Design','santa-barbara-sound-design'),(9777,'The Pinewood Singers','the-pinewood-singers'),(9778,'Russian Worlds Studios','russian-worlds-studios'),(9779,'Shangha Chuang Sheng Digital Technology','shangha-chuang-sheng-digital-technology'),(9780,'LG Telecom','lg-telecom'),(9781,'Monsoon Online','monsoon-online'),(1835,'Big Bit Ltd','big-bit-ltd'),(9783,'Beep Games','beep-games'),(9784,'Soundsnap','soundsnap'),(9785,'Dayjob Studio','dayjob-studio'),(9786,'22nd Century Toys LLC','22nd-century-toys-llc'),(9787,'Loc & Load','loc-and-load'),(9788,'Studio Muehl','studio-muehl'),(9789,'A.C.E.','ace--1'),(9790,'Kakehashi Games','kakehashi-games'),(9791,'DICO Co., Ltd.','dico-co-dot-ltd'),(9792,'ESC Toys','esc-toys'),(9795,'Lucas Licensing','lucas-licensing'),(9796,'Fantasy Jazz Studios','fantasy-jazz-studios'),(9797,'Studio Gazelle, Inc.','studio-gazelle-inc'),(9798,'Tokyo Philharmonic','tokyo-philharmonic'),(9799,'Tokyo Opera City Concert Hall','tokyo-opera-city-concert-hall'),(9800,'P. C. Music','p-c-music'),(1847,'RFX Interactive','rfx-interactive'),(1848,'Kotobuki Systems','kotobuki-systems'),(9804,'DevSound','devsound'),(9806,'Forward Never Straight Productions','forward-never-straight-productions'),(9807,'Blue Oak Audio Ltd','blue-oak-audio-ltd'),(9808,'Ian Livingstone Music LTD','ian-livingstone-music-ltd'),(9809,'Sofia Session Orchestra','sofia-session-orchestra'),(9810,'Four For Music Ltd.','four-for-music-ltd'),(9811,'SIlver Jack Studios','silver-jack-studios'),(1856,'Almanic','almanic'),(1857,'Kawada','kawada'),(1858,'Epic/Sony Records','epic-sony-records'),(9814,'Big Sesh Studios','big-sesh-studios'),(9815,'Kovel/Fuller','kovel-slash-fuller'),(1863,'XPEC','xpec'),(1864,'High Impact Games','high-impact-games'),(9820,'Professional Percussion Studio','professional-percussion-studio'),(9821,'Hiraishi Office Ltd.','hiraishi-office-ltd'),(9822,'Video Game Orchestra','video-game-orchestra'),(9823,'Força','forca'),(9824,'WGBH Fraser Studio','wgbh-fraser-studio'),(9825,'Cybersound','cybersound'),(1870,'gloot.net','gloot-net'),(1871,'GameMaxx','gamemaxx'),(1872,'C2 Vision','c2-vision'),(9827,'Bulgarian National Radio Studio 1','bulgarian-national-radio-studio-1'),(9828,'Oceanway Studios Nashville','oceanway-studios-nashville'),(1874,'Character Soft','character-soft'),(1875,'Shimada Kikaku','shimada-kikaku'),(1876,'Dorart','dorart'),(1877,'Tomcat System','tomcat-system'),(13026,'Drifter Entertainment','drifter-entertainment'),(13027,'Jumpship','jumpship'),(13028,'Historia Inc','historia-inc'),(9835,'Cheer Digiart Co., Ltd.','cheer-digiart-co-dot-ltd'),(9836,'World Forge','world-forge'),(9837,'firehorse','firehorse'),(9838,'OutOfTheBit','outofthebit'),(13033,'Paranoid Software','paranoid-software'),(13034,'We MUSIC','we-music'),(1887,'Black Dragon Productions','black-dragon-productions'),(13036,'302 labs','302-labs'),(9844,'Ls','ls'),(1890,'Nimbus Games','nimbus-games'),(1891,'Transposia','transposia'),(1892,'Humongous Inc','humongous-inc'),(9855,'Digital Brains','digital-brains'),(9856,'Silversoft','silversoft'),(13049,'Freetale','freetale'),(13050,'Incendio Software','incendio-software'),(9860,'Arc Entertainment','arc-entertainment'),(9861,'Josef Kates','josef-kates'),(9863,'PlayDate Digital Inc.','playdate-digital-inc'),(9864,'Monochrome','monochrome'),(13055,'Ghostpunch Games','ghostpunch-games'),(9867,'Independent','independent'),(9868,'Survios','survios'),(9869,'Andrew Brophy','andrew-brophy'),(13058,'ZeniMax Hong Kong','zenimax-hong-kong'),(13059,'ZeniMax Russia','zenimax-russia'),(9873,'Crunchy Games','crunchy-games'),(9874,'Amnia Interactive','amnia-interactive'),(9875,'DEADBIT','deadbit'),(9876,'The Good Mood Creators','the-good-mood-creators'),(9877,'Albeton','albeton'),(13064,'Altfuture','altfuture'),(9881,'Pioneer','pioneer'),(1905,'Helixe','helixe'),(9884,'Scratc Academy','scratc-academy'),(9885,'Serrato','serrato'),(13069,'Tiny Shark Interactive','tiny-shark-interactive'),(13070,'PuppyBox','puppybox'),(9889,'Top Peg Animation','top-peg-animation'),(13072,'Ubi Soft Montpellier SAS','ubi-soft-montpellier-sas'),(13073,'firshirke','firshirke'),(13074,'Smokey Moose Games','smokey-moose-games'),(1910,'Velez & Dubail','velez-dubail'),(1911,'Climax Brighton','climax-brighton'),(1912,'THQ Studio Oz','thq-studio-oz'),(13077,'SYUPRO-DX','syupro-dx'),(1914,'Eclipse Productions','eclipse-productions'),(1915,'Nelvana','nelvana'),(13079,'Miles Computing, Inc.','miles-computing-inc'),(13080,'Miles Computing, Inc,','miles-computing-inc--1'),(13081,'Second Wind Interactive','second-wind-interactive'),(9896,'Lotto Animatin','lotto-animatin'),(9897,'Zoic Studios','zoic-studios'),(9898,'Dave & Dave Incorporated','dave-and-dave-incorporated'),(9901,'Supreme Music','supreme-music'),(13086,'Digital Illusions, Inc.','digital-illusions-inc'),(13087,'Koei Tecmo Wave','koei-tecmo-wave'),(1923,'Barking Lizards Technologies','barking-lizards-technologies'),(1924,'Compulsion Games','compulsion-games'),(9908,'Third Law Entertainment','third-law-entertainment'),(9909,'Termite Games','termite-games'),(9910,'Hidden Floor','hidden-floor'),(9911,'Persei Entertainment','persei-entertainment'),(9912,'Fully Bugged Software','fully-bugged-software'),(9913,'Longbow Digital Arts','longbow-digital-arts'),(6568,'Skyshine Games','skyshine-games'),(13093,'Kubat Software','kubat-software'),(13094,'Steve Fifield','steve-fifield'),(13095,'Raffaele Mandese','raffaele-mandese'),(13096,'Resistance and Liberation Development','resistance-and-liberation-development'),(13097,'Reaktör Software','reaktor-software'),(9915,'Ticsoft','ticsoft'),(13099,'TYMAC (UK) Ltd.','tymac-uk-ltd'),(13100,'Giant Interactive Entertainment','giant-interactive-entertainment'),(13101,'612 Games','612-games'),(9919,'BlueMoon Software','bluemoon-software'),(6586,'IK Sample','ik-sample'),(6587,'Takemaker','takemaker'),(6588,'Alphasound','alphasound'),(6589,'Red Audio','red-audio'),(6590,'TV Group','tv-group'),(13106,'Productive Playtime','productive-playtime'),(6592,'The Village Studios','the-village-studios'),(13108,'Diamond Software','diamond-software'),(6595,'Gin-Ichi Corporation','gin-ichi-corporation'),(13110,'Sharkteam','sharkteam'),(13111,'Slow Bros.','slow-bros'),(13112,'APLUS Co., Ltd.','aplus-co-dot-ltd'),(9927,'Britannia Software ltd','britannia-software-ltd'),(6602,'Interpret LLC','interpret-llc'),(9929,'Piranaking','piranaking'),(9930,'Agent Mega','agent-mega'),(13121,'Ishisoft','ishisoft'),(9933,'Kreative Spill','kreative-spill'),(9934,'Eleon Game Studios','eleon-game-studios'),(6616,'Dairy Studios','dairy-studios'),(9936,'Polykid','polykid'),(9937,'aiueoKompany','aiueokompany'),(9938,'Talecore Studios','talecore-studios'),(9939,'3 Minute Games, LLC','3-minute-games-llc'),(9940,'Skitso Productions','skitso-productions'),(9941,'Unreal Voodoo','unreal-voodoo'),(6634,'ARTO','arto'),(9943,'Touch Foo','touch-foo'),(6636,'Farmind','farmind'),(6637,'Finnvera','finnvera'),(9946,'It Matters Games','it-matters-games'),(6639,'Kuuasema','kuuasema'),(6641,'Neogames','neogames'),(13131,'Hammer&Ravens','hammer-and-ravens'),(13132,'La Moutarde','la-moutarde'),(6645,'Virtual Air Guitar Company','virtual-air-guitar-company'),(13135,'SomniumSoft','somniumsoft'),(13136,'Odyssey Software','odyssey-software'),(13137,'American Video Entertainment','american-video-entertainment'),(13138,'Clover Lab.,inc.','clover-lab-dot-inc'),(13139,'Wavedash Games','wavedash-games'),(13140,'You vs. the Internet','you-vs-the-internet'),(6652,'Play it by Ear Adio','play-it-by-ear-adio'),(6653,'C5 Sound Crew NYC','c5-sound-crew-nyc'),(6654,'Play it by Ear Audio','play-it-by-ear-audio'),(6655,'The Dairy, London','the-dairy-london'),(6656,'Rainmaker Motion Capture','rainmaker-motion-capture'),(6657,'The Background Voice Casting','the-background-voice-casting'),(6658,'iNK Stories','ink-stories'),(6659,'Microsoft Xbox Advanced Technology Group','microsoft-xbox-advanced-technology-group'),(13150,'Новый Диск','novyi-disk'),(13151,'Borne Games','borne-games'),(6663,'Paad Testing','paad-testing'),(13153,'Fusion Media Group','fusion-media-group'),(13154,'Wierd and Wry','wierd-and-wry'),(13155,'USC Games','usc-games'),(13156,'Classical Era Multi.','classical-era-multi'),(6669,'SuperVettura','supervettura'),(13158,'We\'re Five Games','were-five-games'),(13159,'Pelikan13','pelikan13'),(6673,'Pearl digital','pearl-digital'),(13161,'Wishary Games','wishary-games'),(13162,'Famousdogg Studios','famousdogg-studios'),(13163,'Saurus','saurus'),(13164,'Shadow Knights Studio','shadow-knights-studio'),(6679,'The Yokohama Rubber Company','the-yokohama-rubber-company'),(13166,'Arcanheim Softworks','arcanheim-softworks'),(13167,'Stone Heads','stone-heads'),(6684,'Yellow Studio','yellow-studio'),(13170,'Mainframe Entertainment','mainframe-entertainment'),(6687,'Avex Management','avex-management'),(6688,'Kenyu Office Company','kenyu-office-company'),(13173,'SOTSU CO.,LTD.','sotsu-co-dot-ltd'),(6691,'Gacha Communications','gacha-communications'),(6692,'yoshidamasaki','yoshidamasaki'),(6693,'Motion Actor','motion-actor'),(6694,'Hyde','hyde'),(6695,'Sorun China','sorun-china'),(6696,'Tianjin Sorun','tianjin-sorun'),(6697,'Digital Software Corporation','digital-software-corporation'),(6698,'auto galleria LUCE Junichiro Hiramatsu','auto-galleria-luce-junichiro-hiramatsu'),(6699,'BIG WAY','big-way'),(6700,'CAR DEALER QUALITY','car-dealer-quality'),(6701,'COBB Tuning SoCal','cobb-tuning-socal'),(6702,'comet-works','comet-works'),(6703,'IVY-ARTS','ivy-arts'),(6704,'HIROSHIMA CITY TRANSPORTATION MUSEUM','hiroshima-city-transportation-museum'),(13199,'Tower Knight Games','tower-knight-games'),(6706,'M.USHIO','mushio'),(6707,'MARUMI AUTO','marumi-auto'),(6708,'NEST.PIT','nest-dot-pit'),(6709,'Bang Zoom! Studios','bang-zoom-studios'),(6710,'SHIKOKU AUTOMOBILE MUSEUM','shikoku-automobile-museum'),(13202,'Ben4Views','ben4views'),(6712,'Power House amuse','power-house-amuse'),(13204,'SoulFire','soulfire'),(6731,'Japan Aerospace Exploration Agency','japan-aerospace-exploration-agency'),(6732,'Japan Auto Sports Center','japan-auto-sports-center'),(6733,'Mazda Motor','mazda-motor'),(6734,'MINE\'S','mines'),(6735,'Mitsubishi Motors','mitsubishi-motors'),(6736,'MOBILITYLAND CORP','mobilityland-corp'),(13209,'Eidersoft','eidersoft'),(6738,'NGK SPARK PLUG','ngk-spark-plug'),(6739,'NISSAN MOTORSPORTS INTERNATIONAL','nissan-motorsports-international'),(6740,'Pro Motion','pro-motion'),(6741,'RAYS Corporation','rays-corporation'),(6742,'Re Amemiya','re-amemiya'),(6743,'Red Bull','red-bull'),(13216,'Philips Export B.V.','philips-export-bv'),(13217,'Fujitsu Interactive','fujitsu-interactive'),(6747,'FUJI HEAVY INDUSTRIES','fuji-heavy-industries'),(13219,'Fun Happens','fun-happens'),(6749,'Sumitomo Rubber Industries','sumitomo-rubber-industries'),(6750,'Suzuki Motor','suzuki-motor'),(6751,'TAJIMA MOTOR','tajima-motor'),(6752,'Takata','takata'),(6753,'TOM\'S','toms'),(6754,'Toyota Motor','toyota-motor'),(6755,'TOYOTA MARKETING JAPAN','toyota-marketing-japan'),(6756,'TOYOTA TECHNOCRAFT','toyota-technocraft'),(13229,'Asobimo','asobimo'),(13230,'Crystalline Green Ltd.','crystalline-green-ltd'),(13231,'Jace Voracek','jace-voracek'),(6761,'ABARTH & C.','abarth-and-c'),(13233,'2step','2step'),(6763,'Acedes Holdings (AC Cars)','acedes-holdings-ac-cars'),(6764,'Adam Opel','adam-opel'),(6765,'Alfred Kärcher','alfred-karcher'),(13236,'Pocket Sized Hands','pocket-sized-hands'),(13238,'Psyop Games','psyop-games'),(13239,'the voices games','the-voices-games'),(13240,'Softgang','softgang'),(13241,'Fantastic Software','fantastic-software'),(13242,'Reino Games','reino-games'),(13243,'Binary Innovations','binary-innovations'),(13244,'Xsolla','xsolla'),(13245,'Drago Entertainment','drago-entertainment'),(13246,'Resonair','resonair'),(13247,'Highrise','highrise'),(6782,'BLITZ','blitz'),(13249,'Graphicfinal Ltd.','graphicfinal-ltd'),(13250,'Blitter Animations','blitter-animations'),(13251,'Zig Zag Software','zig-zag-software'),(13252,'kkangs','kkangs'),(13253,'Talentplace','talentplace'),(13254,'Bignose Software','bignose-software'),(6789,'BUGATTI International','bugatti-international'),(13256,'Advance Reality Interactive','advance-reality-interactive'),(13257,'Any River Entertainment','any-river-entertainment'),(13258,'NGM Productions','ngm-productions'),(13259,'Ninja Games Japan','ninja-games-japan'),(13260,'Amytis Entertainment','amytis-entertainment'),(13261,'Red Line Games','red-line-games'),(13262,'Magic Tree, Ltd.','magic-tree-ltd'),(13263,'MagicTech Studio','magictech-studio'),(6803,'Dome','dome'),(6804,'Earnhardt Ganassi Racing','earnhardt-ganassi-racing'),(6805,'Eni','eni'),(13266,'Kinetic Designs','kinetic-designs'),(6807,'Exxon Mobil','exxon-mobil'),(6808,'Federal Corporation','federal-corporation'),(6809,'Federal-Mogul Corporation','federal-mogul-corporation'),(6810,'Ferrari','ferrari'),(13270,'Special FX Software Ltd.','special-fx-software-ltd'),(6812,'FONDMETAL','fondmetal'),(6813,'Ford Motor','ford-motor'),(6814,'GEFCO','gefco'),(6815,'General Motors','general-motors'),(6816,'Automobiles Gillet','automobiles-gillet'),(6817,'GM Holden','gm-holden'),(6818,'The Goodyear Tire & Rubber Company','the-goodyear-tire-and-rubber-company'),(6819,'Gulf Oil International Group / Chevron U.S.A. Inc.','gulf-oil-international-group-slash-chevron-usa-inc'),(6820,'H&R Spezialfedern','h-and-r-spezialfedern'),(6821,'Hendrick Motorsports','hendrick-motorsports'),(6822,'HKS','hks'),(13280,'Talent Computer Systems','talent-computer-systems'),(13281,'Wood Place Inc.','wood-place-inc'),(6825,'Illinois Tool Works (Omega lubricants)','illinois-tool-works-omega-lubricants'),(6826,'Indianapolis Motor Speedway','indianapolis-motor-speedway'),(6827,'International Speedway','international-speedway'),(13285,'White Owls Inc.','white-owls-inc'),(13286,'Three Gates','three-gates'),(13287,'SlapShot Games','slapshot-games'),(13288,'Studio229','studio229'),(13289,'Hammer-On','hammer-on'),(13290,'KT Games','kt-games'),(13291,'Imaginati Studios','imaginati-studios'),(13292,'ZackBellGames','zackbellgames'),(13293,'NHN Pixelcube','nhn-pixelcube'),(6842,'Magneti Maralli Holding','magneti-maralli-holding'),(6843,'Marcos Sportscars','marcos-sportscars'),(6844,'Maserati','maserati'),(13298,'Neonchimp Games','neonchimp-games'),(6846,'MG MOTOR UK','mg-motor-uk'),(6847,'Michelin Lifestyle','michelin-lifestyle'),(6848,'MJ Acquisitions / HP Asset Management (SALEEN)','mj-acquisitions-slash-hp-asset-management-saleen'),(6849,'MOBILITYLAND (Suzuka Circuit)','mobilityland-suzuka-circuit'),(13305,'TapStar Interactive','tapstar-interactive'),(13306,'MUTAN INC.','mutan-inc'),(6853,'NIKON','nikon'),(6854,'NIPPO','nippo'),(6855,'Nippon COMSYS','nippon-comsys'),(6856,'Nürburgring Automotive','nurburgring-automotive'),(6857,'OMP RACING','omp-racing'),(6858,'Oullim Networks','oullim-networks'),(6859,'OZ','oz'),(9947,'Bloodirony','bloodirony'),(1937,'Saru Brunei','saru-brunei'),(1938,'4Kids Entertainment','4kids-entertainment'),(1939,'Daewon Media','daewon-media'),(1940,'Cinepix','cinepix'),(1941,'Universal Pictures','universal-pictures'),(9949,'Daedalic Studio West','daedalic-studio-west'),(9950,'Fly Anvil','fly-anvil'),(9951,'Megastorm Games','megastorm-games'),(9953,'Vision Park','vision-park'),(9954,'Legacy Games','legacy-games'),(1945,'EA Sports BIG','ea-sports-big'),(9957,'Byking','byking'),(9958,'Falling Tree','falling-tree'),(9959,'Maschinen-Mensch','maschinen-mensch'),(9960,'Retro Revolution','retro-revolution'),(9961,'Frogster Interactive Pictures','frogster-interactive-pictures'),(9962,'Hangame','hangame'),(9963,'Hangame-JP','hangame-jp'),(9964,'Just1337 Studio','just1337-studio'),(9965,'KupiKey','kupikey'),(1959,'King of the Jungle','king-of-the-jungle'),(1960,'MTO','mto'),(1961,'Inevitable Entertainment','inevitable-entertainment'),(1962,'Lavastorm','lavastorm'),(1963,'G.rev','g-rev'),(1964,'ESP Software','esp-software'),(1965,'Virtual Play Games','virtual-play-games'),(1967,'TransGaming Inc.','transgaming-inc'),(1968,'Evolved Games','evolved-games'),(1969,'Tate Interactive','tate-interactive'),(1970,'Konami Studios','konami-studios'),(1971,'Dupuis','dupuis'),(1972,'Adrenium Games','adrenium-games'),(1973,'Twisted Pixel','twisted-pixel'),(1974,'New Line Cinema','new-line-cinema'),(9980,'Playstation Network','playstation-network'),(9981,'Playstation.com','playstation-dot-com'),(9982,'Sony Computer Entertainment Europe Sales and Marketing','sony-computer-entertainment-europe-sales-and-marketing'),(9983,'Tesseract Interactive','tesseract-interactive'),(9984,'Senscape','senscape'),(9985,'Guys from Andromeda','guys-from-andromeda'),(9986,'A-Lim','a-lim'),(9987,'The Bitfather','the-bitfather'),(9988,'Playcomet Inc.','playcomet-inc'),(9989,'E-Wan Entertainment','e-wan-entertainment'),(9990,'Craig Jakubowski','craig-jakubowski'),(1984,'Atomic Planet Entertainment','atomic-planet-entertainment'),(9996,'Mark Healey','mark-healey'),(9997,'Artematica Entertainment','artematica-entertainment'),(1988,'Interscope','interscope'),(10000,'Rimlight Studios','rimlight-studios'),(1990,'Ubisoft Barcelona','ubisoft-barcelona'),(1992,'Kush Games','kush-games'),(1993,'Vivarium','vivarium'),(1994,'PIN Change','pin-change'),(1995,'4Kids TV','4kids-tv'),(1997,'Ganbarion','ganbarion'),(1998,'Sofdec','sofdec'),(1999,'ADX','adx'),(2000,'Cat Daddy Games','cat-daddy-games'),(2001,'2K Play','2k-play'),(2002,'Phoenix Games Studios','phoenix-games-studios'),(2003,'Media Kite','media-kite'),(2004,'Awesome Developments','awesome-developments'),(2005,'Acclaim Studios Austin','acclaim-studios-austin'),(2006,'Encore Software Inc.','encore-software-inc'),(2007,'AM5','am5'),(2008,'AM3','am3'),(2009,'United Game Artists','united-game-artists'),(2010,'Cranky Pants Games','cranky-pants-games'),(2011,'Global A Entertainment','global-a-entertainment'),(2012,'Evolution Games','evolution-games'),(2013,'MGM Interactive','mgm-interactive'),(2014,'Steel Monkeys','steel-monkeys'),(2015,'Whoopee Camp','whoopee-camp'),(2016,'GungHo Online Entertainment, Inc.','gungho-online-entertainment-inc'),(2019,'Humagade','humagade'),(2020,'Tecmo Co., Ltd.','tecmo-co-ltd'),(2021,'Sega Studio USA','sega-studio-usa'),(2022,'Pitbull Syndicate','pitbull-syndicate'),(2023,'Sony Music Entertainment Japan','sony-music-entertainment-japan'),(2024,'Eidetic','eidetic'),(2025,'Funcom Dublin Ltd.','funcom-dublin-ltd'),(2026,'Naps Team','naps-team'),(2027,'Yuke\'s Future Media Creators - duplicate','yukes-future-media-creators-duplicate'),(2028,'DreamFactory','dreamfactory'),(10022,'Gamious','gamious'),(2031,'Fube Industries Ltd.','fube-industries-ltd'),(2032,'Tuning Electronic','tuning-electronic'),(2033,'Kids Station','kids-station'),(2034,'XS Games','xs-games'),(10027,'Descendent Studios','descendent-studios'),(2036,'Sunrise Interactive','sunrise-interactive'),(2037,'Ideaworks3D','ideaworks3d'),(2038,'Overworks','overworks'),(10040,'IR-Entertainment Ltd.','ir-entertainment-ltd'),(10043,'Prime Fury','prime-fury'),(10044,'Soundcuts','soundcuts'),(10045,'Toimisto','toimisto'),(10046,'Lifeboat','lifeboat'),(10047,'Assembly','assembly'),(10048,'Lifeboat Productions','lifeboat-productions'),(10049,'Entropy Studio','entropy-studio'),(10050,'Labyrinth Cinematic Studios','labyrinth-cinematic-studios'),(2047,'Garakuta-Studios','garakuta-studios'),(2048,'Blue Planet Software','blue-planet-software'),(10054,'Japan Action Club','japan-action-club'),(10058,'KENTA','kenta'),(10059,'Malloru spa','malloru-spa'),(10060,'Zonitron Productions','zonitron-productions'),(10061,'Tad Corporation','tad-corporation'),(10062,'Silicon Beach Software','silicon-beach-software'),(10063,'Misawa Entertainment','misawa-entertainment'),(10064,'Login Soft','login-soft'),(10065,'FACE','face'),(10066,'Lerner Research','lerner-research'),(10067,'Gsb','gsb'),(10068,'Masaya','masaya'),(10069,'The Hit Squad','the-hit-squad'),(10070,'Namco Hometek','namco-hometek'),(2055,'Clover Studio','clover-studio'),(2056,'NST','nst'),(10076,'Teque Software Development','teque-software-development'),(10077,'Teque London','teque-london'),(10078,'Oxford Mobius','oxford-mobius'),(10079,'NEC Technologies','nec-technologies'),(2062,'7th Level','7th-level'),(10081,'Newtopia Planning','newtopia-planning'),(2064,'Data East USA','data-east-usa'),(10083,'Keith Software','keith-software'),(2066,'Nova Games','nova-games'),(10085,'GameBrains','gamebrains'),(10086,'Magpie Computer Developments','magpie-computer-developments'),(10087,'Dimension Creative Designs','dimension-creative-designs'),(2071,'Ariolasoft','ariolasoft'),(2072,'Home Data','home-data'),(10090,'Zeus Software','zeus-software'),(10092,'ANGames','angames'),(10093,'Burning Arrow','burning-arrow'),(10094,'Gun Media','gun-media'),(10095,'Gaibrain','gaibrain'),(2080,'Palace Software','palace-software'),(10097,'Sega Midwest Development Division','sega-midwest-development-division'),(10098,'SNK of America','snk-of-america'),(10099,'SNK Playmore USA','snk-playmore-usa'),(10101,'Hugebot!','hugebot'),(10102,'Lubiterum','lubiterum'),(2085,'AWE Productions','awe-productions'),(10104,'Xtalsoft','xtalsoft'),(2087,'Beast Studios','beast-studios'),(2088,'Brash Entertainment','brash-entertainment'),(2090,'Vir2L Studios','vir2l-studios'),(2091,'Cing','cing'),(2092,'Imageepoch','imageepoch'),(2093,'Gusto Games','gusto-games'),(2094,'Transmission Games','transmission-games'),(2096,'Lightstorm Entertainment','lightstorm-entertainment'),(10118,'Maya Games','maya-games'),(10119,'Scraping Bottom Games','scraping-bottom-games'),(10120,'Palmple','palmple'),(10121,'IO Studio','io-studio'),(10122,'Blacksea Odyssey','blacksea-odyssey'),(10123,'Brainy Studio','brainy-studio'),(10124,'Action Button Entertainment','action-button-entertainment'),(10126,'Playstation Mobile Inc','playstation-mobile-inc'),(2100,'UFO Interactive Software','ufo-interactive-software'),(10131,'Zeppelin Games Limited','zeppelin-games-limited'),(10132,'Shock Developments','shock-developments'),(10133,'Merit Studios (Europe)','merit-studios-europe'),(10136,'SCE Korea','sce-korea'),(10137,'Warthog PLC','warthog-plc'),(10138,'Ehrgeiz','ehrgeiz'),(2104,'Google','google'),(10140,'Minato Giken','minato-giken'),(10142,'Nekogumi','nekogumi'),(2109,'Icon Games Entertainment','icon-games-entertainment'),(10144,'Vic Tokai Europe','vic-tokai-europe'),(10145,'AlphaNuts','alphanuts'),(10146,'Optimus Software','optimus-software'),(10147,'Digital Concept','digital-concept'),(10148,'Kuma Computers','kuma-computers'),(10149,'Microbyte','microbyte'),(10151,'DICE Los Angeles','dice-los-angeles'),(10152,'Wraith Entertainment','wraith-entertainment'),(10153,'Alien Pixel Studios','alien-pixel-studios'),(10154,'Rudder Games','rudder-games'),(10155,'Bunnycopter','bunnycopter'),(10156,'Master Games','master-games'),(10157,'Rozner Labs Software Group','rozner-labs-software-group'),(10158,'Panasonic Software Company','panasonic-software-company'),(10159,'Studio Radi-8','studio-radi-8'),(10160,'NEOTOKYO [MOD]','neotokyo-mod'),(10161,'The Software Toolworks, Inc.','the-software-toolworks-inc'),(2128,'Ware Interactive','ware-interactive'),(10163,'A1 Games','a1-games'),(10164,'Eden Entertainment Software','eden-entertainment-software'),(2132,'Bold Games','bold-games'),(2133,'Taffy Entertainment','taffy-entertainment'),(2134,'War Drum Studios','war-drum-studios'),(2135,'HyberDevbox Japan','hyberdevbox-japan'),(2136,'Octopus Studio','octopus-studio'),(10166,'XSIV Games','xsiv-games'),(2138,'Novitas Publishing','novitas-publishing'),(2140,'Pepper Games','pepper-games'),(1111,'Trapdoor','trapdoor'),(1112,'Square Product Development Division 2','square-product-development-division-2'),(9106,'Studio Whisky Tango Inc.','studio-whisky-tango-inc'),(6000,'Kixx','kixx'),(6001,'Baggy Cat Ltd','baggy-cat-ltd'),(1121,'Atarisoft','atarisoft'),(1122,'The Code Monkeys','the-code-monkeys'),(6004,'Friendware','friendware'),(1126,'Sachen','sachen'),(1127,'Infinite Interactive','infinite-interactive'),(6012,'Media Design Interactive','media-design-interactive'),(6013,'Mechadeus','mechadeus'),(6014,'PalmSoft','palmsoft'),(6015,'Blazing Badger','blazing-badger'),(9115,'BigBlaze Games','bigblaze-games'),(9116,'2tainment','2tainment'),(9117,'Atmosphere Entertainment Studios','atmosphere-entertainment-studios'),(9118,'AHEARTFULOFGAMES','aheartfulofgames'),(9119,'David Hensley','david-hensley'),(9120,'Alex Quick','alex-quick'),(9121,'251 Games','251-games'),(9122,'Space Boat Studios','space-boat-studios'),(9123,'Timeslip Softworks','timeslip-softworks'),(9124,'Reload Games Studio - duplicate','reload-games-studio-duplicate'),(1140,'Digital Anvil','digital-anvil'),(9127,'ClickShake Games LLC','clickshake-games-llc'),(9128,'Infotread, LLC','infotread-llc'),(9129,'bitHuffel','bithuffel'),(9130,'Mr. Podunkian','mr-podunkian'),(9131,'Gatling Goat Studios','gatling-goat-studios'),(9132,'rdt.32','rdt-dot-32'),(6024,'Square One','square-one'),(1146,'Quickdraw Developments Ltd.','quickdraw-developments-ltd'),(9135,'Muteki','muteki'),(6027,'CivilSavages','civilsavages'),(1149,'Virtual Sports Interactive','virtual-sports-interactive'),(1150,'ShenZhen Nanjing Technology','shenzhen-nanjing-technology'),(9140,'Crenetic GmbH Studios','crenetic-gmbh-studios'),(9141,'Quaternion Studio','quaternion-studio'),(9142,'EnjoyUp Games S.L.','enjoyup-games-sl'),(1154,'International Computer Entertainment','international-computer-entertainment--2'),(1155,'California Pacific Computer','california-pacific-computer'),(1156,'Hypothermia','hypothermia'),(1157,'Paragon Software Corporation','paragon-software-corporation'),(1158,'Jagware','jagware'),(1159,'Ceridus Software','ceridus-software'),(6038,'Skywalker Session Orchestra','skywalker-session-orchestra'),(6039,'Sony Computer Entertainment Korea','sony-computer-entertainment-korea'),(1163,'R.A.W. Entertainment','r-a-w-entertainment'),(6041,'Intimate Studios','intimate-studios'),(1165,'Mindcraft Software','mindcraft-software'),(9148,'Alternative Software Ltd','alternative-software-ltd'),(6045,'Slide London','slide-london'),(1168,'WizarBox','wizarbox'),(1169,'David A. Palmer Productions','david-a-palmer-productions'),(1170,'Airtight Games','airtight-games'),(1171,'Max Design GesMBH','max-design-gesmbh'),(6054,'Uppercut Games','uppercut-games'),(9160,'Carbon','carbon'),(1177,'WOW Entertainment','wow-entertainment'),(9165,'Ankama Games','ankama-games'),(1179,'Imangi Studios','imangi-studios'),(9167,'Chris Chung','chris-chung'),(9168,'DragonHead Studio','dragonhead-studio'),(9169,'Michal Brzozowski','michal-brzozowski'),(1182,'Creative Reality','creative-reality'),(6063,'Primal Game Studios','primal-game-studios'),(6064,'Tendershoot','tendershoot'),(6066,'KOEI TECMO AMERICA Corporation','koei-tecmo-america-corporation'),(6067,'Aquiris Game Studio','aquiris-game-studio'),(9182,'Lighthouse Games Studio','lighthouse-games-studio'),(12388,'Groovy Antoid','groovy-antoid'),(12389,'GameBubble06','gamebubble06'),(6069,'Kee Games','kee-games'),(6070,'Super Systems Softworks','super-systems-softworks'),(1196,'Silmarils','silmarils'),(1197,'SunStar Publishing','sunstar-publishing'),(1198,'Magic Lemon Software','magic-lemon-software'),(9193,'Pera Games','pera-games'),(6076,'Linden Research','linden-research'),(9195,'IF Games','if-games'),(12398,'K Bros Games','k-bros-games'),(1210,'Gremlin Graphics','gremlin-graphics'),(12402,'Mild Beast Games','mild-beast-games'),(12405,'Dr Davient','dr-davient'),(12406,'Dan Fornace','dan-fornace'),(6085,'Capcom Online Games','capcom-online-games'),(6091,'Zeal Game Studios','zeal-game-studios'),(6092,'5 Lives Studios','5-lives-studios'),(1223,'Blast! Entertainment','blast-entertainment'),(9227,'Blur','blur'),(9228,'Eyeball NYC','eyeball-nyc'),(9229,'Lamplighter Studios','lamplighter-studios'),(9230,'Bearcage','bearcage'),(9231,'Eyecandy Studios','eyecandy-studios'),(9232,'Rapan','rapan'),(9233,'Red Eye Studios','red-eye-studios'),(9234,'Telsey and CO','telsey-and-co'),(6098,'Hesketh Studios','hesketh-studios'),(6099,'OMNIDREAM CREATIONS','omnidream-creations'),(6101,'Hibernum Creative','hibernum-creative'),(9242,'Black Beard Design Studio','black-beard-design-studio'),(9243,'INEI','inei'),(9244,'Waterorion','waterorion'),(9245,'www.maniacmusic.net','www-dot-maniacmusic-dot-net'),(6105,'Cube Digital','cube-digital'),(6107,'Producers Library Service','producers-library-service'),(12418,'Destrax Games','destrax-games'),(9250,'Acapela Group','acapela-group'),(9251,'Digital Hearts Co. Ltd.','digital-hearts-co-ltd'),(1227,'Carbonated Games','carbonated-games'),(9254,'Blade Games World','blade-games-world'),(9255,'Connected Media Group','connected-media-group'),(6113,'Dark Seas Interactive','dark-seas-interactive'),(6114,'The Fisch Brothers','the-fisch-brothers'),(6115,'Pixel Dash Studios','pixel-dash-studios'),(6116,'Chasing Carrots','chasing-carrots'),(9264,'Linn PR','linn-pr'),(9265,'Center Field','center-field'),(9266,'Gives','gives'),(9267,'M on M','m-on-m'),(9268,'Music Expedition','music-expedition'),(9269,'GWhiz','gwhiz'),(9270,'InterServ International - duplicate','interserv-international-duplicate'),(9271,'New Pencil','new-pencil'),(9272,'Motion Analysis','motion-analysis'),(9273,'Creat','creat'),(9274,'Shogakukan Production','shogakukan-production'),(9275,'NANICA K.K','nanica-kk'),(6121,'Wizet','wizet'),(1229,'Outerlight','outerlight'),(1230,'Microforum International','microforum-international'),(9291,'RamTeK','ramtek'),(6133,'RobTop Games','robtop-games'),(1235,'Software 2000','software-2000'),(1236,'Cajji Software,','cajji-software'),(1237,'Trigger Soft','trigger-soft'),(6153,'Next Games','next-games'),(6154,'Reagent Games','reagent-games'),(6155,'Cloudgine','cloudgine'),(9323,'Pilgrim Adventures','pilgrim-adventures'),(6157,'tinyGIANT Games','tinygiant-games'),(9326,'Atom Republic','atom-republic'),(9327,'Bombservice','bombservice'),(9328,'Spider Key Games','spider-key-games'),(1245,'Ambrella','ambrella'),(6168,'Expert Software','expert-software'),(9330,'Playwood Project','playwood-project'),(6176,'The Oliver Twins','the-oliver-twins'),(6177,'Anisoptera Games','anisoptera-games'),(6178,'Indie Voyage','indie-voyage'),(6180,'Analgesic Productions','analgesic-productions'),(6182,'Whole Hog Games','whole-hog-games'),(6183,'Nkidu Games Inc.','nkidu-games-inc'),(6184,'ASTRO PORT','astro-port'),(9340,'Horror Games','horror-games'),(6186,'Team Fractal Alligator','team-fractal-alligator'),(6187,'Robot Gentleman Studios','robot-gentleman-studios'),(6189,'InterAction Studios','interaction-studios'),(6191,'Double Damage Games','double-damage-games'),(6192,'Rick Raddatz','rick-raddatz'),(6193,'Omega Integral Systems','omega-integral-systems'),(6194,'Sigtrap Games','sigtrap-games'),(1261,'MTV Games','mtv-games'),(1262,'PuzzleKings','puzzlekings'),(6201,'with the love studios','with-the-love-studios'),(6202,'Flying Interactive','flying-interactive'),(6203,'Coldrice Games','coldrice-games'),(6204,'earrgames','earrgames'),(6205,'Digital Arrow','digital-arrow'),(6206,'Chaos Works','chaos-works'),(6207,'Morgondag','morgondag'),(1266,'Mad Catz','mad-catz'),(1267,'Backbone Entertainment','backbone-entertainment'),(1268,'Page 44 Studios','page-44-studios'),(1269,'Robomodo','robomodo'),(1270,'Camerica','camerica'),(6216,'Nuclear Vision','nuclear-vision'),(6217,'Shovsoft','shovsoft'),(6219,'Dingo','dingo'),(6220,'Sacnoth','sacnoth'),(1279,'Sandblast Games','sandblast-games'),(6222,'Khaled Bentebal','khaled-bentebal'),(6223,'Lag Studios','lag-studios'),(6224,'MeDungeon Ltd.','medungeon-ltd'),(6225,'Mi-Clos Studio - duplicate','mi-clos-studio-duplicate'),(6226,'Ultra Runaway Games','ultra-runaway-games'),(1284,'Muse Software','muse-software'),(1285,'King Games','king-games'),(1286,'Blitz Games','blitz-games'),(6254,'Mørk & Lys','mork-and-lys'),(1289,'DC Comics','dc-comics'),(1290,'TT Fusion','tt-fusion'),(1291,'Fox Williams','fox-williams'),(1292,'Audiogenic','audiogenic'),(1293,'Team Dakota','team-dakota'),(1294,'Gaelco','gaelco'),(1295,'Point of View','point-of-view'),(1296,'Raizing','raizing'),(1297,'Gremlin Industries','gremlin-industries'),(1298,'Chicago Gaming','chicago-gaming'),(1300,'AWE Games','awe-games'),(1301,'BigSky Interactive Inc.','bigsky-interactive-inc'),(1302,'THQ Studio Australia','thq-studio-australia'),(1303,'Blue Tongue Entertainment','blue-tongue-entertainment'),(1305,'ValuSoft','valusoft'),(1306,'Pronto Games','pronto-games'),(1307,'Nick Games','nick-games'),(1308,'Incinerator Studios','incinerator-studios'),(1309,'Avalanche Software','avalanche-software'),(1311,'Cartoon Network Interactive','cartoon-network-interactive'),(1313,'Art Co., Ltd','art-co-ltd'),(1314,'Papaya Studio','papaya-studio'),(1315,'Monkey Bar Games','monkey-bar-games'),(1316,'Black Lantern Studios','black-lantern-studios'),(1318,'Sidhe Interactive','sidhe-interactive'),(1319,'Sensory Sweep Studios','sensory-sweep-studios'),(1320,'Straight Right','straight-right'),(1321,'Collision Studios','collision-studios'),(1322,'DC Studios','dc-studios'),(1323,'Grigon Entertainment','grigon-entertainment'),(1324,'Red Lemon Studios','red-lemon-studios'),(1325,'Virtucraft Studios','virtucraft-studios'),(12419,'Assemble Entertainment','assemble-entertainment'),(12420,'EpicQuest Games','epicquest-games'),(12421,'ninjalex','ninjalex'),(12422,'Team Isolation','team-isolation'),(12423,'Myadtech','myadtech'),(12424,'Tydecon Games','tydecon-games'),(12425,'44 Bico Largo Multimidia','44-bico-largo-multimidia'),(12427,'Lead Money Games','lead-money-games'),(12428,'CtrlMovie','ctrlmovie'),(12429,'Zero Gravity','zero-gravity'),(12430,'Clockwork Games Limited','clockwork-games-limited'),(12431,'Psygnosis Limited - duplicate','psygnosis-limited-duplicate'),(12433,'Semaphore','semaphore'),(12434,'Semanoor International','semanoor-international'),(12435,'Right Nice Games','right-nice-games'),(12436,'Maverick Games','maverick-games'),(12437,'Progorion','progorion'),(12439,'Planet Alpha ApS','planet-alpha-aps'),(12440,'Class6 Interactive','class6-interactive'),(12441,'TechToons Ltd.','techtoons-ltd'),(12442,'WraithStudio','wraithstudio'),(12443,'7 Raven Studio','7-raven-studio'),(12444,'Gamma Minus','gamma-minus'),(12445,'Engineering Animation, Inc.','engineering-animation-inc--1'),(12446,'Moay Zi Xuan','moay-zi-xuan'),(12447,'Sakari Indie & GriN','sakari-indie-and-grin'),(12448,'Sakari Games','sakari-games'),(12449,'Qooc Software','qooc-software'),(12450,'Kindred, Inc.','kindred-inc'),(12451,'Pancake Bob','pancake-bob'),(12452,'JC Planet','jc-planet'),(12453,'Flying Ants Studios','flying-ants-studios'),(12454,'Standing Stone Games','standing-stone-games'),(12455,'FabulaSoft','fabulasoft'),(12456,'Self Expression Arts','self-expression-arts'),(12457,'Spaceboy Games','spaceboy-games'),(12458,'Wolfray Entertainment','wolfray-entertainment'),(12459,'Pixel Crow','pixel-crow'),(12460,'Goatee Games','goatee-games'),(12461,'Torrunt','torrunt'),(12462,'Smiling Buddha Games, LLC','smiling-buddha-games-llc'),(12463,'Screenwave Media','screenwave-media'),(12464,'Impact Gameworks','impact-gameworks'),(12465,'Ape Marina','ape-marina'),(12466,'Asylum House','asylum-house'),(12467,'Yuriy Vovchuk','yuriy-vovchuk'),(12469,'Fluffex Studios','fluffex-studios'),(12470,'Mitama Games','mitama-games'),(12471,'run3.co','run3-dot-co'),(12472,'Skipmore','skipmore'),(12474,'Ctrl Alt Ninja','ctrl-alt-ninja'),(12475,'Coyote Games','coyote-games'),(12476,'Crania Games','crania-games'),(12477,'Silent Game House','silent-game-house'),(12478,'Motive Studios','motive-studios'),(12480,'Kasulo Game Studio','kasulo-game-studio'),(12481,'Z2Team','z2team'),(12482,'Hardai Games','hardai-games'),(12483,'Nathan Meunier','nathan-meunier'),(12484,'Ogre Head Studio','ogre-head-studio'),(12485,'AtomTeam','atomteam'),(12486,'Heavy Kick Games','heavy-kick-games'),(12487,'Anvil Game Studios','anvil-game-studios'),(12488,'Oleg Sergeev','oleg-sergeev'),(12489,'Andrey Rumak','andrey-rumak'),(12490,'Do My Best','do-my-best'),(12491,'Feperd Games','feperd-games'),(12492,'Brilliant Game Studios','brilliant-game-studios'),(12493,'VikingVRStudio','vikingvrstudio'),(12494,'Ubisoft Nadeo - duplicate','ubisoft-nadeo-duplicate'),(12495,'Gamelevel71','gamelevel71'),(12496,'Alex Rose Games','alex-rose-games'),(12497,'Rice Cooker Republic','rice-cooker-republic'),(12498,'Rocky Studio','rocky-studio'),(12499,'Montevisoft','montevisoft'),(12500,'The irregular Corporation','the-irregular-corporation'),(12501,'ILMX','ilmx'),(12502,'Valsar','valsar'),(12503,'Secure Vend LLC','secure-vend-llc'),(12504,'ILMXStudios','ilmxstudios'),(12505,'Pie On A Plate Productions','pie-on-a-plate-productions'),(12506,'Sword Twin Studios','sword-twin-studios'),(12507,'Three Little Devs','three-little-devs'),(12508,'Marshlight Software','marshlight-software'),(12509,'Finn Morgan','finn-morgan'),(12510,'Puppy Punch Productions','puppy-punch-productions'),(12511,'Malistic Studio','malistic-studio'),(12512,'Denis Galanin (mif2000)','denis-galanin-mif2000'),(12513,'Stardock Entertainment - duplicate','stardock-entertainment-duplicate'),(12514,'Feeling Terrible','feeling-terrible'),(12515,'Camel101 LLC','camel101-llc'),(12516,'The Incredible Trio','the-incredible-trio'),(12517,'US Action','us-action'),(12518,'I-deal Games','i-deal-games'),(12519,'BlackMark Studio','blackmark-studio'),(12520,'Circus Atos','circus-atos'),(12521,'The Cursed Revolver','the-cursed-revolver'),(12522,'Ovid Works','ovid-works'),(12523,'Faux-Operative Games','faux-operative-games'),(12524,'Piece of Cake studios','piece-of-cake-studios'),(12525,'Holospark','holospark'),(12526,'POLYGON GAMES','polygon-games'),(12527,'Studio Chahut','studio-chahut'),(12529,'Phobetor','phobetor'),(12530,'Jonas De Carvalho Felinto','jonas-de-carvalho-felinto'),(12531,'Marcelo Eduardo Cabral','marcelo-eduardo-cabral'),(12532,'Longshot Studios LLC','longshot-studios-llc'),(12533,'Dogwood Gaming','dogwood-gaming'),(12534,'Babaroga, LLC','babaroga-llc'),(12535,'Madaboutgames','madaboutgames'),(12536,'DracoSoftware, LLC','dracosoftware-llc'),(12537,'Encircle Games','encircle-games'),(12538,'Mokylin Tech. Co.,Ltd','mokylin-tech-co-dot-ltd'),(12539,'101XP','101xp'),(12540,'Piko Interactive','piko-interactive'),(12541,'CreakyHat Games','creakyhat-games'),(12542,'IndieRevo','indierevo'),(12543,'Nordic Trolls','nordic-trolls'),(12544,'Spilt Milk Studios Ltd','spilt-milk-studios-ltd'),(12545,'Lightbulb Crew','lightbulb-crew'),(12546,'Starfall Studios','starfall-studios'),(12548,'Sleepless Clinic','sleepless-clinic'),(12549,'Exozet','exozet'),(12550,'FeelThere','feelthere'),(12551,'Elmwood Game Studios','elmwood-game-studios'),(12552,'Rich Savage Global Media','rich-savage-global-media'),(12553,'OneManTeam','onemanteam'),(12554,'Morgan Games','morgan-games'),(12555,'The Wandering Ben','the-wandering-ben'),(12556,'Bare Feet Games','bare-feet-games'),(12557,'Kerry Fawdray','kerry-fawdray'),(12558,'Humble Sage Games','humble-sage-games'),(12559,'Arrow Face Games','arrow-face-games'),(12560,'Project ICKX','project-ickx'),(12561,'VinLia Games','vinlia-games'),(12562,'Intermediaware','intermediaware'),(12563,'Carbomb Software','carbomb-software'),(12564,'Nova Dimension','nova-dimension'),(12565,'onebraverobot','onebraverobot'),(12566,'Triple Rush Games','triple-rush-games'),(12567,'Ideographer','ideographer'),(12568,'Frontwing','frontwing'),(12569,'Frontwing USA','frontwing-usa'),(12570,'Pixwerk','pixwerk'),(12571,'10Ants Hill','10ants-hill'),(12572,'Toxodon Games','toxodon-games'),(12573,'Ejoy Games','ejoy-games'),(12574,'Biofaction','biofaction'),(12575,'PolyDigital','polydigital'),(12576,'PRIME WORKS Co.,Ltd.','prime-works-co-dot-ltd'),(12577,'Arcanity Inc','arcanity-inc'),(12579,'TheMeatly Games, Ltd.','themeatly-games-ltd'),(12580,'Mango Protocol','mango-protocol'),(12581,'Super God','super-god'),(12582,'PnC Narratives','pnc-narratives'),(12583,'WRGenesis','wrgenesis'),(12584,'Hologram Software LTD.','hologram-software-ltd'),(12585,'iCandy Games Inc.','icandy-games-inc'),(12586,'Buddy System','buddy-system'),(12587,'Punch Punk Games','punch-punk-games'),(12588,'Zanardi and Liza','zanardi-and-liza'),(12589,'Ebullience Games','ebullience-games'),(12590,'12 East Games','12-east-games'),(12591,'Frostburn Studios','frostburn-studios'),(12592,'COLOPL, Inc.','colopl-inc'),(12593,'Sergio & Simon','sergio-and-simon'),(12594,'Reine Works','reine-works'),(12595,'Big Way Games','big-way-games'),(12596,'ThinkFast Studio','thinkfast-studio'),(12597,'Glyph Worlds','glyph-worlds'),(12598,'the3dCrew','the3dcrew'),(12599,'Class-X Games','class-x-games'),(12600,'Mariaglorum','mariaglorum'),(12602,'Studio QI','studio-qi'),(12603,'esthetics','esthetics'),(12604,'carmel games','carmel-games'),(12605,'LWNA','lwna'),(12606,'Justforward.co','justforward-dot-co'),(12607,'Forthright Entertainment','forthright-entertainment'),(12608,'Kverta','kverta'),(12609,'Andrettin','andrettin'),(12610,'D2C Games','d2c-games'),(12611,'Lightvolt','lightvolt'),(12612,'Project Parallel','project-parallel'),(12613,'Digital Gamez','digital-gamez'),(12614,'Mykyta Markin','mykyta-markin'),(12615,'Artem Basko','artem-basko'),(12616,'Kongroth','kongroth'),(12617,'Liquid Left Solution','liquid-left-solution'),(12618,'loyalsheep','loyalsheep'),(12619,'play this game','play-this-game'),(12620,'Sony - duplicate','sony-duplicate'),(12621,'Gamoola Soft','gamoola-soft'),(12622,'Ravn Studio','ravn-studio'),(12623,'IncaGold','incagold'),(12624,'FORMation','formation'),(12626,'Handelabra Games Inc.','handelabra-games-inc'),(12627,'KO_OP Mode','ko-op-mode'),(12628,'Duck Block Games','duck-block-games'),(12629,'Aniware AB','aniware-ab'),(12630,'Pan Vision AB - duplicate','pan-vision-ab-duplicate'),(12631,'SharkGame','sharkgame'),(12632,'Bono Games','bono-games'),(12633,'RedFox Games','redfox-games'),(12634,'CloudWeight Studios','cloudweight-studios'),(12635,'Mikhail Nevsky','mikhail-nevsky'),(12636,'pheenix93','pheenix93'),(12637,'KtSmag','ktsmag'),(12638,'Three Brothers Games','three-brothers-games'),(12639,'BAD team','bad-team'),(12640,'Alexey Glinskiy','alexey-glinskiy'),(12641,'Foolish Mortals Games','foolish-mortals-games'),(12643,'rupiwood','rupiwood'),(12644,'Evolution Pinball VR','evolution-pinball-vr'),(12645,'DeXP','dexp'),(12646,'Fastbird Dev Studio','fastbird-dev-studio'),(12647,'Shanghai JingCai Computer Software Development Co., Ltd','shanghai-jingcai-computer-software-development-co-dot-ltd'),(12648,'Epic Gamer World LLC','epic-gamer-world-llc'),(12649,'Bail! Enemy Jet!','bail-enemy-jet'),(12650,'woolfie_games','woolfie-games'),(12651,'Thor Computer Software','thor-computer-software'),(12652,'DMD Enterprise','dmd-enterprise'),(12653,'Silhouette Software','silhouette-software'),(12654,'I-FRIQIYA','i-friqiya'),(12655,'IndieNorthSix','indienorthsix'),(12656,'Bizarrcade','bizarrcade'),(12657,'Soft Design Ltd.','soft-design-ltd'),(12658,'Gang of Five','gang-of-five'),(12659,'JoyFoundry','joyfoundry'),(12660,'Bliculi Games','bliculi-games'),(12661,'Martech Games Ltd.','martech-games-ltd'),(12662,'Software Communications Ltd.','software-communications-ltd'),(12663,'Atmos Games','atmos-games'),(12664,'GameConnect','gameconnect'),(12665,'AGameByMe','agamebyme'),(12666,'Zitrix Megalomedia','zitrix-megalomedia'),(12667,'Insight Software','insight-software'),(12668,'Torus','torus'),(12670,'Moraffware','moraffware'),(12671,'Good Catch Ltd','good-catch-ltd'),(12672,'Eyezmaze','eyezmaze'),(12673,'arcade.ly','arcade-dot-ly'),(12674,'Quantized Bit','quantized-bit'),(12675,'Actual Humans','actual-humans'),(12676,'Jake Hollands','jake-hollands'),(12677,'221b Games','221b-games'),(12678,'Kinepx','kinepx'),(12679,'Nick Antonopoulos','nick-antonopoulos'),(12680,'BraveWolf','bravewolf'),(12681,'Mad Dog Games, LLC','mad-dog-games-llc'),(12685,'Inferno Muse Interactive','inferno-muse-interactive'),(12686,'Little Stone Software','little-stone-software'),(12687,'Broken Arms Games Pty Ltd','broken-arms-games-pty-ltd'),(1331,'Big Top Productions','big-top-productions'),(1332,'Digital Evolution','digital-evolution'),(1333,'Razorback Developments','razorback-developments'),(12692,'Martin Jenkins','martin-jenkins'),(1343,'Computer Applications Unlimited','computer-applications-unlimited'),(12696,'Tron Software','tron-software'),(12697,'Paradise Software','paradise-software'),(12698,'Canvas Software','canvas-software'),(12699,'Slingshot & Satchel','slingshot-and-satchel'),(1347,'Bear Systems','bear-systems'),(1348,'Automated Simulations, Inc.','automated-simulations-inc'),(1349,'Artificial Intelligence Design','artificial-intelligence-design'),(12705,'Swizzle llc','swizzle-llc'),(12706,'Danstarr13','danstarr13'),(12707,'Atmospheric blur','atmospheric-blur'),(12708,'Game Developer 18','game-developer-18'),(12709,'Seismic Spark','seismic-spark'),(12710,'Dragoon Domain','dragoon-domain'),(12711,'NomaGames','nomagames'),(12713,'Net Dragon','net-dragon'),(12714,'R2Games','r2games'),(12715,'Gamevil','gamevil'),(12716,'Carter Follies Software Associates','carter-follies-software-associates'),(12717,'wittyGamerz','wittygamerz'),(12718,'Gambarion','gambarion'),(12719,'Salio, Inc.','salio-inc'),(12720,'AreddaCo','areddaco'),(9342,'Stegalosaurus Game Development','stegalosaurus-game-development'),(1358,'Masterplay Publishing Corporation','masterplay-publishing-corporation'),(1359,'Ruffian Games','ruffian-games'),(1360,'Capcom Production Studio 6','capcom-production-studio-6'),(9346,'Free Range Games','free-range-games'),(9347,'Peace','peace'),(9348,'VoidDev','voiddev'),(1366,'Nintendo EAD Group No. 3','nintendo-ead-group-no-3'),(9351,'RainDance LX','raindance-lx'),(9352,'Made With Monster Love','made-with-monster-love'),(6257,'Corbis Corporation','corbis-corporation'),(9355,'Netmin Games','netmin-games'),(9356,'Zindagi Games','zindagi-games'),(9357,'Matheus Valadares','matheus-valadares'),(9358,'philcrifo','philcrifo'),(6261,'Monitoring Center','monitoring-center'),(9360,'Alive','alive'),(1369,'Project Reality Team','project-reality-team'),(1370,'Emily Short','emily-short'),(1373,'OP Productions','op-productions'),(9366,'Ether Studio','ether-studio'),(6269,'Nandinee Productions','nandinee-productions'),(6270,'Softword','softword'),(9369,'Vetasoft','vetasoft'),(1378,'Simbiosis Interactive','simbiosis-interactive'),(1379,'Jungle Troll Entertainment','jungle-troll-entertainment'),(1380,'Red Barrels','red-barrels'),(1381,'Humansoft','humansoft'),(1382,'J-Force','j-force'),(6285,'Holypeak','holypeak'),(6286,'Mouse Promotion','mouse-promotion'),(6287,'Macbee','macbee'),(6288,'Right Gauge','right-gauge'),(1384,'Tradewest Inc','tradewest-inc'),(9381,'Onagro Studios','onagro-studios'),(6294,'Clevery','clevery'),(1390,'Ons On Soft','ons-on-soft'),(6296,'Kotobukiya','kotobukiya'),(1393,'Creatures Inc.','creatures-inc'),(1395,'Minmax Games','minmax-games'),(9394,'Archetype Interactive','archetype-interactive'),(6308,'Mandarake','mandarake'),(1397,'Superbrothers','superbrothers'),(6311,'Yodobashi Camera','yodobashi-camera'),(1399,'Novarama','novarama'),(6313,'Roi Electric Appliance','roi-electric-appliance'),(9399,'PokPoong Games','pokpoong-games'),(9400,'Pixel Bomb Games','pixel-bomb-games'),(6315,'Gamesquad','gamesquad'),(6316,'Minato Soft','minato-soft'),(1404,'Titus Software','titus-software'),(6319,'Zero Rock Entertainment','zero-rock-entertainment'),(6320,'Boss Baddie','boss-baddie'),(6321,'The Tiniest Shark','the-tiniest-shark'),(6322,'Owl Cave','owl-cave'),(6323,'SoftLab-NSK','softlab-nsk'),(1406,'Going Load Studios','going-load-studios'),(9408,'Beach Interactive','beach-interactive'),(1409,'Syn Sophia','syn-sophia'),(1410,'Tru Blu Entertainment','tru-blu-entertainment'),(1412,'Peppy','peppy'),(9412,'The Dangerous Kitchen','the-dangerous-kitchen'),(1414,'Nexon Co. Ltd.','nexon-co-ltd'),(6335,'AddictingGames','addictinggames'),(6336,'Iron Realms Entertainment','iron-realms-entertainment'),(6337,'Midgar Studio','midgar-studio'),(6338,'Mykhail Konokh','mykhail-konokh'),(9415,'Freekstorm','freekstorm'),(1420,'BeautiFun Games','beautifun-games'),(1421,'Mossmouth','mossmouth'),(9422,'Alexey Bokulev','alexey-bokulev'),(9423,'Sergei Klimov','sergei-klimov'),(9424,'Charlie Oscar Lima Tango Interactive Entertainment','charlie-oscar-lima-tango-interactive-entertainment'),(9425,'Yukitama Creative Industries','yukitama-creative-industries'),(6350,'Robit Studios','robit-studios'),(9429,'La Belle','la-belle'),(9430,'Wookanana Limited','wookanana-limited'),(6355,'4Mation','4mation'),(6356,'Electronic Zoo','electronic-zoo'),(6357,'X-bow Software','x-bow-software'),(6358,'FIP Publishing','fip-publishing'),(6359,'Elite Games Team','elite-games-team'),(6361,'Data Age','data-age'),(6362,'Nova Game Design','nova-game-design'),(6363,'ASCII Media Works','ascii-media-works'),(9434,'CCCP','cccp'),(9435,'Cape Guy','cape-guy'),(9436,'PETA','peta'),(1441,'Lukewarm Media','lukewarm-media'),(9438,'Mutant Games','mutant-games'),(6373,'Gala Lab Corp.','gala-lab-corp'),(9440,'Mi-Clos Studio','mi-clos-studio'),(1458,'MindArk','mindark'),(9446,'Digitalo Studios','digitalo-studios'),(9448,'Amstar Electronics','amstar-electronics'),(9450,'Mobile Pie','mobile-pie'),(6396,'MicroStyle','microstyle'),(1461,'Noumena Studios','noumena-studios'),(1462,'Quadriga Games','quadriga-games'),(6401,'Trillium','trillium'),(6402,'Tom Snyder Productions','tom-snyder-productions'),(1465,'HyperSloth','hypersloth'),(9455,'EA Phenomic','ea-phenomic'),(9456,'Team Junkfish','team-junkfish'),(9457,'RAC7 Games','rac7-games'),(6405,'Penguin Software','penguin-software'),(6406,'Logical Design Works','logical-design-works'),(1469,'Mad Orange','mad-orange'),(1471,'Ymir Entertainment Co., Ltd','ymir-entertainment-co-ltd'),(1472,'Gameforge 4D GmbH','gameforge-4d-gmbh'),(1475,'Infogrames Entertainment','infogrames-entertainment'),(9468,'Venture Line, Inc.','venture-line-inc'),(6410,'Hybrid Technology','hybrid-technology'),(9470,'Sami Maaranen','sami-maaranen'),(9471,'Erkka Lehmus','erkka-lehmus'),(9472,'Enormous Elk','enormous-elk'),(9473,'JoyBids Ltd.','joybids-ltd'),(9474,'Players Software','players-software'),(1485,'Autumn Moon Entertainment','autumn-moon-entertainment'),(6413,'Faber and Faber','faber-and-faber'),(6414,'Avanquest Software Publishing','avanquest-software-publishing'),(6415,'Puuba','puuba'),(6416,'Nuvatec','nuvatec'),(6417,'Spinnaker','spinnaker'),(1489,'Video System','video-system'),(1490,'Phoenix','phoenix'),(1491,'Mc O\'River','mc-o-river'),(1492,'Dream Builder Studios','dream-builder-studios'),(9477,'Warashi','warashi'),(9478,'Proein','proein'),(1494,'GOA Games Services Ltd.','goa-games-services-ltd'),(1495,'Michael Todd Games','michael-todd-games'),(1496,'Stuart Aikins Casting','stuart-aikins-casting'),(1497,'The Audio Group','the-audio-group'),(9483,'Fox Video Games, Inc.','fox-video-games-inc'),(1501,'Post Modern Sound','post-modern-sound'),(9487,'Big Red Software','big-red-software'),(1503,'Technicolor Sound Studios','technicolor-sound-studios'),(1504,'Victory Games','victory-games'),(9493,'Mobigame','mobigame'),(9494,'Tom Kuhn Custom Yoyos, Ltd.','tom-kuhn-custom-yoyos-ltd'),(1508,'3d Sound System','3d-sound-system'),(9496,'Claire House Children\'s Hospice','claire-house-childrens-hospice'),(1510,'Colossal Order Ltd.','colossal-order-ltd'),(1511,'Tuonela Productions','tuonela-productions'),(1512,'Huumos','huumos'),(1513,'Dicework Games Ltd.','dicework-games-ltd'),(1514,'Firelight Technologies','firelight-technologies'),(1515,'www.galaxygameworks.com','www-galaxygameworks-com'),(6428,'Sunrise Software','sunrise-software'),(9500,'Pearl America Inc.','pearl-america-inc'),(6430,'ITDC (International Technology Development Corporation)','itdc-international-technology-development-corporation'),(6431,'Gamer\'s Edge','gamers-edge'),(6432,'Froggman','froggman'),(6435,'Froggo Games','froggo-games'),(1525,'Dark Technologies','dark-technologies'),(6437,'BitMonster','bitmonster'),(1527,'Giants Software','giants-software'),(1528,'Dub Media Inc','dub-media-inc'),(1529,'Absolute Quality Inc','absolute-quality-inc'),(1530,'Studioddm snc','studioddm-snc'),(1531,'22Cans','22cans'),(9509,'Warfare Studios','warfare-studios'),(6446,'MG Shooters','mg-shooters'),(9511,'Zaccaria','zaccaria'),(6448,'Brandon Productions','brandon-productions'),(9513,'Reston Publishing Company, Inc.','reston-publishing-company-inc'),(9514,'AlpixelGames','alpixelgames'),(9515,'Andrew Plotkin','andrew-plotkin'),(9516,'Ninja Robot Dinosaur','ninja-robot-dinosaur'),(1538,'Alvernia Studio','alvernia-studio'),(1539,'GrupaMy','grupamy'),(1540,'sointeractive','sointeractive'),(1541,'Metricminds','metricminds'),(9520,'U.S. Games','us-games'),(6459,'Motion Analysis Studios','motion-analysis-studios'),(6460,'MISI3D','misi3d'),(1546,'Realtime UK','realtime-uk'),(6462,'The Syndicate','the-syndicate'),(1548,'Revo Solutions','revo-solutions'),(1549,'Laboratoires Bug-Tracker Inc','laboratoires-bug-tracker-inc'),(1550,'U-TRAX Quality Assurance','u-trax-quality-assurance'),(6466,'L-3 Communications Corporation','l-3-communications-corporation'),(1553,'Premier Films','premier-films'),(9529,'Matt Martin, Eric Davidson et al.','matt-martin-eric-davidson-et-al'),(1556,'Hackenbacker Studios','hackenbacker-studios'),(1557,'The London Metropolitan Orchesta','the-london-metropolitan-orchesta'),(1558,'Digital Amusement','digital-amusement'),(1559,'00-Malka','00-malka'),(1560,'Frazer-1','frazer-1'),(1561,'Digital Steamworks','digital-steamworks'),(1562,'WaveGeneration','wavegeneration'),(1563,'Naxos Music Library','naxos-music-library'),(9539,'GCE','gce'),(9540,'Dojo-Arcade','dojo-arcade'),(9541,'Chameleon Software','chameleon-software'),(6471,'T26 Digital Type Foundry','t26-digital-type-foundry'),(6472,'Corbis Motion','corbis-motion'),(6473,'USC School of Cinematic Arts','usc-school-of-cinematic-arts'),(12725,'Heatherglade Ltd.','heatherglade-ltd'),(9547,'Quality Software','quality-software'),(12727,'Kormishenkov Anton','kormishenkov-anton'),(12728,'Cosmic Engineers','cosmic-engineers'),(12729,'Psilocybe Games','psilocybe-games'),(12730,'REDECODE','redecode'),(1570,'Treco','treco'),(1571,'Artistry Entertainment','artistry-entertainment'),(9549,'Grimnir','grimnir'),(1582,'Eyetronics-3D','eyetronics-3d'),(1583,'Faction Creative Effects','faction-creative-effects'),(9552,'Edu-Ware Services, Inc.','edu-ware-services-inc'),(1586,'Englobe Inc','englobe-inc'),(9554,'Tasty Stewdios LLC','tasty-stewdios-llc'),(1588,'Technicolor Animation and Interactive Service','technicolor-animation-and-interactive-service'),(1589,'Wolf Willow Sound','wolf-willow-sound'),(9557,'Century II','century-ii'),(1592,'Studio BX','studio-bx'),(1593,'DashDot','dashdot'),(1594,'DarkReactor.com','darkreactor-com'),(1595,'GreenLink','greenlink'),(1596,'Sc Quantic Lab Srl','sc-quantic-lab-srl'),(9562,'Fat Panda Games','fat-panda-games'),(9563,'Games Starter','games-starter'),(1600,'VMC','vmc'),(12751,'Nekogames','nekogames'),(1602,'Pure Audio','pure-audio'),(12753,'Area/Code Entertainment','area-slash-code-entertainment'),(1605,'ATI','ati'),(1606,'Dell','dell'),(1607,'Falcon Northwest','falcon-northwest'),(12756,'SSI','ssi'),(1609,'SOFTIMAGE','softimage'),(1610,'Innerloop Studios','innerloop-studios'),(12768,'Fraoula','fraoula'),(9580,'Reikon Games','reikon-games'),(9581,'Massive Damage Inc.','massive-damage-inc'),(12779,'Infosuccess3d','infosuccess3d'),(9583,'Fourattic','fourattic'),(9584,'apex computer productions','apex-computer-productions'),(12782,'Black Matter','black-matter'),(1628,'Massive Black Inc','massive-black-inc'),(1629,'RedJade','redjade'),(12785,'Blade Software','blade-software'),(1631,'Warner Bros. Publishing','warner-bros-publishing'),(6560,'D-Pad Studio','d-pad-studio'),(6561,'YCJY Games','ycjy-games'),(6562,'Schulenburg Software','schulenburg-software'),(6563,'Night Light Interactive','night-light-interactive'),(6565,'Flazm','flazm'),(6566,'Gaudium','gaudium'),(1928,'The Harvey Entertainment Company','the-harvey-entertainment-company'),(1929,'Play It!','play-it'),(1930,'Pseudo Interactive','pseudo-interactive'),(6569,'Wyrmbyte','wyrmbyte'),(6570,'Backflip Studios','backflip-studios'),(6571,'Swordtales','swordtales'),(6572,'4gency','4gency'),(6573,'Tangrin Entertainment','tangrin-entertainment'),(6574,'DMM.com','dmm-dot-com'),(6575,'Erdem Sen','erdem-sen'),(6576,'Retro Affect','retro-affect'),(6577,'Illogika Studios','illogika-studios'),(6578,'Moment Studio','moment-studio'),(6579,'Techland Warszawa','techland-warszawa'),(6580,'Digital Scapes Studios','digital-scapes-studios'),(9917,'COMPUTE! Publications, Inc.','compute-publications-inc'),(9918,'Michael Riedel','michael-riedel'),(13102,'Molten Neon','molten-neon'),(13103,'Breadboard','breadboard'),(9921,'Error Free Productions','error-free-productions'),(13105,'Atlantis Software Limited','atlantis-software-limited'),(6591,'Voices in My Head Productions','voices-in-my-head-productions'),(13107,'Psytronik Software','psytronik-software'),(9925,'Sparkplug Games','sparkplug-games'),(9926,'Hammer and Chisel','hammer-and-chisel'),(13113,'mn','mn'),(13114,'BOXI INTERACTIVE','boxi-interactive'),(6603,'Artcoding','artcoding'),(6604,'National Archives and Records Administration','national-archives-and-records-administration'),(6605,'US Marine Corps','us-marine-corps'),(13117,'Leland Interactive Media','leland-interactive-media'),(6608,'ArtDuck','artduck'),(6609,'PTW','ptw'),(13119,'POWERCHORD STUDIO','powerchord-studio'),(6611,'Middle Street Studio','middle-street-studio'),(9932,'Team Eden','team-eden'),(13122,'Kefir!','kefir'),(6624,'Bumpkin Brothers','bumpkin-brothers'),(6625,'IGIOS Ltd.','igios-ltd'),(6626,'3DRT','3drt'),(6627,'Gerzi 3D Art','gerzi-3d-art'),(6628,'Loopix-Project','loopix-project'),(6629,'Shapes & Lines','shapes-and-lines'),(6630,'Tridinaut','tridinaut'),(6631,'Studio Anatole','studio-anatole'),(6632,'SDI Media','sdi-media'),(6633,'AVEK','avek'),(9942,'tAAt','taat'),(6635,'Chef Wotkin\'s','chef-wotkins'),(9944,'Teku Studios','teku-studios'),(13127,'Dragonware Games','dragonware-games'),(13128,'MJ Bros','mj-bros'),(13129,'ARX Enterprises','arx-enterprises'),(13130,'High Paw Studio','high-paw-studio'),(6642,'Pixolane','pixolane'),(6643,'Digital Chocolate','digital-chocolate'),(6644,'Turbosquid','turbosquid'),(13134,'Solgryn','solgryn'),(6646,'KBP - Paris','kbp-paris'),(6647,'Studio Piccolo','studio-piccolo'),(6648,'Activision Capture Studio','activision-capture-studio'),(6649,'Opakis','opakis'),(6650,'HP Best Shore Services','hp-best-shore-services'),(6651,'Phonetic Arts','phonetic-arts'),(13141,'Intellivision Productions','intellivision-productions'),(13142,'Triverske','triverske'),(13143,'Marcolosoftwares','marcolosoftwares'),(13144,'Blender Games','blender-games'),(13145,'SignHead Studio','signhead-studio'),(13146,'Armitage Games','armitage-games'),(13147,'Surreal Games','surreal-games'),(13148,'Wendell Hicken','wendell-hicken'),(13149,'ZES\'t Corporation','zest-corporation'),(6660,'Sound City','sound-city'),(6661,'Moi','moi'),(6662,'Vision Universe','vision-universe'),(13152,'FMG Labs','fmg-labs'),(6664,'Epic Games China','epic-games-china'),(6665,'Bob and Barn','bob-and-barn'),(6666,'Eye Candy Animation','eye-candy-animation'),(6667,'Greensock','greensock'),(6668,'Stratstone Ferrari Manchester','stratstone-ferrari-manchester'),(13157,'Magnus Games','magnus-games'),(6670,'Tecmark','tecmark'),(6671,'3BYTE','3byte'),(6672,'Bulb Studios','bulb-studios'),(13160,'Define Human Studios','define-human-studios'),(6674,'Streamline Studio','streamline-studio'),(6675,'Volition Inc.','volition-inc--1'),(6676,'Origin Studios','origin-studios'),(6677,'NISSAN MOTOR','nissan-motor'),(6678,'Toyota Motor Sales & Marketing','toyota-motor-sales-and-marketing'),(13165,'Santos Ltd','santos-ltd'),(6680,'KW Automotive','kw-automotive'),(6681,'Ayrton Senna Institute','ayrton-senna-institute'),(6682,'STUDIO MECH','studio-mech'),(6683,'Studio Quest','studio-quest'),(13169,'Nightdive Studios','nightdive-studios'),(6685,'Mousa','mousa'),(6686,'UP-FRONT STYLE','up-front-style'),(13171,'PlayOn ApS','playon-aps'),(13172,'Fantasy Game Studios','fantasy-game-studios'),(6689,'Sony Music Artists','sony-music-artists'),(6690,'Seji','seji'),(13174,'Nolla Games','nolla-games'),(13175,'Moonray Studios','moonray-studios'),(13176,'DreamPunks','dreampunks'),(13177,'Get Set Games','get-set-games'),(13178,'City Connection','city-connection'),(13179,'Gattai Games','gattai-games'),(13180,'Haymaker','haymaker'),(13181,'VIVA Games','viva-games'),(13183,'Irodori','irodori'),(13184,'91Act','91act'),(13185,'Neomex-Games','neomex-games'),(13186,'Zig Zag Creations','zig-zag-creations'),(13187,'The Pokémon Company International','the-pokemon-company-international'),(13188,'LINE Corporation','line-corporation'),(13189,'No More Robots','no-more-robots'),(13190,'gameorchard','gameorchard'),(13191,'Dima Lanski','dima-lanski'),(13192,'ArtBlimp','artblimp'),(13193,'Travis Miller','travis-miller'),(13194,'Phase Two Software','phase-two-software'),(13195,'Apoapsis Studios','apoapsis-studios'),(13196,'Darkstar Games','darkstar-games'),(13197,'Mastertronic Group Ltd','mastertronic-group-ltd'),(13198,'Funvin','funvin'),(6705,'Livernois Motorsports','livernois-motorsports'),(13200,'3DClouds.it','3dclouds-dot-it'),(6711,'ZOOM CO.,LTD. , X-box Japan','zoom-co-dot-ltd-x-box-japan'),(13203,'Game Ever Studio','game-ever-studio'),(6713,'Sound Studio DALI','sound-studio-dali'),(6714,'Fillin AKASAKA STUDIO','fillin-akasaka-studio'),(6715,'Studio A-Tone YOTSUYA','studio-a-tone-yotsuya'),(6716,'Flash Link Studio','flash-link-studio'),(6717,'Galaxy Studio','galaxy-studio'),(6718,'ADAC','adac'),(6719,'AMLUX TOYOTA','amlux-toyota'),(6720,'AUTOBACS SEVEN','autobacs-seven'),(6721,'Bridgestone','bridgestone'),(6722,'D1 Corporation','d1-corporation'),(6723,'DNP Digitalcom','dnp-digitalcom'),(6724,'ENKEI','enkei'),(6725,'Fuji International Speedway','fuji-international-speedway'),(6726,'GTA Co., Ltd','gta-co-dot-ltd'),(6727,'Honda Motor','honda-motor'),(6728,'Honda R&D','honda-r-and-d'),(6729,'Isuzu Motors','isuzu-motors'),(6730,'IWATA','iwata'),(13205,'Orion Interactive','orion-interactive'),(13206,'S.K.I.F.','skif'),(13207,'Komar Games','komar-games'),(6737,'M-TEC','m-tec'),(13210,'Pointblank Ltd.','pointblank-ltd'),(13211,'Byte Engineers','byte-engineers'),(13212,'Database Software','database-software'),(13213,'Scorpius Software','scorpius-software'),(13214,'U.S. Go','us-go'),(13215,'Plasma Touch','plasma-touch'),(6744,'Red Bull Motorsports','red-bull-motorsports'),(6745,'Sans','sans'),(6746,'SPOON','spoon'),(13218,'Dicesuki','dicesuki'),(6748,'Schulze Motorsport','schulze-motorsport'),(13220,'Pandoneum Studio','pandoneum-studio'),(13221,'Contra Mundum','contra-mundum'),(13222,'Upfall Studios','upfall-studios'),(13223,'The Cottage and a Kitchen','the-cottage-and-a-kitchen'),(13224,'RelQ + Vedavyas','relq-plus-vedavyas'),(13225,'ArtWorld Studios','artworld-studios'),(13226,'Om','om'),(13227,'Electralyte','electralyte'),(6757,'The Yokohama Rubber','the-yokohama-rubber'),(6758,'TRIAL','trial'),(6759,'_wige MEDIA','wige-media'),(6760,'Asiafont','asiafont'),(13232,'Stargate Network Association','stargate-network-association'),(6762,'Electrolux','electrolux'),(13234,'Sobaka Studio','sobaka-studio'),(6766,'ALPINESTARS','alpinestars'),(6767,'American Honda Motor','american-honda-motor'),(6768,'Antarès Le Mans','antares-le-mans'),(6769,'Arai Helmet','arai-helmet'),(6770,'Ashland (Valvoline)','ashland-valvoline'),(6771,'Aston Martin Lagonda','aston-martin-lagonda'),(6772,'AUDI','audi'),(6773,'Auto Meter','auto-meter'),(6774,'Automobile club de l\'ouest (ACO)','automobile-club-de-louest-aco'),(6775,'Bäumler Fashion','baumler-fashion'),(6776,'BBS International','bbs-international'),(6777,'Becker Design','becker-design'),(6778,'Bentley Motors','bentley-motors'),(6779,'STÄDT. VERKEHRSBETRIEBE BERN','stadt-verkehrsbetriebe-bern'),(6780,'Billet Specialties','billet-specialties'),(6781,'Thyssenkrupp Bilstein Tuning','thyssenkrupp-bilstein-tuning'),(13248,'Cedic Vifi','cedic-vifi'),(6783,'BMW','bmw'),(6784,'BP p.l.c','bp-plc'),(6785,'Brembo','brembo'),(6786,'BRIDE','bride'),(6787,'Bridgestone Corporation','bridgestone-corporation'),(6788,'British Broadcasting Corporation (BBC)','british-broadcasting-corporation-bbc'),(13255,'Fishing Planet LLC','fishing-planet-llc'),(6790,'Callaway Cars','callaway-cars'),(6791,'Carroll Shelby Licensing','carroll-shelby-licensing'),(6792,'Castrol','castrol'),(6793,'Caterham Cars','caterham-cars'),(6794,'Chrysler Group','chrysler-group'),(6795,'AUTOMOBILES CITROEN','automobiles-citroen'),(6796,'Claudio Zampoli (Cizeta)','claudio-zampoli-cizeta'),(6797,'Coca-Cola (Japan)','coca-cola-japan'),(6798,'D1','d1'),(6799,'Daihatsu Motor','daihatsu-motor'),(6800,'Daimler','daimler'),(6801,'DeLorean Motor','delorean-motor'),(6802,'Denso','denso'),(13264,'White Lotus Interactive','white-lotus-interactive'),(13265,'Francesco Pellaco','francesco-pellaco'),(6806,'ERG Petroli','erg-petroli'),(13267,'eXiin','exiin'),(13268,'Silent Software','silent-software'),(13269,'The Small Planet','the-small-planet'),(6811,'Fiat Group Automobiles','fiat-group-automobiles'),(13271,'Mandel ArtPlains','mandel-artplains'),(13272,'Vanimals Games','vanimals-games'),(13273,'Shenandoah Studio','shenandoah-studio'),(13274,'Action Software','action-software'),(13275,'Rogue Ninja','rogue-ninja'),(13276,'Nacho Games','nacho-games'),(13277,'LsgStudio','lsgstudio'),(13278,'Caprino Video Games','caprino-video-games'),(13279,'Astral Software','astral-software'),(6823,'HUGO BOSS Trade Mark Management','hugo-boss-trade-mark-management'),(6824,'Hyundai Motor','hyundai-motor'),(13282,'Destiny','destiny'),(13283,'The Essential Myth','the-essential-myth'),(13284,'RCMADIA','rcmadia'),(6828,'International Sportsworld Communicators','international-sportsworld-communicators'),(6829,'Jaguar Cars','jaguar-cars'),(6830,'Japan Auto Sports Center (Tsukuba Circuit)','japan-auto-sports-center-tsukuba-circuit'),(6831,'Jayco','jayco'),(6832,'JKA','jka'),(6833,'Joe Gibbs Racing','joe-gibbs-racing'),(6834,'JUNGFRAUBAHNEN','jungfraubahnen'),(6835,'JX Nippon Oil & Energy','jx-nippon-oil-and-energy'),(6836,'KONI','koni'),(6837,'Lamborghini ArtiMarca','lamborghini-artimarca'),(6838,'Land Rover','land-rover'),(6839,'Lister Jaguar','lister-jaguar'),(6840,'LOCAVI','locavi'),(6841,'Group Lotus','group-lotus'),(13295,'Pitaya Network','pitaya-network'),(13296,'RAD Games','rad-games'),(13297,'Hack and Slay','hack-and-slay'),(6845,'MCLAREN GROUP','mclaren-group'),(13299,'Flying Robot Studios','flying-robot-studios'),(13300,'Norven Games','norven-games'),(13301,'Eat All The Games','eat-all-the-games'),(13302,'Get Color Games','get-color-games'),(13303,'Carbon Studio','carbon-studio'),(13304,'Armada Interactive Oy','armada-interactive-oy'),(6850,'Motul France','motul-france'),(6851,'NASCAR','nascar'),(6852,'NETWORK TEN','network-ten'),(13307,'Spiral Summit Games','spiral-summit-games'),(13308,'Big Sir Games','big-sir-games'),(13309,'Space Fox Studio','space-fox-studio'),(13310,'Owlcat Games','owlcat-games'),(13312,'Slipgate Studios','slipgate-studios'),(13313,'Voidpoint','voidpoint'),(13314,'Detalion','detalion'),(13315,'Mier','mier'),(13316,'Commercial Data Systems Ltd.','commercial-data-systems-ltd'),(13317,'Sonnori Corporation','sonnori-corporation'),(13318,'Future Concepts Ltd.','future-concepts-ltd'),(13319,'Spicy Fox','spicy-fox'),(13320,'Sushee Games','sushee-games'),(13321,'Myriad','myriad'),(13322,'Rebusmind','rebusmind'),(13323,'Flashman Games','flashman-games'),(13324,'Thang and Dung Phung Dinh','thang-and-dung-phung-dinh'),(13325,'Thunder Cloud Studio Ltd','thunder-cloud-studio-ltd'),(1935,'Pivotal Games','pivotal-games'),(1936,'Gotham Games','gotham-games'),(9948,'Playsport Games','playsport-games'),(1943,'Boston Animation','boston-animation'),(1944,'Acclaim Max Sports','acclaim-max-sports'),(9955,'Irresponsible Games','irresponsible-games'),(9956,'EuroVideo Medien GmbH','eurovideo-medien-gmbh'),(1946,'NDA Productions','nda-productions'),(1948,'Dragonstone Software','dragonstone-software'),(1949,'Bitstep','bitstep'),(1950,'Lego Interactive','lego-interactive'),(1951,'Silicon Knights','silicon-knights'),(1952,'Sting Entertainment','sting-entertainment'),(1953,'Entertainment Software Publishings','entertainment-software-publishings'),(1954,'Deibus Studios','deibus-studios'),(1955,'Konami HWI','konami-hwi'),(1957,'Midway Games West','midway-games-west'),(1958,'Poponchi','poponchi'),(9967,'Disruptor Beam','disruptor-beam'),(9968,'Pretty Simple','pretty-simple'),(9969,'P Studio','p-studio'),(9970,'U-Play online','u-play-online'),(9972,'The Nashville Scoring Orchestra, Nashville, TN','the-nashville-scoring-orchestra-nashville-tn'),(9973,'MASTERWORKS','masterworks'),(9974,'PDSG Creative','pdsg-creative'),(9975,'Global Platform','global-platform'),(9976,'PDIT','pdit'),(9977,'Global First Party Quality Assurance Europe','global-first-party-quality-assurance-europe'),(9979,'First Party Games','first-party-games'),(1977,'Nintendo SPD Group No. 4','nintendo-spd-group-no-4'),(1978,'Team Fusion','team-fusion'),(1979,'Dearsoft','dearsoft'),(1980,'ITL','itl'),(1981,'Datel','datel'),(1982,'CodeJunkies','codejunkies'),(9991,'Jesper The End','jesper-the-end'),(9992,'Hit the Crow','hit-the-crow'),(9993,'Defy Media','defy-media'),(9994,'Red Herring Labs','red-herring-labs'),(9995,'Destrax','destrax'),(1986,'Swingin\' Ape Studios','swingin-ape-studios'),(1987,'Genuine Games','genuine-games'),(9998,'HD Publishing','hd-publishing'),(1989,'John Gray','john-gray'),(10001,'Halfbus','halfbus'),(10002,'Shawn Hitchcock','shawn-hitchcock'),(10003,'Anomaly Studios','anomaly-studios'),(10004,'Urvogel Games','urvogel-games'),(10005,'Eye Bop Co.','eye-bop-co'),(10007,'Retro Yeti Games','retro-yeti-games'),(10008,'Modesty','modesty'),(10009,'The Dirigiballers','the-dirigiballers'),(10010,'PaperSeven','paperseven'),(10011,'Носков Сергей','noskov-sierghiei'),(10012,'Stegosoft Games','stegosoft-games'),(10014,'Taldren','taldren'),(10015,'Asylum Entertainment Ltd.,','asylum-entertainment-ltd-dot'),(10016,'Bullfrog','bullfrog'),(10018,'Disney Mobile','disney-mobile'),(10019,'SIE Bend Studio','sie-bend-studio'),(10020,'FarmerGnome','farmergnome'),(10021,'Frontwire Studios','frontwire-studios'),(2029,'Sugar and Rockets','sugar-and-rockets'),(2030,'Metro Graphics','metro-graphics'),(10025,'PREAPP PARTNERS','preapp-partners'),(10026,'Atlantis Interactive Entertainment','atlantis-interactive-entertainment'),(2035,'Play It Games','play-it-games'),(10028,'The OtherSide Entertainment','the-otherside-entertainment'),(10029,'Puzzling Dream','puzzling-dream'),(10030,'Steve Gal','steve-gal'),(10031,'GAMKIN, Inc','gamkin-inc'),(10032,'9372','9372'),(10033,'Modelboom','modelboom'),(10034,'Paparazzi','paparazzi'),(10035,'Promodel','promodel'),(10036,'Amy Productions','amy-productions'),(10037,'Cocoa Mediaproductions','cocoa-mediaproductions'),(10038,'Dimensional Imaging','dimensional-imaging'),(10039,'Great Apes','great-apes'),(2039,'Tommo Inc','tommo-inc'),(10041,'Nimiö','nimio'),(10042,'Outsource2Us','outsource2us'),(2042,'Contrail','contrail'),(2043,'Equinoxe','equinoxe'),(2044,'Check Six Games','check-six-games'),(2045,'LAB Rats Games','lab-rats-games'),(2046,'Zombie Studios','zombie-studios'),(10051,'Clermont Lounge','clermont-lounge'),(10052,'Anarchy Post, LLC.','anarchy-post-llc'),(2049,'Konami Hawaii','konami-hawaii'),(10055,'Summit Projects','summit-projects'),(10056,'Vinea','vinea'),(10057,'AKKEY','akkey'),(2052,'NEC Interchannel','nec-interchannel'),(2053,'Eden Games','eden-games'),(2054,'Team Viewtiful','team-viewtiful'),(10071,'Opera House','opera-house'),(10072,'Peakstar Software','peakstar-software'),(10073,'Synergy','synergy'),(10074,'Ragtag Studio','ragtag-studio'),(2058,'Bunkasha','bunkasha'),(2059,'GenePool Software','genepool-software'),(2060,'Mechanic Arms','mechanic-arms'),(2061,'Bomico Entertainment Software','bomico-entertainment-software'),(10080,'Grandslam Entertainments','grandslam-entertainments'),(2063,'Arzest','arzest'),(10082,'Images Software','images-software'),(2065,'Escape','escape'),(10084,'Tiertex','tiertex'),(2067,'Dempa Shimbunsha','dempa-shimbunsha'),(2068,'Magnin and Associates','magnin-and-associates'),(2069,'Jordan Mechner','jordan-mechner'),(2070,'Douglas E. Smith','douglas-e-smith'),(10088,'Dementia','dementia'),(10089,'Wayne J. Smithson Design','wayne-j-smithson-design'),(2073,'Toaplan','toaplan'),(2074,'Axes Art Amuse','axes-art-amuse'),(2076,'MicroGraphicImage','micrographicimage'),(2077,'Hwang Shinwei','hwang-shinwei'),(2078,'Hot Lava Games','hot-lava-games'),(10096,'Takara U.S.A.','takara-usa'),(2081,'Iron Tower Studio','iron-tower-studio'),(2082,'Ubisoft Vancouver','ubisoft-vancouver'),(2083,'Metro 3D','metro-3d'),(2084,'Wicked Witch Software','wicked-witch-software'),(10103,'Estudiofuture','estudiofuture'),(2086,'Oxygen Studios','oxygen-studios'),(10105,'SaadaSoft','saadasoft'),(10106,'Zero Byte','zero-byte'),(10107,'Impulse Gear','impulse-gear'),(10108,'Virtual X-citement','virtual-x-citement'),(10109,'Black Legend Software','black-legend-software'),(10110,'Digital X-citement','digital-x-citement'),(10111,'Beyond Software','beyond-software'),(10113,'Fabrik Games','fabrik-games'),(10114,'Penny Black Studios','penny-black-studios'),(10115,'Coconut Island Studio','coconut-island-studio'),(10116,'Legendo Entertainment','legendo-entertainment'),(10117,'Nerlaska','nerlaska'),(2097,'20th Century Fox Games','20th-century-fox-games'),(2098,'SingleTrac Entertainment Technologies','singletrac-entertainment-technologies'),(2099,'Silicon Studio','silicon-studio'),(10129,'Eli Brewer','eli-brewer'),(10130,'Gumi Inc.','gumi-inc'),(2101,'Psyclone','psyclone'),(2105,'Oberon Interactive','oberon-interactive'),(2106,'Halch','halch'),(2108,'CokeM Interactive','cokem-interactive'),(10143,'Divide By Zero','divide-by-zero'),(2110,'Happy Happening','happy-happening'),(2111,'Quotix Software','quotix-software'),(2113,'Nobilis','nobilis'),(2115,'Barnhouse Effect','barnhouse-effect'),(2116,'SKONEC','skonec'),(2117,'Gamenauts','gamenauts'),(2118,'Oxygen Interactive Software','oxygen-interactive-software'),(2119,'Real Arcade','real-arcade'),(2120,'Grounding Inc','grounding-inc'),(2121,'Iron Galaxy Studios','iron-galaxy-studios'),(2122,'One True Game Studios','one-true-game-studios'),(2123,'Foxconn Technology Group','foxconn-technology-group'),(2124,'Slam Games','slam-games'),(2125,'Toontraxx','toontraxx'),(2126,'Frontline Studios','frontline-studios'),(2127,'Zuxxes','zuxxes'),(10162,'Acornsoft Limited','acornsoft-limited'),(2129,'Noviy Disk','noviy-disk'),(2130,'Extra Mile Studios','extra-mile-studios'),(2131,'Twelve Games','twelve-games'),(10165,'A Sweet Studio','a-sweet-studio'),(10167,'Xanth Software F/X','xanth-software-f-slash-x'),(10168,'Holistic Design','holistic-design'),(10169,'Quantum Quality Productions','quantum-quality-productions'),(10342,'Mad Media Labs','mad-media-labs'),(10343,'Thomas Christof','thomas-christof'),(10344,'Robert Yang','robert-yang'),(10346,'Mercury Steam - duplicate','mercury-steam-duplicate'),(9,'Lucasfilm Games','lucasfilm-games'),(3548,'Kimber Kable','kimber-kable'),(3549,'FDW-Worldwide','fdw-worldwide'),(3550,'SHURE','shure'),(10360,'Goblin Portal','goblin-portal'),(10361,'Betop','betop'),(3554,'VSL','vsl'),(10363,'François Roussel','francois-roussel'),(3556,'Futurepoly Studios','futurepoly-studios'),(10365,'Cybernate','cybernate'),(3558,'AudioSurgery','audiosurgery'),(3559,'Sound Lab','sound-lab'),(10371,'Pixel with Hat','pixel-with-hat'),(3561,'Ghost UK','ghost-uk'),(3562,'EA Vancouver (Duplicate)','ea-vancouver-duplicate'),(3563,'Varvet AB','varvet-ab'),(3564,'Tiburon Artworks','tiburon-artworks'),(10382,'PixelMetal','pixelmetal'),(10383,'nDreams','ndreams'),(10384,'Polyslash','polyslash'),(10385,'Snowman','snowman'),(10386,'100 Stones Interactive','100-stones-interactive'),(10387,'Locomotive','locomotive'),(10388,'Namco Bandai Entertainment - duplicate','namco-bandai-entertainment-duplicate'),(10389,'TERC','terc'),(10390,'Graphite Lab','graphite-lab'),(10391,'NoClip','noclip'),(3583,'Step 3','step-3'),(3584,'NCompass','ncompass'),(10394,'Zoonami','zoonami'),(3586,'72 and Sunny','72-and-sunny'),(3587,'Edelman Digital','edelman-digital'),(3588,'Petrol','petrol'),(10397,'The Games Scheme','the-games-scheme'),(3591,'AKQA','akqa'),(3592,'The Lego Group','the-lego-group'),(3593,'Mu and Heyo','mu-and-heyo'),(3594,'Deep Silver Dambuster','deep-silver-dambuster'),(10414,'Excalbur Games','excalbur-games'),(3596,'Mail.Ru','mail-dot-ru'),(3597,'3Lateral','3lateral'),(3598,'Another World Studios, LLC','another-world-studios-llc'),(10421,'Eurogold','eurogold'),(10422,'Ilsanjo','ilsanjo'),(10423,'Adrenalin Interactive','adrenalin-interactive'),(3601,'POP Sound','pop-sound'),(10425,'Micro Power','micro-power'),(3604,'Pomman Sound','pomman-sound'),(3605,'Solar Studios','solar-studios'),(3606,'TMT Casting','tmt-casting'),(3607,'Lyn Paolo Designs','lyn-paolo-designs'),(3608,'Vox Recording Studios','vox-recording-studios'),(3609,'DMG Clearances Inc.','dmg-clearances-inc'),(3610,'EA Demand Planning Team','ea-demand-planning-team'),(3611,'EA Sales and Retail Marketing Team','ea-sales-and-retail-marketing-team'),(3612,'EALA Mastering Lab','eala-mastering-lab'),(3615,'Hermitworks Entertainment','hermitworks-entertainment'),(3616,'Wave Generation','wave-generation'),(10427,'X-Nauts','x-nauts'),(3618,'CEET Ldt','ceet-ldt'),(10429,'Cocktail Soft','cocktail-soft'),(10430,'ChickenBrick Studios','chickenbrick-studios'),(10431,'Paradize','paradize'),(10432,'Coreland','coreland'),(10433,'Codeten','codeten'),(10434,'Moloto Productions AB','moloto-productions-ab'),(3626,'Ethos','ethos'),(3627,'Iemza','iemza'),(10436,'Shinsei Kōgyō','shinsei-kogyo'),(3629,'Hakka','hakka'),(10438,'Romik Software','romik-software'),(3647,'Digital Domain Productions','digital-domain-productions'),(3648,'Division48','division48'),(3649,'The Famous Radio Ranch','the-famous-radio-ranch'),(3650,'Ubisoft Bucharest','ubisoft-bucharest'),(10454,'Skyboy Games','skyboy-games'),(10455,'Sentry Games','sentry-games'),(3652,'Gameloc Localization Services S.L.','gameloc-localization-services-sl'),(3653,'All Correct Language Solutions','all-correct-language-solutions'),(3654,'Bug-Tracker Laboratories Inc.','bug-tracker-laboratories-inc'),(3655,'Ubisoft Pune','ubisoft-pune'),(3656,'Ubisoft USA','ubisoft-usa'),(3657,'solocal.de','solocal-dot-de'),(3658,'Quoted Tradução e Localização','quoted-traducao-e-localizacao'),(3659,'Roboto Translation','roboto-translation'),(10465,'Adam Wells','adam-wells'),(10466,'Jurlo','jurlo'),(10467,'Blam!','blam'),(10468,'Glitchers','glitchers'),(10469,'Mojo Bones','mojo-bones'),(10470,'GamePlan','gameplan'),(3667,'LOZC G. Amusements','lozc-g-amusements'),(3668,'Twilight','twilight'),(38,'Ubisoft Montreal','ubisoft-montreal'),(3681,'CGBot','cgbot'),(3682,'Digital Domain','digital-domain'),(3683,'Formosa Interactive','formosa-interactive'),(3684,'Imaginari Animation Studios','imaginari-animation-studios'),(3685,'Ozone','ozone'),(3686,'Chris Daly Glass Studio','chris-daly-glass-studio'),(3687,'Sony Computer Entertainment Japan Studio - duplicate','sony-computer-entertainment-japan-studio-duplicate'),(3688,'Dinosaur Polo Club','dinosaur-polo-club'),(47,'Obsidian Entertainment','obsidian-entertainment'),(3691,'Meldac','meldac'),(3692,'Lenar','lenar'),(3693,'Infinity','infinity'),(3694,'NuFX','nufx'),(3695,'Bunch Games','bunch-games'),(3696,'Andreas Illiger','andreas-illiger'),(3697,'Jackbox Games, Inc.','jackbox-games-inc'),(3701,'Nicalis, Inc.','nicalis-inc'),(10483,'Peripheral Labs','peripheral-labs'),(10484,'Wormhole Entertainment','wormhole-entertainment'),(10485,'ComboPear Games','combopear-games'),(10486,'GiriaStudios','giriastudios'),(3705,'Nihon Bussan','nihon-bussan'),(10488,'High Tale Studios','high-tale-studios'),(10489,'Pine Studio','pine-studio'),(10490,'Dan & Gary Games','dan-and-gary-games'),(10491,'Idun','idun'),(10492,'Cultic Games','cultic-games'),(10493,'Ninja Vault','ninja-vault'),(10494,'Lanze Games','lanze-games'),(10495,'Andromeda Project','andromeda-project'),(10496,'Team Crimson','team-crimson'),(10497,'Raredrop Games','raredrop-games'),(10498,'ElagoTech','elagotech'),(10499,'Too Tidy Games','too-tidy-games'),(10500,'Dysotek','dysotek'),(3709,'ERE Informatique','ere-informatique'),(10502,'Sketchbook Games','sketchbook-games'),(10503,'Studio ACE','studio-ace'),(3712,'Slitherine Software UK Ltd.','slitherine-software-uk-ltd'),(3713,'Hect','hect'),(3714,'DTMC','dtmc'),(10508,'Adam McLellan','adam-mclellan'),(62,'Griptonite Games','griptonite-games'),(10512,'Studio In memoria','studio-in-memoria'),(3722,'Extreme Entertainment Group','extreme-entertainment-group'),(64,'Savage Entertainment','savage-entertainment'),(65,'Luxoflux','luxoflux'),(68,'Ensemble Studios','ensemble-studios'),(69,'Big Ape Productions','big-ape-productions'),(71,'Raven Software','raven-software'),(74,'CyberFront Corporation','cyberfront-corporation'),(6889,'SPORTS CAFE 2008 (OPERATIONS)','sports-cafe-2008-operations'),(76,'Ronin Entertainment','ronin-entertainment'),(77,'Totally Games','totally-games'),(6894,'Tanabe USA','tanabe-usa'),(6895,'TEIN','tein'),(6896,'Tesla Motors','tesla-motors'),(6897,'T M INVESTMENTS','t-m-investments'),(6898,'Total Group','total-group'),(6899,'TOYOTA MODELLISRA INTERNATIONAL','toyota-modellisra-international'),(6900,'TVR MOTORS','tvr-motors'),(6901,'Uniwheels Management (Switzerland)','uniwheels-management-switzerland'),(6902,'Valeo Management Services','valeo-management-services'),(6903,'VOLKSWAGEN','volkswagen'),(6904,'Volvo Car','volvo-car'),(6905,'WAKO CHEMICAL','wako-chemical'),(6906,'WFN','wfn'),(6907,'Wheel Pros','wheel-pros'),(6908,'Willans Marques','willans-marques'),(6909,'Yamaha Motor','yamaha-motor'),(6910,'Zürich Versicherungs-Gesellschaft','zurich-versicherungs-gesellschaft'),(6911,'Crytek GmbH.','crytek-gmbh'),(6912,'Metricminds GmbH & Co. KG','metricminds-gmbh-and-co-kg'),(6913,'PCB Production','pcb-production'),(6914,'XPEC Entertainment Inc.','xpec-entertainment-inc'),(84,'CTO SpA','cto-spa'),(87,'Mythic Entertainment','mythic-entertainment'),(88,'Shiny Entertainment','shiny-entertainment'),(6930,'Rostok','rostok'),(91,'Playmates Interactive Entertainment','playmates-interactive-entertainment'),(92,'NovaLogic','novalogic'),(6939,'klobit','klobit'),(6940,'Milky Tea Studios','milky-tea-studios'),(6941,'Hailstorm Games','hailstorm-games'),(6942,'Interdimensional Games Inc','interdimensional-games-inc'),(6943,'Fever Pitch Studios','fever-pitch-studios'),(6944,'Outpost Studios','outpost-studios'),(6945,'Polarity Post','polarity-post'),(6946,'Centroid 3D Group','centroid-3d-group'),(99,'The 3DO Company','the-3do-company'),(6950,'Choice of Games LLC','choice-of-games-llc'),(6951,'Skahal','skahal'),(6952,'Playlore','playlore'),(6953,'RABCAT Computer Graphics','rabcat-computer-graphics'),(6954,'Paint Orgue','paint-orgue'),(6955,'SmokingWOLF','smokingwolf'),(6956,'sparsevector','sparsevector'),(6958,'Digital Melody','digital-melody'),(6959,'Gaijinworks','gaijinworks'),(6960,'Alpha Wave Entertainment','alpha-wave-entertainment'),(6961,'AAD Productions','aad-productions'),(6962,'Phr00t\'s Software','phr00ts-software'),(6963,'Firemonkeys Studios','firemonkeys-studios'),(106,'Loki Software','loki-software'),(6976,'8D Studio','8d-studio'),(6977,'Golem Labs','golem-labs'),(6978,'Pencil Test Studios','pencil-test-studios'),(6979,'Lumenox','lumenox'),(6980,'Durell Software','durell-software'),(6981,'Switchblade Monkeys','switchblade-monkeys'),(6982,'The Digital Village','the-digital-village'),(6983,'Heartbit Interactive','heartbit-interactive'),(6984,'Igor Rashkuev','igor-rashkuev'),(6985,'Aterdux Entertainment','aterdux-entertainment'),(6986,'House on Fire','house-on-fire'),(6988,'MidBoss','midboss'),(6989,'Mommy\'s Best Games','mommys-best-games'),(6990,'Eggcode','eggcode'),(6991,'Just Add Water (Development) Ltd. - duplicate','just-add-water-development-ltd-duplicate'),(6992,'Super Evil Megacorp','super-evil-megacorp'),(6993,'Spacetime Studios','spacetime-studios'),(6994,'gnifrebel Games UG','gnifrebel-games-ug'),(6995,'Bigpoint Berlin','bigpoint-berlin'),(6997,'Daybreak Game Company','daybreak-game-company'),(6998,'Sileni Studios','sileni-studios'),(114,'reLINE Software','reline-software'),(116,'Bohemia Interactive Studio','bohemia-interactive-studio'),(117,'Troika Games','troika-games'),(118,'Paradox Development','paradox-development'),(7012,'Unknown Games','unknown-games'),(7013,'Madruga Works','madruga-works'),(120,'MacPlay','macplay'),(121,'Blizzard Classic Arcade','blizzard-classic-arcade'),(122,'Crytek Frankfurt','crytek-frankfurt'),(125,'Crytek Budapest','crytek-budapest'),(126,'Bethesda Game Studios','bethesda-game-studios'),(127,'Funcom Productions','funcom-productions'),(7045,'Codename Entertainment','codename-entertainment'),(7046,'RedBedlam','redbedlam'),(7047,'Dominique Grieshofer','dominique-grieshofer'),(134,'Max Design','max-design'),(135,'Sunflowers','sunflowers'),(136,'Planet Moon Studios','planet-moon-studios'),(7062,'William Chyr','william-chyr'),(7063,'Mobage','mobage'),(7064,'Orangepixel','orangepixel'),(7065,'MicroValue','microvalue'),(7066,'Tokyo RPG Factory','tokyo-rpg-factory'),(7067,'Pomeranian Swingers','pomeranian-swingers'),(7068,'Lonely Troops','lonely-troops'),(7069,'Smudged Cat Games','smudged-cat-games'),(7070,'Kittehface Software','kittehface-software'),(7071,'Jesse Makkonen','jesse-makkonen'),(140,'EA Los Angeles','ea-los-angeles'),(141,'Virgin Interactive Entertainment (Europe) Ltd.','virgin-interactive-entertainment-europe-ltd'),(142,'Westwood Pacific','westwood-pacific'),(144,'GSC Game World','gsc-game-world'),(145,'cdv Software Entertainment','cdv-software-entertainment'),(7088,'snappy touch','snappy-touch'),(7089,'Playdots, Inc.','playdots-inc'),(7090,'Cyril Megem','cyril-megem'),(7091,'Nominia ltd','nominia-ltd'),(7092,'Chiku','chiku'),(7093,'GO!','go'),(7094,'Tomahawk','tomahawk'),(7095,'Futura','futura'),(7096,'Pixelnest Studio','pixelnest-studio'),(7097,'Thunder Lotus Games','thunder-lotus-games'),(7098,'ColePowered Games','colepowered-games'),(7099,'Peter Moorhead','peter-moorhead'),(7100,'Rockfish Games','rockfish-games'),(7101,'Oxide Games','oxide-games'),(7102,'BARE METTLE ENTERTAINMENT','bare-mettle-entertainment'),(7103,'10 out of 10 Educational Systems','10-out-of-10-educational-systems'),(7104,'Energize','energize'),(7105,'ARC','arc'),(7106,'Turmoil Games','turmoil-games'),(7107,'Games 4 Europe','games-4-europe'),(7108,'Islona','islona'),(7109,'Free Spirit','free-spirit'),(149,'Ritual Entertainment','ritual-entertainment'),(150,'Hidden Path Entertainment','hidden-path-entertainment'),(151,'Simtex','simtex'),(7116,'Exponentia','exponentia'),(7117,'Unicorn Educational Software','unicorn-educational-software'),(7118,'Conflict Recreations','conflict-recreations'),(7119,'Spotlight','spotlight'),(7120,'On-line','on-line'),(7121,'New Line','new-line'),(7122,'ECP','ecp'),(7123,'Techland Soft','techland-soft'),(7124,'Seven Stars','seven-stars'),(7125,'Panther Games','panther-games'),(155,'Easy Studios','easy-studios'),(7127,'Hi-Tec','hi-tec'),(7128,'Trojan','trojan'),(7129,'HES','hes'),(7130,'McLeodGaming Inc.','mcleodgaming-inc'),(7131,'Mirage Media','mirage-media'),(7132,'Zeppelin','zeppelin'),(7133,'Devasoft','devasoft'),(7134,'PSS','pss'),(7135,'Kosmos','kosmos'),(7136,'Art of Dreams','art-of-dreams'),(7137,'Atlantis','atlantis'),(7138,'V.A.K.','vak'),(160,'Double Helix Games','double-helix-games'),(162,'Vatra Games','vatra-games'),(163,'Climax Studios','climax-studios'),(164,'Rocksteady Studios','rocksteady-studios'),(165,'DC Entertainment','dc-entertainment'),(166,'Shadows in Darkness','shadows-in-darkness'),(167,'People Can Fly','people-can-fly'),(169,'MercurySteam','mercurysteam'),(170,'Kojima Productions','kojima-productions'),(173,'The Omni Group','the-omni-group'),(174,'Digital Mayhem','digital-mayhem'),(175,'Haemimont Games','haemimont-games'),(177,'duplicate company name','duplicate-company-name'),(178,'Intelligent Games','intelligent-games'),(10569,'Waynetron','waynetron'),(10570,'Pippin Barr','pippin-barr'),(10571,'Aergia','aergia'),(10572,'Samuel Manier','samuel-manier'),(10573,'Super Mega','super-mega'),(10574,'Idea-Tek','idea-tek'),(10575,'Thin Chen Enterprises','thin-chen-enterprises'),(10576,'DreamSail Games','dreamsail-games'),(10578,'Black Cell','black-cell'),(184,'id Software','id-software'),(10582,'Nitro+chiral','nitro-plus-chiral'),(186,'Stalker Entertainment','stalker-entertainment'),(187,'Nerve Software, LLC','nerve-software-llc'),(10589,'JoWooD Studio Vienna','jowood-studio-vienna'),(10590,'Stumbling Cat','stumbling-cat'),(189,'BAM! Entertainment','bam-entertainment'),(10594,'Interesting Games','interesting-games'),(10595,'Do My Best Games','do-my-best-games'),(10596,'sandwich puissant','sandwich-puissant'),(10597,'Clockwork Games','clockwork-games'),(10598,'Thylacine Studios LLC','thylacine-studios-llc'),(193,'Jellyvision','jellyvision'),(10600,'Invisible Collective','invisible-collective'),(196,'Relic Entertainment','relic-entertainment'),(199,'Sonokong','sonokong'),(200,'Electronic Arts Victor','electronic-arts-victor'),(201,'Cyberlore Studios','cyberlore-studios'),(10616,'m07games','m07games'),(10617,'JDM4iK','jdm4ik'),(10618,'GBROSSOFT','gbrossoft'),(10619,'Render System','render-system'),(10620,'Laser Disc Corporation','laser-disc-corporation'),(10624,'Italic Pig','italic-pig'),(10625,'Dlala Studios','dlala-studios'),(207,'PopTop Software','poptop-software'),(209,'Wideload Games','wideload-games'),(210,'Southlogic Studios','southlogic-studios'),(211,'Blue Castle Games','blue-castle-games'),(212,'Sunstorm Interactive','sunstorm-interactive'),(10636,'CMOAR Studio','cmoar-studio'),(10637,'Freqman','freqman'),(10638,'Flash Fire Communications','flash-fire-communications'),(10639,'High Road Communications','high-road-communications'),(10640,'OMNI Audio','omni-audio'),(10641,'Art Institute of Seattle','art-institute-of-seattle'),(214,'Sylum Entertainment','sylum-entertainment'),(215,'WizardWorks Software','wizardworks-software'),(216,'Glu Mobile','glu-mobile'),(10648,'Capitol Broadcasting Company','capitol-broadcasting-company'),(10649,'SoundLab MI','soundlab-mi'),(219,'Team Little Devils','team-little-devils'),(221,'Splash Damage','splash-damage'),(10654,'GEKS','geks'),(10655,'Take-Two Baltimore','take-two-baltimore'),(10656,'TSI Communications','tsi-communications'),(10657,'Struckd AG','struckd-ag'),(10658,'DYA Games','dya-games'),(10659,'StellarVR','stellarvr'),(10660,'Delve Interactive','delve-interactive'),(10661,'Prelusion Games Inc.','prelusion-games-inc'),(10662,'FastTrak Software Publishing Ltd.','fasttrak-software-publishing-ltd'),(10663,'Games4Kids','games4kids'),(10664,'E.F. Dreyer, Inc.','ef-dreyer-inc'),(10665,'Dunhill Electronic Media Corp., Lazer Microsystems Inc.','dunhill-electronic-media-corp-dot-lazer-microsystems-inc'),(10666,'Cornfox & Bros.','cornfox-and-bros'),(10668,'Control Video Corporation','control-video-corporation'),(10669,'James Wickstead Design Associates','james-wickstead-design-associates'),(227,'U.S. Gold','u-s-gold'),(10673,'Flying Carpets Games','flying-carpets-games'),(10674,'Crafting Legends','crafting-legends'),(10675,'Alersteam','alersteam'),(10676,'Dimps Corporation - duplicate','dimps-corporation-duplicate'),(10677,'Hey Bud Games','hey-bud-games'),(10679,'Gamieon','gamieon'),(10680,'Happy Volcano','happy-volcano'),(10681,'CRASS Infotech','crass-infotech'),(237,'Crimson Cow','crimson-cow'),(10683,'Eendhoorn Games','eendhoorn-games'),(239,'Gas Powered Games','gas-powered-games'),(10685,'Far From Home','far-from-home'),(10686,'Cyclone Studios','cyclone-studios'),(10687,'Mozg Labs','mozg-labs'),(10688,'Lion\'s Shade','lions-shade'),(10689,'HeroCraft','herocraft'),(242,'Verant Interactive','verant-interactive'),(243,'Sony Online Entertainment','sony-online-entertainment'),(244,'Edusoft','edusoft'),(10701,'Oh, a Rock! Studios','oh-a-rock-studios'),(10702,'CremaGames','cremagames'),(10703,'GFI','gfi'),(10704,'VZlab','vzlab'),(10705,'GFI / Руссобит-М','gfi-slash-russobit-m'),(10706,'The Ink Factory','the-ink-factory'),(10707,'Alchimik Audio','alchimik-audio'),(10708,'The Audio Guys','the-audio-guys'),(10709,'Hamerton Zoo Park','hamerton-zoo-park'),(10710,'Wildlife Heritage Foundation','wildlife-heritage-foundation'),(10711,'West Midland Safari Park','west-midland-safari-park'),(10712,'RSPCA Block Pen','rspca-block-pen'),(10713,'Rhythm & Hues Studios','rhythm-and-hues-studios'),(247,'14 Degrees East','14-degrees-east'),(10717,'Ton in Ton','ton-in-ton'),(10718,'Rangeela','rangeela'),(10719,'Vocaloid','vocaloid'),(10720,'Known Shippable','known-shippable'),(10721,'Spooky Graphic','spooky-graphic'),(10722,'Virtuos Sparx*','virtuos-sparx-star'),(10723,'Lipogram Co. Ltd.','lipogram-co-ltd'),(10724,'POEYAMAworks','poeyamaworks'),(249,'Crytek','crytek'),(10727,'Bonebeds','bonebeds'),(10728,'Studio RF. Ltd.','studio-rf-ltd'),(10729,'medicrie Co. Ltd.','medicrie-co-ltd'),(10730,'Mugen Pictures','mugen-pictures'),(252,'Square Electronic Arts','square-electronic-arts'),(253,'Square Europe','square-europe'),(10733,'Randel','randel'),(255,'ArenaNet','arenanet'),(256,'NCsoft','ncsoft'),(10761,'Neo Agency Co. Ltd.','neo-agency-co-ltd'),(10762,'Newteles','newteles'),(10763,'Arigat-Orchestra','arigat-orchestra'),(10764,'Asian Philharmonic Orchestra','asian-philharmonic-orchestra'),(261,'Quantic Dream','quantic-dream'),(10767,'Paical','paical'),(10768,'Zuffa','zuffa'),(10769,'Villanis Productions','villanis-productions'),(10770,'Mocaplab','mocaplab'),(10771,'Audiovisual','audiovisual'),(10772,'Porting House','porting-house'),(10773,'Studio ANC','studio-anc'),(10774,'TH2 Tonstudio','th2-tonstudio'),(10775,'AMC','amc'),(10776,'BARoNTiERi','barontieri'),(266,'Tarantula Studios','tarantula-studios'),(10778,'LUA','lua'),(269,'Enlight Software Limited','enlight-software-limited'),(270,'JoWooD Productions Software','jowood-productions-software'),(271,'The Collective','the-collective'),(3780,'sora studio corporation','sora-studio-corporation'),(3781,'U\'Den Flame Works','uden-flame-works'),(3782,'Crescent Inc.','crescent-inc'),(3783,'D1FX Inc.','d1fx-inc'),(3784,'Shonan Zoological Garden','shonan-zoological-garden'),(3785,'Generalashi Co. Ltd.','generalashi-co-ltd'),(3786,'GA Xrossing Co. Ltd.','ga-xrossing-co-ltd'),(3787,'REMIX Co. Ltd.','remix-co-ltd'),(3788,'Digital Media Lab Inc.','digital-media-lab-inc'),(3789,'DIGITAL FRONTIER Inc.','digital-frontier-inc'),(3790,'Fly Studio Sdn Bhd','fly-studio-sdn-bhd'),(3791,'Kyos Co. Ltd.','kyos-co-ltd'),(3792,'anima.inc','anima-dot-inc'),(3793,'MSM GmbH','msm-gmbh'),(3794,'Sony Music Communications','sony-music-communications'),(3795,'INTAC Plus','intac-plus'),(3796,'SOH Inc.','soh-inc'),(3797,'Moon Spider Studio','moon-spider-studio'),(3798,'5 Bits Games','5-bits-games'),(3799,'CC&C Clarke Costelle et Cie','cc-and-c-clarke-costelle-et-cie'),(3800,'Idéacom International Inc.','ideacom-international-inc'),(3801,'Mission Centenaire 14-18','mission-centenaire-14-18'),(3802,'Synthesis Global Solution','synthesis-global-solution'),(3803,'Local Heroes Worldwide','local-heroes-worldwide'),(278,'Silicon & Synapse','silicon-synapse'),(3808,'Freejam Games','freejam-games'),(3809,'Side London Studios','side-london-studios'),(3810,'Pinewood Studios','pinewood-studios'),(3811,'The Chamber Orchestra of London','the-chamber-orchestra-of-london'),(3812,'Synergy Voices','synergy-voices'),(3813,'Air Lyndhurst Studios','air-lyndhurst-studios'),(292,'Traveller\'s Tales','traveller-s-tales'),(293,'TT Games','tt-games'),(299,'Hellbent Games','hellbent-games'),(3835,'Brace Yourself Games - duplicate','brace-yourself-games-duplicate'),(302,'Massive Bear Studios','massive-bear-studios'),(304,'Quicksilver Software','quicksilver-software'),(306,'Rockstar Toronto','rockstar-toronto'),(307,'Rockstar Vienna','rockstar-vienna'),(308,'Rockstar Leeds','rockstar-leeds'),(309,'2015','2015'),(310,'Ultra Games','ultra-games'),(3867,'O\'Melveny and Myers LLP','omelveny-and-myers-llp'),(3868,'GangTyre Ramer and Brown','gangtyre-ramer-and-brown'),(10789,'Eon / Danjaq LLC','eon-slash-danjaq-llc'),(10790,'MGM Studios','mgm-studios'),(10791,'Pulse Model Agency','pulse-model-agency'),(10792,'Catalyst Outsourcing','catalyst-outsourcing'),(10793,'Virtual Mechanix','virtual-mechanix'),(312,'Konami Computer Entertainment Japan','konami-computer-entertainment-japan'),(3882,'SDFX','sdfx'),(10797,'Heartomics','heartomics'),(10798,'Mothership Entertainment','mothership-entertainment'),(3888,'Somnio Studios','somnio-studios'),(10800,'Thorn EMI Video Ltd.','thorn-emi-video-ltd'),(10801,'Thorn EMI Computer Software','thorn-emi-computer-software'),(10802,'Rantom Software','rantom-software'),(3898,'Studio Mausu','studio-mausu'),(3899,'Dance Therapy Productions','dance-therapy-productions'),(3900,'Red Light Management','red-light-management'),(10805,'ComonGames','comongames'),(10806,'Astrovision, Inc.','astrovision-inc'),(10807,'Pixel Maniacs','pixel-maniacs'),(10808,'Snowforged Entertainment','snowforged-entertainment'),(10809,'Gunfire Games','gunfire-games'),(10811,'alley labs','alley-labs'),(3909,'Nigoro','nigoro'),(3910,'Pygmy Studio','pygmy-studio'),(3912,'Asterizm Corporation','asterizm-corporation'),(10851,'Soaphog Game Studio','soaphog-game-studio'),(10852,'Cheapass Games','cheapass-games'),(10853,'Moppet Video','moppet-video'),(3923,'Studio Pixel','studio-pixel'),(10855,'Tong Electronics','tong-electronics'),(3925,'Nick Jr. Interactive','nick-jr-interactive'),(10857,'Astrocarde, Inc.','astrocarde-inc'),(10858,'Optimum Ressource, Inc.','optimum-ressource-inc'),(10859,'WIT Entertainment','wit-entertainment'),(7196,'Boomco Games','boomco-games'),(3930,'Hotel 2 Tango','hotel-2-tango'),(10866,'Sindie Games','sindie-games'),(4144,'Instant Kingdom','instant-kingdom'),(389,'Universomo','universomo'),(391,'Red Fly Studio','red-fly-studio'),(4147,'Lunarch Studios','lunarch-studios'),(4148,'EA Romania','ea-romania'),(7468,'Mindstorm Studios','mindstorm-studios'),(7470,'Cyberlore','cyberlore'),(7471,'Paleo Entertainment','paleo-entertainment'),(4151,'Speradoft Inc.','speradoft-inc'),(10876,'Turbine','turbine'),(7473,'Llamasoft LTD','llamasoft-ltd'),(4154,'Geomerics Ltc.','geomerics-ltc'),(4155,'Middlewar Licensesn in Salesforce, FYI','middlewar-licensesn-in-salesforce-fyi'),(10883,'Mythicon, Inc.','mythicon-inc'),(7480,'Brightside Games','brightside-games'),(7481,'Ascaron Entertainment ltd.','ascaron-entertainment-ltd'),(10886,'IDSI','idsi'),(10887,'Bolvërk Games','bolverk-games'),(10888,'Chevy Ray Johnston','chevy-ray-johnston'),(10889,'Screenplay','screenplay'),(10890,'Sunday Month','sunday-month'),(10891,'Red Winter','red-winter'),(10892,'Enyx Studios','enyx-studios'),(7487,'Actual Screenshots','actual-screenshots'),(10894,'United Microware Industries, Inc.','united-microware-industries-inc'),(10895,'Invader Studios','invader-studios'),(10896,'BeepBop Developers','beepbop-developers'),(4159,'Lone Shark Games','lone-shark-games'),(4160,'Metaverse Modsquad','metaverse-modsquad'),(4161,'Pulp Studios Inc.','pulp-studios-inc'),(4162,'RED The Agency','red-the-agency'),(10898,'Theory Interactive','theory-interactive'),(4168,'Studio Center Total Productions','studio-center-total-productions'),(4169,'Rynn & Dante','rynn-and-dante'),(4170,'FilmOasis Inc.','filmoasis-inc'),(4171,'Omni Interactive Audio','omni-interactive-audio'),(7502,'Interplay Inc. - duplicate','interplay-inc-duplicate'),(7503,'Independent Programmist Group','independent-programmist-group'),(7504,'Trinoteam','trinoteam'),(4175,'BeTomorrow','betomorrow'),(4176,'Exact Entertainment','exact-entertainment'),(10909,'Magnum Software','magnum-software'),(10910,'Absolut Entertainment, Inc.','absolut-entertainment-inc'),(10911,'Afterthought Games','afterthought-games'),(7517,'Namco Networks America, Inc.','namco-networks-america-inc'),(397,'Darkworks','darkworks'),(10916,'Sunware Development Company','sunware-development-company'),(10917,'Will Blew','will-blew'),(10918,'Atari Program Exchange','atari-program-exchange'),(10920,'Progame','progame'),(10921,'Pleiades Game Company','pleiades-game-company'),(10922,'2123','2123'),(399,'Longtail Studios','longtail-studios'),(400,'SCE Japan Studio','sce-japan-studio'),(402,'Day 1 Studios','day-1-studios'),(10931,'Digital Smash','digital-smash'),(10932,'Hiker Games','hiker-games'),(7537,'Straandlooper','straandlooper'),(10934,'PDI','pdi'),(7539,'Diamond Interactive','diamond-interactive'),(10936,'Probe 2000','probe-2000'),(10937,'Imperative Entertainment','imperative-entertainment'),(7542,'Zeroscale','zeroscale'),(7543,'Bedlam Games','bedlam-games'),(10939,'Bally Sente Inc.','bally-sente-inc'),(10940,'Orpheus Ltd','orpheus-ltd'),(7547,'Michael Brough','michael-brough'),(7548,'Vanguard Games','vanguard-games'),(10943,'All 4 Games','all-4-games'),(7582,'London Metropolitan Orchestre','london-metropolitan-orchestre'),(7583,'Imperal Studios','imperal-studios'),(7584,'Westcliff-on Sea','westcliff-on-sea'),(7585,'CTS Studio','cts-studio'),(7586,'Cameo Production','cameo-production'),(7587,'Incognito Stunt-Crew','incognito-stunt-crew'),(7588,'Mythos Studios','mythos-studios'),(7589,'MTTW S.L.','mttw-sl'),(7590,'VMC Hyderabad','vmc-hyderabad'),(7591,'5DI Media Services','5di-media-services'),(7592,'Mega64','mega64'),(10981,'T3Fun','t3fun'),(7594,'Sherer Design Associates','sherer-design-associates'),(10985,'Similis Software','similis-software'),(7596,'The Castle','the-castle'),(7597,'Unalis Corporation','unalis-corporation'),(7598,'Athenaeum Productions','athenaeum-productions'),(7599,'CineSpark Motion Media','cinespark-motion-media'),(7600,'Absinthe Pictures','absinthe-pictures'),(7601,'Room 222 Studios','room-222-studios'),(7602,'Hidden Gems','hidden-gems'),(408,'TimeGate Studios','timegate-studios'),(7605,'Golgoth Studio','golgoth-studio'),(410,'Big Blue Box','big-blue-box'),(7608,'Attitude Studios','attitude-studios'),(412,'Codemasters Southam','codemasters-southam'),(7613,'Cyanide','cyanide'),(4200,'ARTSVISION Co., Ltd.','artsvision-co-dot-ltd'),(4201,'EARLY WING','early-wing'),(414,'Croteam','croteam'),(4205,'UP and UPs','up-and-ups'),(4206,'S-Prism','s-prism'),(7622,'Webzen','webzen'),(7623,'Penny Arcade, Inc.','penny-arcade-inc'),(7624,'BitSits Games','bitsits-games'),(422,'Carbine Studios','carbine-studios'),(7650,'Carburant','carburant'),(7652,'DAS Team','das-team'),(4230,'Union Logic','union-logic'),(7654,'Codemasters KL','codemasters-kl'),(7655,'Stick Man Studios','stick-man-studios'),(4236,'Super Massive Games','super-massive-games'),(4237,'Productionac Create','productionac-create'),(4238,'PixelJAM Games','pixeljam-games'),(4239,'AGDG','agdg'),(4240,'Asger Strandby','asger-strandby'),(4241,'Film Victoria','film-victoria'),(7704,'XSEED - duplicate','xseed-duplicate'),(4244,'NuClearVision Entertainment','nuclearvision-entertainment'),(7706,'Lever Games','lever-games'),(7708,'Games Foundry','games-foundry'),(4247,'Digital Environment Creations','digital-environment-creations'),(4249,'Tenben','tenben'),(4250,'Meima Corporation','meima-corporation'),(4251,'Sarugakucho','sarugakucho'),(7721,'Porpentine','porpentine'),(450,'Aion Team Development Dept','aion-team-development-dept'),(451,'Terminal Reality','terminal-reality'),(452,'Threewave Software','threewave-software'),(7726,'SUKEBAN','sukeban'),(7727,'Lancarse','lancarse'),(7728,'Blackmeal','blackmeal'),(7729,'Figs','figs'),(7730,'Native Prime','native-prime'),(7731,'Studio Florian Cinevivù','studio-florian-cinevivu'),(4278,'Pixeltek Branch','pixeltek-branch'),(7733,'Abaira Publicidad','abaira-publicidad'),(7734,'Virtual Mix','virtual-mix'),(7735,'L2P','l2p'),(7736,'Lifelike Studios','lifelike-studios'),(7737,'The HIT Network','the-hit-network'),(7738,'Topo Swope Talent','topo-swope-talent'),(11063,'Replay Interactive','replay-interactive'),(7740,'Warner Bros. Sound Department','warner-bros-sound-department'),(7741,'Evocati','evocati'),(7742,'Ioca Trans','ioca-trans'),(7743,'HyperDuck SoundWorks','hyperduck-soundworks'),(7744,'Toon Platoon Casting','toon-platoon-casting'),(7745,'Arnis Sound Technologies','arnis-sound-technologies'),(7746,'Sophia Enterprises','sophia-enterprises'),(7747,'WordBox','wordbox'),(7748,'The Vocal Suite','the-vocal-suite'),(7749,'Soytzer Music','soytzer-music'),(11074,'Propellerheads Sofrware','propellerheads-sofrware'),(7752,'Attractive Action','attractive-action'),(11076,'Soundtrack NY','soundtrack-ny'),(463,'MS Game Studios','ms-game-studios'),(11078,'Xsens Technologies Moven','xsens-technologies-moven'),(11079,'Layton Grand Caravan Orchestra','layton-grand-caravan-orchestra'),(7757,'SomaTone Interactive Inc.','somatone-interactive-inc'),(11081,'P.A. Works','pa-works'),(7759,'Activision Central Studios','activision-central-studios'),(7760,'Northern Mocap Studios AB','northern-mocap-studios-ab'),(7761,'Chase Imagination Limited','chase-imagination-limited'),(7762,'Europa Sound Production','europa-sound-production'),(11087,'VF5 Development Team','vf5-development-team'),(11088,'MJ Development Team','mj-development-team'),(7765,'Playsoft','playsoft'),(11090,'Dartslive','dartslive'),(11091,'Studio Interfield Corporation','studio-interfield-corporation'),(7768,'MGM Bussiness Affairs','mgm-bussiness-affairs'),(4279,'Sprout Games','sprout-games'),(4280,'Flying Bear Entertainment','flying-bear-entertainment'),(4281,'Raptisoft Games','raptisoft-games'),(470,'Turbine, Inc.','turbine-inc'),(7777,'GameFlow','gameflow'),(4290,'Victor Musical Industries','victor-musical-industries'),(7779,'Whale Rock Games','whale-rock-games'),(7780,'Oointah Games','oointah-games'),(7781,'LaCosa Entertainment','lacosa-entertainment'),(678,'Black Pearl Software','black-pearl-software'),(679,'Tri-Synergy','tri-synergy--2'),(8049,'Punchers Impact','punchers-impact'),(8050,'Punchers Impact - duplicate','punchers-impact-duplicate'),(8051,'Punchers Impact - duplicate 2','punchers-impact-duplicate-2'),(8052,'RichMakeGame','richmakegame'),(8053,'Gaming Minds','gaming-minds'),(8055,'ACQUIRE Corp. - duplicate','acquire-corp-duplicate'),(8056,'exDream','exdream'),(681,'Cunning Development','cunning-development'),(11337,'Triple Eh?','triple-eh'),(683,'Hypnos Entertainment','hypnos-entertainment'),(11339,'Moon Studios GmbH','moon-studios-gmbh'),(8063,'Jasper Byrne','jasper-byrne'),(11341,'Peddler Games','peddler-games'),(8065,'Rovio Entertainment Ltd','rovio-entertainment-ltd'),(11343,'J. K. Greye Software','j-k-greye-software'),(11344,'Whirlybird Games','whirlybird-games'),(688,'S2 Games','s2-games'),(11351,'Heigen Corporation','heigen-corporation'),(8073,'Engient, Inc','engient-inc'),(8074,'Engient','engient'),(4478,'Livedoor','livedoor'),(11357,'Digital Marketing Corporation','digital-marketing-corporation'),(4480,'Prague Philharmonic Orchestra','prague-philharmonic-orchestra'),(8081,'Atari, Inc. (Atari, SA subsidiary)','atari-inc-atari-sa-subsidiary'),(11363,'ABA Games','aba-games'),(691,'HeadGames','headgames'),(692,'High Score Productions','high-score-productions'),(693,'Ceris Software','ceris-software'),(11369,'Geronimo Interactive','geronimo-interactive'),(11371,'[x]cube GAMES','x-cube-games'),(698,'Mind Control Software','mind-control-software'),(4484,'Hardlight','hardlight'),(702,'Ubisoft Montpellier','ubisoft-montpellier'),(4493,'Spawn Studios','spawn-studios'),(4494,'Arush Entertainment','arush-entertainment'),(11382,'qkjosh','qkjosh'),(11383,'3151','3151'),(11391,'Bauble','bauble'),(11392,'Karma Studios','karma-studios'),(11393,'Micro Lab, Inc.','micro-lab-inc'),(11394,'Jaleco Entertainment','jaleco-entertainment'),(11395,'Squanchtendo','squanchtendo'),(11396,'Sad Panda Studios','sad-panda-studios'),(4498,'Goldhawk Interactive','goldhawk-interactive'),(4499,'Spry Fox - duplicate','spry-fox-duplicate'),(4500,'Angelsoft','angelsoft'),(11400,'Pita Games','pita-games'),(4503,'Software Invasion','software-invasion'),(718,'EA Manchester','ea-manchester'),(719,'Infogrames North America','infogrames-north-america'),(720,'Infogrames Europe','infogrames-europe'),(4505,'Cases Computer Simulations','cases-computer-simulations'),(11410,'Mind Games, Inc.','mind-games-inc'),(725,'Buzz Monkey Software','buzz-monkey-software'),(726,'SCE Bend Studio','sce-bend-studio'),(11413,'Secret Sorcery','secret-sorcery'),(4511,'Viridis Corporation','viridis-corporation'),(4512,'The Dome','the-dome'),(11415,'Boone Corporation','boone-corporation'),(11416,'Heinz Schlotter','heinz-schlotter'),(11417,'Discovery Channel Multimedia','discovery-channel-multimedia'),(11418,'Discovery Communications, Inc.','discovery-communications-inc'),(11419,'Magic & Mirrors','magic-and-mirrors'),(11420,'yiotro','yiotro'),(11421,'Redlock Studio','redlock-studio'),(11422,'W3 Studios','w3-studios'),(11423,'Explosive LLC','explosive-llc'),(4518,'Mezmer Games','mezmer-games'),(4519,'Black Wing Foundation','black-wing-foundation'),(4521,'Dreamlore','dreamlore'),(4522,'Cellius','cellius'),(11427,'Daniel Ratcliffe','daniel-ratcliffe'),(729,'TechInform','techinform'),(11430,'Vega Star Games','vega-star-games'),(4527,'Boondoggle Studios','boondoggle-studios'),(11432,'New Hell Studios','new-hell-studios'),(4531,'Micro Cabin','micro-cabin'),(4532,'Xatrix Entertainment','xatrix-entertainment'),(11439,'Ba\'rac Limited','barac-limited'),(737,'Exosyphen Studios','exosyphen-studios'),(738,'Evolution Vault','evolution-vault'),(4535,'Black Tower Studios','black-tower-studios'),(4536,'Standfast Interactive','standfast-interactive'),(11444,'BeastCarving Studio','beastcarving-studio'),(741,'Toys for Bob','toys-for-bob'),(11452,'Jiali Flourishing Age Cultural Communication','jiali-flourishing-age-cultural-communication'),(11453,'VGLOC Localization Studios','vgloc-localization-studios'),(4546,'KaggyFilms','kaggyfilms'),(11455,'Orchard Recording Studios','orchard-recording-studios'),(4548,'Creata (USA)','creata-usa'),(11457,'Hamar Game Collective','hamar-game-collective'),(11458,'Norwegian Film Institute','norwegian-film-institute'),(4551,'PandaPanther','pandapanther'),(11460,'Scienart Media','scienart-media'),(11461,'Gamejolt.com','gamejolt-dot-com'),(11462,'GamesJamKanobu','gamesjamkanobu'),(4555,'E-Smile','e-smile'),(11464,'CasualConnect','casualconnect'),(4557,'Graphinica','graphinica'),(11466,'Midway Newcastle','midway-newcastle'),(11467,'Midway San Diego','midway-san-diego'),(11468,'SQS India QA','sqs-india-qa'),(11469,'GameOnAudio','gameonaudio'),(4561,'Pacifist E.M.R.','pacifist-emr'),(11472,'Midway Austin','midway-austin'),(11473,'Midway Seattle','midway-seattle'),(11474,'Pistachio Productions','pistachio-productions'),(11475,'Chicago Comedy Co.','chicago-comedy-co'),(11476,'Virtuos Games','virtuos-games'),(11477,'Aaron Sowd Productions','aaron-sowd-productions'),(4568,'Studio2010','studio2010'),(4569,'Studio T&T','studio-t-and-t'),(4570,'Studio Effort','studio-effort'),(4571,'EXA International','exa-international'),(4572,'dai-u-chu','dai-u-chu'),(4573,'Avant','avant'),(4574,'Celia','celia'),(4575,'Fukuoka School of Music','fukuoka-school-of-music'),(4576,'TV Tokyo Corporation','tv-tokyo-corporation'),(4577,'Pierrot','pierrot'),(4578,'Studio Wyeth','studio-wyeth'),(4579,'Scanya','scanya'),(4580,'Caramel Mama','caramel-mama'),(746,'Media Molecule','media-molecule'),(4590,'Bug-Tracker','bug-tracker'),(4591,'VD-Dev','vd-dev'),(4592,'Fadeen Games','fadeen-games'),(4593,'Sonic Powered','sonic-powered'),(4595,'WeirdBeard','weirdbeard'),(4596,'Jakub Dvorský','jakub-dvorsky'),(4597,'Marionette','marionette'),(748,'Double Eleven','double-eleven'),(749,'SCE Cambridge Studio','sce-cambridge-studio'),(750,'Cinemaware','cinemaware'),(753,'Nordic Games Publishing','nordic-games-publishing'),(755,'Namco Bandai Partners','namco-bandai-partners'),(756,'E-Frontier','e-frontier'),(4602,'BlitWorks','blitworks'),(4603,'Miracle Positive','miracle-positive'),(4605,'Sigma Team','sigma-team'),(763,'38 Studios','38-studios'),(764,'Psygnosis','psygnosis'),(765,'Intelligent Systems Co., Ltd.','intelligent-systems-co-dot-ltd'),(4614,'Tikipod','tikipod'),(4615,'Entersphere','entersphere'),(4616,'Witch Beam','witch-beam'),(4618,'GameCoder Studios','gamecoder-studios'),(4619,'Gone Home','gone-home'),(4620,'Three One Zero','three-one-zero'),(770,'D-Rockets','d-rockets'),(772,'Palcom','palcom'),(773,'Nintendo EAD Tokyo','nintendo-ead-tokyo'),(774,'QLOC','qloc'),(4633,'Shadow Software','shadow-software'),(4634,'Flat Rock Software','flat-rock-software'),(4635,'I-Illusions','i-illusions'),(4636,'Scoring Helsinki','scoring-helsinki'),(4637,'amorphous','amorphous'),(4638,'Sachs Enterprises','sachs-enterprises'),(4639,'Commodore','commodore'),(4640,'ISOTX','isotx'),(4641,'Smoking Car Productions','smoking-car-productions'),(4643,'Kasedo Games','kasedo-games'),(4644,'Stabyourself.net','stabyourself-dot-net'),(4645,'Exploding Rabbit','exploding-rabbit'),(4646,'I-Mockery','i-mockery'),(4647,'Pixable','pixable'),(784,'Camelot Software Planning','camelot-software-planning'),(785,'Studio 33','studio-33'),(4650,'23 Studios','23-studios'),(4651,'Attic','attic'),(4652,'Pole To Win International','pole-to-win-international'),(4653,'ILCA','ilca'),(788,'Platinum Egg','platinum-egg'),(4655,'Cornflakes','cornflakes'),(4656,'D3D','d3d'),(4657,'Prélude Animation SARL','prelude-animation-sarl'),(4658,'Monaca','monaca'),(4659,'Stereotype Smartile','stereotype-smartile'),(4660,'AI Inc.','ai-inc'),(4661,'Polygon Pictures','polygon-pictures'),(793,'Pan Interactive','pan-interactive'),(4663,'Jinnan Studio','jinnan-studio'),(795,'Ninja Theory','ninja-theory'),(796,'Infinite Game Publishing','infinite-game-publishing'),(8096,'Over the Top Games','over-the-top-games'),(8098,'Her Interactive, Inc.','her-interactive-inc'),(8099,'Binary Fortress Software','binary-fortress-software'),(8100,'YouNeedABudget.com','youneedabudget-dot-com'),(8101,'Sperasoft, Inc.','sperasoft-inc--1'),(8102,'Mirillis','mirillis'),(8103,'Colin Northway with art by Thomas Shahan','colin-northway-with-art-by-thomas-shahan'),(8104,'Northway Games','northway-games'),(8105,'Juvty Worlds','juvty-worlds'),(8106,'Xim, Inc','xim-inc'),(8107,'Graftgold','graftgold'),(8113,'ComputerHouse GBG AB','computerhouse-gbg-ab'),(8114,'Softkey','softkey'),(8115,'Sold Out Software','sold-out-software'),(8116,'Internal Games','internal-games'),(814,'SuperVillain Studios','supervillain-studios'),(815,'Vivendi Universal Games','vivendi-universal-games'),(816,'Atelier Double','atelier-double'),(819,'Neverland','neverland'),(820,'Working Designs','working-designs'),(821,'TDK Mediactive','tdk-mediactive'),(822,'Ubisoft Singapore','ubisoft-singapore'),(8136,'United Independent Entertainment GmbH','united-independent-entertainment-gmbh'),(8137,'Sytexis','sytexis'),(8138,'Handyman Studios','handyman-studios'),(8139,'Andrew Morrish','andrew-morrish'),(8140,'Teknopants','teknopants'),(8141,'Maxistentialism','maxistentialism'),(8142,'United Soft Media','united-soft-media'),(826,'Namco Tales Studio','namco-tales-studio'),(8148,'Ohm Force','ohm-force'),(8149,'Actual Tools','actual-tools'),(829,'Wolfteam','wolfteam'),(831,'Access Games','access-games'),(8176,'Matthew C Cohen','matthew-c-cohen'),(8177,'darkForge Games LLC','darkforge-games-llc'),(8178,'Modern Dream','modern-dream'),(8179,'Moonshark, Inc.','moonshark-inc'),(8180,'ShadowShifters','shadowshifters'),(8182,'Commotion Games Pty Ltd','commotion-games-pty-ltd'),(8183,'Sixense','sixense'),(8184,'Phosphor Games Studio','phosphor-games-studio'),(8185,'Cauldron','cauldron'),(8195,'Screwfly Studios','screwfly-studios'),(8196,'Silk Games','silk-games'),(8198,'sanodg (Nobuyoshi Sano)','sanodg-nobuyoshi-sano'),(8200,'Interabang Entertainment','interabang-entertainment'),(8201,'The Writer Zone','the-writer-zone'),(844,'RedOctane','redoctane'),(846,'Rutubo Games','rutubo-games'),(847,'Ubisoft Toronto','ubisoft-toronto'),(8208,'Nocturnal works','nocturnal-works'),(849,'Netherock Ltd.','netherock-ltd'),(8210,'InterWave Studios','interwave-studios'),(8211,'International Games System, Co., LTD.','international-games-system-co-dot-ltd'),(851,'ZeniMax Online Studios','zenimax-online-studios'),(11482,'Squeaky Wheel','squeaky-wheel'),(11483,'Uzumeya','uzumeya'),(11484,'Shiisanmei','shiisanmei'),(11486,'Inu to Neko','inu-to-neko'),(11487,'Computersmiths','computersmiths'),(11488,'Paradigm Creators, Inc.','paradigm-creators-inc'),(11489,'TRU FUN Entertainment','tru-fun-entertainment'),(11491,'Greenwood Entertainment','greenwood-entertainment'),(8230,'Reverie World Studios, INC','reverie-world-studios-inc--1'),(8231,'StarQuail Games','starquail-games'),(8232,'Axis Game Factory LLC','axis-game-factory-llc'),(8233,'WhiteMoon Dreams','whitemoon-dreams'),(857,'ThatGameCompany','thatgamecompany'),(11495,'Prototype Games GbR','prototype-games-gbr'),(11496,'LIFE0','life0'),(11497,'Muzintou','muzintou'),(8245,'Sarah Northway','sarah-northway'),(11499,'Dopterra','dopterra'),(8247,'Soulid Studio','soulid-studio'),(11501,'Forward Development, Ltd.','forward-development-ltd'),(11502,'Forward Global Group, Ltd.','forward-global-group-ltd'),(11503,'Konstructors','konstructors'),(11504,'Mofoblitz Studios','mofoblitz-studios'),(11505,'Lightning Rock','lightning-rock'),(8250,'The Men Who Wear Many Hats','the-men-who-wear-many-hats'),(8251,'Lightmare Studios','lightmare-studios'),(11509,'Slavitica','slavitica'),(11510,'arioloasoft GmbH','arioloasoft-gmbh'),(8253,'INTERMARUM','intermarum'),(8254,'ONE MORE LEVEL','one-more-level'),(8255,'Awesome Games Studio','awesome-games-studio'),(8263,'Heavenspot','heavenspot'),(8264,'Ubisoft Osaka','ubisoft-osaka'),(871,'Cyberhead','cyberhead'),(8266,'Soul And Motion Osaka','soul-and-motion-osaka'),(873,'Cloud Imperium Games Corporation','cloud-imperium-games-corporation'),(874,'Smilebit','smilebit'),(8282,'Arachnid Games','arachnid-games'),(881,'Walking Circles','walking-circles'),(882,'De Re Software','de-re-software'),(883,'8ing','8ing'),(884,'Polyphony Digital','polyphony-digital'),(885,'Krisalis Software','krisalis-software'),(11562,'Insanity Games','insanity-games'),(887,'Midway Amusement Games','midway-amusement-games'),(8296,'KADOKAWA GAMES / GRASSHOPPER MANUFACTURE','kadokawa-games-slash-grasshopper-manufacture'),(8298,'Code Force','code-force'),(8300,'Stage 2 Studios','stage-2-studios'),(8301,'Sumom Games','sumom-games'),(11580,'Axis Komputerkunst','axis-komputerkunst'),(8303,'Dolphin Barn','dolphin-barn'),(8304,'Doppler Interactive','doppler-interactive'),(8305,'Moonbite Games','moonbite-games'),(8306,'PadaOne Games','padaone-games'),(8307,'U&I Entertainment','u-and-i-entertainment'),(11585,'Targon Studios','targon-studios'),(899,'Ubisoft Milan','ubisoft-milan'),(900,'Rayland Interactive','rayland-interactive'),(11589,'Green Stripe Snake','green-stripe-snake'),(11590,'Pentavision','pentavision'),(11591,'Andromeda, Concept Marketing','andromeda-concept-marketing'),(11592,'Oxford Digital Enterprises Ltd.','oxford-digital-enterprises-ltd'),(11594,'MobiArt Games','mobiart-games'),(8317,'WaveDNA','wavedna'),(8318,'Darkmire Entertainment','darkmire-entertainment'),(8319,'Burgoon Entertainment, LLC.','burgoon-entertainment-llc'),(8320,'BrainDistrict','braindistrict'),(8321,'Stirfire Studios','stirfire-studios'),(8322,'Avidly Wild Games','avidly-wild-games'),(8323,'Mindware Co,.Ltd.','mindware-co-dot-ltd'),(8324,'Artnumeris','artnumeris'),(8325,'North Side','north-side'),(8326,'Giant Box Games','giant-box-games'),(8327,'The Dept of Silly Stuff','the-dept-of-silly-stuff'),(8328,'Sweet Dog Studios','sweet-dog-studios'),(8329,'The Domaginarium','the-domaginarium'),(8330,'Mad Otter Games','mad-otter-games'),(8331,'MAG Studios','mag-studios'),(8332,'Dreamatrix','dreamatrix'),(8333,'A Jolly Corpse','a-jolly-corpse'),(906,'Nabi Studios','nabi-studios'),(11603,'Paradise Programmin','paradise-programmin'),(8336,'Vae Victis Games','vae-victis-games'),(8337,'Waz','waz'),(8338,'Waz Games','waz-games'),(8339,'TawStudio Entertainment','tawstudio-entertainment'),(8340,'ShortRound Games','shortround-games'),(910,'Re-Logic','re-logic'),(8344,'OGPlanet','ogplanet'),(913,'Gala Networks','gala-networks'),(8347,'Lantana Games','lantana-games'),(8348,'XeniosVision','xeniosvision'),(11613,'Argus Press Software Ltd.','argus-press-software-ltd'),(11614,'Concept Software Ltd.','concept-software-ltd'),(11615,'Vortex Software','vortex-software'),(11616,'Rinberd','rinberd'),(11617,'Action Graphics, Inc.','action-graphics-inc'),(8355,'KinifiGames LLC','kinifigames-llc'),(11619,'Suminell Studios','suminell-studios'),(8357,'Net Games Distribution LTD','net-games-distribution-ltd'),(8358,'PIXOWL INC.','pixowl-inc'),(11622,'Century Communications','century-communications'),(11623,'Hutchinson Computer Publishing','hutchinson-computer-publishing'),(11624,'Ultra Software Corporation','ultra-software-corporation'),(11625,'Micromosaics','micromosaics'),(917,'Perfect World Entertainment','perfect-world-entertainment'),(8366,'Terrible Posture Games LLC','terrible-posture-games-llc'),(919,'Grinding Gear Games','grinding-gear-games'),(920,'Crytek Kiev','crytek-kiev'),(921,'Might and Delight','might-and-delight'),(8379,'Wicked Loot','wicked-loot'),(8380,'Lightmare Studio','lightmare-studio'),(11647,'The English Software Company','the-english-software-company'),(11648,'Severn Software','severn-software'),(11649,'Ciro Studios','ciro-studios'),(11650,'Game Designers\' Workshop','game-designers-workshop'),(928,'Supergiant Games','supergiant-games'),(11665,'Softnyx','softnyx'),(930,'MGM','mgm'),(931,'Vircom Interactive','vircom-interactive'),(8402,'Polynetix Studio','polynetix-studio'),(11670,'Cubit Studios','cubit-studios'),(8404,'Screaming Bee','screaming-bee'),(11672,'Tall Story Studios','tall-story-studios'),(937,'WB Games Montréal','wb-games-montreal'),(8412,'Ayyo Games','ayyo-games'),(11685,'Odin Computer Graphics Ltd.','odin-computer-graphics-ltd'),(11686,'EPOS Game Studios','epos-game-studios'),(942,'Graviteam','graviteam'),(944,'Darkest Hour Team','darkest-hour-team'),(945,'Nitro Games','nitro-games'),(947,'Taleworlds','taleworlds'),(948,'Spark Unlimited','spark-unlimited'),(949,'Reloaded Productions','reloaded-productions--2'),(951,'Sunflowers Interactive Entertainment Software','sunflowers-interactive-entertainment-software'),(952,'Black Sea Studios','black-sea-studios'),(11741,'G-Craft','g-craft'),(11742,'M.A.D.','mad'),(11743,'Worlds & Pictures Limited','worlds-and-pictures-limited'),(11744,'Bubble Bus Software','bubble-bus-software'),(11745,'ShareData, Inc.','sharedata-inc'),(11746,'Hamumu Software','hamumu-software'),(11747,'Micromania','micromania'),(11749,'EJR Team','ejr-team'),(11750,'On The Wall Entertainment','on-the-wall-entertainment'),(11751,'Vertice Games','vertice-games'),(11752,'Toocat','toocat'),(11753,'8 Floor Ltd.','8-floor-ltd'),(11754,'SPL','spl'),(11755,'DevilishGames','devilishgames'),(11756,'Alice & Smith','alice-and-smith'),(11757,'Cattle Call','cattle-call'),(11758,'TATI Mixedia','tati-mixedia'),(11759,'TwoMammoths','twomammoths'),(11761,'OneEyeAnt','oneeyeant'),(11762,'VEHMAA play the game','vehmaa-play-the-game'),(11763,'Kaos','kaos'),(11764,'Eon Software, Inc.','eon-software-inc'),(11765,'Joycity Corporation','joycity-corporation'),(11766,'Inrac Corporation','inrac-corporation'),(11767,'Red Column','red-column'),(963,'Kerberos Productions','kerberos-productions'),(11769,'Nexus Productions Ltd.','nexus-productions-ltd'),(965,'Ghost Games','ghost-games'),(966,'KillHouse Games','killhouse-games'),(11779,'Dalali Software Ltd.','dalali-software-ltd'),(11780,'Smiling Assassin','smiling-assassin'),(11782,'Delta 4 Software','delta-4-software'),(1000,'Absolute Entertainment','absolute-entertainment'),(11785,'Chris Gray Enterprises Inc.','chris-gray-enterprises-inc'),(11786,'Three-Sixty Pacific, Inc.','three-sixty-pacific-inc'),(11787,'MichTron Corp.','michtron-corp'),(1002,'Respawn Entertainment','respawn-entertainment'),(1003,'Dennaton Games','dennaton-games'),(1004,'A.I','a-i'),(11804,'Team 4U','team-4u'),(11806,'First Contact Entertainment','first-contact-entertainment'),(11807,'BigBox VR','bigbox-vr'),(11808,'One Wheel Studio','one-wheel-studio'),(11809,'Team OneShot','team-oneshot'),(1008,'Free Radical Design','free-radical-design'),(4691,'Kamehan Studios','kamehan-studios'),(4692,'Interactive Data Visualization, Inc.','interactive-data-visualization-inc'),(4693,'Fantasy Productions','fantasy-productions'),(4695,'Flat Earth Games','flat-earth-games'),(4696,'Tortuga Team','tortuga-team'),(4698,'Blue Bottle Games','blue-bottle-games'),(4699,'Soldak Entertainment','soldak-entertainment'),(4700,'SkyZone Entertainment','skyzone-entertainment'),(4701,'KranX Productions','kranx-productions'),(4702,'Pyrodactyl Games','pyrodactyl-games'),(4703,'Kyugo','kyugo'),(4704,'The OGRE Team','the-ogre-team'),(4705,'Yotsubane','yotsubane'),(4707,'State of Play Games','state-of-play-games'),(1015,'Ed Key and David Kanaga','ed-key-and-david-kanaga'),(4710,'WildTangent','wildtangent'),(1017,'The Neverhood, Inc.','the-neverhood-inc'),(1018,'Gaijin Entertainment','gaijin-entertainment'),(8416,'Icetesy SPRL','icetesy-sprl'),(8417,'Digital Media Workshop','digital-media-workshop'),(8418,'Flox Studios Ltd.','flox-studios-ltd'),(8419,'bitSmith Games','bitsmith-games'),(8420,'Cypress Inheritance LLC','cypress-inheritance-llc'),(8421,'Tin Man Games','tin-man-games'),(8422,'Uppercut Games Pty Ltd','uppercut-games-pty-ltd'),(8423,'3f Interactive','3f-interactive'),(4973,'EEN Inc.','een-inc'),(4974,'Creative Lab. Tokyo Universitiy of Technology','creative-lab-tokyo-universitiy-of-technology'),(8426,'Robert Miroszewski','robert-miroszewski'),(4977,'Winds Co Ltd','winds-co-ltd'),(4978,'R.I.S. Co, Ltd','ris-co-ltd'),(4979,'RIT\'S Co','rits-co'),(4980,'Sonic Co. Ltd','sonic-co-ltd'),(8432,'Nexon Europe S.a.r.l','nexon-europe-sarl'),(8433,'Dracue, Co. ltd','dracue-co-ltd'),(8434,'Allegorithmic','allegorithmic'),(8435,'Parallax','parallax'),(8436,'Reiza Studios','reiza-studios'),(8438,'Davilex','davilex'),(8439,'Classified Games','classified-games'),(8440,'Ocean France','ocean-france'),(8441,'Vectorbeam','vectorbeam'),(8442,'Tuque Games','tuque-games'),(4990,'Third Side Music Inc','third-side-music-inc'),(4991,'Sabateur Musique','sabateur-musique'),(4992,'Big Solutions Group','big-solutions-group'),(4993,'Hanshaw Ink & Image','hanshaw-ink-and-image'),(4994,'ArtCraft Entertainment','artcraft-entertainment'),(4995,'Brave Wave Productions','brave-wave-productions'),(4996,'Humble Bundle','humble-bundle'),(4997,'Watermelon Co.','watermelon-co'),(4998,'Heart Machine','heart-machine'),(4999,'Ackk Studios','ackk-studios'),(5002,'Onipunks','onipunks'),(5003,'Cantrip Games','cantrip-games'),(5004,'Giant Enemy Labs','giant-enemy-labs'),(5005,'Suncreature Studio','suncreature-studio'),(5006,'Camoflaj','camoflaj'),(5007,'Crowsmack','crowsmack'),(8447,'GameStop','gamestop'),(5009,'Mindwalk Studios','mindwalk-studios'),(5010,'CEET','ceet'),(5011,'Consell Pannonia','consell-pannonia'),(5012,'Team Fifty Seven','team-fifty-seven'),(8450,'Gamify Labs','gamify-labs'),(5014,'EA Mastering Lab','ea-mastering-lab'),(5015,'EAC Game Lab','eac-game-lab'),(5016,'EARS Game Lab','ears-game-lab'),(5017,'EA Desktop Support','ea-desktop-support'),(5018,'EAC Motion Capture Services','eac-motion-capture-services'),(5019,'Hammer Creative Advertising','hammer-creative-advertising'),(5020,'Image Comics','image-comics'),(5021,'Starz Media','starz-media'),(5022,'Film Roman','film-roman'),(5023,'The Art Machine','the-art-machine'),(5024,'Bandai Namco Games - duplicate','bandai-namco-games-duplicate'),(5025,'OSome Studio','osome-studio'),(5026,'Numantian Games','numantian-games'),(5027,'Lino Slahuschek','lino-slahuschek'),(5028,'The Danish Arts Foundation','the-danish-arts-foundation'),(11812,'Peach Princess','peach-princess'),(11813,'Poetic Studio','poetic-studio'),(11814,'Dimple Entertainment','dimple-entertainment'),(8592,'Think!Ware Development','think-ware-development'),(8593,'K2','k2'),(8594,'Accursed Toys','accursed-toys'),(11819,'A.Y.std','aystd'),(8597,'Calvin Weibel','calvin-weibel'),(8598,'Calvin Weibel - duplicate','calvin-weibel-duplicate'),(8599,'Incredible Tehnology','incredible-tehnology'),(8600,'Experimental Gamer Studios','experimental-gamer-studios'),(8601,'Roblox Corporation','roblox-corporation'),(8602,'On-Line PLC','on-line-plc'),(8603,'CRL Group','crl-group'),(8604,'GoodVole','goodvole'),(8605,'Strangely Interactive','strangely-interactive'),(8606,'Fixpoint Productions Ltd.','fixpoint-productions-ltd'),(11830,'NVLMaker','nvlmaker'),(11831,'高考恋爱委员会','gao-kao-lian-ai-wei-yuan-hui'),(11832,'S.A.D Software','sad-software'),(11833,'Tivola Interactive Media','tivola-interactive-media'),(11834,'Dungeoneering Studios','dungeoneering-studios'),(11835,'Mich Nannings','mich-nannings'),(11836,'Mythical City Games','mythical-city-games'),(11837,'ka','ka'),(11838,'ARTAR','artar'),(8614,'Andy Wallace','andy-wallace'),(8615,'Psychic Software','psychic-software'),(11840,'Occisoft','occisoft'),(8617,'Hippomancer','hippomancer'),(11842,'Mana Potion Studio','mana-potion-studio'),(11843,'Play Native Entertainment','play-native-entertainment'),(8621,'Atapki','atapki'),(11845,'Pixelmage Games','pixelmage-games'),(11846,'Turbo Studios','turbo-studios'),(8629,'Boolat Games','boolat-games'),(8630,'Game in a Bottle','game-in-a-bottle'),(8631,'Team Tripleslash','team-tripleslash'),(8632,'Studio Paint','studio-paint'),(8633,'Kardfy Studios','kardfy-studios'),(8634,'Ideum, Inc.','ideum-inc'),(8635,'Demon Wagon Studios','demon-wagon-studios'),(8636,'kunst-stoff GmbH','kunst-stoff-gmbh'),(8637,'Himalaya Studios','himalaya-studios'),(8638,'AwesomeBlade','awesomeblade'),(8639,'Diffusional Arts','diffusional-arts'),(8640,'Ross Edgar','ross-edgar'),(8641,'Membraine Studios','membraine-studios'),(8642,'Wrestling Gamers United','wrestling-gamers-united'),(8643,'Firebase Industries Ltd.','firebase-industries-ltd'),(8644,'Trickster Arts','trickster-arts'),(8645,'Dancing Dinosaur Games','dancing-dinosaur-games'),(8646,'Vexel Games','vexel-games'),(8647,'Notorious Games','notorious-games'),(8648,'Black Cactus','black-cactus'),(8649,'SleepNinja Games','sleepninja-games'),(8650,'Turnopia','turnopia'),(8651,'Arberth Studios','arberth-studios'),(8652,'Hunted Cow Studios','hunted-cow-studios'),(11853,'Gamos','gamos'),(8658,'-',''),(11856,'WB Games San Francisco','wb-games-san-francisco'),(8662,'Night Node','night-node'),(8664,'Future Crayon','future-crayon'),(11860,'Kung Fu Robots','kung-fu-robots'),(8666,'Carlo D\'Apostoli Projects','carlo-dapostoli-projects'),(11862,'Nicolas Games Intoxicate','nicolas-games-intoxicate'),(8668,'Sunside Inc','sunside-inc'),(11864,'Gavin Brown','gavin-brown'),(11865,'Fire Horse Studio','fire-horse-studio'),(8671,'Entrada Interactive LLC','entrada-interactive-llc'),(8672,'Dave Gedarovich','dave-gedarovich'),(11870,'Lionshield Studios','lionshield-studios'),(8674,'Octagon Interactive','octagon-interactive'),(8675,'Toxtronyx','toxtronyx'),(11873,'2 Dawn Games','2-dawn-games'),(11874,'NoriaWorks Entertainment','noriaworks-entertainment'),(11875,'Marcin Draszczuk','marcin-draszczuk'),(8681,'Two Desperados','two-desperados'),(8682,'Acceleroto, Inc.','acceleroto-inc'),(8683,'Steel Wool Games','steel-wool-games'),(8684,'Serellan LLC','serellan-llc'),(11880,'Kavcom Limited','kavcom-limited'),(11881,'TickTock Games','ticktock-games'),(11882,'Anteater Games','anteater-games'),(8691,'Yazar Media Group LLC','yazar-media-group-llc'),(11884,'Creoteam','creoteam'),(11885,'Dirigo Games','dirigo-games'),(11886,'nFusion Interactive LLC','nfusion-interactive-llc'),(11887,'Darkwind Media Ltd.','darkwind-media-ltd'),(8696,'Wastelands Interactive','wastelands-interactive'),(8697,'Appmania/i-Free','appmania-slash-i-free'),(11891,'Waygetter Electronics','waygetter-electronics'),(8699,'XP','xp'),(8700,'Subvert Games','subvert-games'),(8701,'Room 8 Studio','room-8-studio'),(8702,'Walk Thru Walls Studios','walk-thru-walls-studios'),(8703,'Shaman Games','shaman-games'),(8704,'PlayRIX','playrix'),(8706,'rdein','rdein'),(11903,'Zandel Media','zandel-media'),(11904,'Cherry Co. Studios','cherry-co-studios'),(8709,'RealAxis Software','realaxis-software'),(11906,'BB Electronics LLC','bb-electronics-llc'),(8711,'Uniworlds Game Studios','uniworlds-game-studios'),(11908,'Rusty Bolt','rusty-bolt'),(11909,'SinksAdventure','sinksadventure'),(11910,'Pixelmate','pixelmate'),(11911,'Eerie Nous','eerie-nous'),(11912,'Creative Pudding','creative-pudding'),(11913,'dynamo productions','dynamo-productions'),(11914,'Bartosz Bojarowski','bartosz-bojarowski'),(11915,'UndeadScout','undeadscout'),(8715,'Sleepy Bug Studio','sleepy-bug-studio'),(11918,'Party for Introverts','party-for-introverts'),(8717,'Team Indev','team-indev'),(11920,'VI Games','vi-games'),(12003,'TERMINAL Studio','terminal-studio'),(12004,'11986','11986'),(12005,'Aliguer Interactive LLC','aliguer-interactive-llc'),(12006,'LX Games','lx-games'),(5032,'Cat Science Park','cat-science-park'),(5033,'Copenhagen Game Collective','copenhagen-game-collective'),(5034,'Digital Eel','digital-eel'),(5036,'Planet Interactive','planet-interactive'),(5037,'Can Explode','can-explode'),(5038,'NVYVE Studios','nvyve-studios'),(5039,'Enter Skies','enter-skies'),(12019,'Dragon Slumber','dragon-slumber'),(5042,'Infini Entertainment Technology','infini-entertainment-technology'),(12021,'Conatus Creative','conatus-creative'),(12022,'My Dog Zorro','my-dog-zorro'),(12023,'Rightstick Studios','rightstick-studios'),(12024,'ANIM.ACE','anim-dot-ace'),(12025,'Fedeen','fedeen'),(12026,'Aesth','aesth'),(12028,'E-Home Entertainment','e-home-entertainment'),(12029,'Phoesion','phoesion'),(12030,'aeiowu','aeiowu'),(5049,'BITBOX Ltd.','bitbox-ltd'),(12032,'HEROZ','heroz'),(5051,'On A roll studios','on-a-roll-studios'),(5052,'Moon Studios','moon-studios'),(5053,'QCF Design','qcf-design'),(5054,'Niantic Labs','niantic-labs'),(12036,'Atari SA','atari-sa'),(1031,'Core Design','core-design--2'),(1032,'Dynabyte','dynabyte'),(5081,'Digital Tome','digital-tome'),(5082,'Lab Zero Games','lab-zero-games'),(5083,'Reverge Labs','reverge-labs'),(1036,'VDI Video Direct International','vdi-video-direct-international'),(5085,'Plain Vanilla Games','plain-vanilla-games'),(5086,'Vladimir Romanyuk','vladimir-romanyuk'),(1038,'InterWeave Entertainment','interweave-entertainment'),(1039,'Entertainment Software Partners','entertainment-software-partners'),(1040,'Réunion des Musées Nationaux','reunion-des-musees-nationaux'),(1041,'Canal+Multimédia','canal-multimedia'),(1042,'21st Century Entertainment','21st-century-entertainment'),(12062,'Studio Saizensen','studio-saizensen'),(12064,'MegaBro Games','megabro-games'),(12065,'Culture Shock Games LLC','culture-shock-games-llc'),(12067,'Araknumia Software','araknumia-software'),(5104,'Michael Denio','michael-denio'),(5105,'Color Dreams','color-dreams'),(5106,'Rabid Viper Productions','rabid-viper-productions'),(5107,'Infinity Plus 2','infinity-plus-2'),(5108,'Silicon Ice Development/Frozen Sand, LLC','silicon-ice-development-slash-frozen-sand-llc'),(5109,'Alcatoic','alcatoic'),(5110,'ALTAR Games','altar-games--1'),(5111,'Size Five Games','size-five-games'),(5112,'Over The Moon','over-the-moon'),(12075,'Viridea Productions','viridea-productions'),(1056,'Piranha Bytes','piranha-bytes'),(12112,'FabricFactory','fabricfactory'),(12113,'Mugwort Music','mugwort-music'),(1057,'Egmont Interactive','egmont-interactive'),(5156,'Fallstreak Studio','fallstreak-studio'),(1059,'YUKE\'S Co., Ltd.','yukes-co-dot-ltd'),(1060,'Vanillaware','vanillaware'),(5170,'Emotional Robots','emotional-robots'),(1062,'Ivory Tower','ivory-tower'),(5177,'The Trailerfarm','the-trailerfarm'),(5178,'The Foundry','the-foundry'),(5179,'Fuero Games','fuero-games'),(5180,'Dancing Dragon Games','dancing-dragon-games'),(1065,'Realmforge Studios','realmforge-studios'),(5185,'Four Leaf Studios','four-leaf-studios'),(1067,'Magnetic Scrolls','magnetic-scrolls'),(5187,'07th Expansion','07th-expansion'),(5188,'MangaGamer','mangagamer'),(5189,'Saffran Prod','saffran-prod'),(5190,'Seams','seams'),(5191,'Kaga Create','kaga-create'),(5192,'Subsoap','subsoap'),(5193,'Puppy Games','puppy-games'),(5196,'Dylan Fitterer','dylan-fitterer'),(5197,'Octopi','octopi'),(5199,'SleepTeam','sleepteam'),(5200,'Zima Software','zima-software'),(5201,'DOS Studios','dos-studios'),(5202,'Seepia Games','seepia-games'),(5203,'Kraken Emire','kraken-emire'),(5204,'Slak Games','slak-games'),(5205,'Tekneo','tekneo'),(5208,'MoaCube','moacube'),(5209,'MoaCube','moacube--1'),(5210,'Triple.B.Titles','triple-dot-b-titles'),(5213,'Panic','panic'),(5214,'The Molasses Flood','the-molasses-flood'),(5215,'Rail Slave Games','rail-slave-games'),(5216,'Meyer / Glass Interactive','meyer-slash-glass-interactive'),(5217,'Samurai Punk','samurai-punk'),(5219,'Kingsoft','kingsoft--1'),(5220,'Smilegate','smilegate'),(5221,'PyroTechnix','pyrotechnix'),(5223,'Kirin Entertainment','kirin-entertainment'),(5224,'Deckpoint Studio','deckpoint-studio'),(5225,'Pyro Mobile','pyro-mobile'),(5227,'Brain Bug','brain-bug'),(5229,'Zynga','zynga'),(5230,'Marc Graye Voice Over Recording Studios','marc-graye-voice-over-recording-studios'),(5231,'Morris Creative Services','morris-creative-services'),(5232,'North Hollywood Sound','north-hollywood-sound'),(5233,'NYAV Post','nyav-post'),(5234,'Presence Studios','presence-studios'),(5235,'The Block House','the-block-house'),(5236,'The Voice Experts','the-voice-experts'),(5237,'Synthesis Milan','synthesis-milan'),(5238,'Periscope Studio','periscope-studio'),(5239,'Synthesis Madrid','synthesis-madrid'),(5240,'Krysalide','krysalide'),(5241,'3Point Studios','3point-studios'),(5242,'Voodoo Highway','voodoo-highway'),(5243,'The Sound Department','the-sound-department'),(5244,'Magic Lamp Studios','magic-lamp-studios'),(5245,'Stidges','stidges'),(5246,'Budapest Art Orchestra','budapest-art-orchestra'),(5247,'East Connection Music Recording','east-connection-music-recording'),(5248,'Dark Horse Comics','dark-horse-comics'),(5249,'Hidden Gems Games','hidden-gems-games'),(5250,'Aegon Games','aegon-games'),(5251,'InsGames','insgames'),(5252,'BulkyPix','bulkypix'),(5253,'Streko Graphics','streko-graphics'),(1073,'dupe - Gamefreak','dupe-gamefreak'),(5259,'Halycon Media','halycon-media'),(5260,'llamasoft','llamasoft'),(5261,'Elecom','elecom'),(5262,'DigitalDNA Games LLC','digitaldna-games-llc'),(5263,'Silden','silden'),(5264,'The Indie Forge','the-indie-forge'),(5265,'Cobra Mobile','cobra-mobile'),(5266,'Steve Jarman','steve-jarman'),(5267,'Colossal Games','colossal-games'),(5268,'Spotkin','spotkin'),(5269,'Nerdook Productions','nerdook-productions'),(5270,'Manic Game Studios','manic-game-studios'),(5271,'Ludochip','ludochip'),(5272,'Nicolas Pierre-Loti-Viaud','nicolas-pierre-loti-viaud'),(5273,'Zenith Blue','zenith-blue'),(1083,'PowerVision','powervision'),(1084,'Millennium Interactive Ltd.','millennium-interactive-ltd'),(5290,'Subatomic Studios LLC','subatomic-studios-llc'),(5291,'Sakevisual','sakevisual'),(1086,'Telarium','telarium'),(8736,'Gekidan Mirai Gekijo','gekidan-mirai-gekijo'),(8737,'Expulse','expulse'),(1088,'Microtime','microtime'),(1089,'Trecision S.p.A.','trecision-s-p-a'),(1090,'Grandslam Video Ltd.','grandslam-video-ltd'),(8743,'Asaikikatu','asaikikatu'),(8744,'Alive Recording Studio','alive-recording-studio'),(8745,'Dare Design','dare-design'),(8746,'RetroGraphics','retrographics'),(8747,'Studio Ghibli','studio-ghibli'),(5301,'Seibu Kaihatsu Inc.','seibu-kaihatsu-inc'),(8749,'Nakamura Production','nakamura-production'),(8750,'A-Line','a-line'),(5304,'Moonshot Games','moonshot-games'),(5305,'Enitvare','enitvare'),(5309,'Subaltern Games','subaltern-games'),(8756,'U2.inc','u2-dot-inc'),(8757,'Hitokuchi-Zaka Studios','hitokuchi-zaka-studios'),(8758,'Sound Inn Studios','sound-inn-studios'),(8759,'OLM Inc.','olm-inc'),(8760,'Mark Roberts Motion Control','mark-roberts-motion-control'),(5317,'Abbey Games','abbey-games'),(5320,'Omniconnection','omniconnection'),(5321,'Megadev','megadev'),(5322,'Galapagos RPG','galapagos-rpg'),(5323,'artoncode','artoncode'),(8786,'Space Monkey International','space-monkey-international'),(8787,'1C Online Games','1c-online-games'),(8788,'Propelled Bird Software','propelled-bird-software'),(8789,'Atypical Games','atypical-games'),(8790,'SolidFace Technology Inc.','solidface-technology-inc'),(8791,'Oscar L.','oscar-l'),(8792,'Celestial Games','celestial-games'),(8793,'I Fight Bears','i-fight-bears'),(8794,'DR Studios','dr-studios'),(8795,'505 Mobile Games','505-mobile-games'),(8796,'HE SAW','he-saw'),(8797,'Bigmoon Studios','bigmoon-studios'),(8798,'BonusXP','bonusxp'),(1098,'Probe Software','probe-software'),(5330,'MoAnima Holdings Limited','moanima-holdings-limited'),(1100,'ND Cube','nd-cube'),(5332,'TUI Studios','tui-studios'),(1102,'Mobile & Game Studio, Inc.','mobile-game-studio-inc'),(8805,'Rob Lach','rob-lach'),(8806,'Rob Lach Games','rob-lach-games'),(1104,'Mimimi Productions','mimimi-productions'),(8821,'tequibo','tequibo'),(1106,'Compu-Games A/S','compu-games-a-s'),(1107,'Stern','stern'),(1108,'Two Tribes B.V.','two-tribes-b-v'),(8832,'Gugila','gugila'),(8833,'Polar Motion','polar-motion'),(8834,'Wolverine Studios','wolverine-studios'),(8835,'Alfred Lam','alfred-lam'),(8836,'YorkshireRifles','yorkshirerifles'),(8837,'Zut Games','zut-games'),(8838,'DQ Team','dq-team'),(8839,'Minimon Team','minimon-team'),(8840,'Stone Monkey Studios','stone-monkey-studios'),(8841,'Faultline Games','faultline-games'),(8842,'VR Designs','vr-designs'),(8843,'Skilltree Studios','skilltree-studios'),(8844,'Damaged','damaged'),(8845,'Lucid Games','lucid-games'),(1110,'EA Partners','ea-partners'),(10256,'Budapest Studio 22','budapest-studio-22'),(10257,'Genuin Recording Group','genuin-recording-group'),(10258,'LAVIVE','lavive'),(10259,'Lunaticsynchron','lunaticsynchron'),(10260,'Resnick Enterprises','resnick-enterprises'),(10261,'Engine House','engine-house'),(10262,'La Paraguas Productions Ltd.','la-paraguas-productions-ltd'),(10263,'Manning Salvage and Lee','manning-salvage-and-lee'),(10264,'Blast Radius','blast-radius'),(10265,'Synthesis Mexico','synthesis-mexico'),(10266,'Horizon Media','horizon-media'),(10267,'Jutz Zollern Workroom','jutz-zollern-workroom'),(10268,'Phlex','phlex'),(10269,'Europa Studios','europa-studios'),(10270,'Noisebox','noisebox'),(10271,'Video London','video-london'),(10272,'Visual Art','visual-art'),(10273,'Megafront AB','megafront-ab'),(10274,'Kynogon SA','kynogon-sa'),(10275,'NXN Software AG','nxn-software-ag'),(10276,'Highwater Group','highwater-group'),(3467,'Epic China','epic-china'),(10278,'Union Entertainment','union-entertainment'),(10279,'Metropole Orkest','metropole-orkest'),(3470,'Vykarian','vykarian'),(10282,'Sony Corporation','sony-corporation'),(10283,'Ample Software','ample-software'),(10284,'Made in Spain','made-in-spain'),(3478,'Exequo','exequo'),(10286,'New Frontier','new-frontier'),(3480,'G&G Tonstudios','g-and-g-tonstudios'),(10288,'Flying Helmet Games','flying-helmet-games'),(10289,'∞ Infinity Games','infinity-games'),(10290,'WebAvenue Unipessoal Lda','webavenue-unipessoal-lda'),(10291,'Buddy Cops, LLC','buddy-cops-llc'),(3484,'Snowball Studios','snowball-studios'),(10293,'Lazy Games Studio Ltd','lazy-games-studio-ltd'),(10294,'Throw the warped code out','throw-the-warped-code-out'),(10295,'Hidden Variable Studios','hidden-variable-studios'),(10296,'Elden Pixels','elden-pixels'),(10297,'Multimedia Intelligence Transfer','multimedia-intelligence-transfer'),(3486,'Playon Magyarország KFT.','playon-magyarorszag-kft'),(3487,'Tohokushinsha Film Corporation','tohokushinsha-film-corporation'),(3488,'Namco Bandai Partners Taiwan Ltd.','namco-bandai-partners-taiwan-ltd'),(3489,'www.oyunceviri.com','www-dot-oyunceviri-dot-com'),(3490,'Keywords International Ltd.','keywords-international-ltd'),(3492,'ADM','adm'),(3493,'Funky Rustic','funky-rustic'),(3494,'Twentieth Century Fox','twentieth-century-fox'),(3495,'Prank Ltd.','prank-ltd'),(3496,'Plastic','plastic'),(10307,'Ludo Land','ludo-land'),(10308,'Built By Snowmen','built-by-snowmen'),(10309,'Looks Like Lemonade','looks-like-lemonade'),(10310,'Pixel Titans','pixel-titans'),(3500,'Mediaspec UK','mediaspec-uk'),(3501,'Paw Paw Productions','paw-paw-productions'),(3502,'Organic Studios NYC','organic-studios-nyc'),(3503,'Company 3','company-3'),(3504,'A-Max Entertainment','a-max-entertainment'),(3505,'Soundelux','soundelux'),(3506,'Movin On Livestock','movin-on-livestock'),(3507,'Hand Prop Room & Weapons','hand-prop-room-and-weapons'),(3508,'Great City Production','great-city-production'),(3509,'Buttons Sound','buttons-sound'),(3510,'Digit Audio','digit-audio'),(3511,'Footsteps Post-Production','footsteps-post-production'),(10319,'Madmind Studio','madmind-studio'),(10320,'Team Shifty','team-shifty'),(3513,'Remote Control Productions','remote-control-productions'),(3514,'La Commission de Enfants du Spectacle et le CMB','la-commission-de-enfants-du-spectacle-et-le-cmb'),(10328,'Programmers-3','programmers-3'),(10330,'Toshiba-EMI','toshiba-emi'),(3516,'Animation Vertigo','animation-vertigo'),(10332,'The Bartlet Jones Supernatural Detective Agency','the-bartlet-jones-supernatural-detective-agency'),(10333,'Proletariat, Inc.','proletariat-inc'),(3519,'Studio 154 (Roma)','studio-154-roma'),(3520,'Le Boud\'Art','le-boudart'),(10335,'Lamina Studios','lamina-studios'),(10336,'Juliet Software','juliet-software'),(10337,'Dro Soft','dro-soft'),(3523,'MDP Car Service (Roma)','mdp-car-service-roma'),(3524,'LJR & Associates','ljr-and-associates'),(3525,'Astidal LLC','astidal-llc'),(7,'Visceral Games','visceral-games'),(10347,'Enlight Interactive Inc.','enlight-interactive-inc'),(3536,'Sparx Studio','sparx-studio'),(10349,'Three Fields Entertainment','three-fields-entertainment'),(3538,'Wahoo Stusios Inc.','wahoo-stusios-inc'),(3539,'GlobalStep LLC','globalstep-llc'),(3540,'SGS','sgs'),(3541,'VMC Game Labs','vmc-game-labs'),(3542,'Logrus International','logrus-international'),(3543,'Igloo Music','igloo-music'),(3545,'Electronic Data Systems LLC','electronic-data-systems-llc'),(3546,'Keywords International Ltd','keywords-international-ltd--1'),(10354,'IronOak Games','ironoak-games'),(10355,'kokoromi','kokoromi'),(11,'EA Redwood Shores','ea-redwood-shores'),(10364,'Awaceb','awaceb'),(3557,'Ten Gun Design','ten-gun-design'),(10367,'Thomas Brush','thomas-brush'),(14,'Bullfrog Productions','bullfrog-productions'),(3578,'Henson Recording Studios','henson-recording-studios'),(3579,'United Talent Agency','united-talent-agency'),(3580,'West Coast Armory','west-coast-armory'),(3581,'Demonware','demonware'),(10392,'Deported B.V.','deported-bv'),(3585,'Midnight Oil','midnight-oil'),(10395,'Signa','signa'),(10396,'The Danish Film Institute','the-danish-film-institute'),(3589,'OMD','omd'),(3590,'MEC','mec'),(10398,'EU Media','eu-media'),(10399,'Illutron','illutron'),(10400,'Den Danske Scenekunstskole','den-danske-scenekunstskole'),(10401,'Ministi','ministi'),(10402,'Nordisk Film','nordisk-film'),(10403,'Alexandra Instituttet','alexandra-instituttet'),(10404,'Styrelsen for Forskning og Innovation','styrelsen-for-forskning-og-innovation'),(10405,'Uniscrap A/S Odense','uniscrap-a-slash-s-odense'),(10406,'H. J. Hansen Odense A/S','h-j-hansen-odense-a-slash-s'),(10407,'Somestudio','somestudio'),(10408,'Frederiksberg Svømmehal','frederiksberg-svommehal'),(10409,'Viking\'s Feast','vikings-feast'),(10410,'Kevin L. Jones Catering','kevin-l-jones-catering'),(10411,'Artem Digital','artem-digital'),(10412,'Kinetic Impulse','kinetic-impulse'),(10413,'Minskworks','minskworks'),(10415,'SomaSim','somasim'),(25,'Ion Storm','ion-storm'),(3613,'EARS Mastering Lab','ears-mastering-lab'),(3614,'Iron Claw','iron-claw'),(10439,'A.N.A.L.O.G. Computing','analog-computing'),(10440,'White Door Games','white-door-games'),(10441,'On The Metal','on-the-metal'),(3636,'Audio Network','audio-network'),(3637,'Windham Classics Corporation','windham-classics-corporation'),(3638,'The Northwest Sinfonia','the-northwest-sinfonia'),(10445,'Variable State','variable-state'),(10446,'Team Silent','team-silent'),(3641,'Studio 1 Slovak Radio','studio-1-slovak-radio'),(3642,'MJR Studios','mjr-studios'),(3643,'Steambot','steambot'),(3644,'Valkyrie Entertainment','valkyrie-entertainment'),(3645,'Sixmorevodka','sixmorevodka'),(3646,'Goldtooth Creative Agency','goldtooth-creative-agency'),(3651,'4-Real Intermedia GmbH','4-real-intermedia-gmbh'),(10456,'Blyts','blyts'),(10457,'Andre Bertaglia','andre-bertaglia'),(10458,'Yonder','yonder'),(3670,'Sofix','sofix'),(3671,'IGS','igs'),(3672,'Cyclone System','cyclone-system'),(3673,'EA Hyderabad','ea-hyderabad'),(3674,'Digic Pictures','digic-pictures'),(3675,'The Lyris Quartet','the-lyris-quartet'),(3676,'Albion Localisations','albion-localisations'),(3677,'Anakan GmbH','anakan-gmbh'),(3678,'Pomann Sound','pomann-sound'),(3679,'Mesopotamia Software','mesopotamia-software'),(3680,'42 Entertainment','42-entertainment'),(41,'Riot Games','riot-games'),(42,'Tencent Holdings Ltd','tencent-holdings-ltd'),(44,'Team Ico','team-ico'),(3690,'Tectoy','tectoy'),(3698,'Loriciels','loriciels'),(3699,'Movie Software','movie-software'),(3700,'Hot B','hot-b'),(52,'LTI Gray Matter','lti-gray-matter'),(54,'TransGaming Technologies','transgaming-technologies'),(55,'Turtle Rock Studios','turtle-rock-studios'),(10479,'Bonus Level Entertainment','bonus-level-entertainment'),(10480,'Aleks Kuzmanovic Games','aleks-kuzmanovic-games'),(10481,'Bing Yang','bing-yang'),(10482,'Enigma 23','enigma-23'),(3702,'Tonkin House','tonkin-house'),(3703,'NEC','nec'),(10487,'iDev Games','idev-games'),(3706,'Thinking Rabbit','thinking-rabbit'),(3707,'Fujisankei Communications International','fujisankei-communications-international'),(3708,'Shoeisha','shoeisha'),(10501,'Majorariatto','majorariatto'),(60,'Climax Group','climax-group'),(3716,'Triffix Entertainment Inc','triffix-entertainment-inc'),(3717,'Allods online','allods-online'),(3720,'Bitmasters','bitmasters'),(63,'Pandemic Studios','pandemic-studios'),(3723,'Asuka Technologies','asuka-technologies'),(3724,'Patrick Buckland','patrick-buckland'),(10516,'Portalus Games','portalus-games'),(10517,'Miciosegone Games','miciosegone-games'),(3727,'Aeria Games','aeria-games'),(3728,'Cubic Motion','cubic-motion'),(3729,'Speech Graphics','speech-graphics'),(3730,'Sunny Side Up','sunny-side-up'),(3731,'Weta Worshop Ltd.','weta-worshop-ltd'),(3732,'Digital Dimension','digital-dimension'),(3733,'Goldtooth Creative Studio','goldtooth-creative-studio'),(3734,'Skylark Sound','skylark-sound'),(3735,'Pasadena Jones Productions','pasadena-jones-productions'),(3736,'Texas Lutheran University Choir','texas-lutheran-university-choir'),(3737,'Virgin Records Ltd.','virgin-records-ltd'),(3738,'Universal Music Enterprises','universal-music-enterprises'),(3739,'VoiceBunny','voicebunny'),(3740,'Mike Tristano & Co.','mike-tristano-and-co'),(3741,'Thwacke!','thwacke'),(10528,'Addictive Games Ltd','addictive-games-ltd'),(10529,'Javaground','javaground'),(10530,'dobro','dobro'),(3747,'FlyBoy Team','flyboy-team'),(10532,'Dinofarm Games','dinofarm-games'),(10533,'DietChugg LLC','dietchugg-llc'),(10534,'MediaKite','mediakite'),(10536,'Nordic Softsales AB','nordic-softsales-ab'),(10537,'DropForge Games','dropforge-games'),(10538,'Burut Entertainment','burut-entertainment'),(10539,'SeeThrough Studios','seethrough-studios'),(10540,'Games Of Edan','games-of-edan'),(3760,'Imaginary Forces','imaginary-forces'),(3761,'Metro Voices','metro-voices'),(3762,'Brilliant Colors Digital','brilliant-colors-digital'),(3763,'Section Studios','section-studios'),(3764,'Hayakawa Design Office','hayakawa-design-office'),(3765,'DevIL Image Libary','devil-image-libary'),(10543,'Out Of Bounds Games','out-of-bounds-games'),(10544,'Jesse Barksdale','jesse-barksdale'),(10545,'Davilex Games','davilex-games'),(10546,'Dreams','dreams'),(10547,'Last Level','last-level'),(10548,'Aleson','aleson'),(10549,'HypeTrain Digital','hypetrain-digital'),(10550,'M. Hanka','m-hanka'),(10551,'Liu Lidan','liu-lidan'),(10552,'Fun Punch','fun-punch'),(10553,'Sean Walton','sean-walton'),(10554,'StevenHarmonGames','stevenharmongames'),(10555,'Weyrdworks Studio','weyrdworks-studio'),(10556,'Looterkings GmbH','looterkings-gmbh'),(10557,'The GD Studio','the-gd-studio'),(10558,'Tempest Software','tempest-software'),(10559,'Fish (UK) Ltd.','fish-uk-ltd'),(10560,'Syscom Entertainment','syscom-entertainment'),(3769,'Mocap.pl','mocap-dot-pl'),(3770,'Orange Tree','orange-tree'),(3771,'Studio Sound Tropez','studio-sound-tropez'),(3772,'Ultimate Play the Game','ultimate-play-the-game'),(3773,'Zippo Games','zippo-games'),(3774,'Kisareth Studios','kisareth-studios'),(3775,'Bee Tribe','bee-tribe'),(3776,'Graham Nelson','graham-nelson'),(3777,'Dolby Laboratories','dolby-laboratories'),(3778,'KATSUGEKIZA Inc. Motion Actors Japan','katsugekiza-inc-motion-actors-japan'),(3779,'Ignis Imageworks Corp.','ignis-imageworks-corp'),(272,'Madlab Software','madlab-software'),(274,'Sir-Tech Canada','sir-tech-canada'),(275,'Titan Computer','titan-computer'),(276,'EA UK','ea-uk'),(277,'EA Canada','ea-canada'),(3804,'Ubisoft GmbH','ubisoft-gmbh'),(3805,'Sprachlabor Audioproduktionen GmbH','sprachlabor-audioproduktionen-gmbh'),(3806,'Triple A Testing','triple-a-testing'),(3807,'Ubisoft Entertainment US','ubisoft-entertainment-us'),(279,'4J Studios','4j-studios'),(280,'Starbreeze Studios','starbreeze-studios'),(281,'Tigon Studios','tigon-studios'),(282,'Trilobyte','trilobyte'),(285,'Tiertex Design Studios','tiertex-design-studios'),(3814,'Soho Sound Kitchen','soho-sound-kitchen'),(3815,'Dhruva Interactive','dhruva-interactive'),(3816,'Ten24','ten24'),(3818,'FlamingLunchBox','flaminglunchbox'),(3819,'Crazy Moo Games','crazy-moo-games'),(3820,'KISS ltd','kiss-ltd'),(3822,'picroma','picroma'),(3823,'Smartly Dressed Games','smartly-dressed-games'),(3824,'Nelson Sexton','nelson-sexton'),(3825,'Alliance Media Holdings','alliance-media-holdings'),(3826,'Serious Brew','serious-brew'),(3827,'Serious Brew','serious-brew--1'),(3828,'SmashGames','smashgames'),(3830,'Test3 Projects','test3-projects'),(3832,'Robot Loves Kitty','robot-loves-kitty'),(300,'Nintendo Creative Department','nintendo-creative-department'),(3836,'devCAT','devcat'),(3837,'Level Up Labs','level-up-labs'),(3838,'Synergistic Software, Inc.','synergistic-software-inc'),(3839,'Crackshell','crackshell'),(3840,'Jochum Skoglund','jochum-skoglund'),(3841,'Niklas Myrberg','niklas-myrberg'),(3842,'Santa Cruz games','santa-cruz-games'),(3843,'GR3 Project','gr3-project'),(3844,'Firma Studios','firma-studios'),(3845,'BioWare Austin','bioware-austin'),(3846,'Warner Bros. Post Production Services','warner-bros-post-production-services'),(3847,'The London Session Orchestra','the-london-session-orchestra'),(3848,'SPOV','spov'),(3849,'NASA','nasa'),(3850,'NOAA','noaa'),(3851,'Video Copilot','video-copilot'),(3852,'NoodleHaus','noodlehaus'),(3853,'Hamagami/Carroll Inc.','hamagami-slash-carroll-inc'),(3854,'PicturePlane','pictureplane'),(3855,'Sony Computer Entertainment LLC\'s Product Development Services Group','sony-computer-entertainment-llcs-product-development-services-group'),(3856,'SCEA Motion Capture','scea-motion-capture'),(3857,'Daniels Wood Lane Inc.','daniels-wood-lane-inc'),(3858,'Independent Studio Services','independent-studio-services'),(3859,'CAA','caa'),(3860,'Space X','space-x'),(3861,'Mimic Studios','mimic-studios'),(10783,'Media Mill','media-mill'),(3863,'Böck GmbH','bock-gmbh'),(3864,'Palex','palex'),(10785,'Onezize','onezize'),(10786,'Liquid Development','liquid-development'),(10787,'CounterPunch Studios','counterpunch-studios'),(3869,'Blackbird Interactive','blackbird-interactive'),(3870,'Okratron 5000','okratron-5000'),(3871,'Duael Designs LLC','duael-designs-llc'),(3872,'BOND','bond'),(3873,'Layer Media','layer-media'),(3874,'Access Communications','access-communications'),(3875,'MODCo Media','modco-media'),(3876,'Torus GmbH','torus-gmbh'),(3877,'Motion Grinder','motion-grinder'),(3878,'Brantom Enterprises','brantom-enterprises'),(3880,'Mirandion Software','mirandion-software'),(3881,'Game Audio Australia','game-audio-australia'),(313,'Success Corporation','success-corporation'),(10804,'LiteNinja','liteninja'),(315,'Trion Worlds','trion-worlds'),(316,'Sierra','sierra'),(317,'Dynamix','dynamix'),(10834,'Mindillusion','mindillusion'),(10835,'Donkey Crew','donkey-crew'),(10836,'Green Man Gaming Publishing','green-man-gaming-publishing'),(10837,'Team Porpoise','team-porpoise'),(7180,'Arpeggio Games','arpeggio-games'),(10839,'BitFinity','bitfinity'),(320,'Kan Navi','kan-navi'),(10841,'Lizard Factory','lizard-factory'),(10842,'Comrades Inc.','comrades-inc'),(10843,'Foddy.net','foddy-dot-net'),(10844,'Honor Code, Inc.','honor-code-inc'),(7187,'Vulcan','vulcan'),(7188,'Idea','idea'),(7189,'KarmaSoft','karmasoft'),(10847,'UMI','umi'),(7191,'Omnitrend','omnitrend'),(7192,'Power Computing','power-computing'),(7193,'Gonzo Games','gonzo-games'),(7194,'TTR Development','ttr-development'),(7195,'Tatsumi','tatsumi'),(3928,'Ubisoft Chengdu','ubisoft-chengdu'),(7197,'PXL','pxl'),(7198,'Actionware','actionware'),(3936,'Wave London','wave-london'),(3937,'mouse-power GmbH','mouse-power-gmbh'),(3938,'Das Hörspielstudio XBerg GmbH','das-horspielstudio-xberg-gmbh'),(3939,'Tonstudio Krauthausen GmbH','tonstudio-krauthausen-gmbh'),(3940,'U-TRAX','u-trax'),(3941,'Scillex','scillex'),(3942,'entalize','entalize'),(3943,'Ubisoft South Korea','ubisoft-south-korea'),(3944,'Latis Global Communications','latis-global-communications'),(3946,'#30 Jutz Zollern Workroom','number-30-jutz-zollern-workroom'),(3947,'Young Jump Animation','young-jump-animation'),(3948,'Cybersoft','cybersoft'),(3949,'Magifact','magifact'),(3950,'Blue Turtle','blue-turtle'),(3951,'Denton Designs','denton-designs'),(3952,'ISCO','isco'),(3953,'Magic Bytes','magic-bytes'),(3954,'RSP','rsp'),(3956,'IronMonkey Studios','ironmonkey-studios'),(3957,'M2H','m2h--1'),(7214,'Robot Invader','robot-invader'),(7215,'Parabole','parabole'),(3966,'ESABU','esabu'),(3967,'Nord Media Films Studio','nord-media-films-studio'),(3968,'Project Sam','project-sam'),(3969,'East West','east-west'),(3970,'globalvoX','globalvox'),(3971,'Master Symphony Orchestra Valencia','master-symphony-orchestra-valencia'),(3972,'The Bratislawa Symphony Orchestra','the-bratislawa-symphony-orchestra'),(3974,'The Slovak National Symphony Orchestra','the-slovak-national-symphony-orchestra'),(3975,'Konami UK Studio','konami-uk-studio'),(7221,'Sacred Sword','sacred-sword'),(3977,'Konami Digital Entertainment B.V.','konami-digital-entertainment-bv'),(3978,'Konami Digital Entertainment Inc.','konami-digital-entertainment-inc'),(3979,'Konami Digital Entertainment Co. Ltd.','konami-digital-entertainment-co-ltd'),(7227,'Expat','expat'),(7228,'Axion Studios','axion-studios'),(7229,'Knockout Games','knockout-games'),(7230,'Imagos Studios','imagos-studios'),(7231,'Iridium Studios','iridium-studios'),(7232,'Mana Games','mana-games'),(7233,'TAG','tag'),(7234,'Firesky','firesky'),(7235,'Cheyenne Mountain Entertainment','cheyenne-mountain-entertainment'),(7236,'Brad Fregger','brad-fregger'),(7237,'Terramarque','terramarque'),(7238,'New Pencil Inc.','new-pencil-inc'),(7239,'Red Hill Studios','red-hill-studios'),(7240,'Golden VizComm','golden-vizcomm'),(7241,'Orange Studio','orange-studio'),(7242,'Six Shooter Games','six-shooter-games'),(7243,'Tumblehead-Animation Studios','tumblehead-animation-studios'),(7244,'DQ Entertainment International','dq-entertainment-international'),(7245,'Bay Area Sound','bay-area-sound'),(7246,'Adobe Systems','adobe-systems'),(7247,'Macromedia','macromedia'),(7248,'Red House Studios','red-house-studios'),(3989,'Playcast-media','playcast-media'),(7250,'Naiad Entertainment','naiad-entertainment'),(3991,'Russel','russel'),(7252,'Black Maple Games','black-maple-games'),(3993,'IMGS, INC.','imgs-inc'),(7254,'Impulze','impulze'),(7255,'Golden Goblins','golden-goblins'),(7256,'Valhalla Cats','valhalla-cats'),(3999,'WOMB Music','womb-music'),(4000,'Bug-Tracker INC.','bug-tracker-inc'),(4010,'Macrospace','macrospace'),(4011,'Lost Boys Games','lost-boys-games'),(4012,'Innocuous Games','innocuous-games'),(4013,'Active Enterprises','active-enterprises'),(4015,'Recreational Brainware','recreational-brainware'),(4016,'Minor Key Games','minor-key-games'),(4017,'Earbash Inc.','earbash-inc'),(4018,'The Research Centaur','the-research-centaur'),(4019,'VMC Game Labs, Montreal','vmc-game-labs-montreal'),(4020,'Trias Digital','trias-digital'),(7268,'Global Software','global-software'),(4022,'Happy Feet Foley','happy-feet-foley'),(7270,'BOMS Computer Games','boms-computer-games'),(7271,'Leisure Genius','leisure-genius'),(7272,'Screen 7 Entertainment - duplicate','screen-7-entertainment-duplicate'),(4025,'G-Amusements','g-amusements'),(7274,'Supervision','supervision'),(7275,'The Hidden','the-hidden'),(4027,'Focus Multimedia','focus-multimedia'),(4028,'Citizen Software','citizen-software'),(4029,'Xilam','xilam'),(7277,'peakvox','peakvox'),(7278,'Alan Hazelden','alan-hazelden'),(4032,'Sapient Corporation','sapient-corporation'),(4033,'GL33K, LLC','gl33k-llc'),(7282,'Associated Production Music','associated-production-music'),(7283,'Centennia','centennia'),(7284,'Animal Arts','animal-arts'),(7285,'Rosalyn Catering','rosalyn-catering'),(4035,'Polyassets United Inc.','polyassets-united-inc'),(4036,'SomaTone Audio','somatone-audio'),(7289,'Varitel San Francisco','varitel-san-francisco'),(4038,'Little Red Zombies','little-red-zombies'),(7291,'Litigation','litigation'),(7292,'Technologies','technologies'),(7293,'American Zoetrope','american-zoetrope'),(7294,'Poolside Studios','poolside-studios'),(7295,'Outpost San Francisco','outpost-san-francisco'),(7296,'Forte Music Studios','forte-music-studios'),(7297,'MuHa Games','muha-games'),(7298,'Freehold Games','freehold-games'),(4045,'TecMagik','tecmagik'),(7300,'Pinkapp games','pinkapp-games'),(7301,'Arsys Software','arsys-software'),(7302,'Michaelsoft Inc.','michaelsoft-inc'),(4051,'Kokopeli Digital Studios','kokopeli-digital-studios'),(7304,'Sakuratei Motion Capture','sakuratei-motion-capture'),(4053,'Corbis Images','corbis-images'),(7308,'Tokyo Itoi Shigesato Office','tokyo-itoi-shigesato-office'),(7309,'Glass Eye Pix','glass-eye-pix'),(7310,'EPK','epk'),(7311,'Robotic Dream Studios','robotic-dream-studios'),(7312,'Industrial Arts','industrial-arts'),(4058,'Mario Kart Band','mario-kart-band'),(7314,'Kalloc Studios','kalloc-studios'),(4060,'Adult Swim','adult-swim'),(7316,'Nuke Digital & Technology','nuke-digital-and-technology'),(7317,'Uni-Digital','uni-digital'),(4063,'Limasse Five','limasse-five'),(7319,'Star Maid Games','star-maid-games'),(4065,'Curve Studios','curve-studios'),(4066,'Equilibrium','equilibrium'),(4067,'WJS Design','wjs-design'),(4068,'Infinitap Games','infinitap-games'),(4069,'Derek Yu','derek-yu'),(4070,'Eyebrow Interactive','eyebrow-interactive'),(4071,'Bruno R. Marcos','bruno-r-marcos'),(4072,'LSP','lsp'),(4073,'Similis','similis'),(4074,'TNX Music Recordings','tnx-music-recordings'),(7321,'Big Wheels Studio','big-wheels-studio'),(7322,'The Blade Runner Partnership','the-blade-runner-partnership'),(7323,'Icon Art','icon-art'),(7324,'Wavegroup Sound','wavegroup-sound'),(7325,'Atrophy Studios','atrophy-studios'),(7326,'Petrified Productions','petrified-productions'),(7327,'Perceptive Sound Design','perceptive-sound-design'),(7328,'Advantage Audio','advantage-audio'),(7329,'BLT & Associates','blt-and-associates'),(4082,'The Sequence Group','the-sequence-group'),(7331,'Filmakademie Baden-Württemberg','filmakademie-baden-wurttemberg'),(4084,'Zener Works Inc.','zener-works-inc'),(4085,'Bacteria Inc.','bacteria-inc'),(4086,'Otogi LLC','otogi-llc'),(4092,'N3V Games','n3v-games'),(4093,'H2 Interactive - duplicate','h2-interactive-duplicate'),(4094,'Aldorlea Games','aldorlea-games'),(4095,'Kouyousha','kouyousha'),(4096,'Vertigo Games','vertigo-games'),(4098,'Bootleg','bootleg'),(4099,'Open Corp','open-corp'),(4100,'Aventurine','aventurine'),(4103,'SRD Co., Ltd.','srd-co-dot-ltd'),(4104,'Mox Co., Ltd.','mox-co-dot-ltd'),(4105,'Kenproduction','kenproduction'),(4106,'Light Weight','light-weight'),(4107,'SCE Australia','sce-australia'),(362,'Pi Studios','pi-studios'),(4109,'Kabam','kabam'),(365,'Rockstar North','rockstar-north'),(366,'Epyx','epyx'),(367,'Gray Matter Interactive','gray-matter-interactive'),(368,'Infocom','infocom'),(4119,'Mirrorsoft','mirrorsoft'),(4122,'DR Korea','dr-korea'),(4123,'Alexey Pajitnov','alexey-pajitnov'),(4124,'Vadim Gerasimov','vadim-gerasimov'),(4129,'Project Just','project-just'),(4130,'The Developers of Incredible Power','the-developers-of-incredible-power'),(4131,'Mobila Interactive','mobila-interactive'),(4134,'Upper One Games','upper-one-games'),(4135,'E-Line Media','e-line-media'),(4136,'River Cresco','river-cresco'),(4137,'Rebecca Heineman','rebecca-heineman'),(4138,'Main Street Publishing','main-street-publishing'),(4139,'John Sands Electronics','john-sands-electronics'),(4140,'Logitec','logitec'),(4141,'UIEvolution','uievolution'),(4142,'2 Player Productions','2-player-productions'),(4143,'Dracogen Inc.','dracogen-inc'),(10867,'Rhino Games','rhino-games'),(10868,'ZuoBuLaiGame Studio','zuobulaigame-studio'),(10869,'Fireline Games','fireline-games'),(10871,'GDNomad','gdnomad'),(10872,'P-Squared Productions','p-squared-productions'),(10873,'Safari Software','safari-software'),(10874,'Memex s.r.o.','memex-sro'),(10875,'Fenixfire','fenixfire'),(4152,'Typodermic Inc.','typodermic-inc'),(4153,'Georgrify','georgrify'),(10879,'ThirtyThree','thirtythree'),(10880,'Internet URL S.A.','internet-url-sa'),(7476,'Thinking Studios','thinking-studios'),(7477,'Slam Dunk Studios','slam-dunk-studios'),(7478,'Black Jacket Studios','black-jacket-studios'),(10884,'Americana Software Limited','americana-software-limited'),(10885,'0verflow','0verflow'),(7482,'Revolution Software Ltd','revolution-software-ltd'),(7483,'Gunnar Games, Inc.','gunnar-games-inc'),(7484,'Invent4 Entertainment','invent4-entertainment'),(7486,'Game Factory Interactive','game-factory-interactive'),(10893,'Bezdomnii','bezdomnii'),(7488,'Power of 2','power-of-2'),(7489,'Frima','frima'),(7490,'Chaos Concept','chaos-concept'),(7491,'Big Splash Games, LLC','big-splash-games-llc'),(7493,'Vectorpark, Inc.','vectorpark-inc'),(7494,'Awem Studio','awem-studio'),(7495,'iWin','iwin'),(4163,'Seven Tales Inc.','seven-tales-inc'),(4164,'Sperasoft Inc.','sperasoft-inc'),(4165,'Work at Play Media Labs','work-at-play-media-labs'),(4166,'GameSim Technologies','gamesim-technologies'),(4167,'Johnny Blerot Sound','johnny-blerot-sound'),(10899,'Softnauts','softnauts'),(10900,'Sancho','sancho'),(10901,'Tang\'s Electronic Co., Ltd.','tangs-electronic-co-dot-ltd'),(10902,'Sydney Development Corp.','sydney-development-corp'),(4172,'ReelFX Creative Studios','reelfx-creative-studios'),(10904,'Med System Software','med-system-software'),(10905,'TripleR Games','tripler-games'),(10906,'Ellis Studios','ellis-studios'),(10907,'Leven Lab','leven-lab'),(10908,'Thunder Game Works','thunder-game-works'),(4177,'Team Soho','team-soho'),(4178,'HBO','hbo'),(7515,'Dust Devil Studios Inc.','dust-devil-studios-inc'),(7516,'Virtual Prophecy Entertainment','virtual-prophecy-entertainment'),(10912,'Systence Games','systence-games'),(10913,'Big Cow Studios','big-cow-studios'),(10914,'Reddoll Srl','reddoll-srl'),(10915,'Nexa Corporation','nexa-corporation'),(398,'Ubisoft Shanghai','ubisoft-shanghai'),(7527,'Hitbox Team','hitbox-team'),(7528,'Bohemia Interactive','bohemia-interactive'),(10926,'DaSuppa Studios','dasuppa-studios'),(10927,'Tripartible','tripartible'),(10928,'NNtechnocracy','nntechnocracy'),(7533,'Bacon Wrapped Games','bacon-wrapped-games'),(7534,'WXP Games, LLC','wxp-games-llc'),(403,'Sucker Punch Productions','sucker-punch-productions'),(10944,'Livesay Computer Games, Inc.','livesay-computer-games-inc'),(10945,'Aackonsoft International','aackonsoft-international'),(7552,'Pixelante Game Studios','pixelante-game-studios'),(7553,'PomPom','pompom'),(7554,'Pom Pom Games','pom-pom-games'),(7555,'Total Eclipse','total-eclipse'),(10950,'DIGIDICED','digidiced'),(10951,'Ketos Games','ketos-games'),(10952,'Chocoarts','chocoarts'),(10953,'Kikiwik Games','kikiwik-games'),(10954,'Binokle Studio','binokle-studio'),(7557,'Reloaded Games','reloaded-games'),(7558,'Gamersfirst','gamersfirst'),(7559,'TURBO TAPE GAMES','turbo-tape-games'),(7560,'Olde Sküül','olde-skuul'),(7561,'Interplay Entertainment Corp. - duplicate','interplay-entertainment-corp-duplicate'),(10964,'1337 & Senri AB','1337-and-senri-ab'),(4181,'MojoTouch','mojotouch'),(7570,'Outerminds','outerminds'),(7571,'Virtual Basement LLC','virtual-basement-llc'),(7572,'Code Headquarters LLC','code-headquarters-llc'),(7573,'Japan Art Media','japan-art-media'),(7574,'Media Rings','media-rings'),(7575,'Hammer Glass Studio','hammer-glass-studio'),(4185,'Goatmeal','goatmeal'),(4186,'NISA QA Team','nisa-qa-team'),(4187,'Bang Zoom! Entertainment','bang-zoom-entertainment'),(4188,'noLa inc.','nola-inc'),(4189,'Tenpei Studio','tenpei-studio'),(4190,'ARASYSTEM Inc.','arasystem-inc'),(4191,'O-TWO Inc.','o-two-inc'),(4192,'NAC Inc.','nac-inc'),(4193,'TOTONYAN Co., Ltd.','totonyan-co-dot-ltd'),(7581,'Flying Dutchman Studios','flying-dutchman-studios'),(405,'Spiders','spiders'),(406,'Ubisoft Massive','ubisoft-massive'),(10990,'Infrogrames','infrogrames'),(10991,'Cranky Pants - duplicate','cranky-pants-duplicate'),(10992,'Anarchy Entertainment','anarchy-entertainment'),(10993,'Paradox Entertainment','paradox-entertainment'),(10995,'Investigate North','investigate-north'),(7604,'Vblank Entertainment, Inc.','vblank-entertainment-inc'),(409,'WB Games - duplicate','wb-games-duplicate'),(7606,'Ino-Co Plus','ino-co-plus'),(7607,'Digital Reality Software & Playbox','digital-reality-software-and-playbox'),(411,'Robosoft Technologies','robosoft-technologies'),(7609,'Big Robot Ltd','big-robot-ltd'),(7610,'ExDream GmbH','exdream-gmbh'),(7612,'Skywalker Symphony Chorus','skywalker-symphony-chorus'),(413,'Human Head Studios','human-head-studios'),(4202,'HBIKI.INC','hbiki-dot-inc'),(7617,'Yeti Trunk','yeti-trunk'),(7619,'Illwinter Game Design','illwinter-game-design'),(418,'EA Play','ea-play'),(7621,'Cloud 9 Studio','cloud-9-studio'),(420,'Flying Wild Hog','flying-wild-hog'),(7625,'Scorpio Sound','scorpio-sound'),(7626,'O\'Henry Sound Studios','ohenry-sound-studios'),(4213,'Toronn','toronn'),(4214,'TAKORASU','takorasu'),(7631,'Chaosium Inc','chaosium-inc'),(4218,'fuzichico','fuzichico'),(4219,'Emigre Inc.','emigre-inc'),(7634,'Lethal Sounds','lethal-sounds'),(7636,'Kiz Studios','kiz-studios'),(7637,'Pinnacle Software','pinnacle-software'),(7638,'Smack Down Productions','smack-down-productions'),(7639,'Securom','securom'),(7640,'ATDI','atdi'),(4225,'Team Reptile','team-reptile'),(4227,'Amblin Entertainment','amblin-entertainment'),(7651,'Super Gazole','super-gazole'),(4229,'Union Systems','union-systems'),(7653,'EDS','eds'),(4231,'Perfect Entertainment','perfect-entertainment'),(4232,'XDEV Studio Europe','xdev-studio-europe'),(4233,'Carbon Digital','carbon-digital'),(4234,'Surface Digital','surface-digital'),(4235,'The Station Interactive','the-station-interactive'),(7660,'Thierry Words of Magic','thierry-words-of-magic'),(430,'duplicate company name 1','duplicate-company-name-1'),(431,'Ready at Dawn','ready-at-dawn'),(7686,'Void Majestherion','void-majestherion--1'),(7687,'Mathieu Renaudat','mathieu-renaudat--1'),(7688,'Luigi Di Guida','luigi-di-guida--1'),(7689,'Thunder Mountain','thunder-mountain'),(7690,'Phigames','phigames'),(7691,'Simutronics','simutronics'),(7692,'Desunoya','desunoya'),(11033,'Sheridans','sheridans'),(11034,'Pipeworks Studio','pipeworks-studio'),(11035,'Psyop','psyop'),(11036,'Roboto Entertainment','roboto-entertainment'),(11037,'Talentware','talentware'),(11038,'Short Short Super','short-short-super'),(11039,'Netlight','netlight'),(11040,'Santa Monica Studio','santa-monica-studio'),(11041,'Clinton Studios NYC','clinton-studios-nyc'),(11042,'Legacy Sound','legacy-sound'),(11043,'CELA','cela'),(11044,'XPS Media Lab','xps-media-lab'),(7695,'SMP','smp'),(7696,'Rudolf Kremers & Alex May','rudolf-kremers-and-alex-may'),(7697,'Tuna','tuna'),(7698,'iPi Soft','ipi-soft'),(7699,'iPi Soft','ipi-soft--1'),(7701,'Dovetail Games','dovetail-games'),(7703,'ioneo','ioneo'),(4242,'Heartbeat','heartbeat'),(7709,'Games Foundry','games-foundry--1'),(7710,'Ascaron','ascaron'),(7711,'Radial Games Corp','radial-games-corp'),(7712,'Radial Games','radial-games'),(7713,'Badland Studio','badland-studio'),(7714,'Scirra','scirra'),(7715,'Alligator Pit','alligator-pit'),(7716,'Neople','neople'),(444,'Radical Entertainment','radical-entertainment'),(4252,'B.B. Studio','bb-studio'),(4253,'Tightrope','tightrope'),(4254,'Highwind Production','highwind-production'),(7718,'Perfect Square Studios','perfect-square-studios'),(7719,'Bankroll Studios','bankroll-studios'),(7720,'Merritt Kopas','merritt-kopas'),(11056,'Games Quality','games-quality'),(446,'Got Game Entertainment','got-game-entertainment'),(4256,'TAP','tap'),(4257,'Kagura','kagura'),(4258,'Wish','wish'),(4259,'Buyu','buyu'),(4260,'Sanko Production','sanko-production'),(4261,'Cresco Motion Design','cresco-motion-design'),(4262,'Layup','layup'),(4263,'Motion Area','motion-area'),(7724,'Channel 4','channel-4--1'),(4265,'Netchubiyori','netchubiyori'),(4266,'Toylogic','toylogic'),(11057,'Fourth Wall Studios','fourth-wall-studios'),(11058,'Gunning Cat Productions','gunning-cat-productions'),(11061,'Ground Zero Productions','ground-zero-productions'),(11062,'HDRImaps.com','hdrimaps-dot-com'),(7739,'The Actor\'s Group','the-actors-group'),(11064,'Sleepwalker Media','sleepwalker-media'),(11065,'Sound Kitchen','sound-kitchen'),(11066,'Digiart','digiart'),(11067,'Games Workshop','games-workshop'),(11068,'Amberlight','amberlight'),(11069,'Foto Formation','foto-formation'),(11070,'Illuminate Labs','illuminate-labs'),(11071,'Media Catalyst','media-catalyst'),(11072,'Native Instruments','native-instruments'),(11073,'Nimrod Productions','nimrod-productions'),(7750,'West Side','west-side'),(7751,'Griot Studio','griot-studio'),(11075,'SN Systems','sn-systems'),(7753,'Junglevision Software','junglevision-software'),(11077,'Typies Casting','typies-casting'),(465,'U.S. Army','u-s-army'),(7758,'Flarewave Inc.','flarewave-inc'),(11082,'Sharpe Sound','sharpe-sound'),(11083,'StudioRoad','studioroad'),(11084,'Bamboo Inc.','bamboo-inc'),(11085,'T2studios','t2studios'),(4282,'Paprikari','paprikari'),(4283,'Avanquest','avanquest'),(4284,'GSP','gsp'),(4285,'Iguana Entertainment UK','iguana-entertainment-uk'),(4286,'Virtools','virtools'),(4288,'i5works','i5works'),(4289,'Unlimited Software','unlimited-software'),(7778,'Ska Studios','ska-studios'),(4291,'CD Projekt','cd-projekt'),(4292,'FreakZone Games','freakzone-games'),(4293,'ScrewAttack Entertainment','screwattack-entertainment'),(11099,'Union Cho','union-cho'),(4295,'Trine Games','trine-games'),(4296,'Mad Vulture Games','mad-vulture-games'),(4297,'Montsoft','montsoft'),(4298,'Exact','exact'),(4299,'Century Interactive','century-interactive'),(11105,'Crate','crate'),(4301,'danciao','danciao'),(4302,'Amzy','amzy'),(4303,'Aprize','aprize'),(4304,'Ayanehonpo','ayanehonpo'),(4305,'Jelly Think','jelly-think'),(4306,'JSC Games','jsc-games'),(4307,'Kurogane','kurogane'),(4308,'Pleocene','pleocene'),(4309,'Q\'tron','qtron'),(4310,'Safari Games','safari-games'),(4311,'Vroooom','vroooom'),(4312,'StudioHand','studiohand'),(4313,'Terabyte','terabyte'),(11110,'Guitar Player Magazine','guitar-player-magazine'),(4315,'Pone Company','pone-company'),(11112,'Krank','krank'),(4317,'Textfarm','textfarm'),(4318,'GodSpeed Games','godspeed-games'),(11116,'Pantiac','pantiac'),(11117,'Wrigley\'s','wrigleys'),(11120,'Free Wave','free-wave'),(4324,'Redback Sales','redback-sales'),(11122,'FIX Inc','fix-inc'),(491,'Dreamworks Games','dreamworks-games'),(492,'Atomic Games','atomic-games'),(493,'Stormregion','stormregion'),(494,'Battlefront.com','battlefront-com'),(11132,'Studio abRiR','studio-abrir'),(11133,'Iphigeneia Studio','iphigeneia-studio'),(11134,'Bestscore Corporation','bestscore-corporation'),(4334,'flapper3','flapper3'),(4335,'Moldworks','moldworks'),(499,'Relic','relic'),(500,'Auran','auran'),(4338,'Peco','peco'),(4339,'Katalyst Lab','katalyst-lab'),(11140,'LocWorks','locworks'),(4342,'Bandai Namco Games Europe','bandai-namco-games-europe'),(4343,'Pole To Win India','pole-to-win-india'),(4344,'Boeing','boeing'),(4345,'Dassault Aviation','dassault-aviation'),(11145,'Witching Hour Studios','witching-hour-studios'),(4347,'Japan Air Self-Defence Force','japan-air-self-defence-force'),(4348,'Northrop Gruman Corporation','northrop-gruman-corporation'),(4349,'Creek & River','creek-and-river'),(4350,'Digitalware','digitalware'),(11150,'BlueCodeGames','bluecodegames'),(11152,'Phaser Lock Interactive','phaser-lock-interactive'),(507,'Volition Inc','volition-inc'),(508,'PlayFirst','playfirst'),(11166,'Human Interface','human-interface'),(4364,'Zaxis Games','zaxis-games--1'),(4365,'B-Evil','b-evil--1'),(4366,'AdrenalRush Games','adrenalrush-games'),(4378,'Johnson Voorsanger Productions','johnson-voorsanger-productions'),(519,'Graphic Simulations','graphic-simulations'),(4380,'VooFoo Studios','voofoo-studios'),(529,'Flying Legends','flying-legends'),(530,'Eagle Dynamics','eagle-dynamics'),(4384,'Waterproof Studios','waterproof-studios'),(4385,'Tyler West Studio','tyler-west-studio'),(4386,'Effective Media GmbH','effective-media-gmbh'),(4387,'FILMharmonic Orchestra of Prage','filmharmonic-orchestra-of-prage'),(11174,'Crim','crim'),(11175,'Idealogic S.A.','idealogic-sa'),(11176,'Nidecom Soft','nidecom-soft'),(11177,'Taskset Ltd.','taskset-ltd'),(11179,'Bantam Software','bantam-software'),(7904,'Phosfiend Systems','phosfiend-systems'),(7905,'Gravity Interactive','gravity-interactive'),(7908,'Awfully Nice Studios','awfully-nice-studios'),(4392,'Hanho','hanho'),(4393,'Margarita Mix Hollywood','margarita-mix-hollywood'),(4394,'Nickelodeon Digital','nickelodeon-digital'),(11228,'Compound Audio','compound-audio'),(4396,'Cook Intel Tribal Counsil','cook-intel-tribal-counsil'),(4397,'Unity Games Japan','unity-games-japan'),(11231,'Silk Studios','silk-studios'),(11232,'Imagi Studios','imagi-studios'),(7925,'Dark Castle Software','dark-castle-software'),(4408,'CITC Enterprises','citc-enterprises'),(11234,'Summit Entertainment','summit-entertainment'),(4411,'Tronix','tronix'),(11237,'Rocket Jump Technology','rocket-jump-technology'),(11238,'Hexecutable','hexecutable'),(7935,'Centauri Production','centauri-production'),(11240,'Highlands Computer Services','highlands-computer-services'),(7937,'SaintXi','saintxi'),(11242,'Sinister Systems','sinister-systems'),(11243,'LyN XP','lyn-xp'),(11244,'Pitbull Studio','pitbull-studio'),(11245,'FoliTech','folitech'),(7941,'KatGames','katgames'),(7942,'Sarbakan','sarbakan'),(7943,'Yullaby','yullaby'),(7944,'Hip Soft','hip-soft'),(7945,'Alawar','alawar'),(11249,'Games by Robert, LLC','games-by-robert-llc'),(11250,'Photoplay Games','photoplay-games'),(11251,'BudgeCo., Inc.','budgeco-dot-inc'),(11252,'Howard W. Sams & Co., Inc.','howard-w-sams-and-co-dot-inc'),(4424,'Psydra Games LLC','psydra-games-llc'),(7952,'Sabi Games','sabi-games'),(7953,'Makivision Games','makivision-games'),(7954,'Dream Forge Entertainment, LLC','dream-forge-entertainment-llc'),(7955,'Crystal Empire Games','crystal-empire-games'),(7956,'Gadget Games','gadget-games'),(11261,'Nether Productions, LLC','nether-productions-llc--1'),(11262,'Gearbox Publishing','gearbox-publishing'),(11263,'Task Force Computer Games','task-force-computer-games'),(11264,'Crystalware','crystalware'),(4431,'PB Outsourcing GmbH','pb-outsourcing-gmbh'),(4432,'Brandenburgisches Staatorchester','brandenburgisches-staatorchester'),(7965,'Silent Dreams','silent-dreams'),(7966,'Totem Games','totem-games'),(7967,'Dagger Games','dagger-games'),(7968,'Icehole Games','icehole-games'),(7969,'Gogii','gogii'),(4436,'3D Ages','3d-ages'),(4437,'OeRSTED','oersted'),(4438,'B-Factory','b-factory'),(4440,'Adult Swim Games','adult-swim-games'),(7985,'React Games','react-games--1'),(11269,'Stellar Circle','stellar-circle'),(7987,'I Sioux Game Productions B.V.','i-sioux-game-productions-bv'),(11272,'Phoenix Software, Inc.','phoenix-software-inc'),(4443,'Mucky Foot Productions','mucky-foot-productions'),(4444,'Asylum Studios','asylum-studios'),(4445,'Gamepires','gamepires'),(4446,'Wingnut Films','wingnut-films'),(4447,'Middle-Earth Enterprieses','middle-earth-enterprieses'),(4448,'WB Games New York','wb-games-new-york'),(4449,'Sprung Studios','sprung-studios'),(4450,'Alpha CRG','alpha-crg'),(7999,'UIG','uig'),(8000,'Actalogic','actalogic'),(8001,'Cockroach Inc.','cockroach-inc'),(4452,'Square Product Development Division 6','square-product-development-division-6'),(8003,'Kot in Action Creative Artel','kot-in-action-creative-artel'),(4454,'Lay-Up','lay-up'),(4455,'Sega AM5','sega-am5'),(11283,'Sparrow House Games','sparrow-house-games'),(4457,'Macro Soft','macro-soft'),(4459,'Rodeo Games','rodeo-games'),(4460,'Twistplay','twistplay'),(11286,'Fouchemuzik','fouchemuzik'),(11287,'Yo Eleven Productions','yo-eleven-productions'),(11288,'GDH','gdh'),(11289,'Igloo Digital Arts','igloo-digital-arts'),(11290,'Outso Limited','outso-limited'),(8008,'RED DUCK Inc.','red-duck-inc'),(11292,'Hwy1Productions','hwy1productions'),(8010,'NQ Games','nq-games'),(11294,'National Federation of the Blind','national-federation-of-the-blind'),(8012,'Hazardous Software Inc.','hazardous-software-inc'),(11296,'European Blind Union','european-blind-union'),(8017,'Playbrains','playbrains'),(8018,'Fuel Entertainment','fuel-entertainment'),(8019,'1C-Avalon','1c-avalon'),(11299,'Forgames','forgames'),(11300,'Game Developer X','game-developer-x'),(11301,'Area 34','area-34'),(11302,'Project Milk','project-milk'),(11303,'Frame Interactive','frame-interactive'),(11304,'Rabbit Software Ltd.','rabbit-software-ltd'),(8026,'The Stork Burnt Down','the-stork-burnt-down'),(11312,'Mario Games Casas Team','mario-games-casas-team'),(11313,'Humagade Inc.','humagade-inc'),(11314,'Gaia Interactive, Inc.','gaia-interactive-inc'),(11315,'Namco Limited','namco-limited'),(11316,'Second Wind Apps','second-wind-apps'),(11317,'One Little Indian Ltd.','one-little-indian-ltd'),(11318,'Apportable Inc.','apportable-inc'),(8036,'LaserMédia','lasermedia'),(8037,'Daddy Oak','daddy-oak'),(8038,'Ivanoff Interactive','ivanoff-interactive'),(11325,'Xigma Games','xigma-games'),(11326,'Rubycone','rubycone'),(11327,'Perfectly Paranormal','perfectly-paranormal'),(8041,'Droqen\'s Games','droqens-games'),(11329,'Dadako','dadako'),(8043,'Reverb Triple XP','reverb-triple-xp'),(8044,'i273 LLC','i273-llc'),(11333,'Omnitrend Software, Inc.','omnitrend-software-inc'),(8046,'Kellogg Company','kellogg-company'),(8047,'CP Software','cp-software'),(8048,'Ventamatic','ventamatic'),(11335,'Positron','positron'),(11336,'Happy Tuesday','happy-tuesday'),(682,'Reactor Zero','reactor-zero'),(11338,'Visiontrick Media','visiontrick-media'),(684,'Budcat Creations','budcat-creations'),(11342,'Peddler Enterprises','peddler-enterprises'),(686,'Actualize','actualize'),(4469,'Ignatus Zuk','ignatus-zuk'),(4470,'Gonzalo Villagomez','gonzalo-villagomez'),(4471,'Gonzalo Villagomez','gonzalo-villagomez--1'),(4472,'JAM Productions','jam-productions'),(8070,'Xibalba Studios','xibalba-studios'),(4474,'Dingaling','dingaling'),(11350,'Temple Software','temple-software'),(4476,'Split','split'),(4477,'Ubisoft Tiwak','ubisoft-tiwak'),(11355,'TexaSoft','texasoft'),(8078,'MAQL','maql'),(8080,'Rubicon Development','rubicon-development'),(4481,'Tom Tom Studios','tom-tom-studios'),(690,'Torus Games','torus-games'),(11364,'Tornado Studios','tornado-studios'),(8084,'CyberSports Ltd. - duplicate','cybersports-ltd-duplicate'),(11366,'Rainbow S.r.l.','rainbow-srl'),(8086,'CyberSports Ltd','cybersports-ltd--1'),(695,'Auran Games','auran-games'),(11370,'Namco Bandai Games America','namco-bandai-games-america'),(697,'Ubisoft Romania','ubisoft-romania'),(11372,'Vicious Cycle Software, Inc.','vicious-cycle-software-inc'),(8095,'KochMedia - duplicate','kochmedia-duplicate'),(4485,'RMC','rmc'),(4486,'STUDIO STAT','studio-stat'),(4487,'Latina International Corporation','latina-international-corporation'),(11377,'Rainbow S.p.A.','rainbow-spa'),(4489,'STARS','stars'),(4490,'Pro-Motions Prod. Co.','pro-motions-prod-co'),(4491,'Argonaut 3D Graphics, Inc.','argonaut-3d-graphics-inc'),(4492,'Take 2 Europe','take-2-europe'),(705,'Shaba Games','shaba-games'),(706,'HotGen','hotgen'),(707,'ChinaAVG','chinaavg'),(4497,'Born Ready Games','born-ready-games'),(11399,'D’Avekki Studios','davekki-studios'),(11401,'MeNic Games','menic-games'),(11402,'Giant Monkey Robot','giant-monkey-robot'),(11403,'Troglobytes','troglobytes'),(11404,'The One Pixel','the-one-pixel'),(11406,'Samurai Codex','samurai-codex'),(11407,'Dusty Games','dusty-games'),(11408,'The Software Exchange','the-software-exchange'),(11409,'evgLabs','evglabs'),(4506,'Orlando','orlando'),(11411,'Riverbank Software, Inc.','riverbank-software-inc'),(11412,'Victory Software Corporation','victory-software-corporation'),(727,'Oddworld Inhabitants','oddworld-inhabitants'),(728,'Just Add Water (Development) Ltd','just-add-water-development-ltd--1'),(11428,'Imaginary Monsters','imaginary-monsters'),(4526,'Zed Group','zed-group'),(4528,'Revolution Studios','revolution-studios'),(11433,'Fossil Games','fossil-games'),(733,'Realtime Worlds','realtime-worlds'),(11437,'TJ \"Kyatt\" Cordes','tj-kyatt-cordes'),(735,'K2 Network','k2-network'),(736,'Brightside Entertainment','brightside-entertainment'),(11440,'Softlore Corporation','softlore-corporation'),(11441,'Beck-Tech','beck-tech'),(11442,'Ideologic S.A.','ideologic-sa'),(11443,'Atomic Fabrik','atomic-fabrik'),(4537,'Nerd³ Games','nerd3-games'),(11445,'MoGi Group','mogi-group'),(4539,'PlayEveryWare','playeveryware'),(11447,'Prague FILMharmonic Orchestra','prague-filmharmonic-orchestra'),(11448,'Regulus Sound Productions','regulus-sound-productions'),(11449,'Signal Space','signal-space'),(4544,'PicsAndPixels','picsandpixels'),(743,'Tripwire Interactive','tripwire-interactive'),(4550,'Post Creations','post-creations'),(11459,'Innovation Norway','innovation-norway'),(4552,'SuperGenius','supergenius'),(4553,'Jump Comics','jump-comics'),(4554,'On-Lead','on-lead'),(11463,'DevGamm','devgamm'),(4556,'Aether','aether'),(11465,'Mysticsage','mysticsage'),(4558,'Tricrest','tricrest'),(4559,'Tuetue Kombinato','tuetue-kombinato'),(4560,'DigitalTIS','digitaltis'),(11470,'Seed Studio West','seed-studio-west'),(11471,'Immeractive','immeractive'),(4562,'UltiZen Games','ultizen-games'),(4563,'Shueisha','shueisha'),(4564,'Warner Entertainment Japan','warner-entertainment-japan'),(4565,'Akustika Fabriko','akustika-fabriko'),(4566,'Studio Gong','studio-gong'),(4567,'Studio Don Juan','studio-don-juan'),(11478,'Above Beyond Artists','above-beyond-artists'),(797,'h.a.n.d., Inc.','h-dot-a-n-dot-d-inc'),(798,'Ubisoft Australia','ubisoft-australia'),(799,'Square Enix Product Development Division 1','square-enix-product-development-division-1'),(4675,'Monkey Business','monkey-business'),(4676,'The Big Shots','the-big-shots'),(4677,'X-Legend','x-legend'),(4678,'Beijing Perfect World','beijing-perfect-world'),(4680,'Beam Team Games','beam-team-games'),(806,'Tantalus Interactive','tantalus-interactive'),(807,'Doublesix','doublesix'),(808,'Xbox Live Production','xbox-live-production'),(4685,'740 Sound Design','740-sound-design'),(4686,'Creative Sound Concepts','creative-sound-concepts'),(810,'Iguana Entertainment','iguana-entertainment'),(4688,'Command Recording Studios','command-recording-studios'),(4689,'LA Studios','la-studios'),(4690,'Officine Pixel','officine-pixel'),(11479,'Vision Games Publishing','vision-games-publishing'),(11480,'A.N.A.L.O.G. Software','analog-software'),(11481,'Cosmi Corporation','cosmi-corporation'),(853,'CCP Games','ccp-games'),(11490,'Addison-Wesley Publishing Company, Inc.','addison-wesley-publishing-company-inc'),(8234,'Privateer Press Interactive','privateer-press-interactive'),(8235,'Worthless Bums','worthless-bums'),(8236,'Aartform','aartform'),(8237,'TML Studios','tml-studios--1'),(8239,'Toontraxx Studios','toontraxx-studios'),(8240,'Mighty Rocket Studio','mighty-rocket-studio'),(8243,'Amazing Atom','amazing-atom'),(8244,'2DArray','2darray'),(11498,'Creative Sparks','creative-sparks'),(8246,'Studio V5','studio-v5'),(11500,'Matt Hooper','matt-hooper'),(8248,'Fantasy Flight Publishing, Inc.','fantasy-flight-publishing-inc'),(11508,'Thor','thor'),(8252,'2Play','2play'),(11511,'CCD','ccd'),(11512,'Computer Rentals Limited','computer-rentals-limited'),(11513,'Beyond','beyond'),(11514,'Numbat Logic','numbat-logic'),(11515,'bool games','bool-games'),(862,'Tamsoft','tamsoft'),(8257,'Linked Dimensions','linked-dimensions'),(8258,'Team Bloodlust','team-bloodlust'),(8259,'Cosmic Picnic','cosmic-picnic'),(8260,'Four Door Lemon','four-door-lemon'),(8261,'Lockwood Publishing','lockwood-publishing'),(8262,'Hollywood Caterers','hollywood-caterers'),(11527,'Shoreline Studios','shoreline-studios'),(866,'Nintendo SPD Group No. 2','nintendo-spd-group-no-2'),(11530,'Evryware','evryware'),(868,'Junction Point Studios','junction-point-studios'),(869,'SEGA Racing Studio','sega-racing-studio'),(870,'SEGA Amusements Europe','sega-amusements-europe'),(8265,'Klon Co., Ltd.','klon-co-dot-ltd'),(872,'Altron','altron'),(8267,'Boston Soundlabs, Inc.','boston-soundlabs-inc'),(11537,'Rasul Mono','rasul-mono'),(8269,'Resonance Mastering','resonance-mastering'),(11539,'Yunus Ayyildiz','yunus-ayyildiz'),(11540,'Anton Riot','anton-riot'),(8273,'Black Point Studios','black-point-studios'),(8274,'Flying Penguin Studios','flying-penguin-studios'),(11542,'Lucie Viatge','lucie-viatge'),(8277,'Coffee Powered Machine','coffee-powered-machine'),(8279,'Eyedentity Games','eyedentity-games'),(8280,'Shanda Games International Europe','shanda-games-international-europe'),(11546,'Spaces of Play UG','spaces-of-play-ug'),(875,'Blit Software','blit-software'),(11548,'Artworx','artworx'),(11549,'Mogul Communications','mogul-communications'),(11550,'KintoGames','kintogames'),(11552,'Simutrek','simutrek'),(11553,'Mooneye Studios','mooneye-studios'),(8284,'Celsius Game Studios','celsius-game-studios'),(11555,'Valadon Automation','valadon-automation'),(8286,'Storybird','storybird'),(8287,'LookAtMyGame','lookatmygame'),(8288,'Iteration 11','iteration-11'),(11558,'Skookum Arts','skookum-arts'),(11559,'The Isle Development Team','the-isle-development-team'),(11560,'Rage Monster Games','rage-monster-games'),(8291,'Laughing Jackal LTD','laughing-jackal-ltd'),(8293,'8th Floor Games','8th-floor-games'),(8295,'JoWooD Vienna','jowood-vienna'),(11564,'Buka Game Studio','buka-game-studio'),(11565,'PQube Limited - duplicate','pqube-limited-duplicate'),(890,'Activision Interactive','activision-interactive'),(891,'Halfbrick Studios','halfbrick-studios'),(11569,'Games Machine Ltd.','games-machine-ltd'),(11570,'Perilous Orbit','perilous-orbit'),(11571,'Gumby Bitworks','gumby-bitworks'),(11572,'Bronz','bronz'),(11573,'Starlux Games','starlux-games'),(11575,'Kodiak Games','kodiak-games'),(11576,'DK Productions','dk-productions'),(11577,'Seibu Denshi','seibu-denshi'),(11578,'Electric Transit, Inc.','electric-transit-inc'),(11581,'Domark Ltd.','domark-ltd'),(11582,'Bothtec, Inc.','bothtec-inc'),(897,'Ubisoft Red Storm','ubisoft-red-storm'),(11584,'Team Crybabies','team-crybabies'),(8308,'Toco Games','toco-games'),(8309,'Coilworks','coilworks'),(8310,'Noble Empire Corp.','noble-empire-corp'),(8311,'Phantom Compass','phantom-compass'),(8314,'ComiPo! LLP','comipo-llp'),(8315,'Niffler Ltd.','niffler-ltd'),(11595,'Double Hit Games','double-hit-games'),(11596,'SkyWolf Games','skywolf-games'),(11597,'Kelkafa Studios','kelkafa-studios'),(11598,'Cardboard Sword','cardboard-sword'),(11599,'Jetstone Studios','jetstone-studios'),(11600,'Designer Software','designer-software'),(11601,'Rückert Broductions','ruckert-broductions'),(8334,'stillalive studios','stillalive-studios'),(8335,'Primate Labs Inc.','primate-labs-inc'),(11604,'MerixGames','merixgames'),(11605,'Screeps','screeps'),(11606,'Corey Hardman','corey-hardman'),(11607,'Shanghai FantaBlade Network Technology Co., Ltd.','shanghai-fantablade-network-technology-co-dot-ltd'),(11610,'SSG Strategic Studies Group Pty Ltd. - duplicate','ssg-strategic-studies-group-pty-ltd-duplicate'),(11611,'Carry Castle','carry-castle'),(915,'Crate Entertainment','crate-entertainment'),(8362,'Peoleo Entertainment','peoleo-entertainment'),(8363,'Homegrown Games - duplicate','homegrown-games-duplicate'),(8364,'Mechanist Games','mechanist-games'),(8365,'Terrible Posture Games','terrible-posture-games'),(11630,'UEP Systems','uep-systems'),(11631,'Softstone Ltd.','softstone-ltd'),(8367,'Snowed In Studios','snowed-in-studios'),(8368,'Tethys Interactive LLC','tethys-interactive-llc'),(8369,'White Giant RPG Studios','white-giant-rpg-studios'),(8370,'Deadly Red Cube','deadly-red-cube'),(8371,'Bill and Eli Productions','bill-and-eli-productions'),(11637,'Snail-Ninja Studio','snail-ninja-studio'),(8373,'iRacing.com Motorsport Simulations','iracing-dot-com-motorsport-simulations'),(11639,'Devdan Games','devdan-games'),(8375,'Elijah Newman-Gomez','elijah-newman-gomez'),(8376,'Kihon Inc.','kihon-inc'),(8377,'Max Gaming Technologies, LLC','max-gaming-technologies-llc'),(8378,'BitMonster, Inc.','bitmonster-inc'),(11645,'GameFlare.com','gameflare-dot-com'),(925,'CBS Studios','cbs-studios'),(8381,'BANDAI NAMCO Entertainement - duplicate','bandai-namco-entertainement-duplicate'),(8383,'MAGIX Software GmbH','magix-software-gmbh'),(8384,'attic Entertainment Software GmbH','attic-entertainment-software-gmbh'),(8385,'Team 6 Studios','team-6-studios'),(8386,'Funbox Media Ltd','funbox-media-ltd'),(8387,'Mario von Rickenbach','mario-von-rickenbach'),(8388,'Playables','playables'),(8389,'Liminal Games','liminal-games'),(11658,'Goin\' Yumbo Games','goin-yumbo-games'),(8391,'EVGA','evga'),(11660,'VenomizedArt','venomizedart'),(11664,'Jovian Industries','jovian-industries'),(929,'Arkalis Interactive','arkalis-interactive'),(11666,'Nexus','nexus'),(11667,'Firebird Software','firebird-software'),(8401,'Hexage','hexage'),(11669,'Monster Studios','monster-studios'),(8403,'Frozen Flame','frozen-flame'),(11671,'Onyx Lute','onyx-lute'),(936,'Shining Rock Software','shining-rock-software'),(8406,'Inmatrix LTD','inmatrix-ltd'),(11674,'Sloclap','sloclap'),(8408,'Ranmantaru Games','ranmantaru-games'),(11676,'FiveXGames','fivexgames'),(8410,'Dreadlocks Ltd.','dreadlocks-ltd'),(11684,'Nippon Dexter Co., Ltd.','nippon-dexter-co-dot-ltd'),(8413,'Gato Salvaje S.L.','gato-salvaje-sl'),(8414,'Proton Studio Inc','proton-studio-inc'),(8415,'David Amador','david-amador'),(1019,'GameTek, Inc.','gametek-inc'),(1020,'Electric Dreams Inc.','electric-dreams-inc'),(12008,'Epic Quest Games','epic-quest-games'),(12009,'imminentuprising','imminentuprising'),(12010,'Winding Way Games','winding-way-games'),(12011,'Evil Corporation Games','evil-corporation-games'),(12012,'Hatrabbit Entertainment','hatrabbit-entertainment'),(12013,'71Games','71games'),(12014,'BlackCube','blackcube'),(12015,'Petiscaria Digital','petiscaria-digital'),(12016,'Accidental Queens','accidental-queens'),(12017,'Rayark Inc','rayark-inc'),(12018,'Blue Tea Games','blue-tea-games'),(5041,'Imagexcel','imagexcel'),(12020,'Bplus Games','bplus-games'),(5043,'OutSide Directors Company','outside-directors-company'),(5044,'Project Whitecard Studios Inc.','project-whitecard-studios-inc'),(5045,'ovos','ovos'),(5046,'Evilized Productions','evilized-productions'),(12031,'Team TumbleSeed','team-tumbleseed'),(5050,'Neckbolt','neckbolt'),(12033,'Wright Flyer Studios','wright-flyer-studios'),(1025,'Good-Feel','good-feel'),(1027,'Distinctive Software, Inc.','distinctive-software-inc'),(1028,'Revistronic','revistronic'),(5057,'Pacific Century CyberWorks','pacific-century-cyberworks'),(5058,'ReadySoft','readysoft'),(12039,'Vreski Games','vreski-games'),(5061,'GAGA Communications','gaga-communications'),(5062,'Incentive Software','incentive-software'),(5063,'Aim at Entertainment','aim-at-entertainment'),(5064,'Jeff Tunnell Productions','jeff-tunnell-productions'),(5065,'Colossal Pictures','colossal-pictures'),(5066,'Vise','vise'),(5067,'Tindalos Interactive','tindalos-interactive'),(5068,'Angry Mob Games','angry-mob-games'),(5069,'Roseportal Games','roseportal-games'),(5070,'Action Forms Ltd.','action-forms-ltd'),(5072,'Grynsoft','grynsoft'),(5073,'Ripcord Games','ripcord-games'),(5074,'Big Grub','big-grub'),(5075,'MicroMouse','micromouse'),(5076,'Soft Enterprises','soft-enterprises'),(5077,'Data Becker','data-becker'),(5078,'BMS Modern Games Handelsagentur GmbH','bms-modern-games-handelsagentur-gmbh'),(12050,'Ashdar Games','ashdar-games'),(12051,'1337 Game Design','1337-game-design'),(1034,'Home Vision','home-vision'),(12053,'Imagility','imagility'),(5084,'Paul O\'Brian','paul-obrian'),(12057,'Midipixel','midipixel'),(12058,'Gaming Chef LTD','gaming-chef-ltd'),(12059,'Farom Studio','farom-studio'),(12060,'Agatsuma Entertainment','agatsuma-entertainment'),(1044,'Spectrum HoloByte, Inc.','spectrum-holobyte-inc--1'),(12066,'Higgler','higgler'),(5091,'Mousechief','mousechief'),(5092,'Adam Cadre','adam-cadre'),(5093,'Expansive Worlds','expansive-worlds'),(1049,'ITT Family Games','itt-family-games'),(5095,'Team Gigglesquid','team-gigglesquid'),(12069,'Gold Plate Games','gold-plate-games'),(12070,'IriySoft','iriysoft'),(12071,'SMARTPHONE LABS LLC','smartphone-labs-llc'),(12072,'Broken Fence Games','broken-fence-games'),(12073,'Popup Asylum','popup-asylum'),(12074,'Ghost Ship Games','ghost-ship-games'),(5116,'Schine','schine'),(5117,'Hodder & Stoughton','hodder-and-stoughton'),(5118,'Noumenon Games','noumenon-games'),(5119,'Supra Games UG','supra-games-ug'),(12078,'Splashteam','splashteam'),(5124,'Sanctuary Woods, Inc.','sanctuary-woods-inc'),(12080,'Incandescent Games','incandescent-games'),(5127,'Virtrium','virtrium'),(5128,'Mindscape Group - duplicate','mindscape-group-duplicate'),(5129,'Hyper Hippo Productions','hyper-hippo-productions'),(5130,'Yoostar Entertainment Group','yoostar-entertainment-group'),(5131,'CipSoft','cipsoft'),(5132,'Titanic Entertainment','titanic-entertainment'),(5133,'800 North and Digital Ranch','800-north-and-digital-ranch'),(5134,'Koalabeast','koalabeast'),(5136,'Refract Studios','refract-studios'),(5137,'Taiko Team','taiko-team'),(5138,'Arcane Kids','arcane-kids--1'),(5139,'Three Rings Design','three-rings-design'),(5140,'HappySoft','happysoft'),(5141,'Kowloon Kurosawa','kowloon-kurosawa'),(5142,'Playful','playful'),(12092,'Orange County Post','orange-county-post'),(12093,'EFX and West Producions','efx-and-west-producions'),(12094,'Plus B','plus-b'),(12095,'Payday','payday'),(12096,'Raleigh Studios','raleigh-studios'),(12097,'Alley Kat Studios','alley-kat-studios'),(5147,'Walaber','walaber'),(12099,'Post Logic','post-logic'),(12100,'B.L.S.','bls'),(12101,'Wild Tracks Audio','wild-tracks-audio'),(12102,'NOA Tree House','noa-tree-house'),(5150,'Highcliffe Media Publishing','highcliffe-media-publishing'),(12104,'The Kitchen','the-kitchen'),(12105,'2.35 Research PLC','2-dot-35-research-plc'),(12106,'CineFilm Laboratory','cinefilm-laboratory'),(12107,'Cimo Motorbike Shop Paris','cimo-motorbike-shop-paris'),(12108,'Foucher-Tretaau Paris','foucher-tretaau-paris'),(12109,'KTM Paradise Moto','ktm-paradise-moto'),(12110,'JoyBits','joybits'),(12111,'K4s Motion Studio','k4s-motion-studio'),(8719,'Warner Bros. Hollywood','warner-bros-hollywood'),(8720,'Sumida Triphony Hall','sumida-triphony-hall'),(5278,'Darkling Room','darkling-room'),(5279,'GrendelGames','grendelgames'),(8723,'Technicolor Creative Services','technicolor-creative-services'),(8724,'New Media Audio','new-media-audio'),(8725,'Zyamu Kikaku','zyamu-kikaku'),(8726,'Vocal Ltd.','vocal-ltd'),(5285,'Cube Roots','cube-roots'),(5286,'Plastic Reality Technologies','plastic-reality-technologies'),(5287,'SpinTop Games','spintop-games'),(5288,'Double Zero One Zero','double-zero-one-zero'),(5289,'IndiePub','indiepub'),(1085,'Microdeal','microdeal--1'),(5292,'KCEO','kceo'),(5293,'Pwnee Studios','pwnee-studios'),(5294,'Die Gute Fabrik','die-gute-fabrik'),(5296,'Power Up Audio','power-up-audio'),(5297,'Eruption Entertainment','eruption-entertainment'),(5298,'3D People','3d-people'),(5299,'BSK Games','bsk-games'),(8751,'The Tokyo Philharmonic Orchestra','the-tokyo-philharmonic-orchestra'),(8752,'Yokohama Minato Mirai Hall','yokohama-minato-mirai-hall'),(5307,'Alda Games','alda-games'),(8754,'Azabu-O Studio','azabu-o-studio'),(8755,'Wonder City','wonder-city'),(5310,'Subaltern Games','subaltern-games--1'),(5311,'Gray Design Associates','gray-design-associates'),(5312,'Sparpweed Games','sparpweed-games'),(5313,'Great War Team','great-war-team'),(5315,'Vision Software','vision-software'),(5316,'VSK Games','vsk-games'),(8761,'Make Stuff','make-stuff'),(8762,'NK and LZ','nk-and-lz'),(8763,'Gabe&Gabe Productions','gabe-and-gabe-productions'),(8764,'Jungle Sound','jungle-sound'),(8765,'The Treehouse','the-treehouse'),(8766,'Voice of the Arts','voice-of-the-arts'),(8767,'SOL Agency','sol-agency'),(8768,'Freedom Art','freedom-art'),(8769,'Toytec Digital Technology Center','toytec-digital-technology-center'),(8770,'ApathyWorks','apathyworks'),(8771,'Pirate Software','pirate-software'),(8772,'Kyodai','kyodai'),(8774,'Slacker Games','slacker-games'),(8775,'8 Points','8-points'),(8776,'Eastshade Studios','eastshade-studios'),(8777,'SDR Project','sdr-project'),(8778,'NYP','nyp'),(8779,'Extreme Reality','extreme-reality'),(8780,'Isotope 244','isotope-244'),(8781,'Adam Saltsman','adam-saltsman'),(8782,'Robin Arnott','robin-arnott'),(8783,'Holden Boyles','holden-boyles'),(8784,'Ciprian Stanciu','ciprian-stanciu'),(8785,'Nano Games sp. z o.o.','nano-games-sp-z-oo'),(5324,'Experience Inc.','experience-inc'),(5325,'Sekai Project','sekai-project'),(5326,'Camouflaj','camouflaj'),(5327,'Dark Enery Digital - duplicate','dark-enery-digital-duplicate'),(5328,'Depth Analysis Motionscan','depth-analysis-motionscan'),(5329,'Oil Factory Inc.','oil-factory-inc'),(1099,'Mercenary Technology','mercenary-technology'),(5331,'GOATi Outsourcing','goati-outsourcing'),(1101,'Meadowhill Interactive','meadowhill-interactive'),(5333,'Schiff Audino Casting','schiff-audino-casting'),(5334,'Rage Technology Group','rage-technology-group'),(5335,'Metropolis Studios London','metropolis-studios-london'),(8807,'Special Circumstances','special-circumstances'),(8808,'Pixelatto','pixelatto'),(5339,'Convoy Games','convoy-games'),(8810,'Ninja Kiwi','ninja-kiwi'),(5341,'Eikichi Kawaaki','eikichi-kawaaki'),(3466,'The Ant Farm','the-ant-farm'),(10277,'Tangible Media','tangible-media'),(3468,'Renkewitz Studios','renkewitz-studios'),(3469,'Thompson & Weddle','thompson-and-weddle'),(10281,'Studio GEN','studio-gen'),(3471,'Dash Dot Creations','dash-dot-creations'),(3472,'3D Brigade','3d-brigade'),(3473,'Artery Studios','artery-studios'),(3474,'Alvernia Studios','alvernia-studios'),(3475,'Genetix Jarosław Wójcik Studio','genetix-jaroslaw-wojcik-studio'),(3476,'Sointeractive Studio','sointeractive-studio'),(3477,'SIDE','side'),(10285,'Zafiro','zafiro'),(3479,'Triom Production','triom-production'),(10287,'Drama Drifters','drama-drifters'),(3481,'Willi Grossmann und Thomas Gesell GMBH','willi-grossmann-und-thomas-gesell-gmbh'),(3482,'Synthesis International SRL - MIlano','synthesis-international-srl-milano'),(3483,'Synthesis Iberia SL - Madrid','synthesis-iberia-sl-madrid'),(10292,'Terminal Press','terminal-press'),(3485,'Comgad - Computer Games Distribution, S.R.O','comgad-computer-games-distribution-sro'),(10298,'Microplay Software','microplay-software'),(10299,'ERS Game Studios','ers-game-studios'),(10300,'Through Games','through-games'),(10301,'Finish Line Games','finish-line-games'),(10302,'FireForge Games','fireforge-games'),(10303,'Leonard Menchiari','leonard-menchiari'),(10304,'IV Productions','iv-productions'),(10306,'Kirikoro Studios','kirikoro-studios'),(3497,'Queasy Games','queasy-games'),(3498,'Moving Shadow','moving-shadow'),(3499,'Oyster Partners','oyster-partners'),(10311,'Paranoid Productions','paranoid-productions'),(10312,'Overflow Games','overflow-games'),(10313,'MDNA Games','mdna-games'),(10314,'House House','house-house'),(10315,'Lizardcube','lizardcube'),(10317,'Micomsoft','micomsoft'),(10318,'Askiisoft','askiisoft'),(3512,'Electro-Vox Recording Studios','electro-vox-recording-studios'),(10321,'Carbon Games','carbon-games'),(10322,'Guard Crush Games','guard-crush-games'),(10323,'Dynamic Planning','dynamic-planning'),(10324,'Ludic','ludic'),(10325,'Platinum Productions','platinum-productions'),(10326,'Aisystem Tokyo','aisystem-tokyo'),(10327,'Studio Voltz','studio-voltz'),(3515,'Mesdames Céline Roger et Martine Barcala - Docteur Caroline Coutin','mesdames-celine-roger-et-martine-barcala-docteur-caroline-coutin'),(10331,'Sluggerfly','sluggerfly'),(3517,'Noise & Co','noise-and-co'),(3518,'Solid Express','solid-express'),(10334,'MistakenVisions','mistakenvisions'),(3521,'Service Limo Car (Paris)','service-limo-car-paris'),(3522,'Ascot Limousine Service (LA, NY)','ascot-limousine-service-la-ny'),(10338,'Darewise Entertainment','darewise-entertainment'),(10339,'Artur Games','artur-games'),(3528,'Les Gobelins - L\'Ecole de l\'Image','les-gobelins-lecole-de-limage'),(3529,'Getty Images','getty-images'),(3530,'GotFootage.com','gotfootage-dot-com'),(3531,'Centre National De La Cinematographie','centre-national-de-la-cinematographie'),(3532,'Tokyo TV Center','tokyo-tv-center'),(3533,'MetaPlace','metaplace'),(3534,'PDP','pdp'),(3535,'ReStar','restar'),(10348,'Strangely Named Studio','strangely-named-studio'),(3537,'Studio Gobo','studio-gobo'),(10350,'Magic Lantern','magic-lantern'),(10351,'KeokeN Interactive','keoken-interactive'),(10352,'Mixtvision','mixtvision'),(10353,'Mr. Whale’s Game Service','mr-whales-game-service'),(3547,'big idea music productions inc.','big-idea-music-productions-inc'),(10357,'AdoreStudio','adorestudio'),(10358,'GameFX Technology','gamefx-technology'),(3551,'TASCAM','tascam'),(3552,'TC-HELICON','tc-helicon'),(3553,'West LA Music','west-la-music'),(10362,'I\'Max','imax'),(3555,'Media Grabbers','media-grabbers'),(12,'Black Isle Studios','black-isle-studios'),(10369,'DM Media','dm-media'),(10370,'Fistful of Frags Team','fistful-of-frags-team'),(3560,'Tepo Swaoe Agency','tepo-swaoe-agency'),(10372,'Michal Kruba','michal-kruba'),(10373,'Anarteam','anarteam'),(10374,'Wolfpack Studios','wolfpack-studios'),(10375,'Digital Dreams','digital-dreams'),(10376,'Barbu Corporation','barbu-corporation'),(10377,'WeMade Entertainment','wemade-entertainment'),(10378,'Roland Studios','roland-studios'),(10379,'Actvision','actvision'),(10380,'Whale Hammer Games','whale-hammer-games'),(10381,'Ayopa Games LLC','ayopa-games-llc'),(3565,'Glass Egg Digital Media Ltd.','glass-egg-digital-media-ltd'),(3566,'Fresh Inc.','fresh-inc'),(3567,'Mike Hayes Design','mike-hayes-design'),(3568,'Resolution Digital Studios Chicago','resolution-digital-studios-chicago'),(3569,'Sound Chemistry LLC','sound-chemistry-llc'),(3570,'Northwest Sinfonia','northwest-sinfonia'),(3571,'Studio X, Seattle','studio-x-seattle'),(3572,'Prologue Films','prologue-films'),(3573,'Umbra','umbra'),(3574,'Libera','libera'),(3575,'London Voices','london-voices'),(3576,'Abbey Road Studios','abbey-road-studios'),(3577,'Hog Hill Mill','hog-hill-mill'),(20,'Darkside Game Studios','darkside-game-studios'),(10416,'Blitz Arcade','blitz-arcade'),(10417,'Code Avarice','code-avarice'),(10418,'Nacoty','nacoty'),(10419,'J-Wing','j-wing'),(10420,'Axxiom','axxiom'),(3599,'Shanghai ArtCoding Software., Ltd.','shanghai-artcoding-software-dot-ltd'),(3600,'Rockstar Games NYC','rockstar-games-nyc'),(10424,'THQ International','thq-international'),(3602,'Verbatim','verbatim'),(3603,'Parabolic','parabolic'),(10426,'PagodaWest Games','pagodawest-games'),(3617,'Fontoló Studió Ltd.','fontolo-studio-ltd'),(10428,'Mografi','mografi'),(3619,'ITI Ltd.','iti-ltd'),(3620,'ArcTV Ltd.','arctv-ltd'),(3621,'toneworx GmbH','toneworx-gmbh'),(3622,'Draftfcb','draftfcb'),(3623,'NOA Product Testing','noa-product-testing'),(3624,'NOE Quality Assurance','noe-quality-assurance'),(3625,'Aryz','aryz'),(10435,'Federation X Media Group AB','federation-x-media-group-ab'),(3628,'K74','k74'),(10437,'Mirage Graphics','mirage-graphics'),(3630,'Capcom Japan','capcom-japan'),(3631,'Universally Speaking Ltd.','universally-speaking-ltd'),(3632,'Audiomotion Studio','audiomotion-studio'),(3633,'The Mill','the-mill'),(3634,'Sperasoft','sperasoft'),(3635,'Xentrix Studos','xentrix-studos'),(10442,'Com2uS','com2us'),(10443,'ASK Homework','ask-homework'),(10444,'PixelNAUTS','pixelnauts'),(3639,'Bratislava Symphony','bratislava-symphony'),(3640,'Bratislave Symphony','bratislave-symphony'),(10447,'Free Reign Entertainment','free-reign-entertainment'),(10449,'Étienne Périn','etienne-perin'),(10450,'Codo Games','codo-games'),(10451,'Stenkross Studios','stenkross-studios'),(10452,'Brain Storm Entertainment','brain-storm-entertainment'),(10453,'Stepping Stone','stepping-stone'),(10459,'IndieGala','indiegala'),(10460,'Scott Games','scott-games'),(10461,'Developmental Learning Materials','developmental-learning-materials'),(10462,'Educational Information Systems','educational-information-systems'),(10463,'Micro Distributors','micro-distributors'),(3660,'Polish PM','polish-pm'),(3661,'asrec','asrec'),(3662,'47 Communications','47-communications'),(3663,'Lunch PR','lunch-pr'),(3664,'The Code Works','the-code-works'),(3665,'King Records','king-records'),(3666,'A-Wave','a-wave'),(10471,'Dampa','dampa'),(10472,'Elvyn Software','elvyn-software'),(10475,'Three Phase Interactive','three-phase-interactive'),(10477,'Imaginative Systems Software','imaginative-systems-software'),(10478,'Creative Software','creative-software'),(57,'Certain Affinity','certain-affinity'),(59,'Blizzard North','blizzard-north'),(3710,'Solid Software','solid-software'),(3711,'Qute','qute'),(10504,'Threef','threef'),(10505,'BAKCORP studio','bakcorp-studio'),(10506,'Axol Studio, LLC','axol-studio-llc'),(10509,'Reeaction Studios','reeaction-studios'),(10510,'Went2Play','went2play'),(10511,'Lynnea Glasser','lynnea-glasser'),(3721,'Dan Gorlin','dan-gorlin'),(10513,'MADSOFT Games','madsoft-games'),(10514,'OutOfBounds Software Solutions, Inc.','outofbounds-software-solutions-inc'),(10515,'Flying Lab Software','flying-lab-software'),(3725,'Casady & Greene','casady-and-greene'),(3726,'Paragon Studios','paragon-studios'),(10518,'kircode','kircode'),(10520,'UBJ3D','ubj3d'),(10521,'Studio Avante','studio-avante'),(10522,'Ground Control Studios','ground-control-studios'),(10523,'Black Cloud Studios','black-cloud-studios'),(10524,'Unlok','unlok'),(10525,'Milkman Games','milkman-games'),(10526,'Egg Zero','egg-zero'),(10527,'Dharker Studio','dharker-studio'),(3743,'MD Assets','md-assets'),(3744,'Star City Designs','star-city-designs'),(3745,'Magic Pixel Games','magic-pixel-games'),(3746,'Export 2 Reality','export-2-reality'),(10531,'Fusion Reactions','fusion-reactions'),(3748,'dictaculardesign','dictaculardesign'),(3749,'Trac Games','trac-games'),(3750,'PKT Design','pkt-design'),(3751,'Testronic','testronic'),(3752,'DMC/IC2','dmc-slash-ic2'),(3753,'SCEA - duplicate','scea-duplicate'),(3755,'United States Army','united-states-army'),(3756,'Ravegan','ravegan'),(3757,'Elverils LLC','elverils-llc'),(3758,'Evolve PR','evolve-pr'),(3759,'Studio Umlaut','studio-umlaut'),(10541,'Misc Games','misc-games'),(10542,'Horisoft','horisoft'),(3766,'TinyXML','tinyxml'),(3767,'LibSUL','libsul'),(3768,'The Brightskull Entertainment Group','the-brightskull-entertainment-group'),(6860,'Pagani Automobili','pagani-automobili'),(6861,'Panasonic Marketing Europe','panasonic-marketing-europe'),(6862,'Panoz Auto Development','panoz-auto-development'),(6863,'PESCAROLO SPORT','pescarolo-sport'),(6864,'AUTOMOBILES PEUGEOT','automobiles-peugeot'),(6865,'Phoenix Wheel Company','phoenix-wheel-company'),(6866,'PIRELLI','pirelli'),(6867,'Pratt & Miller Engineering','pratt-and-miller-engineering'),(6868,'RAYS','rays'),(6869,'Recaro','recaro'),(6870,'Red Bull Racing','red-bull-racing'),(6871,'RENAULT','renault'),(6872,'RENOWN','renown'),(6873,'Richard Petty Motorsports','richard-petty-motorsports'),(6874,'Robert Bosch','robert-bosch'),(6875,'Roush Fenway Racing','roush-fenway-racing'),(6876,'Ruf Vertrieb','ruf-vertrieb'),(6877,'SABELT','sabelt'),(6878,'Sandtler','sandtler'),(6879,'San-eishobo Publishing','san-eishobo-publishing'),(6880,'SCRAMP (Laguna Seca Raceway)','scramp-laguna-seca-raceway'),(6881,'SEAT','seat'),(6882,'Shell Brands International / Shell Oil Company','shell-brands-international-slash-shell-oil-company'),(6883,'S.I.A.S. Autodromo Nazionale Monza','sias-autodromo-nazionale-monza'),(6884,'Simpson Performance Products','simpson-performance-products'),(6885,'SKF','skf'),(6886,'SONAX','sonax'),(6887,'Sparco','sparco'),(6888,'Speedline','speedline'),(6890,'Spyker Cars','spyker-cars'),(6891,'Stanley Works (Europe)','stanley-works-europe'),(6892,'Stewart-Haas Racing','stewart-haas-racing'),(6893,'SUNOCO (R&M)','sunoco-r-and-m'),(78,'Snowblind Studios','snowblind-studios'),(79,'Magic Pockets','magic-pockets'),(81,'Destination Software','destination-software'),(6915,'Opus Artz Ltd','opus-artz-ltd'),(6916,'Bedtime Digital Games','bedtime-digital-games'),(6917,'Nurijoy','nurijoy'),(6919,'Acttil','acttil'),(6920,'Darkwave Games','darkwave-games'),(6921,'82 Apps','82-apps'),(6922,'Tuesday Society','tuesday-society'),(6923,'Big Fat Alien','big-fat-alien'),(6924,'Daylight Studios','daylight-studios'),(6925,'Innocent Grey','innocent-grey'),(6926,'Blueberry Soft','blueberry-soft'),(6927,'Slick Entertainment','slick-entertainment'),(6928,'SilverBirch Studios','silverbirch-studios'),(6929,'TAD Productions AB','tad-productions-ab'),(89,'Shokwave','shokwave'),(90,'Neversoft Entertainment','neversoft-entertainment'),(6931,'Bread Vision Studios LLC','bread-vision-studios-llc'),(6932,'YoYo Games','yoyo-games'),(6933,'Parsec Productions','parsec-productions'),(6934,'FERNANDO RAMALLO','fernando-ramallo'),(6935,'DAVID KANAGA','david-kanaga'),(6936,'Uglysoft','uglysoft'),(6937,'souvenir circ.','souvenir-circ'),(97,'New World Computing','new-world-computing'),(6947,'Ghost A/S','ghost-a-slash-s'),(6948,'Data Realms','data-realms'),(6949,'9heads Game Studios','9heads-game-studios'),(100,'Nival Interactive','nival-interactive'),(101,'Freeverse Software','freeverse-software'),(103,'Black Hole Entertainment','black-hole-entertainment'),(6965,'Allods Team','allods-team'),(6966,'Mail.Ru Games','mail-dot-ru-games'),(6967,'Witan Game Production House','witan-game-production-house'),(6968,'Zooloretto','zooloretto'),(6970,'Frima Studio','frima-studio'),(6971,'rokapublish GmbH','rokapublish-gmbh'),(6972,'Libredia','libredia'),(6973,'Noble Master Games','noble-master-games'),(6974,'Team Blacksea Odyssey','team-blacksea-odyssey'),(6975,'Killjoy Games','killjoy-games'),(107,'Lego Media','lego-media'),(108,'Techland','techland'),(7001,'Starwave','starwave'),(7002,'Living Mobile','living-mobile'),(7003,'Oldblood','oldblood'),(7004,'Mechabit','mechabit'),(7005,'Still Games','still-games'),(7006,'South East Games','south-east-games'),(7007,'Kajak Games','kajak-games'),(7008,'Phantomery Interactive','phantomery-interactive'),(7009,'Mamba Games','mamba-games'),(7010,'CooCooSqueaky','coocoosqueaky'),(7011,'34BigThings','34bigthings'),(119,'Mass Media Interactive Entertainment','mass-media-interactive-entertainment'),(7014,'Team Muramasa','team-muramasa'),(7015,'radiostatic','radiostatic'),(7016,'Dreamsite Games','dreamsite-games'),(7017,'Reality Twist','reality-twist'),(7018,'astragon Sales & Services','astragon-sales-and-services'),(7019,'C3SK','c3sk'),(7020,'Руссобит-М','russobit-m'),(7021,'Trese Brothers','trese-brothers'),(7022,'Sunlight Games','sunlight-games'),(7023,'FiolaSoft Studio','fiolasoft-studio'),(7024,'Monogon Games','monogon-games'),(7025,'Snapshot Games','snapshot-games'),(7026,'KBros Games','kbros-games'),(7027,'Nikola Kostic','nikola-kostic'),(7028,'Steel Crate Games','steel-crate-games'),(7029,'93 Games Studio','93-games-studio'),(7030,'Moonpod','moonpod'),(7031,'Will O\'Neill','will-oneill'),(7032,'Will O\'Neill','will-oneill--1'),(7033,'Different Cloth','different-cloth'),(7034,'Cryptic Sea','cryptic-sea'),(7035,'Chronic Logic','chronic-logic'),(7036,'Technocrat Games','technocrat-games'),(7037,'Pixel Pi Games','pixel-pi-games'),(7038,'Stellar Jockeys','stellar-jockeys'),(7040,'Digital Homicide Studios','digital-homicide-studios'),(130,'MacSoft Games','macsoft-games'),(131,'Robot Entertainment','robot-entertainment'),(133,'Rogue Entertainment','rogue-entertainment'),(7048,'RSK Entertainment','rsk-entertainment'),(7049,'Draknek','draknek'),(7050,'Toasty Games','toasty-games'),(7051,'Squid In A Box','squid-in-a-box'),(7053,'WARP','warp'),(7054,'foursfield','foursfield'),(7055,'software studios','software-studios'),(7056,'SUTD Game Lab','sutd-game-lab'),(7057,'Ty Taylor & Mario Castañeda','ty-taylor-and-mario-castaneda'),(7058,'The Quantum Astrophysicists Guild','the-quantum-astrophysicists-guild'),(7059,'WalterMachado','waltermachado'),(7060,'Antonio Renna','antonio-renna'),(7061,'All Seeing Eye Games','all-seeing-eye-games'),(137,'Digital Illusions CE','digital-illusions-ce'),(138,'Refraction Games','refraction-games'),(7072,'Royal Troupe','royal-troupe'),(7073,'Oliver Keppelmüller','oliver-keppelmuller'),(7074,'Aniplex Mobile','aniplex-mobile'),(7075,'16 Blitz Mastertronic','16-blitz-mastertronic'),(7076,'Apparition Games','apparition-games'),(7077,'Turtle Sandbox','turtle-sandbox'),(7078,'Moppin','moppin'),(7081,'Licorice','licorice'),(7082,'Zigurat Software','zigurat-software'),(7083,'Webrox','webrox'),(7084,'mohawk games','mohawk-games'),(7085,'Tennen-sozai','tennen-sozai'),(7086,'Eye Studio','eye-studio'),(7087,'Flat Software','flat-software'),(7110,'Indi','indi'),(7112,'UnSane Creations','unsane-creations'),(7113,'Internecine','internecine'),(7114,'Kiro\'o Games','kiroo-games'),(7115,'Starbyte','starbyte'),(152,'MicroProse','microprose'),(153,'Digital Illusions CE: Canada','digital-illusions-ce-canada'),(154,'Neowiz Games','neowiz-games'),(7126,'ACE','ace'),(158,'Crytek UK','crytek-uk'),(159,'Konami Computer Entertainment Tokyo','konami-computer-entertainment-tokyo'),(7139,'Play Byte','play-byte'),(7140,'Excalibur','excalibur'),(7141,'Addictive','addictive'),(7142,'Aegis','aegis'),(7143,'Logotron','logotron'),(7144,'Fanfare','fanfare'),(7146,'Thalamus','thalamus'),(7147,'Summit','summit'),(7148,'SPA','spa'),(7149,'Mirage','mirage'),(7150,'Carraz','carraz'),(7151,'New Deal Productions','new-deal-productions'),(7152,'L. K. Avalon','l-k-avalon'),(7153,'Eclipse','eclipse'),(7154,'Mindware','mindware'),(7155,'Joker Software','joker-software'),(7156,'Rockstar Studios','rockstar-studios'),(7157,'Buttons Studios','buttons-studios'),(7158,'Blue Sunset Studios','blue-sunset-studios'),(7159,'Linel','linel'),(7160,'Magic Soft','magic-soft'),(7161,'Oxford Softworks','oxford-softworks'),(10562,'Tinker Games','tinker-games'),(10563,'OddBird Studio','oddbird-studio'),(10564,'DeNA','dena'),(10565,'Surgical Scalpels','surgical-scalpels'),(10566,'Third Impression','third-impression'),(10567,'Steam Powered Giraffe','steam-powered-giraffe'),(179,'Activision Blizzard','activision-blizzard'),(182,'Nihilistic Software','nihilistic-software'),(183,'Hasbro Interactive','hasbro-interactive'),(10579,'Gebelli Software, Inc.','gebelli-software-inc'),(10580,'FireFlame Games','fireflame-games'),(10581,'Portion','portion'),(185,'Ninjaforce','ninjaforce'),(10583,'CE Software','ce-software'),(10584,'Lassie Games','lassie-games'),(10585,'Demruth','demruth'),(188,'Apogee Software','apogee-software'),(10591,'Grumpyface Studios','grumpyface-studios'),(10593,'Dragonfly','dragonfly'),(192,'Zodttd','zodttd'),(10599,'CBS Software','cbs-software'),(194,'Hothouse Creations','hothouse-creations'),(10601,'Kitty Calis','kitty-calis'),(10602,'Jan Willem Nijman','jan-willem-nijman'),(10603,'doseone','doseone'),(10604,'Osmotic Studios','osmotic-studios'),(10605,'2K - duplicate','2k-duplicate'),(10606,'GTArcade Entertainment','gtarcade-entertainment'),(10607,'GTArcade.com','gtarcade-dot-com'),(10609,'Halfbrick Studios Pty Ltd','halfbrick-studios-pty-ltd'),(10610,'Clockwork Pixels','clockwork-pixels'),(10611,'BrightLight','brightlight'),(10612,'Space Fractal','space-fractal'),(10613,'TempleTiger','templetiger'),(10614,'Gamaya Inc','gamaya-inc'),(10615,'Torreng Labs','torreng-labs'),(202,'Pterodon','pterodon'),(203,'Illusion Softworks','illusion-softworks'),(10621,'Romox Inc.','romox-inc'),(10622,'Rocket Rainbow Studios','rocket-rainbow-studios'),(10623,'Just A Pixel Ltd','just-a-pixel-ltd'),(10626,'Unicube','unicube'),(10627,'Ivent Games','ivent-games'),(10628,'Steamroller Studios','steamroller-studios'),(10629,'Multitude','multitude'),(10630,'Gooby.exe','gooby-dot-exe'),(10631,'Vidroid','vidroid'),(10632,'Tony Porter, Gary Priest, Dave Roach, Jon Harrison, Kevin Bulmer, Benn Daglish','tony-porter-gary-priest-dave-roach-jon-harrison-kevin-bulmer-benn-daglish'),(10633,'Razorsoft, Inc.','razorsoft-inc'),(10634,'Jutsu Games','jutsu-games'),(10635,'Thing Trunk','thing-trunk'),(10642,'Colorado Symphony','colorado-symphony'),(10643,'Seventoon Inc.','seventoon-inc'),(10644,'Jason Graves Music, Inc.','jason-graves-music-inc'),(10645,'Food Inc.','food-inc'),(10646,'Flash Bomb Audio','flash-bomb-audio'),(10647,'E.W. Scripps Company','ew-scripps-company'),(217,'Morning Star Multimedia','morning-star-multimedia'),(218,'Vatical Entertainment','vatical-entertainment'),(10650,'Matchlock','matchlock'),(10651,'Mc Comb Sound','mc-comb-sound'),(10652,'WhyTest','whytest'),(10653,'Paradox South','paradox-south'),(222,'BioWare Edmonton','bioware-edmonton'),(223,'Edge of Reality','edge-of-reality'),(224,'3D Realms','3d-realms'),(225,'Lobotomy Software','lobotomy-software'),(226,'Aardvark Software','aardvark-software'),(10670,'Star Systems Software, Inc.','star-systems-software-inc'),(10671,'Electronic Software Limited','electronic-software-limited'),(10672,'Graphic Research Co., Ltd.','graphic-research-co-dot-ltd'),(228,'FormGen','formgen'),(230,'MachineWorks Northwest','machineworks-northwest'),(231,'Tec Toy Indústria de Brinquedos','tec-toy-industria-de-brinquedos'),(232,'Triptych Games','triptych-games'),(233,'Piranha Games','piranha-games'),(235,'Heuristic Park','heuristic-park'),(10682,'Jujubee Games','jujubee-games'),(238,'Typhoon Games','typhoon-games'),(10684,'Manufacture43','manufacture43'),(240,'Stainless Steel Studios','stainless-steel-studios'),(10690,'Simutronics Corporation','simutronics-corporation'),(10691,'C.I.N.I.C. Games','cinic-games'),(10692,'SIE Japan Studio','sie-japan-studio'),(10693,'Fetal Position Games','fetal-position-games'),(10694,'Molleindustria','molleindustria'),(10695,'Colossal Wreck','colossal-wreck'),(10696,'WG Labs','wg-labs'),(10697,'Counterplay Games Inc.','counterplay-games-inc'),(10698,'Bitmen Studios','bitmen-studios'),(10699,'Krom Stern','krom-stern'),(10700,'Sean O\'Connor','sean-oconnor'),(245,'ZeniMax Media','zenimax-media'),(246,'Micro Forté','micro-forte'),(10714,'Studio Point d\'Orgue','studio-point-dorgue'),(10715,'Genuin Musikproduktion','genuin-musikproduktion'),(10716,'Pole to Win UK','pole-to-win-uk'),(10725,'Tochka','tochka'),(10726,'Haxaproject Inc.','haxaproject-inc'),(10731,'Vivagraphics','vivagraphics'),(10732,'claps Inc.','claps-inc'),(254,'Widescreen Games','widescreen-games'),(10734,'sonicjam Inc','sonicjam-inc'),(10735,'Opt. Inc.','opt-inc'),(10736,'Studio Parc','studio-parc'),(10737,'Vlatatrame Creation Sonore','vlatatrame-creation-sonore'),(10738,'Massive Black - duplicate 2','massive-black-duplicate-2'),(10739,'KoreybaArts','koreybaarts'),(10740,'Mario Galaxy Orchtestra','mario-galaxy-orchtestra'),(10741,'Eclipse Advertising','eclipse-advertising'),(10742,'Wikipedia','wikipedia'),(10743,'Framestone NY','framestone-ny'),(10744,'Maverick Media','maverick-media'),(10745,'Firefish Research','firefish-research'),(10746,'Greenroom Digital','greenroom-digital'),(10747,'Taiyo Kikaku','taiyo-kikaku'),(10748,'Release Universal Network','release-universal-network'),(10750,'Asora','asora'),(10751,'N-Design','n-design'),(10752,'pH studio','ph-studio'),(10753,'Terabyte Inc.','terabyte-inc'),(10754,'ToyBox','toybox'),(10755,'River Studio Inc.','river-studio-inc'),(10756,'Saitama Prefecture','saitama-prefecture'),(10757,'Sai-no-kuni Visual Plaza','sai-no-kuni-visual-plaza'),(10758,'Digital Skip Station','digital-skip-station'),(10759,'Imagica','imagica'),(10760,'Bad Animals Seattle','bad-animals-seattle'),(258,'KnowWonder','knowwonder'),(259,'Warthog Games','warthog-games'),(260,'Argonaut Games','argonaut-games'),(10765,'e-mixing','e-mixing'),(10766,'Azurite','azurite'),(264,'HanbitSoft','hanbitsoft'),(10777,'Hotel Metropole, Brussels','hotel-metropole-brussels'),(267,'TalonSoft','talonsoft'),(10779,'SVN','svn'),(10780,'Soap Creative','soap-creative'),(10781,'MK12','mk12'),(10782,'Ecurie 25','ecurie-25'),(3862,'AMPERSAMD CONTENT','ampersamd-content'),(10784,'Nimrod','nimrod'),(3865,'Sonox Audio Solutions','sonox-audio-solutions'),(3866,'The Sound Department - Austin','the-sound-department-austin'),(311,'Digital Dialect','digital-dialect'),(10794,'Absolute Textures','absolute-textures'),(10795,'3D Total.com','3d-total-dot-com'),(10796,'Artur Games, 2014','artur-games-2014'),(3883,'RIVER','river'),(3884,'Daybreak CG','daybreak-cg'),(3885,'QW Creatives','qw-creatives'),(3886,'1910 Design & Communication','1910-design-and-communication'),(3887,'Volta Creations Inc.','volta-creations-inc'),(10799,'Netker Co., Ltd.','netker-co-dot-ltd'),(3889,'Fat Little Indian Boy','fat-little-indian-boy'),(3890,'Standard Deviation','standard-deviation'),(3891,'Diligentia','diligentia'),(3892,'Hansoft','hansoft'),(3893,'ZeniMax France','zenimax-france'),(3894,'ZeniMax Germany','zenimax-germany'),(3895,'ZeniMax Benelux','zenimax-benelux'),(3896,'La Marque Rose','la-marque-rose'),(3897,'Synthesis Germany','synthesis-germany'),(10803,'Vertigo Gaming','vertigo-gaming'),(3901,'Toei Zukun Laboratory','toei-zukun-laboratory'),(3902,'SPD Technology Group','spd-technology-group'),(3903,'BioWare Montreal','bioware-montreal'),(3904,'Towa Chiki','towa-chiki'),(3906,'Anuman Interactive','anuman-interactive'),(3907,'Creative Patterns','creative-patterns'),(3908,'Picsoft Studio','picsoft-studio'),(10812,'Black Cube','black-cube'),(10813,'Answer Software','answer-software'),(10814,'Southern Software, Ltd.','southern-software-ltd'),(10815,'Big Daddy\'s Creations','big-daddys-creations'),(10816,'Portal Publishing','portal-publishing'),(10817,'Ultrasoft, Inc.','ultrasoft-inc'),(10818,'The Connelley Group','the-connelley-group'),(10819,'Challenger Software International','challenger-software-international'),(10820,'Ovosonico','ovosonico'),(10821,'Ultra Ultra','ultra-ultra'),(10822,'Neon Deity Games','neon-deity-games'),(10823,'Poni-Pachet SY','poni-pachet-sy'),(10824,'Pixelfoot Games','pixelfoot-games'),(10825,'ASMB Games','asmb-games'),(10826,'We Are Bots','we-are-bots'),(10827,'EZ ENTERTAINMENT','ez-entertainment'),(10828,'Cinematronics, LLC','cinematronics-llc'),(10829,'Kelvin Studio','kelvin-studio'),(10830,'Computer Magic, Ltd.','computer-magic-ltd'),(10831,'Program Design Inc.','program-design-inc'),(10832,'Sparkypants','sparkypants'),(10833,'Digital Chestnut','digital-chestnut'),(7175,'Storm','storm'),(7176,'Team Lumo','team-lumo'),(7177,'Rumpus','rumpus'),(7178,'MicroIllusions','microillusions'),(10840,'Sunken Treasure Games','sunken-treasure-games'),(7183,'Apex Systems','apex-systems'),(7184,'Rush Software','rush-software'),(7185,'QUICKTEQUILA','quicktequila'),(10846,'vascogames','vascogames'),(324,'Square Soft','square-soft'),(325,'Saffire','saffire'),(326,'Cyan Worlds','cyan-worlds'),(327,'Midway Games','midway-games'),(4149,'Chrom Studio','chrom-studio'),(4150,'OF3D','of3d'),(7472,'Kloonigames','kloonigames'),(10877,'Fully Ramblomatic','fully-ramblomatic'),(10878,'Krira Tech','krira-tech'),(7474,'DnS Development','dns-development'),(7475,'Hemisphere Games','hemisphere-games'),(10881,'getexp, Inc.','getexp-inc'),(10882,'DigiPlox','digiplox'),(4156,'OC3','oc3'),(4157,'Failbetter Games Ltd.','failbetter-games-ltd'),(4158,'Gskinner.com','gskinner-dot-com'),(10897,'Divine Gaming','divine-gaming'),(4173,'FASA Studios - duplicate','fasa-studios-duplicate'),(4174,'Forza Audio','forza-audio'),(7506,'Dark Water Studios Ltd','dark-water-studios-ltd'),(7507,'Instinct Software Ltd.','instinct-software-ltd'),(7508,'KTX Software','ktx-software'),(7509,'Signo & Arte','signo-and-arte'),(7510,'Cadenza Interactive','cadenza-interactive'),(7511,'Nemesys Games','nemesys-games'),(7512,'Dedication Games','dedication-games'),(7513,'Muzzy Lane Software','muzzy-lane-software'),(7514,'Ntronium Games','ntronium-games'),(4179,'Infamous Quests','infamous-quests'),(4180,'MagicalTimeBean','magicaltimebean'),(7567,'Bootsnake Games','bootsnake-games'),(7568,'Locked Door Puzzle','locked-door-puzzle'),(7569,'Down to the Wire','down-to-the-wire'),(10966,'beyondthosehills','beyondthosehills'),(10967,'Parabox Games','parabox-games'),(10968,'Dinamix, Inc.','dinamix-inc'),(10969,'Woodsy Studio','woodsy-studio'),(10970,'Bleeding Colors Games','bleeding-colors-games'),(10971,'Endi Milojkoski','endi-milojkoski'),(10973,'Med Systems Software','med-systems-software'),(10974,'Rock-Ola Manufacturing Corporation','rock-ola-manufacturing-corporation'),(4195,'IAM Agency','iam-agency'),(4196,'AONI Productions','aoni-productions'),(4197,'ACROSS Entertainment','across-entertainment'),(4198,'Ability Soul Pro','ability-soul-pro'),(4199,'ave;new','ave-new'),(7614,'Burut CT','burut-ct'),(7615,'Jet Set Games','jet-set-games'),(7616,'Smudged Cat Games Ltd','smudged-cat-games-ltd'),(4203,'PRO-FIT Inc.','pro-fit-inc'),(4204,'MAUSU PROMOTION','mausu-promotion'),(7620,'Turtle Cream','turtle-cream'),(4207,'Fennel Inc','fennel-inc'),(4208,'STUDIO ToOeuf Inc.','studio-tooeuf-inc'),(4209,'Albany High School Choirs','albany-high-school-choirs'),(4210,'Cybione','cybione'),(4211,'ASO - Tour de France','aso-tour-de-france'),(4212,'Binari Sonori America Inc.','binari-sonori-america-inc'),(7627,'Cubed Productions LLC','cubed-productions-llc'),(4215,'KUSANAGI','kusanagi'),(4216,'Take','take'),(4217,'Sarumatakumi','sarumatakumi'),(7632,'Stealth Studios Inc.','stealth-studios-inc'),(7633,'Bill Corkey Productions','bill-corkey-productions'),(4220,'Gen Ittetsu Strings','gen-ittetsu-strings'),(4221,'SUGAMO Children\'s Chorus','sugamo-childrens-chorus'),(4222,'SHLOC Ltd.','shloc-ltd'),(4223,'The Odd Gentlemen','the-odd-gentlemen'),(7641,'MZone Studio','mzone-studio'),(7642,'LTR Production','ltr-production'),(7643,'Prelight','prelight'),(7644,'SOWAT 3BDC','sowat-3bdc'),(7645,'Vienna Symphonic Libary','vienna-symphonic-libary'),(7646,'Heavy Melody Music & Sound Design','heavy-melody-music-and-sound-design'),(7647,'Atari Interactive','atari-interactive'),(7648,'Alerte Orange','alerte-orange'),(7649,'Visual Link','visual-link'),(7656,'Glass Egg','glass-egg'),(2278,'AM1','am1'),(10220,'Titan Studios','titan-studios'),(2281,'Neat Deal Productions','neat-deal-productions'),(2282,'Soundelux Design Music Group','soundelux-design-music-group'),(2283,'Virtuous','virtuous'),(2284,'Ladyluck Digital Media','ladyluck-digital-media'),(13858,'Dev9k','dev9k'),(13859,'R-Novel Studio','r-novel-studio'),(13860,'bch waves','bch-waves'),(13861,'Whirlpool','whirlpool'),(13862,'Destination Games','destination-games'),(13863,'Crea-ture Studios','crea-ture-studios'),(10225,'MakeItSo Software','makeitso-software'),(13866,'Airys Software','airys-software'),(13867,'Game Studio','game-studio'),(13868,'Your Infamous, LLC','your-infamous-llc'),(13869,'Computer Shack','computer-shack'),(13870,'Popy','popy'),(10228,'ChillCrow','chillcrow'),(2298,'Neoplay','neoplay'),(2299,'SNK Neogeo USA Consumer','snk-neogeo-usa-consumer'),(10230,'Blacklight Interactive','blacklight-interactive'),(10231,'Buschbaum Media','buschbaum-media'),(2307,'Nissimo','nissimo'),(2308,'SLAM Productions','slam-productions'),(2309,'Ntreev Soft','ntreev-soft'),(10234,'Blink Studios','blink-studios'),(10235,'The Studio of Secret6','the-studio-of-secret6'),(10236,'GameTextures','gametextures'),(2314,'Midway Los Angeles','midway-los-angeles'),(2315,'DoubleTap Games','doubletap-games'),(10239,'Warehouse Live','warehouse-live'),(2317,'Indie Built','indie-built'),(2318,'Loose Cannon Studios','loose-cannon-studios'),(2319,'OUAT Entertainment','ouat-entertainment'),(2320,'Nowpro','nowpro'),(2321,'ENCOM International','encom-international'),(2322,'Fall Line Studios','fall-line-studios'),(2323,'Mid Carolina Media','mid-carolina-media'),(2324,'CyberFront Korea','cyberfront-korea'),(10242,'Ludwig Drum Company','ludwig-drum-company'),(10243,'Digital Ribbon','digital-ribbon'),(10244,'Delivery Agent','delivery-agent'),(10245,'Label Interactive','label-interactive'),(10246,'Zazzle','zazzle'),(2328,'Tabot Inc','tabot-inc'),(10250,'CG Folks Studio','cg-folks-studio'),(2853,'Nintedo NSD','nintedo-nsd'),(2331,'Le Cortex','le-cortex'),(2855,'Snood World','snood-world'),(2856,'David M. Dobson','david-m-dobson'),(2858,'Kitty Group','kitty-group'),(2336,'Coyote Console','coyote-console'),(2860,'Milion Co.','milion-co'),(2861,'Realism','realism'),(2339,'Arcade Moon','arcade-moon'),(2340,'Codemasters Birmingham','codemasters-birmingham'),(2864,'Creative Labs','creative-labs'),(2865,'Intel Corporation','intel-corporation'),(2342,'Nintendo EAD Group No. 5','nintendo-ead-group-no-5'),(2343,'Comcept','comcept'),(2344,'Inti Creates','inti-creates'),(2890,'Bimboosoft','bimboosoft'),(2891,'MASA Group','masa-group'),(2892,'Sega Rosso','sega-rosso'),(2348,'Flextronics','flextronics'),(2349,'Attention Software','attention-software'),(2350,'Ouya, Inc.','ouya-inc'),(2352,'Malibu Interactive','malibu-interactive'),(2353,'John W. Ratcliff','john-w-ratcliff'),(2898,'Crowbar Collective','crowbar-collective'),(2355,'Enigma Variations','enigma-variations'),(2356,'MC2-Microïds','mc2-microids'),(2903,'Poppermost Productions','poppermost-productions'),(2362,'Copya System','copya-system'),(2906,'William Higinbotham','william-higinbotham'),(2364,'Big Fun Games','big-fun-games'),(2365,'Micronet','micronet'),(2366,'Spirit of Discovery','spirit-of-discovery'),(2367,'Dentons','dentons'),(2368,'Acme Interactive','acme-interactive'),(2369,'Bignet','bignet'),(2911,'Asobism','asobism'),(2912,'Alpha Unit','alpha-unit'),(2913,'Untold Games','untold-games'),(2914,'Grip Games','grip-games'),(2915,'FlukeDuke','flukeduke'),(2917,'Jumpbutton Studio','jumpbutton-studio'),(2918,'Tehkan','tehkan'),(2378,'Westwood Associates','westwood-associates'),(2922,'Crypton Future Media','crypton-future-media'),(2923,'Toybox Inc.','toybox-inc'),(2924,'Technosoft','technosoft'),(2925,'Seibu Kaihatsu','seibu-kaihatsu'),(2926,'Three Rings','three-rings'),(2927,'Dreamatrix Game Studios','dreamatrix-game-studios'),(2928,'Xeen','xeen'),(2930,'Crytek Black Sea','crytek-black-sea'),(2384,'The Eighth Day','the-eighth-day'),(2385,'Drew Pictures','drew-pictures'),(2386,'Coconuts Japan','coconuts-japan'),(2387,'Studio Alex','studio-alex'),(2388,'CapDisc','capdisc'),(2391,'IBM','ibm'),(2393,'The Software Toolworks','the-software-toolworks'),(2394,'Tales2','tales2'),(2395,'Sur de Wave','sur-de-wave'),(2396,'Brother Kougyou','brother-kougyou'),(2943,'Devil\'s Details','devil-s-details'),(2944,'Nerjyzed Entertainment','nerjyzed-entertainment'),(2945,'Codemasters Guildford','codemasters-guildford'),(2946,'Nitroplus','nitroplus'),(2947,'Alchemic Productions','alchemic-productions'),(2948,'HAMSTER - duplicate','hamster-duplicate'),(2949,'Masterpiece','masterpiece'),(2950,'Synetic','synetic'),(2951,'Jamsworks','jamsworks'),(2399,'Redline Games','redline-games'),(2400,'Falcom','falcom'),(2953,'Blue Omega Entertainment','blue-omega-entertainment'),(2954,'Phantom EFX','phantom-efx'),(2402,'Eat Sleep Play Inc.','eat-sleep-play-inc'),(2403,'Hammond & Leyland','hammond-leyland'),(2958,'Cave','cave'),(2959,'Def Jam','def-jam'),(2405,'ASUSTek','asustek'),(2407,'Apple Inc','apple-inc'),(2408,'Blackberry Ltd','blackberry-ltd'),(2409,'Cliffhanger Productions','cliffhanger-productions'),(2410,'Frogwares','frogwares'),(2411,'Spiral Game Studios','spiral-game-studios'),(2412,'Toxic Games','toxic-games'),(2413,'Artifice Studio','artifice-studio'),(2976,'Autumn Games','autumn-games'),(2417,'Tapwave','tapwave'),(2419,'Advanced Microcomputer Systems','advanced-microcomputer-systems'),(2420,'Panasonic','panasonic'),(2422,'Hertz','hertz'),(2423,'SoMoGa','somoga'),(2424,'Arena Entertainment','arena-entertainment'),(2425,'Beep Industries','beep-industries'),(2427,'Lass','lass'),(2981,'Mind over Matter Studios','mind-over-matter-studios'),(2982,'Casual Brothers','casual-brothers'),(2983,'Nomad Games','nomad-games'),(2984,'Sega Studios Australia','sega-studios-australia'),(2434,'Kogado Studio','kogado-studio'),(2435,'Frontier Groove','frontier-groove'),(2986,'Softmax','softmax'),(2439,'NaturalMotion','naturalmotion'),(2440,'2XL Games','2xl-games'),(2441,'Realta Entertainment Group','realta-entertainment-group'),(2993,'Monumental Games','monumental-games'),(2443,'Zuxxez Entertainment','zuxxez-entertainment'),(2444,'Eidos Hungary','eidos-hungary'),(2445,'Totem Arts','totem-arts'),(2446,'31X','31x'),(2995,'Namco Bandai America','namco-bandai-america'),(2448,'Positech Games','positech-games'),(3002,'R.U.N.','r-u-n'),(3003,'Digiturbo','digiturbo'),(3005,'Hirameki','hirameki'),(3007,'Seven45 Studios','seven45-studios'),(3008,'Channel 42 Software Developer','channel-42-software-developer'),(3009,'Studio Fizbin','studio-fizbin'),(3011,'Hit Box Team','hit-box-team'),(3012,'Software Refinery','software-refinery'),(3013,'Front Street Publishing','front-street-publishing'),(2463,'Secret Exit','secret-exit'),(2464,'Big Finish Games','big-finish-games'),(2465,'Rondomedia - duplicate','rondomedia-duplicate'),(2466,'Ignited Minds, LLC','ignited-minds-llc'),(2467,'Key Game','key-game'),(2468,'FIX Korea','fix-korea'),(2469,'FIX Games','fix-games'),(3016,'Laughing Jackal','laughing-jackal'),(3017,'Akabeisoft2','akabeisoft2'),(3018,'Palace Game','palace-game'),(3019,'Triangle Service','triangle-service'),(3020,'JAST USA','jast-usa'),(3021,'BongFish','bongfish'),(3022,'Kung Fu Factory','kung-fu-factory'),(3024,'Snowcastle Games','snowcastle-games'),(3025,'Creative Intelligence Arts, Inc.','creative-intelligence-arts-inc'),(2483,'Supercell','supercell'),(2484,'thinkArts','thinkarts'),(2485,'Quadro Delta','quadro-delta'),(2486,'Vitali Kirpu','vitali-kirpu'),(3033,'GameStar','gamestar'),(2488,'Atlus USA','atlus-usa'),(2489,'Final Boss Entertainment','final-boss-entertainment'),(3040,'Colorful Media','colorful-media'),(3043,'Rhino Studios','rhino-studios'),(2492,'2k Australia','2k-australia'),(3045,'Aquaplus','aquaplus'),(3046,'Gust','gust'),(3047,'NIS Europe','nis-europe'),(3048,'Relentless Software','relentless-software'),(2502,'Cardboard Computer','cardboard-computer'),(2503,'Lego Software','lego-software'),(2504,'Dutch Game Garden','dutch-game-garden'),(2505,'Game Maker','game-maker'),(2506,'Village1 Entertainment','village1-entertainment'),(2507,'Conspiracy Games','conspiracy-games'),(3050,'Vagabond Dog','vagabond-dog'),(3051,'Clap Hanz','clap-hanz'),(3052,'Mighty Rocket Studios','mighty-rocket-studios'),(3172,'Plenware','plenware'),(3173,'MadOnion.com','madonion-com'),(3174,'AMD','amd'),(2513,'White Paper Games','white-paper-games'),(3176,'Creative','creative'),(2515,'International Games System','international-games-system'),(3059,'Oovee Game Studios','oovee-game-studios--1'),(3182,'Matrox','matrox'),(3183,'TSI','tsi'),(3184,'Le Corbusier','le-corbusier'),(2521,'Mattel Electronics','mattel-electronics'),(3065,'SuperBot Entertainment','superbot-entertainment'),(3066,'Valhalla Game Studios','valhalla-game-studios'),(2524,'INTV Corporation','intv-corporation'),(2525,'Universal Games','universal-games'),(2526,'Studio 3DO','studio-3do'),(2527,'indieszero Co., Ltd.','indieszero-co-dot-ltd'),(2528,'Centuri','centuri'),(2529,'Don Daglow','don-daglow'),(2530,'Entex','entex'),(2531,'Dinamic Software','dinamic-software'),(3189,'A Sharp, LLC','a-sharp-llc'),(2534,'Zono Inc.','zono-inc'),(3192,'Krillbite Studio','krillbite-studio'),(3193,'Maelstrom Games Ltd','maelstrom-games-ltd'),(3194,'Hybrid Graphics','hybrid-graphics'),(3195,'Track Nine Studios','track-nine-studios'),(3196,'Howard Schwartz Recording','howard-schwartz-recording'),(3197,'Futuremark','futuremark'),(3073,'Bit Blot','bit-blot'),(3204,'Hybrid Graphics Ltd.','hybrid-graphics-ltd'),(3205,'Splashlight Studios','splashlight-studios'),(3206,'Sun Studios','sun-studios'),(3075,'Broken Windows Studio','broken-windows-studio'),(3077,'EKO Software','eko-software'),(3078,'En Masse Entertainment','en-masse-entertainment'),(3079,'Yingpei Games','yingpei-games'),(3080,'Dee Games','dee-games'),(3081,'Exact Co., Ltd.','exact-co-ltd'),(3208,'Maxis Salt Lake','maxis-salt-lake'),(3209,'Pendulo Studios','pendulo-studios--1'),(3211,'Pinkerton Road','pinkerton-road'),(3212,'Gremlin Graphics Software Ltd.','gremlin-graphics-software-ltd'),(3092,'Crispy\'s','crispy-s'),(3093,'Walla Group','walla-group'),(3094,'Leaf','leaf'),(3095,'Crocodile Entertainment','crocodile-entertainment'),(3096,'Triotech Amusement','triotech-amusement'),(3098,'Gamania','gamania'),(3099,'SG Interactive','sg-interactive'),(3100,'Megaxus','megaxus'),(3102,'Axeso5','axeso5'),(3225,'CreativeForge Games','creativeforge-games'),(3107,'Hollywood Recording Services','hollywood-recording-services'),(3108,'Endnight Games Ltd','endnight-games-ltd'),(3229,'Lakshya Digital','lakshya-digital'),(3110,'Marc Graue Studio','marc-graue-studio'),(3232,'NEURON AGE','neuron-age'),(3112,'Sakari Indie','sakari-indie'),(3234,'Teco Co','teco-co'),(3235,'XYZ Digital Studio','xyz-digital-studio'),(3236,'Shirogumi','shirogumi'),(3237,'DIGITAL Hearts','digital-hearts'),(3238,'Pole To Win Co','pole-to-win-co'),(3239,'ANIMAROID','animaroid'),(3240,'IMAGICA Corp.','imagica-corp'),(3241,'Just Cause Productions','just-cause-productions'),(3242,'Visual Flight Co.','visual-flight-co'),(3243,'Ogura Atelier','ogura-atelier'),(3244,'Clock Dance','clock-dance'),(3245,'Frognation','frognation'),(3246,'Blur Studio','blur-studio'),(3247,'Namco Bandai Europe','namco-bandai-europe'),(3248,'Keywords Studios','keywords-studios'),(3249,'Synthesis Milano','synthesis-milano'),(3250,'Synthesis Iberia Madrid','synthesis-iberia-madrid'),(3251,'TAKE OFF','take-off'),(3252,'Colicoba','colicoba'),(3253,'Namco Bandai Games Asia','namco-bandai-games-asia'),(3254,'Agua MassMedia','agua-massmedia'),(3255,'Mouse-Power','mouse-power'),(3256,'Krauthansen Musik & Tonproduktion','krauthansen-musik-and-tonproduktion'),(3257,'Ubisoft K.K.','ubisoft-kk'),(3258,'Smartech','smartech'),(3259,'AC Create','ac-create'),(3260,'Ubisoft Korea','ubisoft-korea'),(3262,'Ubisoft North America','ubisoft-north-america'),(3265,'Sound Hound Studios','sound-hound-studios'),(3266,'Virtuos China Art Team','virtuos-china-art-team'),(3267,'Noble House Kenjutsu','noble-house-kenjutsu'),(3269,'Screen Music Studios','screen-music-studios'),(3270,'LEC-RPM','lec-rpm'),(3271,'Orion Revolution Curiel','orion-revolution-curiel'),(3272,'Eidos Shanghai','eidos-shanghai'),(3273,'MineLoader','mineloader'),(3274,'Visual Works','visual-works'),(3275,'Big Solutions','big-solutions'),(3276,'Frame Machine','frame-machine'),(3277,'Technicolor','technicolor'),(3278,'Giant Studios, Inc.','giant-studios-inc'),(3279,'Image Metrics Ltd.','image-metrics-ltd'),(3280,'Faceware Technologies Ltd','faceware-technologies-ltd'),(3281,'IMPD Productions, Inc.','impd-productions-inc'),(3125,'Stellar Stone','stellar-stone'),(3283,'Alive Interactive Media, Inc.','alive-interactive-media-inc'),(3284,'Mineloader Software Co., Ltd.','mineloader-software-co-dot-ltd'),(3285,'Liquid Development, LLC','liquid-development-llc'),(3286,'3D-Eyetronics, Inc.','3d-eyetronics-inc'),(3134,'Hi-Fi Genie Productions','hi-fi-genie-productions'),(3135,'M&S Music','m-s-music'),(3289,'Mix Nova Studio Sao Paulo','mix-nova-studio-sao-paulo'),(3290,'HEALTH','health'),(3291,'Animazoo','animazoo'),(3292,'Centrum Zdrowia Dziecka','centrum-zdrowia-dziecka'),(3293,'Outsource Media UK','outsource-media-uk'),(3142,'Plastic Wax','plastic-wax'),(3143,'Barbara Harris Loop-Group Casting','barbara-harris-loop-group-casting'),(3144,'Warner Brothers Hollywood','warner-brothers-hollywood'),(3297,'Animazoo Europe','animazoo-europe'),(3298,'Detalion Art','detalion-art'),(3147,'PlayWay SA - duplicate','playway-sa-duplicate'),(3148,'RedDotGames','reddotgames'),(3149,'Epoch Games','epoch-games'),(3150,'New World Interactive','new-world-interactive'),(3151,'Magnavox','magnavox'),(3153,'Blockland LLC','blockland-llc'),(3154,'Elemental Games','elemental-games'),(3155,'Excalibur Publishing','excalibur-publishing'),(3156,'Cinemaware Marquee','cinemaware-marquee'),(3157,'SNK Games','snk-games'),(3158,'Knuckle Cracker','knuckle-cracker'),(3159,'Omni Systems','omni-systems'),(3160,'Omni Systems Limited','omni-systems-limited'),(6068,'Instinct Games','instinct-games'),(12390,'Virgin Mastertronic','virgin-mastertronic'),(12391,'Sungazer Software','sungazer-software'),(1199,'Animation F/X','animation-f-x'),(1200,'Flair Software','flair-software'),(1202,'Adept Software','adept-software'),(1203,'DMA Design Limited','dma-design-limited'),(1204,'Brasoft Produtos de Informática','brasoft-produtos-de-informatica'),(12395,'Overhype Studios','overhype-studios'),(1206,'Perceptum Informática','perceptum-informatica'),(12397,'Bluedoor Games','bluedoor-games'),(6078,'Glass Knuckle Games','glass-knuckle-games'),(12399,'Whiteboard','whiteboard'),(9198,'Dream Reactor','dream-reactor'),(6080,'Tiger and Squid','tiger-and-squid'),(1212,'CI Games','ci-games'),(9204,'Hi-Tech Expressions','hi-tech-expressions--1'),(9205,'Hungry Planet Games','hungry-planet-games'),(9206,'SadSquare Studio','sadsquare-studio'),(1216,'Pyramid','pyramid'),(6086,'TORaIKI','toraiki'),(6087,'Milkbag Games','milkbag-games'),(6088,'Tazigen Clock','tazigen-clock'),(6089,'Tenco','tenco'),(9218,'hempuli','hempuli'),(9219,'D Ξ N V Ξ R','d-ks-n-v-ks-r'),(9220,'URURU Games','ururu-games'),(6093,'Andalusian','andalusian'),(6094,'Radar Group','radar-group'),(9226,'Magid','magid'),(1224,'Introversion Software','introversion-software'),(9238,'Profile Studios','profile-studios'),(9239,'Gameshastra Solutions','gameshastra-solutions'),(9240,'Applied Cinematics','applied-cinematics'),(9241,'Malmö Symphony Orchestra','malmo-symphony-orchestra'),(6102,'Mobility Art Studio','mobility-art-studio'),(1226,'Greenheart Games','greenheart-games'),(6112,'GrindHouse','grindhouse'),(9256,'Sound Motorsports','sound-motorsports'),(9257,'Visual Mechanix','visual-mechanix'),(9258,'Ninja Tune','ninja-tune'),(9259,'FenixTM','fenixtm'),(9260,'Oyun Ceviri','oyun-ceviri'),(9261,'Prometheus Project','prometheus-project'),(9262,'1 Source Entertainment','1-source-entertainment'),(9263,'Crazybunch','crazybunch'),(6117,'BlankMediaGames','blankmediagames'),(6118,'Phoenix Games B.V.','phoenix-games-bv'),(6119,'Lightning Fish Games','lightning-fish-games'),(6120,'DeNA Co., Ltd.','dena-co-dot-ltd'),(9276,'Transgate','transgate'),(9277,'Sorath','sorath'),(9278,'Varkian Empire','varkian-empire'),(9279,'Burak Dabak','burak-dabak'),(9280,'Lumisoftas','lumisoftas'),(9281,'Playa Games GmbH','playa-games-gmbh'),(6124,'Neutral Storm','neutral-storm'),(9283,'PostMod Softworks','postmod-softworks'),(9284,'Kapten Nemos','kapten-nemos'),(6126,'Grey Area','grey-area'),(6127,'Red Rat Software','red-rat-software'),(6128,'Fractal Phase','fractal-phase'),(6129,'Lucky Pause','lucky-pause'),(9287,'Farjay.com','farjay-dot-com'),(9288,'Computer Recreations, Inc.','computer-recreations-inc'),(9289,'Allied Leisure Industries','allied-leisure-industries'),(9290,'GreyLight Entertainment','greylight-entertainment'),(1231,'SUNGJIN Multi-media','sungjin-multi-media'),(1232,'NashiIgry Llc.','nashiigry-llc'),(1233,'NMS Software','nms-software'),(6135,'Milkstone Studios','milkstone-studios'),(6136,'Hello There','hello-there'),(6137,'GriN Gamestudio','grin-gamestudio'),(6138,'Nevernaut Games','nevernaut-games'),(6139,'youdagames','youdagames'),(6140,'Propeller','propeller'),(6141,'CLOCKUP','clockup'),(9305,'Apache Software Limited','apache-software-limited'),(9306,'Wolcen Studio','wolcen-studio'),(9307,'AE Play','ae-play'),(9308,'Creazn Studio','creazn-studio'),(9309,'SiBear','sibear'),(9310,'Balcony Team','balcony-team'),(9311,'LKA','lka'),(9313,'Suppressive Fire Games','suppressive-fire-games'),(6148,'Virtual Heroes','virtual-heroes'),(9315,'GameTap Entertainment','gametap-entertainment'),(6150,'League of Geeks','league-of-geeks'),(9318,'Titus Entertainment','titus-entertainment'),(9319,'House of Tales','house-of-tales'),(1242,'MachineGames','machinegames'),(1244,'7 Studios','7-studios'),(9329,'Team Gotham','team-gotham'),(6169,'Gravity Europe SAS','gravity-europe-sas'),(6170,'Sammy Studios','sammy-studios'),(6171,'Endless Loop Studios','endless-loop-studios'),(6172,'5 Ants','5-ants'),(1251,'Beyond Games','beyond-games'),(9331,'Playwood Games ApS','playwood-games-aps'),(9332,'Taranasus Studio','taranasus-studio'),(1253,'Good Science Studio','good-science-studio'),(9334,'M.J Roberts','mj-roberts'),(1255,'AMA Studios','ama-studios'),(9336,'Bryan Gale','bryan-gale--1'),(9337,'Thew','thew'),(9338,'Thew','thew--1'),(9339,'monothetic','monothetic'),(6185,'Visual Entertainment And Technologies','visual-entertainment-and-technologies'),(9341,'Ant Workshop Ltd','ant-workshop-ltd'),(6256,'Amanaimages','amanaimages'),(9353,'Owen Harris','owen-harris'),(9354,'Nikki Smit','nikki-smit'),(6258,'Logan Media','logan-media'),(6259,'Huke','huke'),(6260,'Eurotek Multilingual','eurotek-multilingual'),(9359,'Them Games','them-games'),(1368,'Impromptu Games','impromptu-games'),(9361,'Cohort Studos','cohort-studos'),(9362,'Outsourcing','outsourcing'),(6264,'StartStudio Milano','startstudio-milano'),(6265,'Quazal','quazal'),(6266,'Sphereframe','sphereframe'),(6267,'shaft Inc.','shaft-inc'),(6268,'JIMAS Motion Capture Studio','jimas-motion-capture-studio'),(9367,'Michael Frei','michael-frei'),(9368,'Funsoft','funsoft'),(1377,'Uber Entertainment','uber-entertainment'),(6272,'Character Localization','character-localization'),(9371,'Infinite Machine','infinite-machine'),(6274,'Brighton Indies','brighton-indies'),(6275,'American Federation of Musicians','american-federation-of-musicians'),(6276,'One Note Recording Studio','one-note-recording-studio'),(9373,'Mane6','mane6'),(6278,'Arts Vision','arts-vision'),(9375,'BigBrik','bigbrik'),(9376,'Odd Tales Ltd','odd-tales-ltd'),(6283,'Himawari Theatre Group','himawari-theatre-group'),(6284,'JTB Entertainment','jtb-entertainment'),(6289,'Enterbrain Famitsu Xbox Editorial Department','enterbrain-famitsu-xbox-editorial-department'),(6290,'Animate','animate'),(1386,'The Whole Experience','the-whole-experience'),(1387,'Surreal Software','surreal-software'),(1388,'Black Label Games','black-label-games'),(9384,'The Man Breeze','the-man-breeze'),(9386,'Sharpless512','sharpless512'),(9387,'Luis Antonio','luis-antonio'),(9388,'Four Circle Interactive','four-circle-interactive'),(9389,'Daniel Wright','daniel-wright'),(6301,'Tokyo Denki University','tokyo-denki-university'),(9391,'Still Running','still-running'),(9392,'Tagstar Games','tagstar-games'),(6305,'Nerv','nerv'),(6306,'hormanns','hormanns'),(9395,'Near Death Studios','near-death-studios'),(6309,'Melonbooks','melonbooks'),(6310,'Cardkingdom','cardkingdom'),(6312,'LaOX','laox'),(1400,'Rat King Entertainment','rat-king-entertainment'),(1402,'BlueSky Software','bluesky-software'),(9402,'NOVA Production','nova-production'),(6317,'Continuum Entertainment','continuum-entertainment'),(9405,'Xiotex Studios','xiotex-studios'),(9406,'Abyssal Arts','abyssal-arts'),(9407,'Kvaba','kvaba'),(6326,'Corbie Games','corbie-games'),(6327,'ELF','elf'),(9409,'Close Studios','close-studios'),(6329,'Monkey Do Productions','monkey-do-productions'),(9411,'Highcastle Studios','highcastle-studios--1'),(1413,'Red 5 Studios','red-5-studios'),(9413,'Exploding Tuba Studios','exploding-tuba-studios'),(9414,'Hipnotic Interactive','hipnotic-interactive'),(6339,'Killmonday Games HB','killmonday-games-hb'),(6340,'Micro Strategic Game Design','micro-strategic-game-design'),(6341,'Deep Red Games','deep-red-games'),(6342,'Hexacto','hexacto'),(6343,'Jamdat - duplicate','jamdat-duplicate'),(6344,'Airborne','airborne'),(6345,'Hexacto','hexacto--1'),(6346,'JAMDAT Mobile','jamdat-mobile'),(6347,'LGK Games','lgk-games'),(6348,'Black Shell Games','black-shell-games'),(6349,'Chris Hilgert','chris-hilgert'),(1431,'Wild Games Studio','wild-games-studio'),(6351,'Aquria','aquria'),(9428,'Super Hatch Games','super-hatch-games'),(1433,'Undead Labs','undead-labs'),(9432,'Mode 7 Games','mode-7-games'),(9433,'[bracket]games','bracket-games--1'),(6364,'General Computer Corporation (GCC)','general-computer-corporation-gcc'),(6365,'Ibid','ibid'),(6366,'Art & Magic','art-and-magic'),(6367,'Softek','softek'),(6368,'Computer Graphics Technology Group of PUC-Rio','computer-graphics-technology-group-of-puc-rio'),(6369,'The Brotherhood Games','the-brotherhood-games'),(6371,'Ragequit Corporation','ragequit-corporation'),(6372,'Lankhor','lankhor'),(9439,'Wholetone Games','wholetone-games'),(6374,'Aeonsoft','aeonsoft'),(1445,'Rainbow Arts','rainbow-arts'),(1446,'Time Warp Productions','time-warp-productions'),(1449,'MC2 France','mc2-france'),(1450,'Black Pants Studio','black-pants-studio'),(1451,'Black Pants Game Studio','black-pants-game-studio'),(1453,'Sharp','sharp'),(6383,'Microsoft Home','microsoft-home'),(1455,'Elixir Studios','elixir-studios'),(1456,'Team Psykskallar','team-psykskallar'),(1457,'Nine Realms','nine-realms'),(9441,'Caged Element','caged-element'),(9442,'Sushee','sushee'),(6389,'marbenx','marbenx'),(6390,'Telepaths\' Tree','telepaths-tree'),(6391,'Thumbstar Games Limited','thumbstar-games-limited'),(6392,'Dialogue Design','dialogue-design'),(6393,'Harvester Games','harvester-games'),(9449,'Aardman Digital','aardman-digital'),(6395,'Xonox','xonox'),(9451,'Tigervision','tigervision'),(9452,'WAH-Software','wah-software'),(6398,'Scholastic','scholastic'),(6399,'Box Offce','box-offce'),(6400,'Random House','random-house'),(6403,'Datamost','datamost'),(6404,'Earthware','earthware'),(9458,'Gentlymad','gentlymad'),(9459,'Wild Factor','wild-factor'),(9460,'Buddy Zoo','buddy-zoo'),(9461,'Simply Silly Software','simply-silly-software'),(9462,'Six Foot Games','six-foot-games'),(9463,'Fujitsu','fujitsu'),(1473,'TEC Interactive Pte.','tec-interactive-pte'),(9465,'Sirius Software','sirius-software'),(6409,'Tonguç Bodur','tonguc-bodur--1'),(9469,'Zeke Virant','zeke-virant'),(1479,'Technicolor Interactive Services','technicolor-interactive-services'),(1480,'Blackman Productions','blackman-productions'),(1481,'Giant Studios','giant-studios'),(1482,'3D Eyetronics','3d-eyetronics'),(1484,'EA Europe','ea-europe'),(6412,'The Story Mechanics','the-story-mechanics'),(1487,'Cauldron HQ','cauldron-hq'),(6418,'Interphase','interphase'),(6419,'Spooky Squid Games','spooky-squid-games'),(6420,'Rogue Snail','rogue-snail'),(6421,'Zueira Digital','zueira-digital'),(6423,'Nival VR','nival-vr'),(1506,'Oracle','oracle'),(1507,'LWJGL','lwjgl'),(9495,'Voila Productions','voila-productions'),(1509,'J0rbis','j0rbis'),(9497,'Euphonious Ltd.','euphonious-ltd'),(1516,'Digitaaliset Demot','digitaaliset-demot'),(1517,'Tekes','tekes'),(1518,'S&H Entertainment Localization','s-h-entertainment-localization'),(1519,'Cities In Motion: Tokyo','cities-in-motion-tokyo'),(1520,'Ulysses Graphics','ulysses-graphics'),(9503,'Albino Frog Software, Inc. - duplicate','albino-frog-software-inc-duplicate'),(6433,'Wildec','wildec'),(6434,'Radioactive Software','radioactive-software'),(9506,'Mad Fellows','mad-fellows'),(6439,'Art Bully Productions','art-bully-productions'),(6440,'Curious Pictures','curious-pictures'),(6441,'Game Mechanic Studios','game-mechanic-studios'),(6442,'The Hungarian Studio Orchestra','the-hungarian-studio-orchestra'),(6443,'THQ Digital Studios UK','thq-digital-studios-uk'),(6444,'THQ Montreal','thq-montreal'),(1532,'Hopoo Games LLC','hopoo-games-llc'),(1533,'DL Multimedia','dl-multimedia'),(1534,'Violetmedia GmbH','violetmedia-gmbh'),(1535,'Vertigo Translations','vertigo-translations'),(1536,'Gorgone Productions','gorgone-productions'),(1537,'Localsoft','localsoft'),(9517,'Hesware','hesware'),(6454,'ToddAO','toddao'),(6455,'Carl Waltzer Digital Services','carl-waltzer-digital-services'),(6456,'Centercode','centercode'),(6457,'Combat Studios','combat-studios'),(6458,'John Marshall Media','john-marshall-media'),(9521,'Western Technologies Inc.','western-technologies-inc'),(1545,'Atomhawk Design','atomhawk-design'),(6461,'Partly Cloudy Games','partly-cloudy-games'),(1547,'Buddha Jones Trailers','buddha-jones-trailers'),(6463,'Advanced Micro Devices','advanced-micro-devices'),(9525,'On Time Software','on-time-software'),(6465,'87eleven','87eleven'),(9527,'Indimo Labs LLC','indimo-labs-llc'),(9528,'Sega/Gremlin','sega-slash-gremlin'),(1554,'Electric Spectacle','electric-spectacle'),(6469,'Veles Studio','veles-studio'),(9531,'Alasdair Beckett-King','alasdair-beckett-king'),(9533,'Zillion Whales','zillion-whales'),(9534,'Twinbeard Studios','twinbeard-studios'),(9535,'Jester Interactive','jester-interactive'),(9536,'Pixel Hero Games','pixel-hero-games'),(9537,'Weappy Studio','weappy-studio'),(9538,'EPSITEC','epsitec'),(1564,'Portalarium','portalarium'),(1565,'The Indie Stone','the-indie-stone'),(9545,'Sentient Software Inc.','sentient-software-inc'),(1568,'Ancient','ancient'),(1569,'Career Soft','career-soft'),(12731,'Critical Force','critical-force'),(12732,'Rexet Studio','rexet-studio'),(1572,'Creative Sound Design','creative-sound-design'),(1573,'Duff Studios','duff-studios'),(1576,'Extreme Audio Design','extreme-audio-design'),(1577,'SMS Studios','sms-studios'),(1579,'Screenmusic Studios','screenmusic-studios'),(1580,'Kerner Complex Security','kerner-complex-security'),(12738,'Focus Creative Enterprises Ltd., Software Studios','focus-creative-enterprises-ltd-dot-software-studios'),(12739,'Piranha','piranha'),(12740,'The Pickford Brothers','the-pickford-brothers'),(12741,'Zee-3 Digital Publishing','zee-3-digital-publishing'),(12742,'ru3ch initiative','ru3ch-initiative'),(12743,'Proficient City Limited','proficient-city-limited'),(12744,'Pretty Standard Games','pretty-standard-games'),(12745,'Moonton','moonton'),(9561,'Fluffy Kitten Studios','fluffy-kitten-studios'),(1597,'VoletMedia GmbH Munich','voletmedia-gmbh-munich'),(1598,'GlobaLoc GmbH','globaloc-gmbh'),(1599,'Magnatune','magnatune'),(9565,'Zilec Electronics','zilec-electronics'),(9566,'Gabelli Software In.','gabelli-software-in'),(9567,'Point Blank Games','point-blank-games'),(1604,'Alienware','alienware'),(12754,'Green Monkey Games, LLC','green-monkey-games-llc'),(9570,'Eerik Kukkonen','eerik-kukkonen'),(12757,'Permafrost Development','permafrost-development'),(9572,'Evil Indie Games','evil-indie-games'),(12760,'Neowiz Bless Studio','neowiz-bless-studio'),(12761,'Gamestar, Inc.','gamestar-inc'),(12762,'Xcel Ltd','xcel-ltd'),(12763,'Pathos Interactive','pathos-interactive'),(12765,'Complex Games','complex-games'),(12766,'Micromega','micromega'),(12767,'Master Designer Software, Inc.','master-designer-software-inc'),(1613,'Incognito Entertainment','incognito-entertainment'),(1614,'Star Gem Inc','star-gem-inc'),(1615,'Modern Uprising Studios','modern-uprising-studios'),(1616,'Judy Henderson Casting','judy-henderson-casting'),(12774,'Slitherine Strategies - duplicate','slitherine-strategies-duplicate'),(12775,'Straylight Entertainment','straylight-entertainment'),(12776,'Red Shift','red-shift'),(1618,'www.pictus.cz','www-pictus-cz'),(1619,'www.silentnoise.cz','www-silentnoise-cz'),(1620,'OpenAL Soft','openal-soft'),(1621,'Xiph.org Foundation','xiph-org-foundation'),(12780,'Cosmo Machia Inc.','cosmo-machia-inc'),(1623,'Neon Studios','neon-studios'),(9585,'Paul Norman','paul-norman'),(9586,'Fool\'s Theory','fools-theory'),(9587,'Demigiant','demigiant'),(12789,'alvarop games','alvarop-games'),(9589,'Night Work Games','night-work-games'),(12795,'Fine Mug','fine-mug'),(6482,'Kenproduction Company','kenproduction-company'),(6483,'STYLE CUBE','style-cube'),(6484,'Tokyo Actor\'s Consumer\'s Cooperative Society','tokyo-actors-consumers-cooperative-society'),(12800,'Katatema','katatema'),(6486,'HIRATA OFFICE','hirata-office'),(6487,'Production Baobab Company','production-baobab-company'),(6488,'RETREAT','retreat'),(6489,'5pb. Records','5pb-records'),(9597,'Alper Sarıkaya','alper-sarikaya'),(6491,'SUCCESS BEIJING STUDIO','success-beijing-studio'),(12805,'Proteus Developments','proteus-developments'),(12806,'Play(c)','play-c'),(6494,'DENGEKI PlayStation','dengeki-playstation'),(6495,'DENGEKI Online','dengeki-online'),(12809,'Giga Games','giga-games'),(6497,'BOWWOW Productions','bowwow-productions'),(6498,'The American Conservatory Theater','the-american-conservatory-theater'),(6499,'RODEX Pest Control','rodex-pest-control'),(12812,'MJ Games','mj-games'),(9601,'Colorspace Studio','colorspace-studio'),(12814,'Startlecat Games','startlecat-games'),(9603,'dino dini','dino-dini'),(9604,'Yahoo Software','yahoo-software'),(12816,'Novaquark','novaquark'),(12817,'Starloop Studios','starloop-studios'),(12818,'RealityArts Studio','realityarts-studio'),(12819,'Vision Works','vision-works'),(6519,'RampRate','ramprate'),(6520,'Tokyo Pop','tokyo-pop'),(12822,'SEGA AM4','sega-am4'),(9612,'Concept Art House','concept-art-house'),(12824,'Mesa Logic','mesa-logic'),(9614,'Beachhouse Films','beachhouse-films'),(6525,'Links DigiWorks, Inc.','links-digiworks-inc'),(6526,'Corbis Japan','corbis-japan'),(6527,'Point d\'Orgue','point-dorgue'),(6528,'Glenwood Studios','glenwood-studios'),(12829,'Trans Fiction Systems Inc.','trans-fiction-systems-inc'),(9620,'Bar Plastic Model','bar-plastic-model'),(9621,'Black Belt Jones','black-belt-jones'),(9622,'Crowarts','crowarts'),(12832,'The Gentlebros Pte. Ltd.','the-gentlebros-pte-ltd'),(12833,'Gianty','gianty'),(12834,'Goblin Works','goblin-works'),(6531,'Game Troopers','game-troopers'),(6532,'Scriptwelder','scriptwelder'),(6534,'Race Room Entertainment AG','race-room-entertainment-ag'),(6535,'Snowhydra','snowhydra'),(9628,'Bits & Frames','bits-and-frames'),(6537,'39 steps','39-steps'),(9630,'Ability Co.','ability-co'),(6539,'Betson Enterprises','betson-enterprises'),(6540,'Studio Pound Sand','studio-pound-sand'),(12841,'Silverbird Software Ltd.','silverbird-software-ltd'),(9634,'Il Museo Della Cinquecento','il-museo-della-cinquecento'),(12843,'Russobit-M','russobit-m--1'),(6543,'POMERA Studios','pomera-studios'),(12846,'Bushiroad','bushiroad'),(1879,'Eight Ball Sound','eight-ball-sound'),(9833,'Brasyna Inc.','brasyna-inc'),(9834,'CGCG Studio','cgcg-studio'),(13029,'AMG Games','amg-games'),(13030,'GOSHOW, Inc.','goshow-inc'),(13031,'Studio HG','studio-hg'),(1884,'CSK Research Institute','csk-research-institute'),(9839,'NeuroCreativa','neurocreativa'),(1886,'Konami Computer Entertainment Yokohama','konami-computer-entertainment-yokohama'),(9842,'TinyAtomGames','tinyatomgames'),(1888,'East Point Software LTD','east-point-software-ltd'),(1889,'Mistic Studios','mistic-studios'),(9845,'Lar','lar'),(9846,'Auto','auto'),(9847,'Larva','larva'),(9848,'Pheonix Age','pheonix-age'),(13041,'iScream Studios','iscream-studios'),(13042,'Allumer, Ltd.','allumer-ltd'),(13043,'MCM Software','mcm-software'),(9851,'Gameforge','gameforge'),(13045,'Contec Games','contec-games'),(13046,'NtoSGames','ntosgames'),(1894,'Oberon Media','oberon-media'),(1895,'EON Digital Entertainment','eon-digital-entertainment'),(13052,'Deadspot Games','deadspot-games'),(1897,'Ubisoft Blue Byte - duplicate','ubisoft-blue-byte-duplicate'),(1898,'Sanzaru Games','sanzaru-games'),(1899,'Exakt Entertainment','exakt-entertainment'),(13057,'Bethesda Softworks (duplicate)','bethesda-softworks-duplicate'),(9870,'Glacicle','glacicle'),(9871,'AlPixel Games','alpixel-games'),(9872,'FOAM Entertainment','foam-entertainment'),(13060,'Wildcard Studios','wildcard-studios'),(13061,'Yash Future Tech Solutions Pvt Ltd','yash-future-tech-solutions-pvt-ltd'),(13062,'Mocove Studio','mocove-studio'),(13063,'Acuze Interactives','acuze-interactives'),(1904,'Team6 Game Studios','team6-game-studios'),(9882,'Rane Corporation','rane-corporation'),(9883,'Replay Heaven','replay-heaven'),(13068,'mebius','mebius'),(9886,'Strongroom','strongroom'),(9887,'Xfer Records','xfer-records'),(9888,'ZERO-G Ltd.','zero-g-ltd'),(13071,'genDESIGN','gendesign'),(9890,'Creative Studio','creative-studio'),(1908,'Lucky Chicken Games','lucky-chicken-games'),(9892,'Joyfull Animation Studio','joyfull-animation-studio'),(9893,'Warner Bros. Animation','warner-bros-animation'),(9894,'MOI Animation','moi-animation'),(9895,'Funny Garbage','funny-garbage'),(13083,'Stardock Entertainment','stardock-entertainment'),(9899,'Vyk Global','vyk-global'),(9900,'Wootones','wootones'),(9902,'The Navy Seals','the-navy-seals'),(9903,'Waam','waam'),(9904,'Noise of O Productions, LLC','noise-of-o-productions-llc'),(9905,'Redsteam','redsteam'),(13091,'Renegade Game Studios','renegade-game-studios'),(13092,'TeamStormVR','teamstormvr'),(1931,'O-3 Entertainment','o-3-entertainment'),(1932,'Able Corporation','able-corporation'),(1934,'Skip Ltd.','skip-ltd'),(9914,'Brainchild Design','brainchild-design'),(13098,'Game Gems Inc.','game-gems-inc'),(9916,'P.Z.Karen Co. Development Group','pzkaren-co-development-group'),(6581,'Dark Reactor','dark-reactor'),(6582,'PE Tischenk Andrii Gennadiiovych','pe-tischenk-andrii-gennadiiovych'),(6583,'Nanjing Kylin Magical Image','nanjing-kylin-magical-image'),(6584,'FramesHunter','frameshunter'),(6585,'Double RR Studios','double-rr-studios');
/*!40000 ALTER TABLE `companies` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `games`
--
DROP TABLE IF EXISTS `games`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `games` (
`id` int(10) unsigned NOT NULL,
`name` varchar(255) COLLATE utf8_bin NOT NULL,
`slug` varchar(255) COLLATE utf8_bin NOT NULL,
`summary` text COLLATE utf8_bin,
`rating` float NOT NULL,
`popularity` float NOT NULL,
`aggregated_rating` float NOT NULL,
`publisher_id` int(10) unsigned DEFAULT NULL,
`developer_id` int(10) unsigned DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `slug` (`slug`),
KEY `publisher_id` (`publisher_id`),
KEY `developer_id` (`developer_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `games`
--
LOCK TABLES `games` WRITE;
/*!40000 ALTER TABLE `games` DISABLE KEYS */;
INSERT INTO `games` VALUES (4689,'Lumines','lumines','Lumines is a block-dropping game, that may seem at first to be similar to Columns and Tetris. A 2 x 2 square (an O tetromino) made of four smaller block pieces is dropped into the playing field, which may appear different as the player advances through levels or skins. The small blocks that comprise the larger blocks will be one of two different colors. The objective is to rotate and align the blocks in such a way as to create 2x2 squares of the same color, which may span multiple blocks and, indeed, share blocks. For example, if one should get a 2x3 area of matching blocks, the middle portion will \"share\" itself with both the left and right halves and create two 2x2 squares. After the \"timeline\", which is synchronized to the music, sweeps over the matching blocks, they disappear. When too many unmatched blocks pile up to the point where no more blocks may be dropped in the playing field, the game ends. \nWhen part of a falling block hits an obstruction, the unobstructed portion of the block will split off and continue to fall. More points are scored by creating the largest number of squares during one \"timeline\" sweep. Increasing score multipliers are earned by repeatedly clearing squares on consecutive timeline sweeps. Bonuses are also awarded by reducing all remaining tiles to one single color or for removing all non-active tiles from the screen altogether. \nOccasionally, a block falls with a special square of one of the two colors with a \"jewel\" in the center. This square, when cleared as part of a matched 2x2 square, will cause all individual blocks of the same color that are horizontally or vertically adjacent to the matched 2x2 square, or to an adjacent square, to be cleared without score. These can be used for both generating large bonuses, since generally several blocks of the other color will be formed once these are removed, as well as to help the player recover if the field becomes too cluttered.',83.1298,1.25,85,786,786),(4702,'Conception: Ore no Kodomo o Undekure!','conception-ore-no-kodomo-o-undekure','Conception: Ore no Kodomo o Undekure! is a Japanese role-playing game and the first game in Spike Chunsoft\'s Conception series. The player\'s goal is to charm pure, innocent girls from Granvania National Star God Academy, raise their affection for Itsuki, then produce and take the \"Star Children\" to explore dungeons and battle \"impurities\".',0,1.25,0,1053,1053),(20035,'Koi','koi','KOI is an award-winning exploration adventure game that details the story of a small koi on a grand adventure.',0,1.25,50,0,0),(20050,'Sunset Overdrive: The Mystery of the Mooil Rig','sunset-overdrive-the-mystery-of-the-mooil-rig','',0,1.25,72,0,0),(20072,'Valhalla Knights 3','valhalla-knights-3','Valhalla Knights 3 marks the return of the gritty action RPG series, now taking full advantage of the powerful PS Vita hardware to provide intense real-time battle and smooth seven-on-seven party-based combat. After creating a main character and field-worthy party members from one of seven races such as human, elf and beast with a myriad of customizable physical traits, each character is assigned a job class from the twenty available such as fighter, mage and priest. As battles are won each customized character earns various loot from the countless items, weapons and armor available, as well as skill points towards unlocking job-specific skills. Powerful pre-existing warriors can also be persuaded to join your battle party by showering them with gifts and creating a strong personal bond.',0,1.25,50,0,0),(4741,'Call for Heroes: Pompolic Wars','call-for-heroes-pompolic-wars','Call for Heroes Pompolic Wars is a fantasy/medieval game divided into 15 levels.',0,1,0,1014,2111),(4750,'Case Closed: The Mirapolis Investigation','case-closed-the-mirapolis-investigation','Kogoro receives tickets to the grand opening of the Mirapolis complex and is unwittingly forced to take along Ran, Conan, and the Detective Boys. At the opening speech, tensions run high as the Mirapolis staff begin to let their past with the owner get the better of themselves. Soon after, Conan and Ai discover a body by the Mirapolis\'s pool. With a little help from Heiji, it\'s up to Conan to solve the murder and prevent anything else from happening.',0,1,0,1769,782),(20134,'NBA Live 97','nba-live-97','NBA Live 97 is a basketball game with an emphasis on realism. You can choose from all of the NBA teams, create a team with players you create yourself, or choose a team formed by the All-Star players of the east or West coasts. When you create a player yourself you can customize the player to a high degree. There are over 60 offensive and 10 defensive set-ups. Match options include an exhibition match, a whole season or the playoffs.',0,1.25,80,0,0),(20135,'Big Bass World Championship','big-bass-world-championship','BIG BASS WORLD CHAMPIONSHIP places you into the world of competitive, professional fishing. Customize your tackle box and fishing style, then head out to Raccoon Lake and take on the pros in the Tournament mode. If the competition keeps stressing you out, go for a casual afternoon of relaxation in the Practice mode. No matter how you choose to play the game, the underwater camera will capture every second of fish fighting action. With all of the action and excitement of professional fishing, BIG BASS WORLD CHAMPIONSHIP will keep all the future Hank Parker\'s of the world happy.',0,1.25,0,0,0),(20136,'Battle Stations','battle-stations','Battlestations is a title where you take control of your own fleet, ranging from patrol boats and mine layers to battleships and aircraft carriers. You\'ll get to pick any of the ten missions right away, all of which have a different challenge to encounter, like protecting your base from troop transports, and a mission where you\'ll have to prevent poachers from killing whales. You\'ll also get to pick from five commanders to fight against, all of which have stereotypical strengths and weaknesses. Afterwards, you\'ll go right to the mission, where you\'ll be able to navigate your ship silhouettes on a 2D, radar-esque map.',0,1.5,60,3953,13799),(20138,'Nanotek Warrior','nanotek-warrior','Welcome to the 23rd century. The world has been at peace for the last 100 years. Nano-technology has become a reality and disease and hunger have been virtually wiped out by tiny Nano-robots created to serve every purpose known to man. Increasingly sophisticated, the Nano-robots have recently gained sentience and are systematically attempting to wipe out their creators, humankind.',0,1.25,80,10091,5060),(20146,'Gallop Racer 2004','gallop-racer-2004','',0,1,80,0,0),(20172,'Stratego Online','stratego-online','',0,1.25,0,0,0),(9480,'Snowcat Simulator 2011','snowcat-simulator-2011','Everybody knows the giant vehicles preparing the white tracks for skier. No slope is too steep and no snowbank to huge. As driver of such a monstrosity, you are responsible to prepare the rundowns in a giant ski area. Everyday crowds of people arrive at the peak of the mountain, ready to ski down the tracks on perfect prepared rundowns. It is up to the player to make their wish come true. In order to fulfill this duty, the player must handle snowcats in various sizes. In addition to the rundowns, the player must keep the roads to the ski area clean as well, using the snow blower machine.\n\nThis job is not easy. Strong wind and heavy snowfall exuberates the work on the rundowns. There is only one way to get the job done, enter the snowcat, start the engine and get this monster moving. By day or by night, it does not matter, the rundowns must be prepared before the first vacationers arrive. Lower the shield of the snowcat and smooth the snow or groom. If the weather is getting to bad use the wiper to keep a clear view.',0,1,0,0,0),(9489,'Alpha Black Zero','alpha-black-zero','The year is 2366, and the Solgov federation faces turmoil. Lieutenant Kyle Hardlaw, leader of specialized commando unit \'Alpha Black Zero\', stands accused of multiple illegal assassinations against his own government. In the courtroom on Qahira, the politically influential planet formerly known as Mars, a military tribunal asserts Hardlaw killed numerous Solgov officials during a secret mission on a rebellious world. Many local populations are hostile to Solgov, having been indoctrinated for years by ultra-right separatist groups. Olympus City, the Qahiran capital brims with intrigue and suspicion. Hardlaw\'s work is always dangerous, but what actions have resulted in his trial? Behind the courtroom drama, a series of missions are played out that reveal a sinister story of counter espionage and treason in an explosive climate. Hardlaw must fight through a military and political minefield to clear his name. Unravel the conspiracy, and he wins his freedom. Fail, and his team will be silenced forever. Alpha Black Zero is a fast-paced mission-based 3rd person tactical shooter with a gripping storyline to test both your fighting abilities and your intelligence. Dozens of different enemies, all possessing strong artificial intelligence will punish your mistakes across huge and challenging levels.',0,1,0,0,0),(20217,'Kinect Fun Labs: Musical Feet','kinect-fun-labs-musical-feet','',0,1,40,0,0),(9518,'Nightbanes','nightbanes','Nightbanes is a free to play card game set in an alternate universe where vampire clans are waging an endless war for dominance. In which you have to Conquer the underworld as an almighty vampire lord by sending your minions and allies into battle',0,1.25,0,3010,5096),(9529,'Starsweep','starsweep','',0,1.25,0,0,0),(9542,'Poseidon: Master of Atlantis','poseidon-master-of-atlantis','',0,1.75,0,24,575),(9544,'Little City','little-city','',0,1,0,0,0),(9551,'Oort Online','oort-online','',0,1.25,0,4748,4748),(4948,'Karaoke Joysound Wii','karaoke-joysound-wii','\"KARAOKE JOYSOUND\" is a game that allows you to enjoy online karaoke in the comfort of your home. \n \nGoing online gives you access to a large library of songs, with more being added all the time! \n \nYour voice\'s pitch is displayed while you sing, and you can also sing along with guide vocals on some songs. \n \nUsing the scoring system ranks your performance, and you can also see how you fare against others in the rankings singing the same song. \n \nWhat\'s more, your initial software purchase comes with a complimentary 6-hour ticket (limited to one use). \n \nSo gather your friends and have a blast singing karaoke together! Try it now!',0,1,0,864,864),(4951,'Kawasaki Quad Bikes','kawasaki-quad-bikes','Tear around offroad tracks in Kawasaki Quad Bikes for Nintendo Wii. This racer is the ultimate quad biking experience, putting you in the driver\'s seat of these awesome All Terrain Vehicles. Feel the thrill of overtaking your opponents at high speeds and catch crazy air to make the whole arena roar. \n \n• Pick Up and Play: Intuitive motion-based controls mean players of all skill levels can pick up the Wii Remote and dive right into the fun! \n \n• Hours of Fun: Take on both championships and single-race challenges on more than 70 tracks, or grab a friend and go head-to-head in two-player split screen action! \n• Get Dirty: Try out a rang of officially licensed Kawasaki Quad Bikes in both indoor and outdoor courses, from gravel covered slopes to mud-soaked arenas! Win races to unlock new bikes, upgrades, and more!',0,1,20,2132,1014),(4952,'Kawasaki Snowmobiles','kawasaki-snowmobiles','HIT THE POWDER! \n \nGrab your gear, get on your Kawasaki Snowmobile, and head out in the cold to challenge opponents and pull off insane tricks as you race across the tundra! \n \n• Pick Up and Play: Intuitive motion-based controls mean players of all skill levels can pick up the Wii Remote and get right into the fun! \n• Hours of Fun: Take on single races, time trials, stunt trials and championship tournaments! Earn points to unlock new modes, snowmobiles, characters, and more! \n• Winter Playground: Climb aboard officially recreated Kawasaki Snowmobiles for the thrill of a lifetime! Heat up frozen environments with the thrill of competition as you take on a friend in blistering split-screen multiplayer!',0,1.25,0,2132,1014),(46244,'TNN Outdoors Bass Tournament \'96','tnn-outdoors-bass-tournament-96','TNN Outdoors Bass Tournament \'96 is the sequel to TNN Bass Tournament of Champions. It shares many elements with the PC game of the same name, but that version has an isometric-style map and a full 3D view for the fishing sequences. Just like the original game it is a fishing simulator that allows the player to access a free fishing mode or to participate in a fishing tournament. First, equipment needs to be bought. It consists of lures, rods, reels, lines and boats. Better items can only be acquired by winning money in tournaments.',0,1.25,0,0,0),(46247,'Dashin\' Desperadoes','dashin-desperadoes','Will and Rick were like two peas in a pod or more accurately, two cowpokes in a corral. In other words, these two cowboys were best of friends and nothing could tear them apart that is, until Jenny came to town. Since her arrival, the two best friends have become bitter rivals, each vying for her attention and affection. When Jenny\'s father decides to send her on a trip around the world, Will and Rick decide to race each other to see which one of them will accompany her. Through deserts, icebergs, shark-infested waters, and even ancient ruins these two go head-to-head in the wackiest race you\'ve ever seen. In split-screen action, you and your opponent (either the computer or a friend) will have to use fancy footwork and a few tricks to be the first to the finish line and win Jenny\'s heart.',0,1.25,0,0,0),(46249,'WWF Raw: Wrestling\'s Rudest and Roughest!','wwf-raw-wrestlings-rudest-and-roughest','WWF Raw is a professional wrestling game featuring up to twelve superstars (ten in the GameGear, eight in the GameBoy version) from the World Wrestling Federation: Bret \"Hit Man\" Hart, Bam Bam Bigelow, 1-2-3 Kid, Diesel, Doink, Lex Luger, Luna Vachon, Owen Hart, Razor Ramon, Shawn Michaels, Undertaker, and Yokozuna. \n \nIn this game, player-controlled wrestlers attempt to pin the opponents to the mat by reducing their power meter until they can fight no more. There is a large number of moves to perform, including turnbuckle maneuvers and \"illegal\" acts such as hitting the opponent with a metal folding chair. \n \nThis game supports up to four simultaneous players, and has the following modes: One-on-One, Tag Team, Bedlam, Survivor Series, Royal Rumble, Raw Endurance Match, and Rematch.',0,1.25,0,0,0),(46251,'The Ooze','the-ooze','The evil Director has turned you into a green puddle of slime. Use your skills to ooze your way across many levels, drowning your enemies in green sludge and collecting the genetic pieces to restore yourself to human form and save the world.',0,1.25,0,0,0),(46256,'Jesse \'The Body\' Ventura Wrestling Superstars','jesse-the-body-ventura-wrestling-superstars','Take on Jesse \"The Body\", one of the largest and meanest wrestling superstars ever to crust heads in a ring! Play alone or with a friend in a champion match, an exhibition or a no-holds-barred tag team match. Jump in the ring as a wrestling superstar! \n \nJesse \"The Body\" Ventura Wrestling Superstars is an unreleased wrestling game set to be published by DreamWorks for the Sega Mega Drive. A prototype was leaked onto the internet in 2016.',0,1.25,0,0,0),(46263,'Beauty & The Beast: Roar of the Beast','beauty-and-the-beast-roar-of-the-beast','As the Beast, the player must successfully complete several levels, based on scenes from the film, in order to protect the castle from invading villagers and forest animals and rescue Belle from the evil Gaston.',0,1.25,0,0,0),(46264,'R.B.I. Baseball 4','rbi-baseball-4','R.B.I. Baseball 4 or R.B.I. 4 Baseball (R.B.I.4.ベースボール) is a 1992 baseball game for the Sega Mega Drive by Tengen and the sequel to R.B.I. Baseball 3. It was followed by R.B.I. Baseball \'93.',0,1.25,0,0,0),(46265,'Ranger X','ranger-x','Engage in airborne combat with jump-jets and weapons of incredible power or link up with your cyber cycle for high speed ground attacks. Each step inches you closer to your goal and the fight of your life. You are Ranger X... A mysterious lone warrior who has risen from the ashes to return peace and justice to a failed society. Eight post-apocalyptic levels of high-intensity action! Monstrous mechanical bosses await your every move. Use jump-jets to attack by air or transform into the Super Cyber Cycle and roll to victory!',0,1.25,0,0,0),(46267,'NFL Sports Talk Football \'93','nfl-sports-talk-football-93','Players may choose to play an exhibition game, or compete in the league (16 games, then the playoffs and Super Bowl).',0,1.25,0,0,0),(46271,'Lotus Turbo Challenge','lotus-turbo-challenge','This sequel to Lotus Esprit Turbo Challenge is again a behind-the-car viewed racing game. It takes place in eight distinct circuits, adding surface and weather effects such as desert and snow. Later in the game, you must race through two-way motorways with oncoming traffic, (incorporating civilian cars and trucks), and face tough levels aided by speed and time boost pick-ups.',0,1.25,0,0,0),(46272,'Lotus II','lotus-ii','Licensed by the classic British car company, this game featured 2 modes of play - one has you racing against 19 computer rivals (with witty names such as Alain Phosphate and Crash-Hard Banger), and the other pits you against the clock. \n \nThere are 13 different types of races, ranging from Motorways to night-time to sections punctuated by roadworks, and some are lap-based with others being simple A-B. 2 players could play on a split screen mode. \n \nThe game\'s crowning glory, however, was the RECS editor, which allowed you to create courses of your own, with theoretically millions possible.',0,1.25,0,0,0),(46274,'Joe Montana II: Sportstalk Football','joe-montana-ii-sportstalk-football','Joe\'s back - now with simultaneous non-stop play-by-play announcing. Control the action on the field and listen to the running commentary from the broadcast booth. It\'s a whole new game of sound and sight! The field zooms to a dazzling 6X close-up when the players cross the scrimmage line. You see every slamming interception, flying tackle and smash through the defensive wall! Up close and personal! Team up with another guy - you\'re the quarterback, he\'s the wide receiver. Call your strategy with over 50 plays in rain/snow, on grass/artificial field. Wide view shows all your receivers at once.',0,1.25,0,0,0),(46280,'Scholastic\'s The Magic School Bus: Space Exploration Game','scholastics-the-magic-school-bus-space-exploration-game','Based on the PBS kids program, The Magic School Bus along with Ms. Frizzle and her companion Liz takes the player throughout the solar system one planet at a time to learn about them while exploring each one. Along the way, players will be transported on the bus on their way to the next planet where they can take photos of the planets, their moons, stars, among many other things they can see. Along the way they will encounter puzzles they have to solve in order to advance using the facts they have learned through their planetary visit and can also build their own solar system in any way they choose.',0,1.25,0,0,0),(46281,'Techno Clash','techno-clash','Long ago, magic was used in everyday life, the world lived in harmony where wizards lived happily among themselves. A mysterious portal appeared in the sky where machines started emerging, causing havoc upon the magical world. Ronaan is a wizard who embarks on a journey after a magical staff is stolen from his homeland. The war between the machines and magic have only just begun, It\'s up to Ronaan, Farrg and Chaz to prevent the destruction of their world as they travel through Las Vegas, a junkyard, a desert and the heart of the Machine Empire.',0,1.25,0,0,0),(46282,'Crue Ball: Heavy Metal Pinball','crue-ball-heavy-metal-pinball','',0,1.25,0,0,0),(46283,'Chester Cheetah: Wild Wild Quest','chester-cheetah-wild-wild-quest','The player may explore the game world in a non-linear fashion. At any time, there are three levels available and the player may tackle them in any order. Each solved level leads to additional two. On each level, the player must find the missing map piece, proceed to the exit, and defeat the level boss. Chester can dash and kill enemies by jumping on their heads. He dies from one hit, unless he has a pack of the cheetahs snack at his disposal. In this case, he\'ll recover full health.',0,1.25,0,0,0),(46285,'Bass Masters Classic: Pro Edition','bass-masters-classic-pro-edition','Don\'t miss your chance to compete in the most realistic fishing game for the Genesis. Featuring pro bass anglers George Cochran, Shaw Grigsby Jr., Gary Klein, Tom Mann Jr., Dee Thomas and Kevin VanDam, BASS MASTERS CLASSIC PRO EDITION brings world championship bass fishing indoors! Compete as one of six actual pro fishermen or as an amateur enthusiast in the Bass Masters Classic. Fish the waters in five three-day tournaments at five different lakes. Rich graphics recreate the outdoor fishing experience in vivid detail. Choose your rod, reel, lure, and even boat engine.',0,1.25,0,0,0),(46289,'Super Tank War','super-tank-war','Super Tank War is an unlicensed action game developed for the Sega Mega Drive. It was developed by Gamtec, and therefore its origin is Taiwan.',0,1.5,0,0,0),(46290,'Super Bubble Bobble MD','super-bubble-bobble-md','Super Bubble Bobble MD is an unlicensed Sega Mega Drive game most likely developed by Gamtec. As the name suggests, it is an unlicensed attempt at mimicking the formula of Taito Bubble Bobble. \n \nThe game allows the user to play as Bub and Bob, as well as anime characters Crayon Shin-chan and Doraemon.',0,1.25,0,0,0),(46291,'Torarete Tamaruka!?','torarete-tamaruka','Torarete Tamaruka!? is an Action game, developed and published by Sega, which was released in Japan in 1994.',0,1.25,0,0,0),(46292,'Puzzle & Action: Tant-R GG','puzzle-and-action-tant-r-gg','Puzzle & Action: Tant-R is a Miscellaneous game, developed by CRI and published by Sega, which was released in Japan in 1994.',0,1.25,0,0,0),(46294,'Taisen Mahjong Haopai 2','taisen-mahjong-haopai-2','Taisen Mahjong Haopai 2 is a Miscellaneous game, developed by Arc System Works and published by Sega, which was released in Japan in 1993.',0,1.25,0,0,0),(46295,'Taisen Mahjong Haopai','taisen-mahjong-haopai','Taisen Mahjong Haopai is a Miscellaneous game, developed by Arc System Works and published by Sega, which was released in Japan in 1990.',0,1.25,0,0,0),(46296,'Pet Club: Inu Dai Suki!','pet-club-inu-dai-suki','Pet Club: Inu Dai Suki! is a Strategy game, developed and published by Sega, which was released in Japan in 1996.',0,1.25,0,0,0),(46297,'Hyper Chou Pro Yakyuu \'92','hyper-chou-pro-yakyuu-92','Hyper Pro Yakyuu \'92 is a Sports game, developed and published by Sega, which was released in Japan in 1992.',0,1.25,0,0,0),(46298,'Jang Pung II','jang-pung-ii','Jang Pung II is an unlicensed fighting game released in South Korea for the Sega Master System and Sega Game Gear. It is effectively a port of Capcom\'s Street Fighter II (so much so that is sometimes labeled as Street Fighter or Street Fighter II, particularly when sold outside of South Korea), but with different background graphics and occasionally altered character names. It has also been spotted under the name Street Blaster.',0,1.5,0,0,0),(46299,'Yogi Bear in Yogi Bear\'s Goldrush','yogi-bear-in-yogi-bears-goldrush','Yogi Bear has to save Jellystone National Park from an evil ghost named Jake; who stole the funds needed to keep the park operating. There are six different stages in the game that range from a large city to the Wild West. There are no-powerups in the traditional sense; players must collect 100 picnic baskets for an extra life. Hidden doors and areas must be found in order to crack open the safes. Once inside a safe, Yogi must collect 25 gold coins to make a bar. In order to unlock the best ending, Yogi needs to convert 300 gold coins into 12 gold bars that will provide the park with the money to continue operations. \n \nThe player has the ability to jump on most enemies to kill them, just like in Super Mario Bros..Some enemies must be left alone due to the lack of ability to wield a weapon. Falling down into bottomless pits or navigating into dangerous hazards will cause Yogi to lose a life. By default, the player gets three lives and one additional continue.',0,1.25,0,0,0),(46300,'Street Hero','street-hero','Street Hero is a Streets of Rage style side scrolling beat-em-up, offering plenty of action for Sega\'s handheld. Although the Sega Master System version of the game saw release in Korea, it is one considerable rarity that very few have actually seen. This fact is only strengthened by the knowledge that until February 2012, no ROM of the game existed online in any form. A real shame given the high level of quality of gameplay which has come from the usually disappointing array of 8-bit Korean developers.',0,1.25,0,0,0),(46301,'Crazy Faces','crazy-faces','Crazy Faces is a Puzzle game, developed by The Kremlin and published by Domark, which was cancelled before it was released.',0,1.25,0,0,0),(46302,'Car Licence','car-licence','Car Licence (カーライセンス) is an educational Sega Game Gear game. It was developed to help users pass their driving test.',0,1.25,0,0,0),(46304,'Revenge of Drancon','revenge-of-drancon','Your girlfriend... She\'s gone! Kidnapped by the notorious King Drancon. \nBut this is no ordinary rescue mission. Because King Drancon is no ordinary adversary. \nEnter the deepest of deep dark forests. And trek across the burning deserts of 10 different lands. Discover supplies that give you speed and strength. Then fend for yourself against nature\'s nastiest enemies - cobras, piranhas, bats, spiders and finally, King Drancon\'s lightning-speed fireballs.',0,1.25,0,0,0),(46306,'Tama & Friends: 3 Choume Kouen Tamalympic','tama-and-friends-3-choume-kouen-tamalympic','Tama & Friends: 3 Choume Kouen Tamalympic (タマ&フレンズ 3丁目公園 タマリンピック) is an action game for the Sega Game Gear. It is based upon the 1994 Tama and Friends anime series.',0,1.25,0,0,0),(46307,'Shining Force Gaiden: Ensei Jashin no Kuni e','shining-force-gaiden-ensei-jashin-no-kuni-e','Shining Force Gaiden: Ensei Jashin no Kuni e (シャイニング・フォース外伝 ~遠征・邪神の国へ~) is a Sega Game Gear entry in the Shining series of games.',0,1.25,0,0,0),(46308,'Shikinjoh','shikinjoh','Shikinjoh or Shi Kin Joh or Shi-Kin-Joh or Shikinjou (or likewise) (紫禁城) is a 1989/1990 puzzle game by Scap Trust for the NEC PC-88 and NEC PC-98. Sunsoft ported it to the Sega Mega Drive and Sega Game Gear in 1991, with the Mega Drive version having added Sega Mega Modem capabilities. No version has left Japan. A version was later included with Sunsoft\'s Game no Tetsujin The Shanghai for the Sega Saturn.',0,1.25,0,0,0),(46309,'SD Gundam Winner\'s History','sd-gundam-winners-history','SD Gundam Winner\'s History (SDガンダム ウィナーズ ヒストリー) is a Sega Game Gear game based on the Gundam series.',0,1.25,0,0,0),(46311,'Puzzle & Action: Ichidant-R GG','puzzle-and-action-ichidant-r-gg','Puzzle & Action: Ichidant-R (イチダントアール) is the sequel to Puzzle & Action: Tant-R, and like its prequel is an arcade game released for Sega System C arcade hardware. The game later brought to Sega Mega Drive and Sega Game Gear, with the latter being renamed Puzzle & Action: Ichidant-R GG (イチダントア~ルGG). So far the game has never been released outside of Japan (and South Korea). \n \nLike Tant-R, Ichidant-R is a series of timed minigames, represented in the graphical style seen in Bonanza Bros.. Ichidant-R was bundled with Quiz Rouka ni Tattenasai! in Sega Ages Rouka ni Ichidant-R for the Sega Saturn, and it was also bundled with Tant-R as part of volume 6 in the Sega Ages 2500 series for the PlayStation 2. It was also released for the Wii\'s Virtual Console service in 2007. \n \nOne final game in the Puzzle & Action series, Puzzle & Action: Treasure Hunt was released for Sega Titan Video arcade hardware in 1997.',0,1.25,0,0,0),(46312,'Hyokkori Hyoutanjima: Hyoutanjima no Daikoukai','hyokkori-hyoutanjima-hyoutanjima-no-daikoukai','Hyokkori Hyoutanjima: Hyoutanjima no Daikoukai (ひょっこりひょうたん島 ひょうたん島の大航海) is a 1992 action game by Sega for the Sega Game Gear tying into the Hyokkori Hyoutanjima Japanese puppet show.',0,1.25,0,0,0),(46313,'House of Tarot','house-of-tarot','Tarot no Yakata is a Miscellaneous game, developed by Japan System Supply and published by Sega, which was released in Japan in 1991.',0,1.25,0,0,0),(46316,'Doraemon Nora no Suke no Yabou','doraemon-nora-no-suke-no-yabou','Doraemon Nora no Suke no Yabou (ドラえもん ノラのすけの野望) is an action game for the Sega Game Gear. It is based upon the 1979 Doraemon anime.',0,1.25,0,0,0),(46318,'Gamble Panic','gamble-panic','Gamble Panic (ぎゃんぶるぱにっく) is a gambling game for the Sega Game Gear.',0,1.25,0,0,0),(46320,'Doraemon Waku Waku Pocket Paradise','doraemon-waku-waku-pocket-paradise','Doraemon Waku Waku Pocket Paradise (ドラえもん ワクワクポケットパラダイス) is an action game for the Sega Game Gear. It is based upon the 1979 Doraemon anime series.',0,1.25,0,0,0),(46321,'Crayon Shin-chan: Taiketsu! Quantum Panic!!','crayon-shin-chan-taiketsu-quantum-panic','Crayon Shin-chan: Taiketsu! Kantamu Panic!! (クレヨンしんちゃん 対決!カンタムパニック!!) is an action game for the Sega Game Gear released only in Japan. It is based upon the Crayon Shin-chan anime.',0,1.25,0,0,0),(46322,'Berlin no Kabe','berlin-no-kabe','The Berlin Wall is an Action game, developed by Inter State and published by Kaneko, which was released in Japan in 1991.',0,1.25,0,0,0),(46323,'Buster Fight','buster-fight','Buster Fight is an Action game, developed by Sims and published by Sega, which was released in Japan in 1994.',0,1.25,0,0,0),(46324,'Buster Ball','buster-ball','Buster Ball is an Action game, published by Riverhillsoft, which was released in Japan in 1992.',0,1.25,0,0,0),(46325,'Sassou Shounen Eiyuuden: Coca Cola Kid','sassou-shounen-eiyuuden-coca-cola-kid','Cokey must hit the streets and take on Team Evil who just went and kidnapped his teacher, Ms. Sakurako. Skate through the city and be brave!',0,1,0,0,0),(46328,'World Class Leaderboard Golf','world-class-leaderboard-golf','Choose from three of the world\'s most challenging courses. Like St. Andrews, the most revered course in golf and Doral Country Club, Florida\'s \"Blue Monster.\" Or play Cypress Creek, the largest and finest in Texas.',0,1,0,0,0),(46329,'Tengen World Cup Soccer','tengen-world-cup-soccer','The game has an unusual naming scheme. In Japan there were no issues, as the game was published by SIMS themselves. In North America and PAL regions however, publishing rights were given to Tengen, who altered many of the in-game banners and renamed the game Tengen World Cup Soccer, even though the majority of the work was done by SIMS. \n \nThe game offers 24 different national teams from across the world, although the choices aren\'t based on any official tournament from the era. For 1993 the list is quite out of date; the Federal Republic of Germany (more commonly known as West Germany) had not existed since 1990 after the fall of the Berlin Wall, Russia is represented with the flag of the Soviet Union which dissolved in late 1991, and Yugoslavia had ceased to exist by mid-1992.',0,1,0,0,0),(46334,'Strider Returns: Journey From Darkness','strider-returns-journey-from-darkness','The warrior returns with a vengeance in his ultimate fight for freedom! A flash of steel, a blast from his devastating laser Gyro gun - Strider\'s back in action, pulverizing the enemy and striving for justice. This time, there will be NO LIMITS... NO MERCY... NO SURRENDER!',0,1.25,0,0,0),(46335,'Star Trek: Generations: Beyond the Nexus','star-trek-generations-beyond-the-nexus','Star Trek: Generations: Beyond the Nexus is a Simulation game, developed and published by Absolute Entertainment, which was released in 1995.',0,1,0,0,0),(46342,'Poker Face Paul\'s Blackjack','poker-face-pauls-blackjack','Poker Face Paul\'s Blackjack is a Miscellaneous game, developed by Spidersoft and published by Adrenalin Interactive, which was released in 1993.',0,1.25,0,0,0),(46343,'PGA Tour Golf II','pga-tour-golf-ii','PGA Tour Golf II is a Sports game, developed by Polygon Games and published by Time Warner Interactive, which was released in 1995',0,1,0,0,0),(46346,'James Pond 3: Operation Starfi5h','james-pond-3-operation-starfi5h','The sinister Dr. Maybe is back and only our slickest Special Agent, James Pond, can stop him. Special Agent Finnius Frog can help you get to those hard to reach places with his powerful jumping abilities. Explore more than 100 levels of outrageous fun! Win using an ocean of FI5H gadgets: suction boots, the fruit gun, X-ray specs, a thruster unit, spring boots and a clever fruit suit disguise. Use a special FI5H rocket pack to defeat Dr. Maybe! Fry over 40 different enemies under Dr. Maybe\'s control and avoid Maybe\'s mounted guns and missile launchers!',0,1,0,0,0),(46347,'Hurricanes','hurricanes','So you tthought footballs were for playing with... think again! Embark on rollercoaster journey in this platform adventure through eerie mining towns, terrifying, deadly forests and infested jungles. All this to search the stadium - and your only weapon - a football!',0,1.25,0,0,0),(46349,'Fred Couples Golf','fred-couples-golf','Fred Couples Golf is a Sports game, developed by Sims and published by Sega, which was released in 1994.',0,1.25,0,0,0),(46350,'The Excellent Dizzy Collection','the-excellent-dizzy-collection','Three complete games starring game superstar Dizzy! Enjoy the thrill of an arcade action game, a puzzle game and a complete adventure game all in one pack! \n \n1. Dizzy the Adventurer - Adventure Game \nHere\'s Dizzy - in an amazing magical quest packed with action, mystery, surprises and lots of new interesting characters. Escape from an underground cave and wake Daisy from the endless sleep caused by pricking her finger on a cursed spinning wheel! The spell can only be broken by a kiss from a Prince! A great sense of humour and brilliant fun! A superbly crafted cartoon adventure set in a magical kingdom! \nBrilliant graphics, music and a magical quality that will enchant players. \n\"A magical quest to wake Daisy from her endless sleep\" \n \n2. Panic Dizzy - Puzzle Game \nIt\'s puzzling, challenging and mega playable! Play any of the Yolfolk and challenge friends to a choice of 3 brilliant, original puzzle games. There\'s shape shifter, dizzy dice and picture puzzler to boggle your mind and blow your brain. Push and shoot the descending shapes in a race against time! Fantastic fun! \n\"Put your brain & reflexes in to top gear for 3 original puzzle games!\" \n \n3. Go Dizzy Go! - Action Game \nIt\'s Dizzy and Daisy to the rescue in this zany arcade challenge. Zaks\' treacherous worlds are jam packed with all sorts of nasties. Power-Ups and Special secrets! Take up the challenge in single mode or two player mode. \nClassic maze style game with 5 worlds each containing 5 levels. Superb graphics, funky music and exciting gameplay! \n\"Dash around weird and wonderful worlds to free the yolkfolk!\"',0,1,0,0,0),(46351,'Ernie Els Golf','ernie-els-golf','Ernie Els Golf is a golf game for the Sega Game Gear released exclusively in Europe.',0,1.25,0,0,0),(46352,'Chicago Syndicate','chicago-syndicate','Chicago 1920: Corruption and violence have taken hold of the city. Six gangster bosses control the streets. Larcen Tyler must singlehandedly take control of Chicago, or die trying! \n \n-Presenting Larcen Tyler, from Eternal Champions, in his best role ever - from expert gangster to clean-up crusader! \n \n-Use Larcen\'s full range of weapons, and 60 different fighting moves to fight Chicago\'s toughest gangsters in six territories of the city! \n \n-Your attack plan depends on what\'s currently happening in each territory. Stay on top of the syndicates next moves through informants and local events to plan your attack strategically! \n \nNo game will ever be the same!',0,1,0,0,0),(46354,'Lunar: Sanposuru Gakuen','lunar-sanposuru-gakuen','This is a side-story, set in the same world as the famous Lunar RPGs: Silver Star and Eternal Blue. The town of Burg is populated by harvesters, and you take control of two girls, Ellie and Lena. One day, they are sent to the island of Ien where they should study magic, and there begins their adventure. \n \nThe game is a traditional Japanese-style RPG. You navigate your party through a top-down world, visiting towns and hostile areas. Enemy encounters are random, the battles are turn-based and are viewed from first-person perspective. \n \nWhilst not officially released in English, there is now a completed fan-translation of this game.',0,1,0,0,0),(46359,'Shining Force III: Final Conflict','shining-force-iii-final-conflict','Shining Force Gaiden: Final Conflict (シャイニング・フォース外伝 FINAL CONFLICT) is an RPG for the Sega Game Gear. It was only released in Japan.',0,1,0,0,0),(46361,'PenPen TriIcelon','penpen-triicelon','Funny animal characters compete in a madcap triathlon on ice. Select one of seven whimsical characters including a penguin, shark, walrus, hippo, octopus, bird or dog. Race against each other or against the clock in three unique events including belly-surfing, ice-walking, and swimming. While the graphics catch your eye, it\'s the addictively fun gameplay which really makes Pen Pen TriIceLon shine.',0,1,0,0,0),(46362,'Dead or Alive 2 Limited Edition','dead-or-alive-2-limited-edition','The world has become a very chaotic and disoriented place ever since the tragic murder of Fame Douglas, the sponsor of the legendary \"Dead or Alive I World Combat Championship\". We must now rely on you to ensure that the world returns back to a state of peace. \n \nWith 12 characters to choose from, your mission is to win the championship and save the world from the Tengu Disaster that will take place at the century\'s end. Your ability to battle using various fighting techniques will determine your characters fate. \n \nWill you fight for life or fight to the death? \n \nThis updated Dreamcast version features two new playable characters, two new stages, stage multipart extensions, new costumes, new cut scenes and the \"Gallery\" option.',0,1,0,0,0),(46365,'Exhibition of Speed','exhibition-of-speed','Looking for high-speed authentic arcade action? Strap yourself firmly in for this electrifying new racing game. Extensive game features include over twenty world-class racing vehicles including hidden cars, fifteen challenging tracks with varying weather conditions in five different universes, spectacular car jumps with additional boosters on the track, stunning visual SFX on the landscapes and multiplayer gaming for up to four players. - See more at: http://www.consolepassion.co.uk/products/sega-dreamcast/games/exhibition-speed#sthash.PJt2AJWT.dpuf',0,1,0,0,0),(46366,'Sega GT European Edition','sega-gt-european-edition','',0,1.25,0,0,0),(46367,'V-Rally 2 Expert Edition','v-rally-2-expert-edition','',0,1,0,0,0),(46370,'UEFA Striker','uefa-striker','',0,1.25,0,0,0),(46373,'Sega Smash Pack Volume 1','sega-smash-pack-volume-1','',0,1,0,0,0),(46374,'Sega Swirl','sega-swirl','',0,1,0,0,0),(46377,'Sega Rally Championship 2','sega-rally-championship-2','Sega Rally 2 is the sequel to Sega\'s hit arcade game, Sega Rally. This game, like it\'s predecessor, is based on Rally racing. Rally racing is unique in that races take place on both race tracks and off-road courses. The courses in this game reflect this nicely. Some take place in the desert or forest, others take place in cities. \n \nThe cars in this game are all actual rally cars, with manufacturers from Europe and Japan both well represented. You do not get to see very many of them at one time, however, since rally races are typically time-based events. In this game, you are not competing directly against the other cars, you simply have to have the best time through the course. So, during any race you will usually see a handful of other cars on the track.',0,1,0,0,0),(46381,'Bakuden Unbalance Zone','bakuden-unbalance-zone','Bakuden Unbalance Zone (爆伝アンバランスゾーン) is an adventure game for the Sega Mega-CD. It was only released in Japan.',0,1.25,0,0,0),(46382,'Genei Toshi - Illusion City','genei-toshi-illusion-city','Genei Toshi (幻影都市) is an RPG for Japanese computers, later ported to the Sega Mega-CD. It was only released in Japan.',0,1,0,0,0),(46383,'Tenka Fubu Eiyuutachi no Houkou','tenka-fubu-eiyuutachi-no-houkou','Tenka Fubu: Eiyuutachi no Houkou (天下布武 英雄たちの咆哮) is a simulation game for the Sega Mega-CD.',0,1.25,0,0,0),(46384,'Tenbu Mega CD Special','tenbu-mega-cd-special','Tenbu Mega CD Special (天舞メガCDスペシャル) is a Sega Mega-CD simulation game released exclusively in Japan.',0,1,0,0,0),(46385,'Egawa Suguru no Super League CD','egawa-suguru-no-super-league-cd','Egawa Suguru no Super League CD (江川卓のスーパーリーグCD) is a baseball game released as part of the Super League and a sequel to Pro Yakyuu Super League CD (?).',0,1.25,0,0,0),(46386,'Pro Yakyuu Super League CD','pro-yakyuu-super-league-cd','Pro Yakyuu Super League CD (プロ野球スーパーリーグCD) is a baseball game released as part of the Super League series for the Sega Mega-CD exclusively in Japan.',0,1.25,0,0,0),(46387,'Quiz Scramble Special','quiz-scramble-special','Quiz Scramble Special (クイズスクランブルスペシャル) is a Sega Mega-CD quiz game released exclusively in Japan.',0,1,0,0,0),(46388,'Mega Schwarzschild','mega-schwarzschild','Mega Schwarzschild (メガシュヴァルツシルト) is a Sega Mega-CD simulation game released exclusively in Japan.',0,1,0,0,0),(46389,'Mahou no Shoujo: Silky Lip','mahou-no-shoujo-silky-lip','Mahou no Shoujo: Silky Lip (魔法の少女シルキーリップ) is an adventure game for the Sega Mega-CD. It was only released in Japan.',0,1.25,0,0,0),(46390,'Gambler Jiko Chuushinha 2 Gekitou! Tokyo Mahjong Land Hen','gambler-jiko-chuushinha-2-gekitou-tokyo-mahjong-land-hen','Gambler Jiko Chuushinha 2: Gekitou! Tokyo Mahjong Land Hen (ぎゅわんぶらあ自己中心派2 激闘! 東京マージャンランド編) is a Sega Mega-CD sequel to Gambler Jiko Chuushinha.',0,1,0,0,0),(46392,'Capcom No Quiz: Tonosama No Yabou','capcom-no-quiz-tonosama-no-yabou','Quiz Tonosama no Yabou is a 1991 arcade quiz game by Capcom. SIMS ported it to the Sega Mega-CD in 1992, calling it Capcom no Quiz Tonosama no Yabou (カプコンのクイズ殿様の野望). No version was released outside Japan.',0,1,0,0,0),(46393,'Battle Fantasy','battle-fantasy','Battle Fantasy (バトル ファンタジー) in Japan is a Sega Mega-CD fighting game.',0,1,0,0,0),(46396,'After Armageddon Gaiden: Majuu Toushouden Eclipse','after-armageddon-gaiden-majuu-toushouden-eclipse','After Armageddon Gaiden: Majuu Toushouden Eclipse (アフターハルマゲドン外伝 魔獣闘将伝エクリプス) is an RPG for the Sega Mega-CD',0,1.25,0,0,0),(46398,'Mega Race','mega-race','It\'s the incredibly stunning visual communications highway of the future, and you\'re the star of Virtual World Broadcast TV\'s hit show - MEGARACE - with an audience that\'s out for blood. To keep ratings up (the meaner you are, the higher they get), you\'re pitted against five of the nastiest drivers ever to take a wheel in a wild virtual television race to the finish... yours... or theirs! You haven\'t seen anything like MEGARACE, because there\'s never been anything like MEGARACE! Strap yourself into this brave new world of battle racing... and take it to the limit!',0,1.25,0,0,0),(46400,'Warau Salesman','warau-salesman','It\'s a point-and-click adventure game released only in Japan tying into a media series by Fujiko Fujio A.',0,1.25,0,0,0),(46406,'ESPN NBA HangTime \'95','espn-nba-hangtime-95','NBA HAngtime \'95 takes it to the hoop with the ultimate in 2-on-2 half-court action. Choose from 81 of the hottest players in the NBA from all 27 teams. Special button combos let you unleash awesome player moves - two handed power dunks by Hakeem Olajuwon, reverse dunks by Chris Webber, spin moves by Scottie Pippen and more! Then for something completely different, play ESPN 2-on-2 World Tour mode with streetball players from around the world. NBA Hangtime \'95, Everything Else is Just Practice.',0,1,0,0,0),(46407,'Ultraverse Prime','ultraverse-prime','Players control the superhero Prime, a thirteen year-old boy called Kevin Green that has the power to transform into a superhero adult version of himself. Prime can punch, kick and jump, and combine these into some new moves and combos. The player as well as the enemies can also occasionally find weapons or objects to pick up and throw. Some stages are much faster as Prime flies at a fast speed and needs to punch obstacles and enemies out of the air.',0,1.25,0,0,0),(46408,'Third World War','third-world-war','Third World War is a \"hypothetical/what if\" wargame with a twist. Set sometime in the late 20th century, when conflicts all over the world have erupted, and world peace is but a thing of the past. \n \nAs the leader of one of 16 nations, your ultimate goal is none other than world domination. To accomplish this you have a multitude of options ranging from raw military might, diplomacy, foreign or domestic investment policy, aiding terrorists or revolutionaries, to media manipulation. In other words, it\'s just like the real world.',0,1.25,0,0,0),(46412,'Penn & Teller\'s Smoke and Mirrors','penn-and-tellers-smoke-and-mirrors','Penn & Teller\'s Smoke and Mirrors is a Simulation game, developed and published by Absolute Entertainment, which was cancelled before it was released.',0,1.25,0,0,0),(46414,'NFL Football Trivia Challenge','nfl-football-trivia-challenge','NFL Football Trivia Challenge is a trivia game with an National Football League license. Either player can pick his favourite team to play with. TV commentators Pat Summerall and Tom Bookshier describe various situations in play accompanied by 1200 images and 300 Full Motion Video clips. 1500 multiple choice questions are waiting to be answered in the game. For each correct answer the player gains yardage in the game and increases his chances of scoring a point. The player with most points after 60 questions wins the game. There are three different difficulty levels to play at.',0,1.25,0,0,0),(46417,'Kris Kross: Make My Video','kris-kross-make-my-video','Make My Video: Kris Kross is a video game based on real-time editing of music video footage. The setup is that a radio DJ is taking calls from listeners who want to see custom videos for their favorite Kris Kross videos. The specifications normally come in the form of a set of pictures they either do or don\'t want to see, and perhaps some effects. The game has three Kris Kross videos from which to choose: \"Jump\", \"Warm It Up\", and \"I Missed The Bus\". \n \nAfter receiving the video specifications, the player enters the video editing console in the EditChallenge mode. From this console, the player can view and select between 3 video streams that are playing. The selected stream will be edited into the final video. One stream is the original video while the other 2 feature assorted random footage that nonetheless often carries images that happened to have been specified in the video request. The video editing console also allows the player to apply a variety of real-time filters, such as mosaic and blur filters, RGB color filters, strobe and motion filters, lyric subtitles, among others.',0,1.25,0,0,0),(46418,'INXS: Make My Video','inxs-make-my-video','Make My Video: INXS is a video game based on real-time editing of music video footage. The setup is that a pair of female friends is hanging around a bar and monopolizing the pool table. The game explores the duo\'s interpersonal interactions with other patrons at the bar: There\'s the Fly, an aloof cool guy; Ted and Gomez, braindead surfer dudes trying to pick up the ladies, and who are thinly-veiled parodies of Bill & Ted; Poindexter, the nerd who is also trying to work up the courage to talk to the women; and Flo and Tiger, a pair of leather-clad tough chicks whose interest is beating the main subjects of the game so that they can control the bar music and play their Megadeth videotape. Each person or pair has own their ideas about what an ideal INXS video should or should not contain. The specifications normally come in the form of a set of pictures they either do or don\'t want to see, and perhaps some effects. The game features three INXS videos from which to choose: \"Heaven Sent\", \"Not Enough Time\", and \"Baby Don’t Cry\".',0,1,0,0,0),(46421,'The Colors of Modern Rock','the-colors-of-modern-rock','Demo disc: The best new rock comes alive in Virtual VCR',0,1,0,0,0),(46423,'BattleCorps','battlecorps','Battlecorps is a giant-mech game that takes place on a mining planet known as Mandlebrot\'s World. The colony supercomputer has been infected with a virus, and now the planet\'s giant machines are turning against the people who created them. You must pilot your bipedal attack machine through 12 missions to reboot the computer. \n \nThe graphics in this game use scaled and rotated sprites to achieve a 3D environment. The effect is similar to other Core Design games for the Sega CD.',0,1,0,0,0),(46427,'Soulstar X','soulstar-x','Core Design\'s original Sega CD game Soul Star is an awesome shooter featuring colorful sprite-based graphics, smooth scaling, and a behind-the-ship view. The upgraded Soul Star X would have made a fine showcase title for the 32x, especially with enhanced graphics and additional levels. \n \nSoul Star is pseudo-3D, cockpit-view space shooting game from Core -- the peaceful six planets of the Soulstar have been invaded by the Myrkoids, and you are the last hope as a space warrior with blazing weapons. \n \nSoul Star X was never released',0,1,0,0,0),(46429,'Rand McNally\'s America: U.S. Atlas','rand-mcnallys-america-us-atlas','An electronic reference guide to the USA.',0,1,0,0,0),(46430,'Zelda: Return of the Hylian','zelda-return-of-the-hylian','After Link\'s victory over Ganon (in \"A Link to the Past\"), no one knows what Link’s wish to the Triforce was. But this wish reunified the Light World and the Dark World and brought the 7 wise men’s descendants back to life. Peace was back in Hyrule. But unfortunately, this wish also ressurected Ganon and his henchmen. He was preparing his revenge, but he couldn’t do anything without the Triforce. One night, a familiar voice speaks to Link in his sleep…',0,1.25,0,0,0),(46433,'Disney Magic Artist Cartoon Maker','disney-magic-artist-cartoon-maker','',0,1.25,0,0,0),(46434,'Disney\'s Magic Artist 3D','disneys-magic-artist-3d','',0,1,0,0,0),(46435,'Spy Kids: Mega Mission Zone','spy-kids-mega-mission-zone','',0,1,0,0,0),(46438,'SimGolf: Compete On Courses You Create','simgolf-compete-on-courses-you-create','',0,1,0,0,0),(46439,'Dungeon Siege II Deluxe Edition','dungeon-siege-ii-deluxe-edition','',0,1,0,0,0),(46440,'Sherlock Holmes Collection','sherlock-holmes-collection','',0,1,0,0,0),(46441,'Starcraft II: Heart of the Swarm Collector\'s Edition','starcraft-ii-heart-of-the-swarm-collectors-edition','Contains: Starcraft II: Heart of the Swarm PC/Mac Game // Exclusive Behind The Scenes DVD & Blu-Ray Two-Disc Set // Collector\'s Edition Soundtrack // Heart of the Swam Art Book // Zerg Rush Mouse Pad // Starcraft II: Torrasque Ultralisk & Portraits (exclusive in-game content) // World of Warcraft: Pet Baneling (exclusive in-game content) // Diablo III: Blade Wings and Banner Sigil (exclusive in-game content)',0,1,0,0,0),(46442,'Mad Trax','mad-trax','Mad Trax is an Action game, developed by Rayland Interactive and published by Project Two Interactive, which was released in 1998.',0,1,0,0,0),(46447,'Airliner Pilot','airliner-pilot','Have you ever wanted to fly for a major airline? Fancy travelling the world, being responsible for millions of pounds worth of material and for the safety and comfort of hundreds of passengers? Wouldn\'t it be great if you could do it in FS2004? \n \nNow you can. Airliner Pilot is a unique piece of software that puts you into control of an airliner in your own fictional airline. Starting as a Junior First Officer in the right-hand seat seat of a turboprop aircraft you\'ll make your way through a pilot\'s career. \nYour airline will assign you routes to fly according to your rank and aircraft allowances. With growing experience and successful flying you will gain type ratings for larger aircraft on longer routes and eventually be promoted to take the Captain\'s place in the left-hand seat. \n \nWinner of Aircraft Illustrated\'s prestigious award for Best Flight Sim Product of 2005. They wrote: \"This creates a whole new challenge for users of Flight Simulator. It is great fun, easy to use and one of those titles that you find yourself going back to time and again, which is a sign of a great product. We were also very impressed with the rapid response from the publisher when needing help and Airliner Pilot even has its own web site where fans are adding their own extras to make the experience even more enjoyable.\"',0,1,0,0,0),(46449,'Evil Seal','evil-seal','Evil Seal is a pc game dealing with a modern revival of S.John’s Apocalypse. \nIt’s a survival horror: players will find themselves in a post- apocalyptic setting and in order to survive they will be forced to use many different defense weapons against a demonic and \nsupernatural army. \n \nFeatures: \n \n1) Story Mode \n2) Survival Mode with online rank \n3) Many characters with different skills \n4) Drop system \n5) Craft system \n6) Inventory system \n7) Quest system \n8) Character level system \n9) 8 selectable characters with different skills \n10) It’s very hard to kill enemies. A strategy is required! \n \nHere you can download the pre alpha demo version: http://evilseal.com/index.php/downloads/',0,2.25,0,0,13095),(3827,'Bobobo-bo Bo-bobo Dassutsu! Hajike Royale','bobobo-bo-bo-bobo-dassutsu-hajike-royale','',0,1.25,0,864,864),(19443,'Tube Adventures','tube-adventures','First youtube game in the World.\n\nThe protagonist Eusebio has lost its memories and now you have to help him to find its way to the bakery.',0,1.25,0,0,0),(19447,'Speed Elixir','speed-elixir','',0,1.25,0,0,0),(19451,'XCOM 2: Alien Hunters','xcom-2-alien-hunters','',0,1.25,0,0,0),(3893,'Doraemon: Let\'s Play with Everyone! Mini Doraland','doraemon-let-s-play-with-everyone-mini-doraland','',0,1.25,0,1808,1808),(46565,'Tetsuo Gaiden','tetsuo-gaiden','Tetsuo Gaiden, a fantasy flight through the realms of alien darkness. Featuring the best CD-i has got to offer; amazing 3D full motion video, riveting gameplay and a smack in your face soundtrack... \n \nPrepare for more than 80 blazing levels filled with the best and fastest gameplay ever created on CD-i. Brought to you by the award-winning team from Christmas Country, Tetsuo Gaiden is jampacked with nice features like bonus items, multiple laser fire, smartbombs, energy shields and super bonusses. \n \nGet ready for the best game of spring \'97.',0,1.25,0,0,0),(46567,'Scotland Yard Interactive','scotland-yard-interactive','',0,1.25,0,0,0),(46569,'Pyramid Adventures','pyramid-adventures','',0,1.25,0,0,0),(46571,'Paint School II','paint-school-ii','',0,1.25,0,0,0),(46573,'P.A.W.S.','paws','',0,1.25,0,0,0),(46574,'NFL Instant Replay','nfl-instant-replay','',0,1.25,0,0,0),(46575,'The Ur Quan Masters','the-ur-quan-masters','In the last phase of the war between the Alliance of Free Stars and the Hierarchy of Battle Thralls, the Tobermoon, an Earthling ship, discovered an ancient Precursor subterranean installation in a cave on the surface of an uninhabited planet in the Vela star system. The Alliance hastily sent a secret scientific mission to study the relics, but a massive Hierarchy offensive forced the Alliance fleets to retreat beyond Vela; the mission commander, Captain Burton, decided to go into hiding on the planet and sent back the Tobermoon, her only starship, asking for help. Though the Ur-Quan forces didn\'t find the Earthlings during their sweep of the system, relief never arrived. Years later, with the help of a genius child born on the planet, the colonists activated the Precursor machinery and found out that it was programmed to build a starship. Using the limited store of raw materials available in the planet, in ten years the Precursor factory built a (barely) functional ship, which could be piloted only by the now grown genius child, who alone could interact with the Precursor central computer. In the first test flight, it was discovered that the ship Burton had sent for help had been severely damaged by the Ur-Quan and was orbiting unpowered in the outer solar system: the Alliance had never known of the mission\'s discoveries. The colonists decided to fix the recovered ship, train new crew members for both the Precursor ship and the Tobermoon and send a mission back to Earth, eager to know how the war had ended. Shortly before reaching Sol the little fleet was attacked by an unknown ship; Captain Burton, commanding the Earthling ship, intercepted the alien ship before it could damage the defenseless Precursor starship, but was killed in the short fight, leaving the genius young man in command',0,1.25,0,0,0),(46576,'Challange Of The Five Realms','challange-of-the-five-realms','',0,1.25,0,0,0),(3909,'Evolution Snowboarding','evolution-snowboarding','Evolution Snowboarding is a sports video game first released on February 25, 2002 for the Nintendo Gamecube. It was later released on November 26 for the PlayStation 2. The game was both developed and published by Japanese game company Konami. The game takes a new perspective on the snowboarding genre. Evolution Snowboarding has also spawned a sequel titled Evolution Skateboarding.',0,1.25,0,129,129),(46595,'Galahad','galahad','An evil wizard. A beautiful princess. A gallant knight. An epic quest of sorcery and treachery in an attempt to save the famed kingdom of Camelot. Hundreds of enemies and 21 Guardians! Buy swords, armor, and potions. 21 exciting levels! 8 Megs of graphics!',0,1.25,0,0,0),(19476,'Dungeons of Avalon II - The Island of Darkness','dungeons-of-avalon-ii-the-island-of-darkness','',0,1.25,0,0,0),(19477,'Sword Coast Legends: Rage of Demons','sword-coast-legends-rage-of-demons','',0,1.25,0,0,0),(19478,'TaxMan','taxman','Taxman is an Action game, published by HAL Labs, which was released in 1982.',0,1.25,0,0,0),(19482,'X-Tactics','x-tactics','X-Tactics is an episodic Turn Based RPG updated weekly, that is also a location-based game that uses player location and local weather to affect the tactical conditions of missions, which combines turn-based tactical gameplay with an original fighting game inspired combo/command skill system, and mechanics to create a new style of gameplay. In it you control a rag-tag team of secret agents who protect the World and the Truth.',0,1.25,0,10031,10031),(19498,'Amigo pancho','amigo-pancho','',0,1.25,0,0,0),(19501,'Robbery Bob','robbery-bob','',0,1.25,0,0,0),(19523,'Sega Race TV','sega-race-tv','Sega Race TV is an arcade racing game from Sega.',0,1.25,0,0,0),(46653,'Solar Winds','solar-winds','Offering action in a world of sci-fi / futuristic, shooter, Solar Winds: The Escape (also known as Solar Winds: Episode 1) is an abandonware developed by Stone Interactive Media and published by Epic MegaGames, Inc.. Released in 1993, you wander around in a top-down perspective.',0,1.25,0,0,0),(46655,'Aquaphobia','aquaphobia','Download Aquaphobia is a diving game from published in 1992 by Softdisk Publishing. \n \nIt\'s a simple diving game one of the first endless runners This game is also known as Deep Sea Diver',0,1.25,0,0,0),(46656,'Super ZZT','super-zzt','Super ZZT is the successor to ZZT, created by Allen Pilgrim and Tim Sweeney of Epic Games (then Epic MegaGames). Like its predecessor, Super ZZT was essentially a game creation system with a few games packaged with it, which included Lost Forest, Monster Zoo, and Proving Grounds. Like ZZT, the greatest draw to its sequel was the level editor which allowed players to create their own games. The editor itself was somewhat \"hidden\" by the creators, perhaps because it was not quite as polished as they wanted in time for the release. It was necessary to add the argument /e to the command line when loading Super ZZT, and then to press E to enter the editor.',0,1.25,0,0,0),(3997,'MC Groove Dance Craze','mc-groove-dance-craze','',0,1.25,0,1266,1266),(46674,'The Earth Defend','the-earth-defend','Earth Defense (aka: The Earth Defend) is an unlicensed game for the Sega Mega Drive/Genesis; it was developed by AV Artisan and published by Realtec in both North America and Taiwan, without a license from Sega.',0,1.25,0,0,0),(46675,'Uwol: Quest for Money','uwol-quest-for-money','UWOL - Quest for Money was originally developed by the Spanish development team, Mojon Twins. UWOL was released for the ZX Spectrum Console and it has been ported to the Genesis by Shiru. UWOL is a really fun game that resembles a lot the 80s and 90s arcades, and also it is \"Nintendo hard\". \n \nUWOL Features 55 Levels where the player needs to find money on a millionaire mansion that is haunted by our classic monsters.',0,1.25,0,0,0),(46676,'Tom Clown','tom-clown','Tom Clown Circus is an interpretation of the game with the Atari 2600. The game is pretty hardcore. Music is poor. A \"diversity\" levels - a typical Arkanoid without bonuses. It was originally bundled on floppy with Realtec\'s copier and was eventually put out on an extremely small amount cartridges.',0,1.25,0,0,0),(46677,'Nekketsu Koukou Dodgeball Bu: MD Soccer Hen','nekketsu-koukou-dodgeball-bu-md-soccer-hen','Nekketsu FC is referred to as a weak team, but now we were finally supposed to play the national tournament. To celebrate the national competition, the team went to eat sushi. However, a series of unfortunate incidents began to happen. Wow, who would have thought the whole team would come down with food poisoning from eating sushi!? \n \nAt this rate it looked like we would have to give up our dream of entering the nationals, but just then our coach Misako had a bright idea! \n \nOf all our sport clubs, dodge ball seems to be the strongest, so why don\'t we ask them to help us out? The dodge ball team is led by Kunio, and let\'s hope he lives up to the expectations of Misako!',0,1.25,0,0,0),(46680,'NCAA Football','ncaa-football','NCAA Football is an American football game for the Sega Mega Drive. It was only released in North America.',0,1.25,0,0,0),(4010,'Narc','narc','Narc is a 1-2 player game, where your mission is to infiltrate the Mr. Big Corporation, the scourge of the underworld. To do this, you must get through the game\'s eight stages, with over ten sectors like the junkyard, subway, drug lab, nursery, downtown, Sunset Strip, and even the corporation, where Mr. Big resides. In order to get through the stages, you are required to collect a number of safe cards, and insert them in the slot next to the stage exit. Each sector includes a map, and should be easy to read. For example, the blue or red dots represent you, and the white dots are the missile launchers, while the \"E\" indicates the exit.',0,1.25,40,287,665),(19540,'Tom Clancy\'s The Division: Underground','tom-clancys-the-division-underground','In the first DLC expansion, Underground, you dive into the underbelly of New York with up to three friends to save what remains. Explore the randomly generated mazes of subways, tunnels, and sewers to fight deadly enemies and recover powerful loot. Experience an all-new incursion and find the latest weapons, gear and more.',0,1.25,60,104,0),(4020,'Monsters, Inc. Scream Areana','monsters-inc-scream-areana','',0,1.25,0,197,444),(46701,'Moto Racer 3: Gold Edition','moto-racer-3-gold-edition','The arcade motorbike racer returns! Lock up your moped, and get ready for some high speed racing with the return of the great Moto Racer series. At over 150 mph on international circuits or getting some great air off a dirt jump, you\'ve got all the different two wheeled motor sports you can think of to up your adrenaline, all mixed for a unique blend of arcade racing. And if you\'re a motorbike connoisseur you can manage your bikes and parts to get the most out of your set-up. Unleash your speed dream!',0,1.25,0,0,0),(46705,'BattleStar','battlestar','On Monthly Disk Presents: Battlestar is a competent PC version of popular Battleship board game -- no more, no less. The game replaces the ships with nice-looking spaceships, but otherwise the gameplay remains identical: try to correctly guess the locations of the opposite player\'s five spaceships before your ships are discovered and destroyed. You can play against the computer or another human player, and the computer\'s AI is not half bad.',0,1.25,0,0,0),(46706,'Vitsie Visits Dinosaurs','vitsie-visits-dinosaurs','Vitsie\'s latest adventure takes you to meet the mighty rulers of the Mesozoic! \nVitsie introduces your children to some very big ideas about the dinosaurs. With just a click of the mouse, they can meet Vitsie\'s friend the Brontosaurus, make an Allosaurus puppet, or sing along to the Dinosaur Song. Learning has never been this wildly entertaining. \n \n \nSince Vitsie Visits Dinosaurs is interactive, your kids can play with the dinosaur of their choice whenever they want. They can also sing along to any song, in any order they choose. It\'s never the same adventure twice. \n \nSo, let you kids take a walk on the wild side! \nCome on along for a real blast into the past! \nClick the musical note and sing along to Vitsie\'s wonderful dinosaur duets. \nTouch the light bulb to learn all about Vitsie\'s prehistoric pals! \nIt\'s time for some ferocious fun! Imagine building your very own fossil at home. \nClick on the carousel and your children can skip to their favorite scenes from over 30 minutes of digital video.',0,1.25,0,0,0),(46707,'Sound It Out Land','sound-it-out-land','Sound It Out Land is a musical theme park that kids can explore any way they wish. Kids play with the program by pressing buttons on the displays. These buttons enable kids to travel to different areas and to play the songs and games.',0,1.25,0,0,0),(46710,'Red Faction Armageddon - Commando & Recon Limited Edition','red-faction-armageddon-commando-and-recon-limited-edition','Red Faction Armageddon Commando & Recon Edition Includes: \nCommando Pack: Commando Pack that includes the armored Commando uniform and adds two new weapons to their arsenal. Players will spray an unforgiving stream of destruction with the Plasma Thrower, or slice and dice the infestation with dual Laser Pistols. \nRecon Pack: Recon Pack that includes the clandestine Recon uniform, constructed specifically for Red Faction snipers and spies. Unleash two new weapons on your foes, including the Arc Welder, which immobilizes and electrocutes clusters of enemies, and the XNG-5000, which launches devastating Nanite-filled projectiles that seek out targets and dissolves them. \nYou are humanity\'s last hope for survival. \nRed Faction®: ArmageddonTM expands on the critically acclaimed, best-selling franchise with new, groundbreaking challenges.',0,1.25,0,0,0),(46711,'F.E.A.R. 2: Project Origin Limited Edition','fear-2-project-origin-limited-edition','It includes both the original F.E.A.R. and F.E.A.R. 2 Project Origin, as well as exclusive in-game skins and steelbox presentation',0,1.25,0,0,0),(46712,'Deus Ex Complete','deus-ex-complete','Deus Ex is one of the most influential games of all time. A mix of RPG and FPS elements that has often been imitated, but never bettered, no game allows the user a greater freedom to play their own way. \n \nDeus Ex Complete sees both games in the ground-breaking collection - Deus Ex and Deus Ex Invisible War - brought together. Experience two of the greatest games ever in one stunning package.',0,1.25,0,0,0),(46713,'Deus Ex: Human Revolution - Limited Edition','deus-ex-human-revolution-limited-edition','Contains: An entirely new extra mission // Two weapons; Linebacker G-87 multi-shot grenade launcher and M28 utility remote detonated explosives // Auto-unlocking device',0,1.25,0,0,0),(46714,'Alien Isolation: Ripley Edition','alien-isolation-ripley-edition','Find your way through an increasingly unforgiving and treacherous world, under constant threat from a ruthless and unpredictable Alien. \n \nUnderpowered and unprepared, your only chance of survival is to scavenge resources and improvise solutions to keep the Alien at bay. \n \nChoose your moves wisely, the dynamic and reactive nature of the Alien means it will respond to your every move.',0,1.25,0,0,0),(46718,'USS Ticonderoga: Life and Death on the Hight Seas','uss-ticonderoga-life-and-death-on-the-hight-seas','USS Ticonderoga lets you command a Ticonderoga-class missile cruiser in a real-time naval combat simulation. There are three theaters of operation: the Persian Gulf, the North Atlantic or the Sea of Japan and you will have to take your ship there and try to keep the peace and carry out your missions.',0,1.25,0,0,0),(46721,'Lincity','lincity','',0,1.25,0,0,0),(46728,'SpongeBob SquarePants 3D Obstacle Odyssey','spongebob-squarepants-3d-obstacle-odyssey','A 3D SpongeBob licensed game for PC.',0,1.5,0,0,0),(46729,'OpenTyrian','opentyrian','Tyrian is an arcade-style vertical scrolling shooter. The story is set in 20,031 where you play as Trent Hawkins, a skilled fighter-pilot employed to fight Microsol and save the galaxy. \n \nOpenTyrian is a port of the DOS shoot-em-up Tyrian. Jason Emery generously gave the OpenTyrian developers a copy of the Tyrian 2.1 source code, which has since been ported from Turbo Pascal to C. The port uses SDL, making it easily cross-platform.',0,1.25,0,0,0),(46730,'Upsolom','upsolom','Power on your machinery and dive into Upsolom. Jump, hover and find things. \n \nUpsolom is an minimalist adventure focusing on exploration and atmosphere. the game was produced in 20 days.',0,1.25,0,0,0),(4056,'Carnival Games','carnival-games','Step right up to Carnival Games for Nintendo DS. All the fun of the million-selling original comes to the world\'s best-selling portable system during the summer vacation and travel season. Each game is designed from the ground up to take full advantage of the Nintendo DS control mechanism. A frenzied combination of tapping, blowing, speaking and stylus maneuvering brings the now-famous midway to life!',0,1.25,57,268,2000),(19595,'Gear Senshi Dendoh','gear-senshi-dendoh','',0,1,0,617,716),(19603,'K Station','k-station','K Station is an old-school adventure game, and is the first game from the indie studio Maya Games.\n\nThe goal is to make it off K Station. To do so, you\'ll have to interact with the world and the other characters inhabiting the station. All interactions are done by using the keyboard, you\'ll type commands for each interaction, for example: \"talk to meena\" and \"look at bed\".',0,1.25,0,10118,10118),(46781,'Guardians: Denjin Makai II','guardians-denjin-makai-ii','Guardians (ガーディアンズ?), also known as Denjinmakai II (電神魔傀II?), is a side-scrolling beat \'em up developed by Winkysoft and published by Banpresto that was exclusively released as a coin-operated arcade game in 1995 as the successor of the 1994 arcade game Denjinmakai.',0,1.25,0,0,0),(46783,'Surprise Attack','surprise-attack','In this game, you attempt to collect bombs whithin the time limit while shooting at terrorists. The faster you complete the level, the better the rank you will have.',0,1.25,0,0,0),(46789,'Break Thru','break-thru','Pilot a military vehicle, equipped with super jump capability, through enemy territory. You must traverse dangerous mountain passes, bomb-torn bridges, harsh jungle and fortified cities to rescue your PK430 aircraft. \n \nBreakThru is a side-scrolling action game where the player must drive their high-tech assault vehicle through five stages. The player can use their forward cannon to remove obstacles in their way, or leap over them with the car\'s impressive jump. For the jump to get better clearance, the player must speed up, though this also makes it harder to shoot/avoid hazards in the road. Occasionally, there are otherwise impassable barricades like landslides that the player needs to a high speed jump to clear. The levels include \"Mountain\", \"Bridge\", \"Prairie\", \"City\" and \"Airport\" (or \"Recover the Aircraft\"). After completing the game, the player starts over at the level of their choice. \n \nThe game was first released for the Arcade platform in 1986. It was ported to various home computers later the same year by US Gold, and also saw a North American-exclusive NES release in 1987.',0,1.25,0,0,0),(46791,'Puzzle King','puzzle-king','',0,1.25,0,0,0),(46795,'Fast Freddie','fast-freddie','',0,1.25,0,0,0),(46797,'Heavy Metal','heavy-metal--1','A tank shooter from Sega.',0,1.25,0,0,0),(46798,'Jumping Pop','jumping-pop','',0,1.25,0,0,0),(46801,'Guitar Freaks','guitar-freaks','GuitarFreaks (ギターフリークス?) is a music video game series produced by Konami. It is a rhythm game where the player uses a controller to simulate the playing of an electric guitar. The game consists of music predominantly from the rock music, rock and roll and J-pop genres. It is considered one of the most influential video games of all time, for having laid the foundations for popular guitar-based rhythm games, such as the Guitar Hero series.[2] Working Designs attempted to bring Guitar Freaks PlayStation 2 games in the U.S., but patent problems with the guitar controller prevented the project from moving forward.[3] \n \nThe game is now in its nineteenth version, GuitarFreaks V8, which was released in March 28, 2011. It was speculated to be the final release of GuitarFreaks V. A spin-off series, GuitarFreaks XG was released in Japanese arcades on March 10, 2010,[4] which added two more buttons to the fret bar. A sequel, GuitarFreaks XG2, was released on March 9, 2011. Another sequel, GuitarFreaks XG3, was released on Feb. 23, 2012.',0,1.25,0,0,0),(46802,'Golden Tee Fore! 2004','golden-tee-fore-2004','',0,1.25,0,0,0),(46806,'Lode Runner II','lode-runner-ii','In 1984, after developing the first arcade conversion of Lode Runner, Irem developed a sequel in a very short period of time. This second version contained 30 selected levels from the 150 original levels, in comparison to the first version\'s 24 levels. Other than the new levels, and some new looks for the enemies (all of whom behave the same) there is no difference in game play. \n \nIrem brought many of their arcade inspired levels to the Famicom Disk System under the names Super Lode Runner and Super Lode Runner II.',0,1.25,0,0,0),(19613,'PAYDAY 2: The Biker Heist','payday-2-the-biker-heist','The Elephant is after something, and Rust is the key to get it. But Quid Pro Quo rules in this dog-eat-dog world, so Rust won’t just give it away as a wrapped gift. Instead he seeks some help himself.',0,1.5,0,0,0),(46816,'Naughty mouse','naughty-mouse','Naughty Mouse, also known as Woodpecker, is a platform arcade game that had been released by Amenip Corporation in 1981; it runs upon Namco\'s Pac-Man hardware (a Zilog Z80, running at 3.072 MHz), with one of Namco\'s programmable sound generators running at 96 KHz for audio. The player must use a 4-way joystick, to take control of the eponymous Naughty Mouse, who must make it from his own house (at the bottom of the screen) to his girlfriend\'s (at the top) - however there are several differently-coloured woodpeckers that hatch from the large eggs positioned on the left and right sides of the screen, and set out to stop him, but the player has a single button with which to make Naughty Mouse jump over them. Some of the ladders may also become \"electrified\" after Naughty Mouse has climbed them, forbidding him to go back down them again on pain of death; once he has reached his girlfriend\'s house, he will receive the stage\'s remaining time as bonus points and proceed to the next stage. The main difference between the two versions is the colour palettes, and stage arrangements.',0,1.25,0,0,0),(46817,'Nekketsu Koukou Dodgeball Bu','nekketsu-koukou-dodgeball-bu','47th National High School dodgeball tournament. Spring, Mount Fuji blossoms with the cherry tree park in Shizuoka Prefecture. The fight has begun. Nekketsu High takes on Hanazono High in a dodge ball battle. If they are victorious nationally, the world is next.',0,1.25,0,0,0),(46821,'Dead Or Alive ++','dead-or-alive-plus-plus','Dead or Alive ++ (Plus Plus) is an updated version of Dead or Alive released in 1998. It includes new characters, improved graphics, and unlockable costumes. The updated version also features remixed stage designs.',0,1.25,0,0,0),(46824,'Twins','twins','',0,1.25,0,0,0),(46827,'Pang Pang','pang-pang','',0,1.25,0,0,0),(46828,'Flying Tiger','flying-tiger','Flying Tiger is a vertical scrolling space themed shoot \'em up game where you take control of a spaceship. \nYou fight a variety of space crafts (ground and air based), static guns and bosses. While playing destroyed enemies drop power-ups. These include: plus one (limited) bomb (B), weapon power-up (P), plus one up and C to switch between the two weapon patrons. The weapon patrons are straight (white C) and three-way (red C). The game can be play solo or with a friend.',0,1.25,0,0,0),(46829,'Fast Lane','fast-lane','In this driving/maze game, you control a vehicle who must drive through the entire maze to progress. There is another vehicle who tries to stop you so to aid your progress, you must drive through the beach ladies in order to gain power-ups which you can use on the other vehicle.',0,1.25,0,0,0),(46832,'Konami\'s Ping Pong','konamis-ping-pong','A playable if simplistic Table Tennis simulation for one or two players. Ping Pong offers three different types of shot; Top spin, Back Spin and Smash. The actual gameplay centers on shot timing and shot choice, with the players\' bats moving automatically to track the movement of the ball. \n \nIn the single player mode, the player can opt to play the game on any one of five different skill levels.',0,1.25,0,0,0),(46836,'Fighting Fantasy','fighting-fantasy','Fighting Fantasy was produced by Data East in 1989. \n \nData East released 149 different machines in our database under this trade name, starting in 1980. \n \nOther machines made by Data East during the time period Fighting Fantasy was produced include Avengers, The, Act-Fancer: Cybernetick Hyper Weapon, Kuhga - Operation Code \'Vapor Trail\', Hippodrome, Vapor Trail - Hyper Offence Formation, Cobra Command 1988, Birdie Try, Time Machine, Dragon Ninja, and Bad Dudes Vs. Dragon Ninja.',0,1.25,0,0,0),(46837,'F-1 Grand Prix','f-1-grand-prix','F-1 Grand Prix (F-1グランプリ?) is a 1991 Formula One-based arcade racing video game developed and published by Video System exclusively in Japan. It is the first title in Video System\'s licensed F1 Grand Prix series, which this title is based on the 1991 Formula One season. It was licensed by Fuji Television and FOCA. The arcade game was later ported to the Super Famicom exclusively in Japan on April 28, 1992.',0,1.25,0,0,0),(4072,'Pool Edge','pool-edge','',0,1.25,0,2003,1100),(56503,'Realm of Valor','realm-of-valor','A mobile DOTA-like game that can be played on both iOS and Android.',0,3.25,0,0,0),(56506,'VATSIM','vatsim','VATSIM is short for the Virtual Air Traffic Simulation Network.',0,1,0,0,0),(56507,'RogueCraft Squadron','roguecraft-squadron','RogueCraft Squadron is a futuristic spaceship strategy game with roguelike elements.',0,1.25,0,0,0),(56509,'Frip and Froop\'s Logical Labyrinth','frip-and-froops-logical-labyrinth','\"Frip and Froop\'s Logical Labyrinth\" is an action puzzle game',0,1.25,0,0,0),(56512,'KDice','kdice','KDice is a strictly multi-player dice game that takes elements from risk and dice wars.',0,1.25,0,0,0),(56513,'Akudaikan Manyuuki: Seigi No Yaiba','akudaikan-manyuuki-seigi-no-yaiba','Akudaikan Manyuuki: Seigi No Yaiba is a Japanese PSP game by Global A.',0,1.25,0,0,0),(56516,'Battle Spirits: Kiseki No Hasha','battle-spirits-kiseki-no-hasha','',0,1.25,0,0,0),(56517,'Akudaikan Manyuuki','akudaikan-manyuuki','Akudaikan Manyuuki is a Japanese PSP game by Global A.',0,1.25,0,0,0),(56519,'Battle Dodge Ball 3','battle-dodge-ball-3','',0,1.25,0,0,0),(56520,'Audition Portable','audition-portable','Audition Portable is a Korean PSP game by T3 Entertainment.',0,1.25,0,0,0),(56521,'Ayakashibito: Genyou Ibunroku','ayakashibito-genyou-ibunroku','',0,1.25,0,0,0),(56522,'Bara No Ki Ni: Bara No Hansaku','bara-no-ki-ni-bara-no-hansaku','',0,1.25,0,0,0),(56523,'Antiphona No Seikahime: Tenshi No Score Op.A','antiphona-no-seikahime-tenshi-no-score-op-dot-a','',0,1.25,0,0,0),(46844,'Fire Barrel','fire-barrel','Shoot-em up arcade game.',0,1.25,0,0,0),(46845,'Enforce','enforce','A 3-Dimensional tank driving shoot\'em up using much the same technology as that of \"Continental Circus\".',0,1.25,0,0,0),(4082,'Rave Master','rave-master','Rave Master, titled Rave (レイヴ Reivu?, romanized as RAVE) in Japan and also known there as The Groove Adventure Rave, is a Japanese manga series written and illustrated by Hiro Mashima. The series follows Haru Glory, a teenager in a quest to find the five pieces of the sacred stone Rave in order to bring peace to the world by defeating the criminal group Demon Card. Mashima created this series with the idea of travelling around the world and was presented with difficulties in its serialization due to its considerable length. \n \nThe manga was serialized in Weekly Shōnen Magazine from July 1999 through July 2005, and published in thirty-five tankōbon volumes by Kodansha. The manga series was licensed for an English release in North America by Tokyopop until Kodansha allowed their contract to expire. It was also adapted into a fifty-one episode anime series by Studio Deen. The anime premiered on TBS on October 13, 2001 and ran until September 28, 2002. Tokyopop also licensed the anime adaptation which premiered on Cartoon Network in the United States on June 5, 2004 as part of the Toonami programming block, and re-broadcast on Syfy in 2009. \n \nThe manga series has received generally positive critical response with praise commonly aimed towards the storyline and artwork. On the other hand, the anime adaptation has been panned for the multiple edits Tokyopop made to the original version resulting in uninteresting and confusing dialogues as well as unappealing music.',0,1.25,65,129,129),(4085,'Rei Fighter Gekitsui Senki','rei-fighter-gekitsui-senki','',0,1.25,0,2011,2011),(56547,'SuperLite 2000: Tokyo Bus Guide','superlite-2000-tokyo-bus-guide','SuperLite 2000: Tokyo Bus Guide is a PlayStation 2 game that was only released in Japan.',0,1.25,0,0,0),(46858,'Jump Shot','jump-shot','An early one-on-one basketball game. Score more points than your opponent to win.',0,1.25,0,0,0),(56551,'24-Ji No Kane To Cinderella: Halloween Wedding','24-ji-no-kane-to-cinderella-halloween-wedding','',0,1.25,0,0,0),(56552,'12-Ji No Kane To Cinderella: Halloween Wedding','12-ji-no-kane-to-cinderella-halloween-wedding','',0,1.25,0,0,0),(56553,'CPU Invaders','cpu-invaders','CPU Invaders',0,1.25,0,0,0),(56554,'Like Life Every Hour','like-life-every-hour','',0,1.25,0,0,0),(46860,'Megablast','megablast','Megablast (メガブラスト) is a 1989 Horizontal scrolling shooter arcade game released by Taito in Europe and Japan. One or two players could control space fighters assigned to deal with an alien invasion using incredible firepower through eight stages. The game is somewhat parodical as many of the game’s mini-bosses resemble previous Taito game characters and the ending theme consists of a Beethoven song. \n \nIn the future, Earth has achieved a state of global peace, but one problem has arisen: a wholesale disappearance of young women. A top-secret planetary protection organization investigates the strange disappearances and discovers that the women are being abducted by aliens. The aliens hail from the planet Zancs, where a rampant disease has sterilized the entire female population. Unable to mate with their own kind, the people of Zancs have found the perfect reproductive substitutes in the women of Earth, abducting them to keep the planetary population steady. \n \nTwo fighter pilots - Downson and Bogey - are ordered to rescue the women of Earth, including one of the pilot\'s significant others, by flying to Zancs and eliminating any threats the inhabitants pose.',0,1.25,0,0,0),(56568,'Valiant Force','valiant-force','Valiant Force is a mobile fantasy online game.',0,1.5,0,0,0),(56571,'Fairy Tale Busters','fairy-tale-busters','An anime styled third-person shooter.',0,1.25,0,0,0),(46878,'Kram','kram','',0,1.25,0,0,0),(56573,'Juggernaut Champions','juggernaut-champions','Juggernaut Champions',0,1.25,0,0,0),(19643,'Mother of Myth','mother-of-myth','',0,1.25,0,0,0),(56576,'Jungle Heat: War of Clans','jungle-heat-war-of-clans','Jungle Heat',0,1.25,0,0,0),(56577,'Dragon: A Game About a Dragon','dragon-a-game-about-a-dragon--1','',0,1.25,0,0,0),(56585,'Radiation City','radiation-city','',0,1.25,0,0,0),(56587,'Rom\'s Truffle Trail','roms-truffle-trail','',0,1.25,0,0,0),(56588,'Fugger','fugger','',0,1.25,0,2061,13391),(56590,'Angry Birds Match','angry-birds-match','',0,1.25,0,0,0),(46884,'Word Zapper','word-zapper','Word Zapper is a one or two-player, full color, action game with 24 variations, designed to be played on the ATARI (R) Video Computer System (TM) or Sears Video Arcade. \n \nThe Joystick Controller links you with a most profound vehicle of amusement, the rotary wing Word Zapper. It is armed with vertical and horizontal firing lasers and capable of incredible maneuverability. \n \nOpposing you is the Scroll -- a diabolic device designed to wear out the wrist an boggle the mind. The Scroll parades the alphabet across the screen, taunting you to duplicate a word or scrambled letters flashed at the bottom of the screen. \n \nYou must shoot each letter in perfect order, and you must match three words or letter combinations within 99 seconds. \n \nSounds easy? Wait until you meet the Scroll\'s friend, the Asteroids.',0,1.25,0,0,0),(56597,'Ultimate Soccer Manager 2','ultimate-soccer-manager-2','Ultimate Soccer Manager or USM is an association football management video game serie for MS-DOS, Commodore Amiga and Windows 95, produced by Impressions and distributed by Sierra from 1995 to 1999. The game was a massive hit in Europe (except in Germany, where it was worse received due to some similarities with managers produced by local software houses such as Software 2000 and Ascaron), although it gained little support in Japan. \n \nThe series was noted for its micromanagement, where the player had to do the job of the team manager and much of that of the chairman, from player training up to bank balance management. Other well-known features were to bung an opposing team for preferential market treatment, rig or betting on the outcome of the players\' team matches. Interviews after the match where some answers were printed with different interpretations on the next days\' newspaper (the player could reply a question about the game with \"It was a game of two halves\", and \"He amazed us after the game by giving us an insight into the rules of football\" would be printed on the newspapers). \n \nIn all three games, the game always kept the same visual style: the main screen is a bird\'s eye view of the stadium facility (where clicking on the grass brings the squad selection screen or in the stands for the stadium builder) and all screens are presented like the player was inside an office (TCM 2004 used a similar interface option). To increase the feeling of \"being there\", tables are accessed via teletext, news from a newspaper and fixtures are available by clicking on a sheet attached to a clipboard. \n \nWhile improving with each game, most features were the same from the start of the series. The game compared favourably in all areas but AI against its leading competitor, Championship Manager. While similar in name, it has no relations with Ultimate Soccer. \n \nThe second version of the game, USM 2 ran in protected mode, featured a more polished interface (plus teams and players of the 1996-1997 season and also the French and German leagues (although in the last the final name of the players had a letter swapped to avoid legal problems regarding licensing) which could be accessed with different executables. In Germany, a localized version of the game was released under the name \"DSF Fussball Manager\", DSF being a well-known German TV sports channel.',0,1.25,0,0,0),(56598,'Beyond-Human','beyond-human','The games completion is currently dependent on the funding through Kickstarter. \n \n\"Beyond-Human is a combination of platformer and hack & slash inspired by Metroid, Megaman, and Devil May Cry. Beyond-Human builds upon the classic open-world Metroidvania style by mixing a deep hack and slash combat system, exploration, and 16-bit pixel art. The combat is inspired by an exciting mix of the Metroid and Devil May Cry franchises. The combat may feel similar to people that have enjoyed Devil May Cry and Guacamelee. Melee combat is all about performing combos that are easy to do but hard to master. You will also unlock new weapons by defeating bosses and mini bosses to improve your arsenal.\"',0,2,0,0,0),(19653,'Jakers: The Adventures of Piggley Winks','jakers-the-adventures-of-piggley-winks','',0,1.25,0,0,0),(46896,'Breakdown','breakdown--1','',0,1.25,0,0,0),(46898,'Fisher Price','fisher-price','',0,1.25,0,0,0),(46899,'Duck Shoot','duck-shoot','',0,1.25,0,0,0),(46900,'Tom Boy','tom-boy','',0,1.25,0,0,0),(46901,'Dishaster','dishaster','',0,1.25,0,0,0),(46902,'Ground Zero','ground-zero','',0,1.25,0,0,0),(19661,'Götzendiener','gotzendiener','',0,1,0,3704,2387),(19662,'Kaitō Saint Tail','kaito-saint-tail','A 2D top-down arcade game with several minigames',0,1.25,0,4981,10140),(19663,'Marvel Super Hero Squad Online','marvel-super-hero-squad-online','',0,1.25,0,0,0),(19665,'Baku Baku Animal','baku-baku-animal','The player must line up falling blocks of animals and foodstuffs. When an animal is aligned adjacent to a tile of its favoured food, the animal eats the food. Larger groups of connected food of the same type scores higher when eaten. \n \nWhen animals eat foodstuffs, they also make random blocks fall on the opponent\'s area, right after the currently falling blocks. The object of the game is to make one\'s opponent not be able to place more blocks.',0,1.25,70,4981,2327),(19667,'Goosebumps: Attack of the Mutant','goosebumps-attack-of-the-mutant','',0,1.25,0,10151,850),(19670,'Mega Math','mega-math','',0,1.25,0,32,5064),(46908,'Microgammon SB','microgammon-sb','Microgammon SB originally started out as an Apple IIe game. According to programmer Steve Baker, he had originally developed the game for the Apple when he decided to port it to the Atari 5200. Since the 5200 possessed a high resolution mode that was on par with the Apple\'s, the conversion was pretty straightforward. However one side effect of using the 5200\'s high-res mode was that the graphics were in black & white only. However most players find that this really doesn\'t distract much from the game since it uses black and white pieces anyway.',0,1.25,0,0,0),(46909,'The Analog Collection','the-analog-collection','',0,1.25,0,0,0),(56607,'Kitty Nigiri','kitty-nigiri','The cat in space, sushi catching, laser puzzle solving, fireball dodging, kitten saving, chopstick wielding, flying VR game your cat\'s been dreaming about. Use your wits and dexterity, and prove yourself a potential champion.....',0,1.25,0,0,0),(19682,'Ecco 2: Sentinels of the Universe','ecco-2-sentinels-of-the-universe','Ecco 2: Sentinels of the Universe was a planned sequel to Ecco the Dolphin: Defender of the Future for Dreamcast that got canceled around the time SEGA announced that they would be stopping production on the console and focus on being a third-party developer. Given the fact that the first game was later ported to the Sony Playstation 2 later the same year, it’s not clear why Appaloosa Interactive decided to stop development on the sequel, rather than port it to PlayStation 2 as they did with the first game.\n\nThe game was uncovered to the public in 2016 by Hidden Palace, a wiki community dedicated to video game development preservation.\n\nThis build comes from a Katana Dreamcast development kit. The discs were included along with the kit. The game features \"a few playable level via level select with a complete working debug mode,\" but there is no music or sound in them.',0,1.25,0,0,811),(19683,'Big Names Bonanza','big-names-bonanza','A compilation, containing the titles \n- Stellar 7\n- Fight Night\n- Forbidden Forest\n- Talladega',0,1,0,10156,0),(19684,'Beethoven\'s 2nd','beethovens-2nd','',0,1.25,0,9204,10157),(46925,'Highlander: The Last of the MacLeods','highlander-the-last-of-the-macleods','Quentin McCloud must rescue clan members during a journey across his world in this game for the Jaguar CD. Quentin is portrayed in 3D, as are his enemies, but most of his world is in 2D (much like Alone in the Dark and Resident Evil). Unfortunately, the 3D polygon construction of the characters is hideous, though the backgrounds and cut scenes are well done. The first-person control scheme has promise, but suffers from multiple problems. If Quentin is attacked from behind, by the time he pivots, he\'s usually dead. Highlander is a mediocre game deserving of consideration from Highlander fans but, even considering the scarcity of Jaguar CD titles, probably best left alone by others.',0,1.25,0,0,0),(46927,'Journey to the West','journey-to-the-west','The Journey to the West tells the story of the fourteen-year pilgrimage of the monk Xuanzang, one of China’s most famous religious heroes, and his three supernatural disciples, in search of Buddhist scriptures. Throughout his journey, Xuanzang fights demons who wish to eat him, communes with spirits, and traverses a land riddled with a multitude of obstacles, both real and fantastical. An adventure rich with danger and excitement.',0,1.25,0,0,0),(19718,'Saban\'s VR Troopers','sabans-vr-troopers','',0,1.25,0,229,2816),(46949,'Eldarya','eldarya','',0,1.5,0,0,0),(46950,'Cafe Rouge','cafe-rouge','',0,1.25,0,0,0),(46952,'Bird Hunter: Upland Edition','bird-hunter-upland-edition','Your computer will be your favorite upland destination with this extraordinary 3-D challenge. You\'ll hunt the finest locations, select from the choicest weapons, and command the best hunting dogs. It features authentic ammunition and ballistics data from Federal Cartridge and an environment alive with the sights and sounds of the great outdoors.',0,1.25,0,0,0),(46953,'Postal 2 Eternal Damnation','postal-2-eternal-damnation','Eternal Damnation is a total-conversion modification for Postal 2. It is available completely free, with an updated service patch, which fixes some glitches present in the original release. In order to play the game, you will need a copy of POSTAL 2 or the free Share the Pain multiplayer.',0,1.25,0,0,0),(19723,'Sonic: Before the Sequel','sonic-before-the-sequel','Sonic Before the Sequel (abbreviated Sonic BTS) is a fan game created by LakeFeperd that is meant to explain the events that may have taken place between Sonic the Hedgehog 1 and Sonic the Hedgehog 2. In it, the player plays as Sonic and Tails, alternating between the duo through numerous zones as Sonic goes to stop Dr. Eggman from launching the Death Egg, with Tails trying to keep up and eventually meet and team up with Sonic. An update was released during SAGE 2012, adding improved graphics, an original soundtrack made by Falk, KgZ, Andy Tunstall & Funk Fiction, and a bonus boss if you reach the good ending. A sequel, Sonic After the Sequel, and an interequel, Sonic Before the Sequel Aftermath (which has now formed into another fangame by LakeFeperd called Sonic Chrono Adventure), were released as well.',0,1.25,0,10184,10185),(56638,'SlingSkull Zombies: Gravedigger','slingskull-zombies-gravedigger','SlingSkull Zombies: Gravedigger is an action cartoonish game where your goal is to hit and destroy every zombie in every level by hitting them with a skull projectile.',0,1.25,0,0,0),(56641,'Point Connect 4','point-connect-4','Point Connect 4 is an arcade puzzle game with points, dots and their connectors. As the levels go further, they become harder and get bigger panels to start with.',0,1,0,0,0),(46963,'duplicate Sonic: Before the Sequel','duplicate-sonic-before-the-sequel','Sonic Before the Sequel (abbreviated Sonic BTS) is a fan game created by LakeFeperd that is meant to explain the events that may have taken place between Sonic the Hedgehog 1 and Sonic the Hedgehog 2. In it, the player plays as Sonic and Tails, alternating between the duo through numerous zones as Sonic goes to stop Dr. Eggman from launching the Death Egg, with Tails trying to keep up and eventually meet and team up with Sonic. An update was released during SAGE 2012, adding improved graphics, an original soundtrack made by Falk, KgZ, Andy Tunstall & Funk Fiction, and a bonus boss if you reach the good ending. A sequel, Sonic After the Sequel, and an interequel, Sonic Before the Sequel Aftermath (which has now formed into another fangame by LakeFeperd called Sonic Chrono Adventure), were released as well.',0,1.25,0,0,0),(46966,'Smash Up Derby','smash-up-derby','Smash Up Derby is a Racing game, developed by City Interactive, which was released in Europe in 2003.',0,1.25,0,0,0),(46982,'Tony Tough and the Night of the Roasted Moths','tony-tough-and-the-night-of-the-roasted-moths','A dastardly alien is stealing all of the children\'s Halloween candy! Tony Tough P.I. will not stand for this. He sets out to stop the fiend before it\'s to late, and the alien takes over the world! Tony Tough is a traditional 2D \"point and click\" adventure with a crazy story. The humor and style are reminiscent of old LucasArts games, like Day of the Tentacle.',0,1.25,0,0,0),(46983,'Helldrivers','helldrivers','',0,1.25,0,0,0),(46984,'The Ultima Collection','the-ultima-collection','The worlds of Ultima await you in this special collection of 10 games designed by Richard Garriott, also known as Lord British, the creator of the Ultimate series. \n \n The Ultima Collection Includes: \n \n Utima I: The First Age of Darkness \n Ultima II: The Revenge of the Enchantress \n Utima III: Exodus \n Ultima IV: Quest of the Avatar \n Utima V: Warriors of Destiny \n Ultima VI: The False Prophet \n Ultima VII: The Black Gate \n Ultima VII Part 2: Serpent Isle \n Ultima VIII: Pagan \n Akalabeth \n \n * Bonus Software: Akalabeth. \n The first game Richard Garriott ever designed. \n Akalabeth became the catalyst that spawned 17 years of Ultima fantasy Role-Playing tradition. \n * Ultima Atlas \n This 16 page atlas is a complete compilation of the navigational maps originally packaged with each Ultima game. \n * Exclusive Interviews. \n These revealing never-before-seen interviews with Lord British, Richard Garriott\'s alter ego, offer a perspective on the Ultima series and a first look into the next game, Ultima: Ascension.',0,1.25,0,0,0),(46985,'Trophy Bass 2007','trophy-bass-2007','Bass Pro Trophy Fishing is a Bass fishing game.',0,1.25,0,0,0),(46986,'StarCraft II: Trilogy','starcraft-ii-trilogy','StarCraft II: Legacy of the Void is a standalone expansion pack to the military science fiction real-time strategy game StarCraft II: Wings of Liberty, and the third part of the StarCraft II trilogy developed by Blizzard Entertainment.[2] The game was released on November 10, 2015.[1] \n \nThe expansion includes additional units and multiplayer changes from Heart of The Swarm, as well as a continuing campaign focusing on the Protoss race. The campaign concludes the Starcraft II trilogy and focuses on Artanis as its protagonist.[3] Blizzard launched its invite-only beta testing of the game on March 31, 2015.[4] The beta testing closed on November 2, 2015,[5] a week before the November 10th release date. \n \nThe pre-order of the game was announced and made available for purchase on Battle.net and major game retailers on July 15, 2015.[6] Pre-ordering the game granted immediate access to the multiplayer beta and a set of 3 prologue missions titled Whispers of Oblivion, which was made available to all players following the StarCraft II: Heart of the Swarm 3.0 update at October 6, 2015.[6][7',0,1.25,0,0,0),(19740,'Cyber Speedway','cyber-speedway','Cyber Speedway (Gran Chaser in Japan) is a 1995 racing video game developed by NexTech and published by Sega for the Sega Saturn. \n \nIt is a spiritual sequel to 1993 computer game CyberRace, as both games have a similar theme, and vehicles designed by Syd Mead',0,1.25,0,229,323),(19742,'Dungeon Explorer','dungeon-explorer','',0,1.25,0,229,864),(47003,'Sim Life','sim-life','SimLife: The Genetic Playground is a computer game produced by Maxis in 1992.[1] The concept of the game is to simulate an ecosystem; players may modify the genetics of the plants and animals that inhabit the virtual world. The point of this game is to experiment and create a self-sustaining ecosystem.',0,1.25,0,0,0),(19783,'Monster Truck Wars','monster-truck-wars','Monster Truck Wars is a Driving game, developed by Gremlin Graphics and published by Acclaim, which was released in 1994.',0,1.5,0,287,3212),(19792,'King of the Road','king-of-the-road','',0,1.25,0,373,6323),(4189,'Super Robot Wars GC','super-robot-wars-gc','',0,1.25,0,1215,1215),(19801,'Stranger of Sword City 2','stranger-of-sword-city-2','A sequel to Stranger of Sword City is being planned with artwork by Yoko Tsukamoto but a western release has not been guaranteed.',0,1.25,0,5324,5324),(47024,'Sim Ant','sim-ant','The game is essentially a simulation of an ant colony. Wright was inspired by E. O. Wilson\'s study of ant colonies. The game consists of three modes: a Quick Game, a Full Game, and an Experimental Game. It was released for the IBM PC, Commodore Amiga, Apple Macintosh, and Super Nintendo Entertainment System. The Nintendo version also added eight scenarios, where the goal in each is to eliminate the enemy red ants in various locales, each with different hazards. \nIn SimAnt, the player plays the role of an ant in a colony of black ants in the back yard of a suburban home. The ant colony must battle against enemy red ants. The ultimate goal is to spread throughout the garden, into the house, and finally to drive out the red ants and human owners. In this respect, SimAnt differed from other \'Sim\' games that were open-ended and had no victory conditions.',0,1.25,0,0,0),(47027,'Terra Tech','terra-tech','Design, construct and command a fleet of unique vehicles, as you battle your way to victory across the lawless frontiers of new alien worlds, in a quest for glory and profit.',0,1.25,0,0,0),(47029,'Air Strike USA','air-strike-usa','',0,1.25,0,0,0),(47030,'Port Royale 3 - Gold Edition','port-royale-3-gold-edition','Immeasurable wealth and power await you. Set out across a massive environment across multiple campaigns, and master a complex trading system. Experience more than a dozen ship types and partake in thrilling naval battles.',0,1.25,0,0,0),(19809,'Artificial Girl 1','artificial-girl-1','Also known as Virtual Girl, it is the first in the Artificial Girl series.',0,4,0,10212,10212),(19813,'Molnspelet','molnspelet','',0,1.25,0,0,0),(28899,'The Safeguard Garrison 2','the-safeguard-garrison-2','Your first task was a success, but a new danger lies ahead! So ready you turrets, plant your mines and be prepared. This time you are to defend The Sowali Swamps and The Magmaro Mountains. Beat 25 completely new stages, use upgrades and develop your strategy to get rid of the enemy.',0,1.25,0,0,0),(28909,'The Zombiest Adventures In The Perverted Age of Enlightenment With a Pinch of Woodpunk','the-zombiest-adventures-in-the-perverted-age-of-enlightenment-with-a-pinch-of-woodpunk','What would happen if a zombie apocalypse had occurred in 1650? Controlling a small group of survivors, you will have to do road robbery, hunt for gunpowder and constantly search for food. Welcome to The Zombiest Adventures In The Perverted Age of Enlightenment With a Pinch of Woodpunk!',0,1.25,0,0,0),(28917,'Cucumber Blues','cucumber-blues','He lost the most preciuos thing he`ve ever had - his family. \nAnd now his only purpose is revenge. \nHe`ll slide through Corn Mafia`s foes, squads of corrupted authorities and the entire cartel of fertilizers just to neatly put a bullet in the killer`s head.',0,1.25,0,0,0),(28929,'Burst The Game','burst-the-game','In Burst, you play as a soldier who fights for freedom and democracy in all of the most disastrous and apocalyptic environment to win over your opponent using strategy and communication. And the game is free, so you can invite all your friends to play with you at no cost !',0,1.25,0,0,0),(28956,'Prodigy','prodigy--1','',0,1.25,0,7405,11789),(28962,'Naked War','naked-war','Naked War is a light hearted, turn-based, battle game for two players, played on Windows PCs over email. Its a Community Messaging Game. Each game is played on an island where two squads of up to four soldiers battle each other for supremacy. The player takes the role of a military officer, issuing strategic commandings to his/her squad, then watching the resulting battle unfold.',0,1.25,0,12741,12740),(28964,'Craash Force','craash-force','',0,1,0,0,0),(28965,'Craash Force','craash-force--1','',0,1.5,0,0,0),(28980,'City Life Deluxe','city-life-deluxe','',0,1.25,0,0,0),(29005,'Widget RPG','widget-rpg','Explore the world where absurdity is everyday reality. Tap the widget to progress through game, gather experience, level up, find items and equip your hero with them. Experience what you have never experienced before in the game like no other.',0,1.25,0,12742,12742),(29009,'Lords Mobile','lords-mobile','Want to clash with 50 million global players? Dive into LORDS MOBILE, the real-time-strategy mobile MMO game. \n \nExplore exotic magical lands thrown into chaos by terrifying monsters and powerful enemies. Choose your favorite heroes, make new friends, and charge fearlessly into war! Strike down your foes and build an empire!',0,1.25,0,12746,12746),(29030,'Blood Bowl Tablet','blood-bowl-tablet','Blood Bowl® is the adaptation of Games Workshop\'s famous Fantasy football board game inspired by the Warhammer world. \n \nAssemble your team from among six fantastic races* in the Warhammer universe (Humans, Orcs, Dwarfs, Skaven, Wood Elves, Chaos and Undead). Each race has its own strengths, weaknesses and numerous opportunities to develop which will lend an immense tactical depth to the game. \nImmerse yourself in single matches in Solo Player mode to enjoy fun, fast games, or set off to conquer the Blood Bowl in the extensive Campaign mode. Develop your team and players by gaining victories and experience as you progress in the game. \n \nIn Multiplayer you can compete against a friend on your tablet in “Hotseat” mode, or launch yourself into the vast online world in a massive permanent league where you can create and develop your teams. Play against Blood Bowl players from all over the world thanks to our cross-platform multiplayer modes! \n \n*The base game enables you to play Humans and Orcs: the other races are available from the in-game store.',0,1.5,0,110,7613),(29034,'Hyper Rally','hyper-rally','World Class Racing Championship! Test your driving skills on 13 super-tough courses featuring all kinds of terrain!!',0,1.25,0,129,129),(29035,'Short Circuit','short-circuit','',0,1.25,0,1271,1271),(29042,'Cursor*10','cursor-star-10','Cursor*10 is a puzzle game where the player controls a cursor and the goal is to reach the sixteenth floor of a level in a race against time. During the course of the game, events will loop when time runs out and the player is able to cooperate with a past version of himself, as all the previous actions of the cursor can still be seen and influence the current session. \nAs such, eventually up to ten cursors will cooperate to reach the sixteenth floor, clicking boxes to open them, mounting stairs and pressing buttons simultaneously. There is no sound and the graphics are drawn as outlines in black and white, shown from an isometric perspective.',0,1,0,12751,12751),(29045,'Digidrive','digidrive','Digidrive (also known as Art Style: Intersect) is a puzzle game for the Nintendo DSi\'s DSiWare service. It is the last game of the Art Style line of video games, and was originally released for the Game Boy Advance in the bit Generations series. It is currently the only game in the Art Style series to not have been developed by skip Ltd. The objective of the game is to propel the disc-shaped core as many meters as possible before the piston collides into the core and ends the game.',0,1,0,70,1934),(29062,'Keyboard Killer','keyboard-killer','\"Keyboard Killer\" is a unique training acting game which can improve your skill of ten-blind typing with keyboard. It\'s very funny and not so easy. The Game have 45 game levels with different game modes and enemies',0,1.25,0,0,0),(29096,'BeeFense','beefense','Protect your bee hive fortress against the hornet menace by building the best Bee defense: a BeeFense! Command your Bees to get beesy. Let them collect honey - the most precious resource in the world to build your fortress and train heroic Bee fieldrunners. Defend your bee hive fortress against the evil Queen Hornetta, who has been genetically modified in order to vanquish the bee colony and steal your honey.',0,1.25,0,0,0),(29114,'The Incredible Hulk: The Official Videogame','the-incredible-hulk-the-official-videogame','',0,1.25,0,0,0),(29115,'Worldwide Soccer Manager 2009','worldwide-soccer-manager-2009','',0,1.25,0,0,0),(29122,'Smashball','smashball','',0,1.25,0,0,0),(29139,'Wild West Online','wild-west-online','WILD WEST ONLINE is a emergent systems-driven, open world, Wild West-themed action MMO built from the ground up for PC and featuring world exploration, resource gathering, PvP combat, PvE missions and much, much more. \n \nYOUR ACTIONS decide if you’ll be a hero, a villain or something else entirely in this R-Rated adult’s playground, where you choose if you want to follow the law of the land or throw the good book out the window. But dig deeper and you might start to suspect there’s more going on here than just lawmakers and lawbreakers – underneath the surface this west is even wilder than meets the eye.',0,1.25,0,13101,13101),(29140,'World Tour Tennis','world-tour-tennis','',0,1.25,0,0,0),(29174,'Storm in Desert','storm-in-desert','The 21st century, the war for Black Gold led the once rich country into decline. Civil war and intervention destroyed cities, the population fled. Now there is violence and money.',0,1.25,0,0,0),(29182,'Dark Tower','dark-tower--1','',0,1.25,0,0,0),(29219,'Barclay: The Marrowdale Murder','barclay-the-marrowdale-murder','Join detective Barclay in finding his way in a web of plots, intrigue and ultimately in catching William Marrowdale\'s killer. Search the house for clues, \nconduct interviews with the suspects and bring the final verdict.',0,1.25,0,0,0),(50895,'duplicate Putt Putt Travels Through Time','duplicate-putt-putt-travels-through-time','Wham BOOM BLAM boing! \n \nMr. Firebird\'s time machine has gone haywire and Putt-Putt\'s® best pal Pep, is lost somewhere in time. Grab your compass! Putt-Putt® needs your child\'s help to find him. Together, they\'ll leap through time, explore new dimensions and discover surprising new friends. Meet Ms. Brachiosaurus - she holds the key to unlocking the secrets of the dinosaurs. See what pans out when you visit Silverado Sam, the prospector from the Old West. Be sure to check out Darien the librarian from the Future - he just may have the book you need. These are just a few of the delightful friends who will help your child reunite our pals. It\'s an adventure-of-the-centuries that will keep kids coming back time and time again!',0,1,0,0,0),(50899,'Mixed-Up Mother Goose','mixed-up-mother-goose','This is an updated version of Roberta Williams\' Mixed-Up Mother Goose. This version utilizes Sierra\'s SCI game interpreter and features enhanced graphics and sound. \n \nThe gameplay remains the same as the previous version; all of the nursery rhymes in Mother Goose Land have become mixed up! Your goal is to set things straight by locating missing items for each of the fairy tale characters in the land. When wandering around the land you can talk to the different characters (each from a different nursery rhyme) to find out what item it is they need; for example, Little Bo Peep is looking for her sheep and Jack Be Nimble lost his candle stick. The items are scattered about the land, and when you locate one pick it up and return it to the appropriate character. When successful, the complete nursery rhyme will play with the lyrics appearing on screen. You can only carry one item at a time, so you may need to remember where you spotted or dropped items not being carried! Also, each time the game is played objects will be in a new location. Included with the game is a map of Mother Goose Land which may help you locate the different fairy tale characters.',0,1,0,0,0),(50900,'Manhunter II: San Francisco','manhunter-ii-san-francisco','Picking up immediately where Manhunter: New York left off, Manhunter 2: San Francisco has the player crash-landing their stolen ship in the City by the Bay after trying unsuccessfully to keep up with enigmatic serial killer Phil. Left with no alternatives, the player assumes the identity of a local Manhunter and solves more crimes for the alien Orbs while searching for Phil and working for the local human resistance. \n \nManhunter 2 presents the same urban decay and oppressive alien invader regime as visualized in the original, this time using streets and landmarks from the Bay Area. The Golden Gate Bridge, Coit Tower, Alcatraz prison, and the TransAmerica Pyramid all receive alien makeovers. New puzzles, new characters, and new investigations await as the player tracks Phil by his string of strangled corpses. \n \nAll concepts and gameplay elements from Manhunter: New York return. The player again uses the MAD tracking device to follow suspects provided by the alien Orbs and uses clues found through first-person location investigation to discover the suspects\' name. Occasional arcade sequences bring mixed challenges, and though they cannot be skipped, a new difficulty option has been implemented. The same point-and-click gameplay (no typing required) is used to navigate the game world.',0,1,0,0,0),(50901,'Star Wars: The Force Unleashed - Ultimate Sith Edition','star-wars-the-force-unleashed-ultimate-sith-edition--1','Star Wars: The Force Unleashed is a LucasArts action-adventure video game and part of the The Force Unleashed project. It was initially developed for the PlayStation 2, PlayStation 3, Wii, and Xbox 360 consoles and on the iOS, second-generation N-Gage, Nintendo DS, PlayStation Portable, and Java-equipped mobile phone handhelds.[2] \n \nThe game was released in North America on September 16, 2008, in Australia and Southeast Asia on September 17, and in Europe on September 19. LucasArts released downloadable content for the PlayStation 3 and Xbox 360 consoles.[3] An Ultimate Sith Edition of the game, containing new and all previously released expanded content, was released in November 2009,[4] which also came out on Mac OS and Microsoft Windows. \n \nThe project bridges the first two Star Wars trilogies, acting as an origin story for both the united Rebel Alliance and the Galactic Civil War depicted in the Original Trilogy. The game introduces a new protagonist, \"Starkiller\", as Darth Vader\'s secret apprentice, who is tasked with hunting down Jedi while killing rebels and Imperials alike in order to hide his existence from the Emperor, but soon starts to slowly redeem himself to the light side of the Force. \n \nReviews offered fairly positive response, praising The Force Unleashed for its compelling story, robust physics, impressive art and soundtrack, while some more negative reviews cited frustrating gameplay. Despite this, the game was a bestseller in the United States and Australia, with over one million copies sold its debut month. As of February 2010, the game has sold over seven million copies, and it is the fastest-selling Star Wars video game.[5] A sequel, Star Wars: The Force Unleashed II, was released in October 2010.[6]',0,1,0,0,0),(50904,'Blue\'s Treasure Hunt','blues-treasure-hunt','Steve and Blue go on a treasure hunt to find three keys that lead to The Land of Great Discovery.',0,1,0,0,0),(50909,'Blue\'s Art Time Activities','blues-art-time-activities','Kids get to create art for \"The Really Big Art Show.\" In 5 learning activities, explore abstract and traditional art forms, color, texture, and composition. Strengthen prediction, estimation, and problem-solving skills. There is so much to do and learn with Blue!',0,1,0,0,0),(50912,'Two Worlds II: Velvet Edition','two-worlds-ii-velvet-edition','Includes 2 items: Two Worlds II, Two Worlds II - Pirates of the Flying Fortress \n \nA breathtaking journey into Antaloor\'s past. \n \nAfter the downfall of Aziraal, God of Fire, the Dark Lord Gandohar has nearly achieved his objective to disrupt the balance between the elements. Dark magic surges into the land to fill the void. Recognizing the potential for complete control over the dark powers, Gandohar starts to use the power of Aziraal trap within Kyra, the descendant of the Orphans. Despite her ancestry, Kyra cannot endure the strain. With Antaloor already in his clutches, Gandohar concocts a new plan from his stronghold in Oswaroth. There are still those who struggle against the tyrant, hoping to shift the balance of forces in their favor. The fight for Antaloor continues... \n \nFive years have passed since dramatic events brought the whole world to the edge of the abyss. The hero is a prisoner in the dungeons of Gandohar\'s castle. His hopes of saving his sister vanished with his freedom. Just as despair threatens to overcome him, hope comes from where he would have least expected. The Orcs, a race the hero had always hated, have put together a rescue squad that frees the hero from his bonds. He emerges into a land desecrated by evil. He embarks on a journey to shed light on Gandohar\'s dark past, hoping to discover a weak point in his enemy\'s defense. If he fails, he will lose his sister forever.',0,1,0,0,0),(50914,'Empire: Total War & Napoleon: Total War (Gold Edition)','empire-total-war-and-napoleon-total-war-gold-edition','',0,1,0,0,0),(50915,'Empire Earth II: Platinum Edition','empire-earth-ii-platinum-edition','',0,1,0,0,0),(50916,'Bad Day L.A.','bad-day-la','Players assume the role of Anthony Willams, a former Hollywood agent turned homeless man in Los Angeles. During this time LA is ravaged by both natural and man-made disasters. Anthony only wishes to save himself, though through the course of the story he becomes an unwilling savior. The game\'s attempted tone is one of political satire, targeting all spectra of politics.',0,1,0,0,0),(50919,'Age of Empires III: Gold Edition','age-of-empires-iii-gold-edition','Age of Empires III Gold Edition combines the exciting Age of Empires III and its respective expansion pack, Age of Empires III: The WarChiefs for one compelling gaming experience at a great value. \n \nAge of Empires III gives players the opportunity to pick up where Age of Empires II: The Age of Kings left off, placing them in the time period of roughly 1500-1850. As players work to establish their empire, they will take on the role of a European power struggling to explore, colonize and conquer North and South America. In addition, players will also have the chance to engage in epic warfare in the Americas with Age of Empires III: The WarChiefs, where they will lead proud, playable native civilizations to expand their empire and fight for control of the Americas.',0,1,0,0,0),(50921,'Leisure Suit Larry: Ultimate Pleasure Pack','leisure-suit-larry-ultimate-pleasure-pack','',0,1.25,0,0,0),(50922,'Dawn of Discovery Gold Edition','dawn-of-discovery-gold-edition','',0,1,0,0,0),(68146,'Target','target','Target plays similar to the game \"Skeet\", with the only difference that the dot never flies off the screen but keeps bouncing back from the edges.',0,1.25,0,0,13460),(68148,'Kingdom of Britannia','kingdom-of-britannia','Are you tired of the same old games that lack accomplishments, true friendships, epic battles, and a sense of free will? Come and join Kingdom of Britannia Were anything is possible. \n† Explore a mysterious land, tame wild creatures, and powerful beasts? \n‡ Perhaps you would rather pick up a sword and shield, and hunt murderous bandits, or master the dark secretes of necromancy. \n† Maybe you are a more of a merchant, or craftsman, with many professions and craftables to choose from.',0,1,0,0,13461),(68156,'Enduro','enduro--1','Enduro is a mix of Stunt Cycle and Motocross. \nBasically the player first has to overcome obstacles and have enough speed at the end to make a successful jump.',0,1.5,0,0,13460),(68157,'Drag Race','drag-race--1','Drag Race by General Instrument provides similar gameplay as Atari\'s original arcade using graphics similar to Stunt Cycle.',0,1.25,0,0,13460),(68158,'Age of Empires II HD: The African Kingdoms','age-of-empires-ii-hd-the-african-kingdoms','The African Kingdoms is the second expansion to Age of Empires II HD: The Forgotten, and the third expansion for Age of Empires II. The thematic focus of the expansion is the continent of Africa, and 3 of the 4 featured civilizations are from this continent.[1] One gameplay feature was planned, but never introduced; buildings would be affected by certain terrains they were built on.',0,1.5,0,1010,4355),(50949,'Maximum Racing: Rally Racer','maximum-racing-rally-racer','Cross international borders in the fastest cars known to man! Featuring fully customizable rally cars, realistic physics and mechanics simulation, unique stunts, and multiple worldwide stages, Rally Racer puts you in the fast lane to adrenaline overdrive!',0,1,0,0,0),(50950,'Maximum Racing: GP Classic Racing','maximum-racing-gp-classic-racing','The good old days are back! Think you can race with the best of the best? GP Classic Racing transports you back in time to the golden era of motorsports. Test your skills racing classic cars from the 1960\'s, unlock bonus vehicles, and power through dangerous circuits in this high-octane blast from the past!',0,1,0,0,0),(50952,'Let\'s Play Garden','lets-play-garden','Plant lovers will get to try their hand at raising virtual flowers, vegetables and fruits with Let\'s Play Garden. Let\'s Play Garden mini-games range from slinging tomatoes to chilly snowball fights depending on the season. As players complete the entertaining mini-games at various levels of difficulty, aspiring gardeners receive cards which reveal new areas in the garden and enhance their little green house. Nintendo DS players will enjoy the fun variety of tasks in single-player mode, and learn useful facts about plants by collecting cards. Gardeners on Wii can either master the challenges independently and fill their gardens with the rewards, or invite a friend to take part in a water bomb fight and other enjoyable mini-games.',0,1.75,0,0,0),(50954,'Marvel Super Heroes 3D: Grandmaster\'s Challenge','marvel-super-heroes-3d-grandmasters-challenge','The supervillain Grandmaster has imprisoned a quintuple of Marvel heroes â\" Spider-Man, Captain America, Thor, Iron Man and Wolverine â\" in a deadly game purely for his own amusement. The heroes are forced to play along and complete a variety of challenges designed to test their abilities to their limits as the Grandmaster manipulates them like pawns on his own private board game. Up to four players can participate to compete against the Grandmaster and his band of villain henchmen, all the while joining forces to break the dome and win their freedom.',0,1,0,0,0),(50955,'So Blonde: Back to the Island','so-blonde-back-to-the-island','She is young, she is pretty and she comes from rich parents: Sunny Blonde has little to worry about in her life. Especially not today: the 17-year-old American beauty is on a luxurious Atlantic cruise with her parents, celebrating their wedding anniversary. But it\'s not really a party after Sunny\'s taste - she\'d rather be getting down with her friends. That\'s why she uses every chance she gets to get away from her parents and explore the ship. Just when the ship passes by the Bermuda Islands, the inevitable occurs: a heavy thunderstorm rolls in, the cruise ship is overwhelmed by the sea. Sunny passes out and is transported into one of the vessel\'s lifeboats...',0,1.25,0,0,0),(50956,'Pirate Blast','pirate-blast','You arrive at Vile Isle amusement park, the world\'s first amusement park to feature robotic pirates and monkeys. But the park robots have gone silly at the hands of their robotic leader, Captain Greasebeard, who thinks he\'s a real pirate. Your mission is to stop Captain Greasebeard and his evil Henchbots, save all the friendly robots, and return the amusement park to normal in time for the park\'s grand opening. Time to get swashbuckling!',0,1,0,0,0),(50958,'Monster 4x4: Stunt Racer','monster-4x4-stunt-racer','Monster 4x4: Stunt Racer picks up where Monster 4x4: World Circuit finished and delivers bigger wheels, faster trucks and crazier stunts. But this time, there\'s an extra twist: an exclusive wall-driving feature. Players will be able to perform vertical stunts and find shortcuts as they take on their friends and family in 4-player split screen modes.',0,1,0,0,0),(50960,'Happy Neuron Academy','happy-neuron-academy','For the first time on Nintendo Wii, make a true assessment of your intellectual ability and start personalized brain training. Prepared in close collaboration with SBT (Scientific Brain Training), Happy Neuron ACADEMY enables you to test and improve your cognitive skills. Memory, concentration, logic, language and visual-spatial ability are tested through a large number of exercises available in 10 levels of difficulty. Follow your progression at each stage, \nlet the game identify your strengths and weaknesses, and follow a truly \npersonalized scientific training. To highlight your games and keep working on improving your IQ, compare your results with friends in multi-player mode, up to 4 players.',0,1,0,0,0),(68191,'The Herbologist','the-herbologist','The Herbologist is a dystopian first person adventure mystery game inspired by global issues active in our world at the moment.',0,1.25,0,0,0),(68199,'Achievement Hunter: Thief','achievement-hunter-thief','In this 2d action / shooter you will play for a thief who wants to stop aliens who are trying to steal his treasure. Fight for your wealth, upgrade your skills, upgrade weapons and destroy all your enemies.',0,1.25,0,0,0),(50976,'Summer Sports 2: Island Sports Party','summer-sports-2-island-sports-party','The cool island breeze is calling your name! Join the Summer Sports crew to take on all new sports challenges in Summer Sports: Island Sports Party. Create your own island party as you play 12 distinct games: Bocce Ball, Archery, Basketball, Football Toss, Mini-Golf, Shuffleboard, and more.',0,1,0,0,0),(50977,'Yu-Gi-Oh! 5D\'s: Master of the Cards','yu-gi-oh-5ds-master-of-the-cards','There is a mystery inside this Yu-Gi-Oh! battle, and the only way to solve it is to win! Yu-Gi-Oh! 5D\'s Master of the Card sends you into the world of the Yu-Gi-Oh! 5D\'s animated series to do battle against the Duelist Corps on the island of Ragnarok. Who are the members of the Duelist Corps and what are they after? You\'ll find out in a completely original storyline centered around the Wii-exclusive Duel of Legend Cup. Play against 20 Yu-Gi-Oh! characters, including some that have never appeared in a video game. In single-player or online two-player, you\'ll battle with over 4,500 Yu-Gi-Oh! cards.',0,1.25,0,0,0),(68215,'Blasterball 2: Holidays','blasterball-2-holidays','',0,1.25,0,0,0),(68271,'Darq','darq','DARQ tells the story of Lloyd, a boy who becomes aware of the fact that he is dreaming. To Lloyd\'s misfortune, the dream quickly turns into a nightmare and all attempts to wake up end in failure. While exploring the darkest corners of his subconscious, Lloyd learns how to survive the nightmare by bending the laws of physics and manipulating the fluid fabric of the dream world.',0,1.25,0,0,0),(1781,'Mega Man Star Force: Pegasus','mega-man-star-force-pegasus','Pegasus Magic (ペガサス・マジック?) is one of three Satellite Admins from the MegaMan Star Force series. He is an AM-ian and one of the three wise sages of Planet AM.',0,1.25,60,37,37),(1784,'Mega Man Star Force 2: Zerker x Saurian','mega-man-star-force-2-zerker-x-saurian','Mega Man Star Force 2 blends a unique formula of RPG exploration elements with fast-paced action, as players travel and battle between coexisting worlds, the physical world and the virtual Wave World, to unravel the mystery around this new troublemaker.',0,1.25,0,37,37),(68346,'Future Tank','future-tank','',0,1.25,0,1445,1446),(42107,'Hit the Ice: The Official Video Hockey League','hit-the-ice-the-official-video-hockey-league','If you\'ve ever heard the joke, \"The other night I went to a fight, and a hockey game broke out,\" then you already know what Hit the Ice is all about. This is rough and tumble, no holds barred hockey action that will challenge your stick-handling skills as well as your head-bashing abilities. While the traditional rules of hockey apply, that doesn\'t mean you can\'t throw an elbow or a high stick when the ref isn\'t looking. And since this is two-on-two hockey, the action is fast and furious as you try to outscore and outslug your opponent in four-player hockey action.',0,1.25,0,0,0),(68353,'VanillaWare Unannounced Project','vanillaware-unannounced-project','',0,1.25,0,0,1060),(68359,'Duck n\' Dodge','duck-n-dodge','Duck n\' Dodge is a platforming title inspired by classic Atari games and modern endless runners. Race to the end while avoiding bullets, blades, and colorful enemies. \n \nFeatures: \n \n-Challenging yet forgiving platforming gameplay \n-Proceedural Level Generation. Never play exactly the same way twice! \n-Original In-Game Soundtrack \n-A robust level editor, allowing users to design and play their own levels \n-Multiple playable gamemodes \n \nDuck n\' Dodge is currently in a state of closed Alpha, and is planned for release as a Steam Early Access title in early 2018.',0,1.25,0,0,13483),(68363,'Project One-Room','project-one-room','Project One-Room (title tentative) is a new title for PlayStation 4. \nIt is a homage to the Sega Dreamcast game Roommania #203.',0,1.25,0,0,2909),(68366,'Unblocky 3','unblocky-3','Your only possible movements are basically sliding the blocks with your mouse button. Enjoy more than 60 levels advancing from the easiest one to ones that are really really difficult to solve.',0,1.25,0,0,0),(68367,'Unblocky 2','unblocky-2','Unblocky 2 is a puzzle game with block. Your goal is to move other block aside to make way for the main block to be slided of the platform.',0,1.25,0,0,0),(42129,'Air Zonk','air-zonk','The powered-up Zonk gathers his friends to form Team Cool, and they set out to stop King Drool’s plan to conquer the world. Choose from 3 levels of difficulty and 3 types of Friend Modes. Shoot King Drool\'s cyber robots and avoid their attacks while collecting the Air Bones to unleash a variety of attacks. Enjoy unique moves such as combining with a friend to create an invincible hybrid form or blasting enemies with a charged attack. Air “Zonk” is filled with humor, like its wacky theme song that plays when you post a huge score or when your game is over.',0,1.25,0,0,0),(42133,'Starblaze','starblaze','Star Blaze is a new adventure in space exploration for your TRS-80 Color Computer. As the commander of a patrol ship, you are responsible for defending the 64 sectors of your galaxy. Aliens are attacking the galaxy, trying to destroy the fuel and repair stations set up in several sectors. You must hunt down the aliens and destroy them before they ruin the galaxy\'s supply stations. Your patrol ship, superior in speed, maneuverability, and attack power, is your best ally in the fight against the aliens.',0,1.25,0,0,0),(68377,'Naruto to Boruto: Shinobi Striker','naruto-to-boruto-shinobi-striker','',0,1.25,0,0,0),(68380,'Pokémon Playhouse','pokemon-playhouse','\"Fun activities and exciting stories are in store for even the youngest Trainers at the Pokémon Playhouse! Designed for children ages 3–5, these activities can be completed without reading or math skills.\"',0,1.5,0,1074,1074),(42148,'Doubleback','doubleback','The player controls a dot on a black background, on which objects begin to appear randomly. If the dot crashes into an object, the player loses a life. Some objects, such as roller skates, move about; magnets even track and follow the player. Others, such as skulls, merely clutter up the screen and serve as obstacles',0,1,0,0,0),(42149,'Desert Rider','desert-rider','Test Tandy\'s all-terrain XR-2200 racer by taking it to its limit on a treacherous cross-desert race track. The object is to complete each course as fast as you can, and avoid crashing into the other riders and obstacles that you encounter along the way. After you complete the fourth race, the three race tracks become more difficult and are selected by random.',0,1,0,0,0),(42151,'Color Baseball','color-baseball','The stands are filled to maximum capacity ... the crowd sits anxiously awaiting the magic \nthat is America\'s favorite pastime-Baseball! \n \nColor Baseball is an action-packed simulation of the sport made popular by Abner Doubleday \nat Cooperstown, New York, in 1839. You control the action and strategy. You can even give \neach player a name and a batting average to add more excitement to the game. Intricate \ncolor graphics enhance the realism from your \"press box view.\"',0,1,0,0,0),(42152,'Castle Guard','castle-guard','Your challenge is to defend your castle from the soaring fireball. Maneuver your pike in a way that will keep the ball from striking your castle-while sending it back to the opponent\'s. Be warned! Merlin\'s pikes are spellbound and seem almost to have power of their own!',0,1.25,0,0,0),(42154,'Atom','atom','The player takes command of a ship (presumably a graviton) on an x axis plane to collect and shoot electrons at a spinning atom to obtain a new atom. For example, if the player has one electron circling, he or she would shoot another electron in place to make a hydrogen element. If the electron misses the target and hits the nucleus, the atom becomes unstable and blows apart, sending electrons flying around the game screen, and the ship needs to find safety behind barriers located in three of the four corners of the arena.',0,1.25,0,0,0),(42157,'Super Bike','super-bike','Japanese Tomy Pyuuta title, part number 023E, released in 1984.',0,1,0,0,0),(68387,'Sword Art Online: Replication Project','sword-art-online-replication-project','',0,1.25,0,0,0),(68388,'Demeritocracy or the Two Faces of Arias Ruth','demeritocracy-or-the-two-faces-of-arias-ruth','',0,1.25,0,0,0),(42166,'Starship Pegasus','starship-pegasus','This game is a clone of the arcade game Space Zap (Bally Midway, 1980). \n \nUp to 4 players can play this game, though not simultaneously (at least not on a TI system without an MBX device). It is unknown if Milton Bradley was planning on releasing a 4 way joystick adapter to allow for all 4 players to play at once, since there were rumors that MB was developing add-ons for the MBX system (such as a foodpad). It would not be surprising if this game was meant to take advantage of a certain expansion, since it is the only game from any company on the TI to allow 4 players to compete. In addition there are 4 directions that the ship can shoot in, making it possible for 4 players to all participate at the same time. However, this is all speculation, as playing it on a TI without an MBX system only allows for one player at a time to play. \n \nhis game can be used with Milton Bradley\'s MBX System (an add-on for the TI-99/4A). The MBX allowed for the use of Voice Recognition, improved Speech Synthesis, a 360° Analog Joystick, and an Action-Input Keypad for video games designed for it.',0,1,0,0,0),(68436,'Cold War','cold-war--1','From 1945 until 1989, take control of the USA or the USSR in a war where direct fight is not possible. \n \nThis is a cold war, where propaganda, political influence and subversion, are key to achieve global domination. \n \nSpend your budget, target the right countries, use your spies, send economic aid, launch direct military intervention or defence agreements, launch major R&D projects to reach for the space, the moon and for the Strategic Defense Initiative, and achieve influence over the world countries. \n \nCold War is a game created by Thomas Guyon and originally beta tested by Bellephoron and Orpheus.',0,1,0,0,260),(42170,'Story Machine','story-machine','Story Machine is a product aimed at children for teaching language skills. \n \nThe product contains animations assigned to key nouns, and verbs. By typing phrases such as \"The Girl Jumps Over the Flower\" will show the player an animation of a girl jumping over a flower. Through this method, players are able to create short \"stories\" of about 40 words long and have the computer animate them. These stories are also limited to having 4 \"actors\" (animated noun objects) in each.',0,1,0,0,0),(42171,'Munchman II','munchman-ii','Munchman II is a sequel to the original Munchman, Texas Instruments\' own variant of Pac-Man. While the first game had the munchman laying down a chain throughout the maze, this game is more like a traditional Pac-Man game with the player having to eat all the chains. There are four enemies called hoonos attempting to kill the munchman but by eating an energizer it can for a short while go after and kill them. \n \nSome new features set the game apart from other Pac-Man games. The maze is made up of two interconnected screens that the player can move between through two doors. To complete a level the chains of both screens have to be eaten. Another feature is the teleporter that roam around the maze. By running into it the munchman is transported to the other screen. \n \nThere are two modes of play: arcade and tournament. In the arcade mode the player has three lives and earns an extra one after every 10,000 points scored. In the tournament mode there is only one life and no extra ones can be earned.',0,1,0,0,0),(42172,'Fractions','fractions','',0,1,0,0,0),(42173,'Dragon Mix','dragon-mix','',0,1.25,0,0,0),(42174,'Division 1','division-1','',0,1.25,0,0,0),(51057,'MySims Collection','mysims-collection','Get two of your favorite MySims games in one pack with MySims and MySims Racing. In MySims, with a little creativity and help from the locals, you can bring the town to life. In MySims Racing, build your winning car and take on tricky opponents on a variety of challenging tracks. With two great games in one bundle, the fun never stops with the MySims!',0,1,0,0,0),(42187,'Jawbreaker II','jawbreaker-ii','Man! If you like Pac-Man, candy, giant spinning happy faces, more candy, Mozart (I think), teeth, moving horizontally....well....Jawbreaker II has it all! This is a fun game for the TI-99/4A, and was a sequel...I guess?...of the original Jawbreaker on the Atari 2600. Though related, the Jawbreaker for the Atari 400/800 was a Pac-Man clone, with the same theme of candy eating and tooth brushing.',0,1,0,0,0),(42188,'Integers','integers','',0,1,0,0,0),(42189,'I\'m Hiding','im-hiding','',0,1,0,0,0),(51063,'Mathews Bowhunting','mathews-bowhunting','Stalk, strike and retrieve a variety of wild game with the world\'s most innovative bow technology in Matthews Bowhunting. Draw back your arrow and bag a big one with one-to-one accuracy. Whether it\'s Blacktail and Mule Deer, Elk, Wild Hogs or Moose, sharpen your skills to keep your trophy room full. \n \nWith customizable technology from Matthews you can create the bow and arrow of your dreams, and shoot with the highest level of precision. Prove your stealthy tactics, and reign over your rivals as a master bow hunter.',0,1,0,0,0),(42197,'Household Budget Management','household-budget-management','Most of us would like to be able to make our money go further than it does. We all realize that better control of our finances requires careful and realistic management of our money. The Household Budget Management module helps you manage your money better by systematically recording, analyzing and storing your personal financial history. You can set up a budget system to coordinate income and expenditures for the coming year — month by month, category by category. As the year progresses, you can compare your actual income and expenses with the dollar figures you budgeted to see how well you\'re doing. You can identify your greatest expenditures, discover where you\'re right on budget, and how much you\'re underspending or overspending. The module is simple to use — just follow the instructions — and with the computer acting as your guide, you can: \n- design an individual or family budget plan. \n- track income and expenses on a monthly and yearly basis. \n- analyze your spending habits and project your current expense trends for the remaining year to see the effect on your budget. \n- record and save your monthly income and expense figures to establish a personal financial history.',0,1.25,0,0,0),(42205,'Metroid: Super Zero Mission','metroid-super-zero-mission','',0,1.25,0,0,0),(42206,'Hyper Street Kart','hyper-street-kart','',0,1.25,0,0,0),(42208,'Super Mario World-Secret Of The Seven Golden Statues','super-mario-world-secret-of-the-seven-golden-statues','',0,1,0,0,0),(42209,'Super Metroid: Eris','super-metroid-eris','',0,1.25,0,0,0),(51074,'Gold\'s Gym Dance Workout','golds-gym-dance-workout','The first dance game dedicated to fitness and weight loss \n \nDeveloped in collaboration with fitness and dance experts, Gold’s Gym® Dance Workout is the first dance game specifically dedicated to fitness and weight loss. You’ll have so much fun dancing you won’t even notice how much you’re sweating! You’ll dance to popular songs, learn new choreography, and play mini-games that will whip you into shape in no time. It’s the most fun way to workout! \n \nFeatures \n \nDance Your Way to Fit! \n \n• Dance to popular Latin styles such as Salsa, Samba, Rumba, Flamenco, Reggaeton and Meringue \n• Plus, pump up your routine with boxing-inspired dance routines \n \nDance to Current Hits \n \n• The game features hit songs to keep you moving and motivated! \n• Songs include: \n• Just Dance \n• Forever \n• Material Girl \n• I Will Survive \n• Good Vibrations \n• Gonna Make You Sweat (Everybody Dance Now) \n• I’m Too Sexy \n• Stronger \n• Jai Ho \n• Smooth \n• Salome \n• Oye Como Va \n• Cosmic Girl \n• Heart of Glass \n \nMini-Games Targeting Specific Muscle Groups \n \n• Strengthen your muscles with fun mini-games such as rodeo bull riding, karate, rowing, kangaroo boxing, sword fighting and more! \n• Many of these games are Wii Balance Board-compatible \n \nCustomized to You \n \n• Build your own circuit program or let the game create one for you. Circuit programs are continuous dancing and mini-game sessions lasting up to 30 minutes. Experience the fun of working out as you dance off extra pounds! \n• Your personal trainer teaches you dance moves, motivates you and increases the intensity of your workout based on your performance \n• Customize your character and your trainer with different outfits and accessories \n \nDance with a Friend \n \n• The game supports two players so you and a friend can dance the calories away together! \n \nTrack your Progress \n \n• All of your exercise history, including play time, calories burned, and BMI (determined by standing on the Wii Balance Board) is stored in the game so you can easily track your progress. \n \nIn-Game Bonus \n \n• Gold’s Gym VIP 7 Day Membership Pass is included with your game!',0,1,0,0,0),(42232,'Pachinko Ren Chan Tengoku','pachinko-ren-chan-tengoku','Pachinko Ren Chan Tengoku is a Miscellaneous game, developed by Jorudan and published by Vap, which was released in Japan in 1995.',0,1,0,0,0),(42233,'Pachinko Monogatari 2','pachinko-monogatari-2','Pachinko Monogatari 2 is a Miscellaneous game, developed by Kaze and published by KSS, which was released in Japan in 1995.',0,1.25,0,0,0),(42238,'Pachi-Slot Gambler','pachi-slot-gambler','Pachi-Slot Gambler is a Miscellaneous game, published by Nichibutsu, which was released in Japan in 1994.',0,1,0,0,0),(42240,'Simulation Pro Yakyuu 2','simulation-pro-yakyuu-2','Simulation Pro Yakyuu 2 is a Sports game, developed and published by Hect, which was released in Japan in 1996.',0,1.25,0,0,0),(42244,'Fireteam Rogue','fireteam-rogue','Fireteam Rogue was a promising action-adventure game developed by Accolade, set for release sometime between 1994-1996. Issues with development led to its cancellation.',0,1,0,0,0),(42257,'BS Kirby no Omochabako: Baseball','bs-kirby-no-omochabako-baseball','This is a simple one screened game that featured Kirby being the ball. It plays somewhat like pinball, where the player must hit the ball in one of the scoring slots, or if he fails to make it in any slot, he gets a strike. The goal is to get as many runs as possible, and just aim for a high score. The game technically plays forever or until the player gets 3 outs, but since there is a limited period for broadcasting the Baseball game, it only lasts as long. There is a 2-player mode available.',0,1.25,0,0,0),(68507,'Free Bowling 3D','free-bowling-3d','Welcome to the bowling 3D. Free game with no rules, just throw the ball and knocking the pins, soft music and beautiful 3D graphics. \nEnjoy!',0,1,0,0,0),(42303,'Shiki Eiyuuden','shiki-eiyuuden','Shiki Eiyuuden is a Role-Playing game, published by Outrigger Koubou, which was released in Japan in 1995.',0,1,0,0,0),(42308,'The Legend of Zelda: Ancient Stone Tablets','the-legend-of-zelda-ancient-stone-tablets','',0,1,0,0,0),(42311,'The Shinri Game 2','the-shinri-game-2','The Shinri Game 2 is a Miscellaneous game, published by Visit, which was released in Japan in 1995.',0,1.25,0,0,0),(42315,'Wizardry VI: Bane of the Cosmic Forge','wizardry-vi-bane-of-the-cosmic-forge','Wizardry VI: Bane of the Cosmic Forge is a Role-Playing game, developed by Game Studio and published by ASCII Entertainment, which was released in Japan in 1995.',0,1,0,0,0),(42316,'Ys V Expert','ys-v-expert','Ys V was originally released in 1995. In 1996, Falcom released a second version of the game for the Super Famicom with a higher difficulty level, known as Ys V Expert.',0,1,0,0,0),(42318,'Shinzui Taikyoku Igo: Go Sennin','shinzui-taikyoku-igo-go-sennin','Shinzui Taikyoku Igo: Go Sennin is a Miscellaneous game, developed by Jorudan and published by J-Wing, which was released in Japan in 1995.',0,1,0,0,0),(42319,'Super Mario World-Star Light Island Adventure','super-mario-world-star-light-island-adventure','',0,1.25,0,0,0),(42320,'Tokimeki Memorial: Densetsu no Ki no Shita de','tokimeki-memorial-densetsu-no-ki-no-shita-de','Tokimeki Memorial (ときめきメモリアル Tokimeki Memoriaru?, lit. \"Heartbeat Memorial\") is a dating sim by Konami and the first game in the Tokimeki Memorial series. \n \nThe first game in the series is particularly notable for its \"bomb\" feature, where neglected, infrequently-dated girls would eventually become angry and gossip to their friends, severely reducing love meters across the board. In the middle of the game, when the number of known girls was high, these \"bombs\" became the primary concern of the player, forcing careful planning and strategies like round-robin dating. Although the feature was still present in the later games, it was considerably reduced in importance and the difficulty in avoiding it.',0,1,0,0,0),(42331,'Crayon Shin Chan','crayon-shin-chan','Crayon Shin-Chan: Nagagutsu Dobon!! is an Action game, developed by AIM and published by Bandai, which was released exclusively in Japan in 1996 for the Sufami Turbo.',0,1,0,0,0),(42332,'Chrono Trigger: Flames of Eternity','chrono-trigger-flames-of-eternity','',0,1,0,0,0),(42336,'Desert Fighter','desert-fighter','',0,1.25,0,0,0),(42357,'Super Loopz','super-loopz','Super Loopz is a Puzzle game, developed by Graffiti and published by Imagineer, which was released in Japan in 1994.',0,1.25,0,0,0),(42361,'Super Formation Soccer 94: World Cup Final Data','super-formation-soccer-94-world-cup-final-data','Super Formation Soccer 94: World Cup Final Data is a Sports game, developed and published by Human Entertainment, which was released in Japan in 1994.',0,1,0,0,0),(42365,'Star Fox: Super Weekend','star-fox-super-weekend','A promotional cartridge, Super Star Fox Weekend (Official Competition) (titled Star Wing: Official Competition in Europe), was released as part of the game\'s marketing campaign in Europe and the U.S. It featured time-limited single-player mode on modified stages, as well as an exclusive bonus level. The altered start-up screen displays \'Official Competition Cartridge\'. Depending on the points scored, players could win a t-shirt, a jacket, or trips to international destinations. An estimated 2000 cartridges were made. \n \nIn the United States, the Super Star Fox Weekend was played by tens of thousands of competitors in malls across the country. Stores such as KB Toys and Suncoast Video (usually any store that carried Super Nintendo games participated) hosted the event. After the competition, a limited number of the Super Weekend cartridges were sold through the Nintendo Power magazine, listed in the Spring 1994 \"Super Power Supplies\" catalog that was mailed to subscribers, with an original list price of $45. \n \nIn the United Kingdom, the competition was known as the Star Wing Challenge and was held in gaming shops across the country on May 29, 1993. \n \nNintendo Netherlands also held the Starwing competition at various game selling stores in early 1993. The winner of each day won a large Starwing poster. Starwing competition was also used during the Dutch Nintendo Championship in October 1993 – 1996.',0,1,0,0,0),(42394,'Wakataka Oozumou','wakataka-oozumou','',0,1,0,0,0),(42396,'Fushigi no Dungeon 2: Fuurai no Shiren','fushigi-no-dungeon-2-fuurai-no-shiren','Play as Shiren the Wanderer who travels the land with his pet weasel Koppa to seek the Land of the Golden Condor. In this roguelike adventure RPG, each playthrough is different than the last. The player must use caution, as death is a major setback!',0,1,0,0,0),(42400,'Wrecking Crew \'98','wrecking-crew-98','Mario, on his way home from a trip, discovers that Bowser has been conducting a construction campaign of building high-rises in the Mushroom Kingdom which are depriving the local plantlife of sunlight. Refusing to tolerate this, he brings out a mighty blue hammer from a chest inside his house and embarks on a mission to demolish the offending structures. Mario\'s old nemesis, Foreman Spike, along with a Gotcha Wrench, Eggplant Man, and more new and old enemies, are once again out to stop him on his quest, however.',0,1,0,0,0),(42402,'Eric Cantona Football Challenge','eric-cantona-football-challenge','Striker is a soccer video game released by Rage Software in 1992 for the Commodore Amiga, Amiga CD32, Atari ST, PC, Mega Drive/Genesis, and Super Nintendo. It was bundled in one of the Amiga 1200 launch packs. It was one of the first soccer games to feature a 3D viewpoint, after Simulmondo\'s I Play 3D Soccer. \n \nIn 1993 it was released in Japan by Coconuts Japan for the Super Famicom as World Soccer (ワールドサッカー Wārudo Sakkā?), while the French Super Nintendo version of Striker is known as Eric Cantona Football Challenge, playing on the popularity of French forward Eric Cantona, and the North American Super Nintendo release of Striker was known as World Soccer \'94: Road to Glory.',0,1,0,0,0),(42405,'Mario no Super Picross','mario-no-super-picross','Gameplay remains the same as in Mario\'s Picross, where the player must decipher the picture in each level, progressing to harder and harder puzzles. However, the player may also play \"as\" Wario, who presents a different challenge due to changes in the gameplay. \n \nEach game is played against the clock. Opposing the picross tradition of black and white squares, the puzzles are set in stone and are picked out by Mario with a pick-axe type tool. The initial levels are smaller and a lot easier and are mainly Japanese symbols and Greek letters. When the player solves a puzzle correctly, the black-and-white representation becomes colored and animated, and the game shows the player the title of the puzzle. When the player finishes a section, Mario will congratulate them on their progress and either bow (in the first and last levels) or give a thumbs up (in all other levels).',0,1,0,0,0),(42406,'Super Puyo Puyo','super-puyo-puyo','Puyo Puyo is a series of tile-matching video games created by Compile and later Sonic Team. \n \nBanpresto released a version for the Super Famicom under the name Super Puyo Puyo on December 10, 1993. \n \nThe object of the game is to defeat the opponent in a battle by filling their grid up to the top with garbage. The Puyos are little creatures with eyes who, in most variations of the game, fall from the top of the screen in a pair. The pair can be moved left and right and rotated. The pair falls until it reaches another puyo or the bottom of the screen.',0,1,0,0,0),(42407,'Villigust','villigust','The main hero of this game is Shun, a teenager who lives in modern-day Japan. One day, when he was going back from school with his girlfriend Michiko, Shun noticed a strange red-eyed rabbit. When he tried to follow him, Shun suddenly found himself all alone in a forest clearing. He was immediately approached by a group of four adventurers who said they were members of a group called R.A.G.E. (Resistance Against God of Evil). Apparently, Shun was transported into a parallel medieval world, and an evil organization known as Vile was the one behind Michiko\'s kidnapping. Shun and his friends will now do anything to help Michiko and to destroy Vile! \n \nKōryu Densetsu Villgust: Kieta Shōjo is a traditional Japanese-style RPG. You travel on the world map, visit towns, buy equipment and items, descend into dungeons, and fight random enemies in turn-based combat viewed from a third-person \"over-the-shoulder\" perspective. The party can hold up to five characters. The characters level up in a standard way, and also get experience and new levels for their magical spells.',0,1,0,0,0),(42408,'Super Genjin 2','super-genjin-2','In this sidescrolling action-platformer, Bonk is once again trying to save his world from the evil clutches of the reptilian king, who once more is threatening the prehistoric era. Boy, you\'d think that after being defeated four times prior that he would take a hint. This time, you also get to face his five best soldiers, who will try to stop you in your tracks. Bonk controls rather smoothly, and he is really fun to control. To those of you that are not familiar with the series, Bonk is a caveman who attacks his enemies with his noggin; after jumping down, from below, while swimming, and while in the air. He can even bounce off walls with his head, skip on the water like a stone if his head is facing down, climb certain walls with his teeth, scale up waterfalls, flip in the air (so long as the attack button is repeatedly being tapped), and so forth. As is the case with the series, you start with a regular amount of health, but if you find a translucent heart icon, you\'ll increase your capacity. What\'s neat is how collecting the food not only scores you some points but how it also replenishes a little bit of your health, too. This time Bonk can also run if you hold down the A button, and the X button is used if you have a special ability on you. If you find a power-up, whether it be piece of meat, or a different icon, then you will be given a power-up ability that will be taken out the moment you\'re hit once (damn). Among the power-ups are the one where the fire will be spreading if Bonk hits his head on the ground (you know, the one where he looks freaky), one where Bonk turns into a bird and gains the ability to fly, one where Bonk becomes tiny and can make platforms made out of Japanese characters, and there is one where Bonk has the ability to double-jump as a girl. Yes, Bonk becomes a girl if he eats the pink-colored meat. I\'m dead serious.',0,1,0,0,0),(42409,'Ranma ½: Chounai Gekitou Hen','ranma-half-chounai-gekitou-hen','Ranma learns of a martial arts tournament in which the grand prize is a invitation to see China. Desperate to rid himself of his Jusenkyo curse, Ranma decides to enter the tournament, but the other characters also hear of the tournament and decide to enter as well to either hope to rid themselves of their own curses, or to simply cause Ranma trouble. \n \nThis game holds the distinction of not only being the first Ranma ½ game for the Super Famicom, but also the first ever Ranma ½ game released and is also the only game in which the character Cologne appears. \nSince its release it has become quite well known for how, when it was released in western territories, the game was renamed \"Street Combat\" and westernised extensively with every Ranma ½ character replaced by a more \"typical\" Western Superhero.',0,1,0,0,0),(42411,'Ganbare Goemon 4','ganbare-goemon-4','Fourth title in the Ganbare Goemon series of platform/adventure games which cast you as the heroic Goemon and his gang of wacky adventurers as he fights evil all over Japan. This sequel however, takes the action to outer space as the gang attempts to rescue Goemon Impact (Goemon\'s giant mecha) from a strange planet. \n \nThe game is based around a stage-select hub from which you select which character you want to play as and then attempt to clear the game\'s many side scrolling stages in standard action platformer fashion, navigating the obstacles and defeating all enemies you run into with your weapons. Since each one of Goemon\'s allies got stranded on a different planet, you must take control of each one of them in order to clear the stages and recover the special ability unique to each character that must be later put to use to release Goemon Impact. As in other games of the series there are also loads of mini-games and unique gameplay sequences triggered in boss fights, bonus stages and special situations. These involve shooter sequences, racing & sport games and other assorted diversions.',0,1.25,0,0,0),(42412,'Ganbare Goemon 3','ganbare-goemon-3','Third title in the Ganbare Goemon series of platform/adventure games which cast you as the heroic Goemon as he attempts to save feudal Japan from all sorts of wacky evildoers. This time around, a time-travelling machine threatens all of Japan and thus Goemon and co. must jump into the future to stop the machine. \n \nThe game alternates between a top-down world map view in which your characters explore the gameworld and side-scrolling stages in which the main action lies. As in most games of the series there are also loads of mini-games and unique gameplay sequences such as maneuvering Goemon\'s giant mecha. \n \nThe game continues the tradition of bizarre humor unique to the series, you can play as either Goemon or any of his 3 companions, Ebisumaru, Sasuke or Yae with each sporting unique weapons and abilities and also with their own dialogue options and cutscenes, which feature sitcom-like pre-recorded laughs for added wackiness.',0,1,0,0,0),(42413,'Ganbare Goemon 2: Kiteretsu Shogun Magginesu','ganbare-goemon-2-kiteretsu-shogun-magginesu','As you may have guessed from the number 2 in the title, this is the second SNES game in the popular blend of the adventure and jump and run genres which is the Goemon series. Again, you (and your partner, in 2 player mode) control Goemon, his friend Ebisu-Maru and, new to the bunch, robot Sasuke, through loads of action stages and villages. Another new feature comes with 3D boss fights, featuring the giant mech type robot called \"Goemon Impact\".',0,1,0,0,0),(42414,'Fist of the North Star 6','fist-of-the-north-star-6','',0,1.25,0,0,0),(42416,'Dragon Ball Z: Super Butouden','dragon-ball-z-super-butouden','Dragon Ball Z: Super Butōden was the first fighting game based on the Dragon Ball Z franchise and the first to introduce the split-screen mode to the games, where the screen is split in two whenever one of the two combatants moves away too far to keep them both shown in a single screen. This title features the adventures of Goku from the battle against Piccolo in the martial arts tournament to the conclusion of the Cell Games. \n \nThe initially available characters are Goku (without SSJ), Vegeta (without SSJ), C-20, C-16, Piccolo, Freezer, C-18 and Original Cell. But upon entering the right code you can expand the list with Future Trunks (SSJ), Gohan (SSJ), Perfect Cell, Goku (SSJ), and Vegeta (SSJ), all of them relegated to occasionally appear in the Story Mode either as rivals or as alternative selectable characters. \n \nIn the story mode, players select which fighter to pit against each opponent as while advancing rounds leading up to the battle against Perfect Cell. Players can also go one-on-one against another player or a CPU opponent. There is also a martial arts tournament mode, to play against eight players or CPU opponents in a elimination tournament.',0,1.25,0,0,0),(42422,'JRA PAT: Wide Taiouban','jra-pat-wide-taiouban','JRA PAT: Wide Baken Taiyou is a Sports game, developed and published by NTT, which was released in Japan in 1999.',0,1.25,0,0,0),(51138,'Puppy Luv: Your New Best Friend','puppy-luv-your-new-best-friend','Pick out your puppy and begin training him for all the fun he and you are about to have. Sit, stay, roll-over, come -- you name it! See if your friend can post the best time in the obstacle course, or if he can win the dog show!',0,1,0,0,0),(51139,'Captain Toad: Treasure Tracker Special Edition','captain-toad-treasure-tracker-special-edition','',0,1,0,0,0),(51140,'Shantae: Half-Genie Hero: Risky Beats Edition','shantae-half-genie-hero-risky-beats-edition','Shantae: Half-Genie Hero, stylized as Shantae: ½ Genie Hero, is a platform video game developed by WayForward Technologies for Microsoft Windows, PlayStation 4, PlayStation Vita, Wii U, and Xbox One. It is the fourth game in the Shantae series, following Shantae and the Pirate\'s Curse, and the first to be specifically developed for high definition game platforms. The game was released in December 2016.[1] \n \nThe game was funded via Kickstarter,[2] and although the campaign ended in October 2013, WayForward still accepted donations via PayPal on its website up to December 2014.[3]',0,1.25,0,0,0),(51141,'Yoshi\'s Woolly World: Special Edition','yoshis-woolly-world-special-edition','',0,1,0,0,0),(51142,'Runbow Deluxe Edition','runbow-deluxe-edition','',0,1.25,0,0,0),(51143,'Xenoblade Chronicles X Special Edition','xenoblade-chronicles-x-special-edition','',0,1,0,0,0),(51144,'Star Fox Zero and Star Fox Guard - First Print Edition','star-fox-zero-and-star-fox-guard-first-print-edition','Fox McCloud returns with Falco, Peppy and Slippy to save the Lylat system in this action-packed deep space dogfighting adventure. The limited Star Fox Zero: First Print Edition includes Star Fox Zero and Star Fox Guard on separate Game Discs, as well as an exclusive SteelBook case.',0,1,0,0,0),(51145,'Xenoblade Chronicles X - Limited Edition','xenoblade-chronicles-x-limited-edition','',0,1,0,0,0),(51146,'Penguins Madagascar','penguins-madagascar','Help Skipper, Kowalski, Rico and Private defeat Dr. Octavius Brine’s plan for world domination! \n \nGo on stealth operations in top-secret locations from the movie and beyond. \n \nMaster each Penguin’s unique skill, like Rico’s Explosive Slide and Skipper’s Stun Slap.',0,1.25,0,0,0),(51147,'duplicate Giana Sisters Twisted Dreams Directors Cut','duplicate-giana-sisters-twisted-dreams-directors-cut','Giana Sisters: Twisted Dreams is a platform game developed by Black Forest Games for Microsoft Windows. It is the successor to the 1987 Commodore 64 title The Great Giana Sisters and sequel to the 2009 re-imagining Giana Sisters DS. The game was funded through crowdfunding website Kickstarter, reaching its goal of $150,000. \n \nIn addition to the Windows release, a console port has been released on Xbox Live Arcade, PlayStation Network and Nintendo eShop download service for Wii U. Mac and Linux support will be available later in the future.[5] Potential Ouya support in the future has also been mentioned by the developer.',0,1,0,0,0),(51156,'Veggy World','veggy-world','Veggy World, an action game in which you control a strawberry-shaped spaceship that flies through broccoli-covered landscapes and turnip tree houses. Fire lasers and blue pellets at a steady wave of fruit and vegetable creatures, causing the personified food to explode in a bright burst. The depiction is mostly whimsical, though you do see their \"kill percentage\" tallied on menu screens at the end of each round. Game customized for each target platform.',0,1,0,0,0),(51158,'My Fitness Coach: Get In Shape','my-fitness-coach-get-in-shape','First, Maya tests your fitness level in order to establish your goals and set you up a commitment calendar. \n \nMaya will guide you through dynamic workouts featuring over 500 unique exercises – ensures no two workouts are ever the same. Choose your music, your mood, your focus and Maya will take care of the rest. \n \nMaya provides you fitness advice and motivational pep talks during workouts that help keep you moving and on the way to your fitness goals. \n \n* Evaluate your current fitness level in order to determine your baseline fitness. \n* Fitness goals and workout calendar: decide if your fitness goal is weight loss, upper body strength, lower body strength, core body strength, cardio fitness, or flexibility. Then choose the length of your program and establish how often you plan to workout. \n* Training sessions with over 500 unique exercises featuring Yoga, Pilates, Cardio fitness, Strength Training, Flexibility, and Weight Loss Routine. \n* Tutorials: during the workout you can pause the action and watch a model demonstrate exactly how a move is done correctly. Each tutorial includes a choice of view speeds and camera angles to give you the best instructional view. \n* Charting progress: see your success tracked and displayed graphically as you work out. Maya will takes you through a similar evaluation after every 10th workout to measure your progress (e.g. push-ups, squats, crunches, etc.) \n* Settings: 5 different workout environments and 4 types of music (hip hop, 80’s, Latin and dance). \n* Meditation garden: the perfect place to practice stretching, Yoga and complete relaxation. \n* Workout equipment: compatible with your own piece of equipment that you can incorporate into your workouts.',0,1,0,0,0),(42437,'Ultima: The Black Gate','ultima-the-black-gate','The Avatar is once again summoned to the land of Britannia and this time he has to investigate ritual murders that have occurred in the town of Trinsic. Meanwhile, a new philosophical/social doctrine is spreading through Britannia, promoted by the mysterious Fellowship. The story of this version of Ultima VII is essentially the same as in the original PC version. However, the dialogues have been greatly reduced and/or simplified. This applies also to the size of the game\'s cities and other locations, the amount of items to pick up, interior details, etc. Combat also underwent significant changes. The battles in this version are action-based; the player has to click on the enemy repeatedly to win. Unlike the PC version with its party management, the Avatar is traveling and fighting solo in this release.',0,1,0,0,0),(42445,'Tecmo Super Bowl III: Final Edition','tecmo-super-bowl-iii-final-edition','A late entry in what was once the premiere football simulation, TSB III has updated rosters and teams for the 1994-1995 season and is licensed by both the NFL and the Players group. Features real NFLP players and photos, the real NFL schedule, and weekly standings. You can change defensive and offensive formations, create your own Pro Bowl, fake punts and field goals, go for the two point conversion, and call audibles. Updates to the game itself include new cinema screens, superstar mode, free agency system, improved graphics, larger field simulation, passing modes, and improved speech and music. Horizontal scrolling. Also features battery back-up.',0,1,0,0,0),(42450,'Super Solitaire','super-solitaire','Super Solitaire is a SNES version of the classic solitaire card game with 12 varieties of play (Klondike, Free Cell, Golf, Cruel, Pyramid, Stonewall, Doesn\'t Matter, Aces Up, Florentine, Poker, Canfield and Scorpion). It features classic artwork for backgrounds along with optional cartoony graphics. Very soft music is included on the track. The game also sports options where you can choose to skip to the next card when stuck or get a hint on what to do.',0,1,0,0,0),(42451,'Super Slapshot','super-slapshot','A generic 5-on-5 hockey game endorsed by \'Mr. Hockey\' Gordie Howe. There are 32 international teams to choose from in exhibition and tournament. The gameplay features realistic hockey action with penalties and up close fights. There are 10 or more pages of hockey stats available during games.',0,1.25,0,0,0),(42453,'Super Shadow of the Beast','super-shadow-of-the-beast','Shadow of the Best for SNES was never officially released.',0,1.25,0,0,0),(42460,'Smash Tennis','smash-tennis','The controls of Smash Tennis work similar to other tennis games and especially Namco\'s previous tennis game World Court Tennis: the player moves the athlete over the court and presses buttons with the correct timing in order to win the match. This time there is no story mode, but a tournament mode instead. Here the goal is to win the Grand Slam by playing various tournament matches. However. a match only has a single set. There are 20 athletes (both male and female) to choose from which have different advantages and drawbacks.',0,1.25,0,0,0),(42462,'Slayers','slayers','Powerful, avaricious sorceress Lina Inverse travels around the world, stealing treasures from bandits who cross her path. Her latest victims, a band of thieves, wait in ambush in a forest, thirsting for revenge. When Lina is about to effortlessly pummel her would-be attackers, the swordsman Gourry Gabriev suddenly announces his presence. Assuming Lina to be a damsel in distress, the foolish yet magnanimous man confronts the brigands in order to rescue her. After defeating them posthaste, the oblivious cavalier decides to escort Lina to Atlas City. Though not very keen on this idea, she ends up accepting his offer. \n \nHowever, without realizing it, Lina has chanced upon a mighty magical item among her most recent spoils. Now two mysterious men are hunting the young magician and her self-proclaimed guardian to obtain this powerful object for apparently nefarious purposes. This way they begin their adventure, one where the fate of the world itself may be at stake.',0,1,0,0,0),(42466,'RPM Racing','rpm-racing','RPM Racing was preceded by Rareware\'s R.C. Pro-Am in 1988 and Electronic Art\'s Racing Destruction Set in 1985, with the latter being the larger influence. It is a precursor to Rock \'n Roll Racing, which was done by the same developer. Combat, obstacles and traction on the non-flat tracks play a significant role. There are 3 vehicle types to choose from that perform differently on pavement, dirt, ice, flat or bumpy tracks. Cars can be armed with oil, nitro and mines. Additionally, there are 3 levels of tires, engines, shocks and armor. There are full race season, single race and custom track modes. In 1 player games, the 2nd player is replaced with one of 8 AI opponents who are each associated with their own vehicle. In season mode, each track has an entrance fee and cash prize for placing 1st; often lesser cash prizes for lesser placements are also awarded. For an additional fee, racers can opt to move to a higher racing class (levels) where fees and prizes are bigger. Each class has its own set of tracks that the player may choose from. No track is mandatory or unavailable within a class. The player also has the option of going back to a lower class for free, which may become necessary if funds are eaten up be fees without winning prizes. However, going up always incurs a fee, even if the player has been there before. Custom track designing is not intuitive but fairly easy to learn. Players can set the track\'s laps, gravity and starting line type. Each track section can be pavement, dirt, or ice. Track sections are laid out like puzzle pieces on a 2D non-isometric grid (Pipe-Mania style). Sections include horizontal and vertical straights, four standard 90° turns, eight T-sections for diverging and converging multiple paths in any direction and a criss-cross. Either a horizontal or vertical special straight section is used as the starting grid. The starting grid can be oriented forward, reversed, face-off with player 1 forward, or face-off with player 1 reversed. 7 points are used to adjust the 6 slopes in straight sections to 5 different heights. Slopes can be flat (0:1), inclined (1:1), or steep (2:1). Non-straight sections can only be adjusted for height for the entire section at once. An isometric view of individual sections is provided to help to orient the section\'s design to the adjacent sections. If the edge of a section does not match the height of the adjacent section(s), the player is warned immediately but may proceed without correcting the error immediately. But such error must be eliminated before the track can be saved. Also required for a track to be saved is no dead ends, and a starting grid section. The track verification is surprisingly liberal, even allowing diverging and converging paths that are against the flow of traffic (like turning around and going the wrong way up a freeway merging lane). The AI opponents are generally not able to discern the fastest or shortest route and can even be diverted into a path with no natural exit, or with very clever path designs, valid lap paths can be entirely different for player 1, player 2 and AI players; which can lead to interesting traffic patterns.',0,1.25,0,0,0),(42468,'RHI Roller Hockey \'95','rhi-roller-hockey-95','Motion-captured graphics made their first appearance in a hockey game with this Brett Hull license. Al Michaels provides a full running commentary, while a mode allowing the player to improve their game with Brett\'s help is also included. The game is viewed isometrically, with all the realistic fouls and gameplay situations included. Full pre-match analysis and forecasting is provided, as are post match statistics.',0,1,0,0,0),(42470,'Super Puyo Puyo 2','super-puyo-puyo-2','A falling block game in which the goal is the combine four or more blocks of the same color which then disappear. The remain blocks will fall down and can produce combos which can cause special blocks (can only be destroyed by eliminating adjunct blocks) to appear at the enemies field. \n \nThis game includes a story mode, in which Arle (the main character) fights against computer enemies, a vs player mode, a four player mode (SNES only), and an endless mode (SNES only).',0,1,0,0,0),(42481,'NBA Showdown 94','nba-showdown-94','The final entry in Electronic Arts\' basketball series based on the old NBA playoffs engine before the NBA Live series took over. \n \nFor the first time, the game features all 27 NBA teams from the 1993-1994 season. You can now play a full season with 82 games in addition to playoffs and exhibition games. \n \nBack from the old versions are instant replays, signature moves (some of them new) and free throw T-meter. Game speed has been sped up.',0,1,0,0,0),(42482,'NBA Give \'n Go','nba-give-n-go','NBA Give \'n Go is a port of the arcade version basketball game. The game is different from usual basketball games of the era because it is played in a vertical view. Most basketball games previously had a side scrolling or isometric view. Building upon this technique, the game features large player sprites and graphics. The game features the NBA roster from 1995 complete with player ratings. Gameplay consists of true 5 on 5 basketball but in a more arcade like style with alley-oops and high flying dunks. The audio includes action oriented commentary, in the style of NBA Jam.',0,1.5,0,0,0),(42485,'Mountain Bike Rally','mountain-bike-rally','The player starts in qualifying, and as he/she plays the game more frequently, he/she can qualify for the regionals, nationals, the championship, and the grueling final race where he/she must get first place in order to beat the game. Players will spend literally hours in the easier modes and this game is like exercise for his/her thumbs.',0,1.25,0,0,0),(42487,'Mohawk & Headphone Jack','mohawk-and-headphone-jack','Protean platform hero with attitude (well, with sunglasses) rocks out in this novel but forgotten would-be Sonic-killer, collecting CDs (this is pre-Napster, remember) and avoiding segmented slinkies and nasty robot bugs in disorienting mode 7 mazes with no constant \"down\". \n \nThe boneless wonder (er, and his Walkman) pours himself into cracks, splatters against walls, curls into a defensive porcupine-koosh hybrid, always lands on his feet (by growing feet where his hands were!) and blasts apart into little jelly gibs as a special offensive attack. Gross. And as if a radical surferpunk made of snot wasn\'t cool enough to begin with, a power-up gives him a chopper wheel in place of feet. Dude is the hood ornament on his own motorbike! \n \nOne- or two-player (nonsimultaneous).',0,1.25,0,0,0),(42488,'Mickey\'s Playtown Adventure - A Day Of Discovery!','mickeys-playtown-adventure-a-day-of-discovery','Never officially released.',0,1.25,0,0,0),(42489,'Mickey to Donald Magical Adventure 3','mickey-to-donald-magical-adventure-3','Donald’s mischievous nephews Huey, Dewey, and Louie have found a mysteriously old and dusty storybook while hiding in Donald’s attic. When reading the storybook, the three ducks are magically transported into Storybook Land by Evil Baron Pete. Evil Baron Pete rules over the Storybook Land and is plotting to take over the Outside World. With the Fairy of Storybook Land’s help, it’s up to Mickey and Donald to rescue Huey, Dewey, and Louie. \n \nFeatures: \n \n- Play as Mickey or Donald in this awesome action adventure \n- Go on an adventure with your favorite Disney friends--Minnie, Daisy, Pluto, and friends \n- New magical costumes with special abilities to master: Knight, Wood-Cutter, and the Magician \n- Mini-games for players of all ages to enjoy',0,1,0,0,0),(42491,'Lothar Matthäus Super Soccer','lothar-matthaus-super-soccer','Lothar Matthäus Super Soccer is a Sports game, developed by Krisalis Software and published by Ocean, which was released in Europe in 1995.',0,1.25,0,0,0),(42492,'James Pond\'s Crazy Sports','james-ponds-crazy-sports','',0,1.25,0,0,0),(42493,'The Irem Major Title','the-irem-major-title','',0,1,0,0,0),(42494,'Jeff\'s Shoot\'Em Up','jeffs-shootem-up','Jeff’s Shoot’Em Up, a Super Nintendo top-down shooter in the vein of Smash TV, never actually made it into production but rather served as an in-house tech demo for Iguana Entertainment to test how many sprites could move on the screen at one time. “Jeff” most likely refers to Jeff Spangenberg, the founder of Iguana Entertainment.',0,1,0,0,0),(42504,'Lester the Unlikely','lester-the-unlikely','One day Lester was walking through Seaport City\'s loading docks reading the new issue of his favorite comic, \"Super Duper Hero Squad.\" Feeling a little tired from playing video games late the night before, he looked around for a comfortable place to finish his comic. \n \nJust before reaching the beach Lester passed out from sheer exhaustion. Now, his real adventure begins... \nIt is up to you to help Lester get back home.',0,1,0,0,0),(42505,'Kyle Petty\'s No Fear Racing','kyle-pettys-no-fear-racing','Kyle Petty\'s No Fear Racing lets the player race on 28 different stock car tracks and choose from a bevy of customizable cars, each with their own appearances, strengths and weaknesses. There are three different modes to play. A Single Race where the player can choose a car and a track and race one time against a slew of computer opponents. Season lets the player compete in an entire season on all the tracks, earning prize money to buy parts to upgrade their car. They can change parts to maximize performance or even tweak the car such as change gear ratios, spoiler height, tire pressure, etc.',0,1,0,0,0),(42507,'Ken Griffey Jr.\'s Winning Run','ken-griffey-jr-dot-s-winning-run','Ken Griffey Jr.\'s Winning Run is a licensed arcade baseball game featuring MLB\'s own Ken Griffey Jr. Released in 1996, it contains all 28 MLB teams and logos from that time, with rosters containing fictitious names for the players (Ken Griffey Jr being the only real player in the game). \n \nNext to exhibition games, there are different game modes to compete in. In the MLB Challenge, players start with a weak team and go against every major MLB club to go up the rankings. There is also a complete World Series, All-Star games and the MLB League. In the league modes up to eight players can choose a team and play a season of 26, 52 or 162 games. Between matches players can change the line-up and rotation, and trade away players.',0,1,0,0,0),(42516,'Kunio-Kun no Dodge Ball Dayo Zenin Shuugo!','kunio-kun-no-dodge-ball-dayo-zenin-shuugo','Okay, listen up! Nekketsu High Dodgeball Club has proven themselves once before on the world arena, but now, the stakes are higher! We got to go out there again and show why Nekketsu High is the greatest team in the world. Lead us to victory, Kunio!',0,1,0,0,0),(42521,'Super Metroid: Redesign','super-metroid-redesign','',0,1,0,0,0),(42522,'Sound Fantasy','sound-fantasy','Sound Fantasy (Japanese: サウンドファンタジー Hepburn: Saundofantajī?), titled Sound Factory during development, is an unreleased video game for the Super NES/Super Famicom. Designer Toshio Iwai was inspired by his earlier interactive installation art piece titled Music Insects, to develop a video game at Nintendo between 1993 and late 1994. The completed product was inexplicably canceled by Nintendo, and the game\'s key elements were later developed into Maxis\'s 1996 PC game release titled SimTunes. \n \nSound Fantasy contains eccentric concepts and untested game mechanics. Music games, especially on home consoles, were not popular in the early 1990s, and it wouldn\'t be until much later in the decade that they gained mainstream attention.[citation needed] The Sound Fantasy prototype contains four different games in one cartridge. \n \nPix Quartet was inspired by Toshio Iwai\'s Music Insects. There are four insects of different colors, where the player can select different insect to each represent a different instrument. They crawl all over the screen, where the player can draw. Insects that crawl over a colored pixel make a note. Each color represents a different note for each insects. Sample Demos can be loaded to demonstrate the capabilities of this game. \n \nBeat Hopper contains three different modes: A-type, B-type and Training. A-type is a rhythm game in the style of Q-bert, where an insect on a pogo must make every block disappear after stepping on it as many times needed. Each block makes its own sound and the order does not matter. The player can improvise a song with each block. B-type requires the player to follow a path of blocks that appears every time the player touches one. The player must make as many steps as possible without losing three lives. \n \nIce Sweeper indicates two modes: A-type and B-type. This game is a Breakout clone with a few new twists added after a few stages, such as four bats controlled by a single player. \n \nStar Fly is inspired by music boxes, where the player can set a sequence of stars in the sky, to compose a song. A higher star corresponds to a higher musical note. The player may set the speed and the tone.',0,1,0,0,0),(42535,'Blazing Skies','blazing-skies','',0,1,0,0,0),(42536,'Super Dai 3 Ji Super Robot Taisen','super-dai-3-ji-super-robot-taisen','Dai-3-Ji Super Robot Taisen is a Sci-Fi Turn-Based Strategy game, developed and published by Banpresto, which was released in Japan in 1993.',0,1.25,0,0,0),(42539,'Super Wagyan Land','super-wagyan-land','Super Wagyan Land is an Action game, developed by Nova Games Ltd. and published by Namco, which was released in Japan in 1991.',0,1.5,0,0,0),(42544,'Super Puyo Puyo 2 Remix','super-puyo-puyo-2-remix','Super Puyo Puyo 2 Remix is a puzzle action game released by Compile for the Super Famicom. \n \nThe mayor differences between this \"Remix\" version and regular Super Puyo Puyo 2 is that you now can play 4 player multiplayer with bots. An Expert course is added to the game and other small minute changes.',0,1,0,0,0),(42546,'Super Bomberman: Panic Bomber W','super-bomberman-panic-bomber-w','Super Bomberman - Panic Bomber W is one of the offsprings of the Panic Bomber Series. It was released for the Super Famicom and was only released in Japan. It features a single player mode and a multiplayer one that supports up to four players. \nThis game also implements a Dokuro mode which involves status effects. These can do everything from reduce blast radius to igniting bombs on screen.',0,1,0,0,0),(42547,'Super Back to the Future Part II','super-back-to-the-future-part-ii','Marty has returned from his bizarre trip to 1955 all thanks to Doc\'s prized invention, the DeLorean time machine. He decides to do some skateboarding around the neighborhood and visits his girlfriend Jennifer. However, this is cut short as Doc arrives from his trip to the future. He tells them that their children\'s future is at stake and proceeds to take them both to the year 2015. Here, Marty assumes the identity of his son Marty Jr. and faces off with Biff\'s grandson Griff and then his gang members one-by-one. \n \nWith Griff and his gang arrested, future history changes to ensure that the lives of Marty\'s children stay on track. But when Marty and Doc are not looking, old Biff takes an old sports almanac, hijacks the DeLorean, travels back to 1955 and gives the book to his teenage self. Then he returns to 2015 with Marty, Doc, and Jennifer none the wiser. When the three return to 1985, they discover that everything around them has drastically changed. Hill Valley now plagued with crime and pollution, Biff Tannen is now a multi-millionaire and Marty\'s stepfather, and the Doc has been certified insane. Now Marty must go throughout Hill Valley and figure out what has happened and try put time back to the way it was.',0,1,0,0,0),(42549,'Adventures of Hourai High','adventures-of-hourai-high','You assume the role of a student (whose gender you can choose) still aboard the flight towards the fictional Utsuho Island of Southern Japan, the location of the strangest school of the country: Hourai High School. This huge educational complex, which houses more than one million students and personnel (how is that even possible?), seems to acts as a magnet for weird youngsters and nonsensical events. And you get the privilege of a great start. Indeed, an irritated stewardess decides to send you to your destination via a shortcut... by throwing you out of the plane with a parachute. \n \nAfter a forced landing through a ceiling, here you are, at Hourai High School. The year hasn\'t started yet and teachers already have you in their sights. You\'ll get to meet new friends real soon however, particularly the guys behind the school\'s newspaper \"Hourai Sports\". You\'ll even get the chance to take the place of the editor, even though you are the one who sent him to hospital by landing on his head. But the course of your new school year will soon be disrupted by the establishment of extravagantly oppressive school laws, which seem to be manipulated from behind the throne. \n \nSome may compare this game to Mother 2, seeing the delirious scenario and modern setting. They wouldn\'t be entirely wrong, as Hourai Gakuen no Bouken, more than its atypical universe, shares with it classical RPG gameplay and first-person battles. The progression is pretty different, though. It\'s based on the school campus\'s map, with each of its parts constituting \"villages\" of some sort, and to which the player will be required to come back regularly to use the services housed in the main buildings. The limits of the world map will widen as the chapters that lead us through the school year unfold, and more exotic and less \"academic\" regions will gradually make their apparition.',0,1.25,0,0,0),(42550,'RockMan VII: Showdown of Destiny!','rockman-vii-showdown-of-destiny','',0,1.25,0,0,0),(42554,'Final Fight Guy','final-fight-guy','Mayor Mike Haggar vows to snatch the streets of Metro City back from the crooks with his bare knuckles! But the Mad Gear Gang snatches his daughter Jessica. Now there\'s gonna be some bone-crunching dues to pay! \n \nThe urban ninja Guy hits the streets hard with Haggar, denting heads downtown and slugging it out in the slums. He\'s a one man army! His weapons are anything he can find -- swords, knives, or pipes. \n \nNow you\'re Haggar or Guy, each with his own fighting style. Demolish gangland henchmen, samurai swordsmen and musclebound crime bosses in a fist-to-nose frenzy!',0,1,0,0,0),(42561,'Doraemon 4: Nobita to Tsuki no Ōkoku','doraemon-4-nobita-to-tsuki-no-okoku','The game is based on the popular manga series Doraemon. Doraemon is a blue cat robot who came from the future to protect a Japanese boy named Nobita. Nobita always gets himself in all kinds of troubles, so his grandson in the future decided to help him by sending Doraemon to keep an eye on him. One day, Nobita and Doraemon are looking at the beautiful moon, when suddenly a strange light engulfs them. They learn that something terrible has happened in the Moon Kingdom. Now they must travel to the moon and discover what is going on. \n \nThis is a platform action game that is somewhat similar to Super Mario World. You travel on a world map and enter various platform locations. Before each level, you can choose to play as either Doraemon, Nobita, or other four available characters. You can jump on enemies\' heads or shoot at them with various weapons to eliminate them. There are many items and upgrades scattered around the levels, and sometimes it is possible to power-up by using two characters simultaneously.',0,1,0,0,0),(42564,'Dai-3-Ji Super Robot Taisen','dai-3-ji-super-robot-taisen','',0,1,0,0,0),(42566,'Bobby\'s World','bobbys-world','In the game, Bobby\'s mother tells him to clean his room. As he is cleaning his room Bobby starts daydreaming about a toy. After you beat a level, Bobby has another daydream about another toy that he puts away. Game was cancelled.',0,1,0,0,0),(42568,'Ballz 3D','ballz-3d','Ballz 3D is a two player 3D action fighting game for the Sega Mega Drive/Genesis, the Super NES (SNES) and the 3DO. It was developed by PF Magic and published by Accolade in 1994. The 3DO version was released as a director\'s cut in 1995. Ballz offered three difficulty levels over a total of 21 matches. Its distinguishing quality was that each of the characters were composed completely of balls, with a pseudo-3D look.',0,1.25,0,0,0),(42569,'All-American Championship Football','all-american-championship-football','',0,1,0,0,0),(42573,'European Football Champ','european-football-champ','',0,1,0,0,0),(2034,'Brothers in Arms: Furious 4','brothers-in-arms-furious-4','Furious 4 is a first-person shooter video game which was being developed by Gearbox Software. It was unveiled by Ubisoft at their E3 2011 Conference. Originally set to be published by Ubisoft and be part of the Brothers in Arms series, the title eventually became an independent intellectual property for Gearbox Software. The project was ultimately cancelled by Gearbox in July 2015, with many of the gameplay elements transferred to another project, Battleborn.',0,1.25,0,104,148),(2046,'Rise of Immortals: Battle for Graxia','rise-of-immortals-battle-for-graxia','',0,1.25,0,67,67),(51186,'duplicate - Planes Fire & Rescue','duplicate-planes-fire-and-rescue','HELP DUSTY AND HIS FEARLESS FIGHTERS BATTLE MASSIVE FIRES AND LEARN WHAT IT TAKES TO BECOME A TRUE HERO! \n \nBattle fires and save lives in over 30 Fire & Rescue Missions! \n \nProtect Piston Peak Park with 8 playable characters including Dusty, Lil’ Dipper and Blade!',0,1,0,0,0),(51187,'Bayonetta 2: First Print Edition','bayonetta-2-first-print-edition','',0,1,0,0,0),(51188,'Rodea: The Sky Soldier Limited Edition','rodea-the-sky-soldier-limited-edition','',0,1,0,0,0),(51189,'Once Upon A Time','once-upon-a-time--1','Once upon a time is a group of 4 fairytales as different play options on the Wii. The game is interactive and aimed at children 3+ who either cannot read and write up to those that can in the early stages. Interaction is the key to the title which has 3 Game modes being Listen to the Story, Tell you own Story, mini games designed for he young covering puzzles, wiggling on animation, grouping pairs and a memory game. The four classic stories are Ugly Duckling, Red Riding Hood, Three little pigs, Puss in boots of which there are 54 interactive book pages and over 300 animated objects set to the background sounds of the stories which was recorded by actors and lasts for over 1 hour. \n \nFeatures \n \n• 4 classic childrens fairy tales. \n• Studio recorded voiceovers with professional actors. \n• 3 different game modes to choose from.',0,1,0,0,0),(51201,'Kung Fu House','kung-fu-house','',0,1,0,0,0),(51203,'Sky Maze 3D','sky-maze-3d','Dodge the traps, find your way and guide the ball to exit. A fun and challenging action game.',0,1.75,0,0,0),(51204,'The Legend of Mir 2','the-legend-of-mir-2','Released in Europe in 2001 and in North America in 2009.',0,1.5,0,0,0),(51208,'The Worlds Best Board Games','the-worlds-best-board-games','Play the best board games in the world - on your PC. Here are 11 challenging games that everyone knows, with stunning 3D graphics, fantastic sound, and artificial intelligence across 3 levels of difficulty. Play against the computer, or with friends and family.',0,1.25,0,0,0),(51209,'Hoyle Puzzle and Board Games 2010','hoyle-puzzle-and-board-games-2010','Throw the dice and shuffle those cards, it\'s Game Night! HOYLE Puzzle & Board Games delivers hours of fun with the biggest assortment of games yet! \n \nThis great collection features traditional game standards like Hangman, Mahjongg and Anagrams plus popular hits like Chess, Battling Ships and Sudoku. Challenge your friends and family on one computer or play against the witty and personable HOYLE characters! All games are designed with rules according to HOYLE, the Official Name in Gaming.',0,1.25,0,0,0),(51210,'duplicate Mount & Blade: With Fire & Sword','duplicate-mount-and-blade-with-fire-and-sword','',0,1,0,0,0),(42629,'Battle Blaze','battle-blaze','A land known as Virg was under the command of a powerful king. Every king was selected at the \"Tournament of Champions\". A demon from Hell, was hell-bent on world domination, so he sent five phantoms to possess every combatant in the tournament. The demon turned the contenders into enemies where they would have them battle one on one (kind of like Battle Royale).',0,1,0,0,0),(42630,'Kabuki-chou Reach Mahjong: Toupuusen','kabuki-chou-reach-mahjong-toupuusen','Kabuki-chou Reach Mahjong: Toupuusen is a Miscellaneous game, developed by Studio Softmov and published by Pony Canyon, which was released in Japan in 1994.',0,1,0,0,0),(42633,'Brett Hull Hockey','brett-hull-hockey','The Golden Brett returns to the SNES in the improved and updated BRETT HULL HOCKEY ’95. The second game in this series also features a full NHLPA license, so you’re sure to find your favorite players ready to hit the ice. Use every little trick in the book to get the job done: one-timers, fake shots, drop passes, and even dekes. \n \nThere are several gameplay options to satisfy any hockey fan: Full Season, Half Season, Playoffs, All-Star Game, and Exhibition. You make all the decisions in the course of a game, whether it’s shuffling your lines, pulling the goalie, or calling the offensive strategy. Choose wisely, because each option could mean the difference between glorious victory and bitter defeat. And with the stellar play-by-play of Al Michaels, you’ll forget that you’re not just watching a game on TV, you’re playing one!',0,1,0,0,0),(42634,'The Brainies','the-brainies','This puzzle game has 101 levels, in which you have to guide a varying number of Brainies of four different colors onto a spot that matches their color. You control a cross-hair, and press fire while over a Brainy to take or give up control of its motion. Running out of time costs you a life.',0,1.25,0,0,0),(51227,'Far Cry: Delta Sector','far-cry-delta-sector','The Delta Sector is a modification for FarCry which will meet the highest quality expectations and will use the full capacity of the Cryengine 1. There will be new weapons, new vehicles and new enemies in this mod. You are a member of a special forces team. It\'s your job to check what\'s happening in eastern Europe, because many military forces accumulate in one area.',0,1,0,0,0),(51229,'Night Slashers X','night-slashers-x','',0,1,0,0,0),(42638,'Bulls Vs Blazers and the NBA Playoffs','bulls-vs-blazers-and-the-nba-playoffs','Another update in Electronic Arts\' basketball series, this time featuring the teams and players from the 1992 NBA playoffs plus the East and West All-Stars. \n \nExclusive to the Genesis version is the ability to create your own All-Star teams and to call defensive plays.',0,1,0,0,0),(42640,'Big Sky Trooper','big-sky-trooper','On day an alien race of slugs is out patrolling space, when they encounter the Lucasarts logo. The logo, as we all know looks like a statue of a person with his hands extending towards the sky. Seeing this logo, the slugs determine that ours is a race made up of BONES and of ADVERTISING, two things the slugs simply hate. So they attack.',0,1,0,0,0),(42641,'Super Gussun Oyoyo','super-gussun-oyoyo','Super Gussun Oyoyo is an extremely cute action/puzzle game by Banpresto, and conversion of Irem\'s arcade game of the same name originally released in 1993. The game is an interesting and unique crossover between the \'puzzly\' side of Tetris and the \'save all the rodents\' side of Lemmings. The goal of the game is to guide a bald and fun looking creature, who also happens to be a treasure hunter called Gussun (and his friend Oyoyo in two players mode), to the level\'s exit. This character just keeps walking around and gets scared at the silliest things. While he aimlessly wanders around the playfield, Tetris like pieces fall from the top of the screen, and the player must rotate and position them in the scene. Once in place, these blocks can be used by Gussun to climb on to reach new areas, and eventually lead him through the exit door. Tons of other features are also packed with the game, such as bombs or little buddies who follow Gussun to the exit (collect 10 of them for an extra life!). Time is of course limited and water starts filling up the stage if players stay in one levels for too long. Additionally, traps and monsters soon appear and things get quickly tricky and will squeeze the juice out of the player\'s brain in no time. An intense two-player versus mode and a level editor are also available.',0,1.25,0,0,0),(51247,'Neverball','neverball','Neverball is a 3D platform game similar to Super Monkey Ball. Tilt the floor to roll a ball through an obstacle course before time runs out. Neverball is part puzzle game, part action game, and entirely a test of skill. It is currently available for Windows platforms, Mac OS X, Linux, FreeBSD, Dreamcast, AmigaOS 4, iOS and Maemo. Neverball is free software under the terms of the GNU General Public License (GPL).',0,1,0,0,0),(68608,'Challenge!','challenge--1','Challenge is a Four-in-a-Row game, released in 1979 for the Signetics 2650 based systems.',0,1.25,0,13524,13523),(51273,'Maszyna EU07','maszyna-eu07','Maszyna EU-07 Simulator.',0,1.25,0,0,0),(51275,'CrossFire AL','crossfire-al','',0,1.25,0,0,0),(51276,'FreeJack','freejack','',0,1,0,0,0),(51277,'BOFH: Servers Under Siege','bofh-servers-under-siege','A group of insane activists called the \"Internet Salvation Force\" has invaded a school, taking all servers and workstations as hostages. They don\'t care of human hostages so all the personnel have been told to leave. As the BOFH, you arrive late at work, and find the building unusually quiet...',0,1.25,0,0,0),(51284,'duplicate Lord of the Rings: War in the North','duplicate-lord-of-the-rings-war-in-the-north','\"With his far reaching rich hand Sauron might have done great evil in the North. Yet all that has been averted because a handful of heroes stood in his path.” \n– Gandalf the White \n \nThe Lord of the Rings: War in the North is a co-op Action RPG that immerses you and your friends in a brutal new chapter in the War of the Ring. Snowblind Studios is in the unique position of drawing inspiration from both the literary and film rights to world of Middle-earth, allowing players to bloody their axes on a wide range of deadly enemies and traverse both established and never-before-seen locations. The result is a journey that is both epic and intimate, familiar yet unexpected. \n \nACTION MEETS RPG \nIntense, visceral, and satisfying combat. Rich, layered, and impactful character progression. In War in the North, you get both. Find and equip the best loot, upgrade your hero using a wide range of skills and items, and feel the intense satisfaction of rushing into real-time battles with friends by your side. Fight through the brutal realities of the war on all fronts that were brought to life in the lore. Immerse yourself and make your own mark on Middle-earth. \n \n \nCO-OP AT ITS CORE \nBuild your own fellowship of three heroes to confront the growing army in the North. The survival of your group and all of Middle-earth depends upon your uniquely skilled heroes working together. You must fight together or you will die alone, and these high stakes make the experience of playing together both socially engaging and incredibly satisfying. The first time you rescue a friend who has been grabbed by a troll and is desperately yelling for help, you will understand what we mean. \n \n \nAN UNTOLD STORY \n While much attention and focus has been placed on the journey of the One Ring, the assault on Middle-earth hits all corners of the map. War in the North turns our attention towards an integral part of the storyline that is grounded in details within the books and various appendices. This is not someone else’s fight. This is your own effort to forage a way through the dark, dangerous, and unknown landscape, defending all that is yours. This is your war.',0,1,0,0,0),(51285,'Stargoose Warrior','stargoose-warrior','',0,1,0,0,0),(51286,'duplicate Space Quest VI: The Spinal Frontier','duplicate-space-quest-vi-the-spinal-frontier','Roger Wilco, the brave interstellar janitor who has already saved the universe from many great dangers, is now in a very embarrassing position. His commanders show no respect for his courageous actions in the previous game. Instead, he is being accused of all kinds of violations against the galactic law, is deprived of all the honors he got in the previous game, and as a token of mercy, is allowed to return to his old job - cleaning closets... But those unfortunate events are just the beginning of much bigger troubles Roger will get into. Once again, the future of galaxy depends on him!',0,1,0,0,0),(51288,'Voxatron','voxatron','',0,1.25,0,0,0),(51289,'Divinity 2 - The Dragon Knight Saga','divinity-2-the-dragon-knight-saga','Divinity II – The Dragon Knight Saga is an epic role-playing game on PC and Xbox 360, that combines the complete adventures of the legendary dragon Knight. \n \nThis incredible RPG includes the entirely remastered and improved version of Ego Draconis, the original adventure of the Divinity II saga. The content of this edition as well as its graphic engine have both been much improved and overhauled, in order to provide a more beautiful and richer game experience! \n \nDivinity II – The Dragon Knight Saga also includes the brand new adventure Flames of Vengeance, which adds dozens of hours of gameplay to the original story, and packs loads of new quests, creatures and items, as well as a spectacular finale to this great saga! \n \nA total of over 100 hours of gameplay and more than 180 original quests await you in this epic role-playing game. Embrace the Dragon Knight\'s destiny and annihilate the threat that looms over Rivellon!',0,1,0,0,0),(42659,'Mr. Bloopy saves the World','mr-bloopy-saves-the-world','In 1995 Rare Compedia decided to combine puzzle-based-platforming and a save the environment message to create a uniquely challenging children’s game for the Super Nintendo. Unfortunately, the game was never released in the lifespan of the Snes, but in 2008 the game leaked online and has shown to be a fascinating, color filled sprite package, that would have sold due to its simplicity, message and intended audience. \n \nThe game was made for children; however, the game does has a steep learning curve with the difficulty increasing prominently after the initial first few levels. That’s not to say this is a difficult game, but given the original targeted audience, it’s apparent that the intended audience is casual, younger gamers. The game is a pick-up-and-play and the main menu reflects this with a password system.',0,1,0,0,0),(51298,'Attack of the 50ft Robot!','attack-of-the-50ft-robot','Attack of the 50ft Robot! is an action adventure game set in a 1950s B-movie. Unleash your inner robot and destroy everything that stands in your way.',0,1,0,0,0),(51300,'Need for Speed: Motor City Online','need-for-speed-motor-city-online','',0,1,0,0,0),(51301,'duplicate Prince of Persia 2: The Shadow & The Flame','duplicate-prince-of-persia-2-the-shadow-and-the-flame','Your identity has been taken by the evil Grand Vizier Jaffar whom you defeated in the original Prince of Persia. Banished from your palace, you must fight to reclaim what is yours and save the Sultan\'s lovely daughter.',0,1,0,0,0),(51302,'Phantasy Star Online: Blue Burst','phantasy-star-online-blue-burst','Phantasy Star Online: Blue Burst, a port of the Xbox version, was released for Microsoft Windows in 2004 through digital distribution, featuring both Episode I and Episode II, and adding a new Episode IV, NPCs, quests, team system, and server-side saving system. \n \nThe Phantasy Star Online titles are a sub-series of Sega\'s Phantasy Star series of games that began in 1987. With the exception of Episode III, the PSO games themselves are hack and slash role-playing games where the player slays monsters, levels up, buys new equipment, etc. The online Phantasy Stars differ from the previous games of the series by offering a real-time – rather than turn-based – approach to combat, seamlessly integrating this with exploration and plot developments.',0,1,0,0,0),(42666,'Exzore: The Rising','exzore-the-rising','',0,1.75,0,0,13069),(42667,'Phineas & Ferb: Day of Doofensmirtz','phineas-and-ferb-day-of-doofensmirtz','Based on the smash-hit animated show, Phineas and Ferb bring their unique blend of fun, laughter and chaos to PS Vita in an exclusive new adventure, written and produced in collaboration with Disney. Hold on to your hat as the plucky pair battle Doctor Doofenshmirtz and his minions across the city of Danville and far beyond.',0,1.25,0,0,0),(42668,'Ragnarok Odyssey ACE Launch Edition','ragnarok-odyssey-ace-launch-edition','',0,1.25,0,0,0),(42669,'Conception II: Children Of The Seven Stars Limited Edition','conception-ii-children-of-the-seven-stars-limited-edition','',0,1.25,0,0,0),(42674,'Phantasy Star Nova','phantasy-star-nova','Phantasy Star Nova will be set in the same world as Phantasy Star Online 2 but will drop many of the online elements and take on a much more single player approach. If the idea of playing without your friends sounds horrifying, the game will include 4-player co-cop play. \n \nThe title takes place on Planet Machia, a planet where \'Photon\' energy is useless. Without the ability to recover energy or upgrade your weapons, players must take survival into their own hands, exploring the planet of Machia and unlocking the secrets it has to offer. \n \nThe creatures inhabiting Machia are giant beasts appropriately named \'Gigantes.\' In order to take these massive brutes down, you\'ll need to find and hit their weak spots together with your allies. \n \nSega also implemented tweaks based off the Phantasy Star Nova battle demo into the game. After the first demo, tri-Ace increased character movement speed by 1.4x, reduced input delay, fixed issues with locking on to enemies, and fine tuned the speed of the camera, among other improvements.',0,1.25,0,0,0),(51328,'UEFA EURO 2012','uefa-euro-2012','The EA Sports UEFA Euro 2012 expansion pack for FIFA 12 recreates all the excitement of the official tournament with over 50 European national teams, all eight official stadiums, and all the pageantry and atmosphere of one of the largest and most-watched sporting events on the planet. Compete as your favorite country in an authentic online tournament mode against rival nations in the group stage, progress through the knockout rounds, and ultimately compete for the chance to be crowned the UEFA Euro 2012 champion. Plus, you will be able to relive dramatic moments from the UEFA Euro 2012 qualifying campaign with challenges based on real-life matches, and replay key moments from the UEFA Euro 2012 tournament.',0,1.25,0,0,0),(51329,'Oddworld: Munch\'s Oddysee HD','oddworld-munchs-oddysee-hd','Players guide Mudokon champion Abe, and his aquatic Gabbit partner Munch, in Oddworld\'s third adventure, using special psychic powers, cool power-ups, and other special abilities to deliver payback as they reclaim the last gabbit eggs on Oddworld, which have been packaged in a can of gabbiar.',0,1,0,0,0),(51330,'Geoff Crammond\'s Grand Prix 4','geoff-crammonds-grand-prix-4','Grand Prix 4, commonly known as GP4 was released for the PC on June 21, 2002, is currently the last Formula One racing simulator released by the developer Geoff Crammond and the MicroProse label. Based on the 2001 Formula One season, GP4 essentially serves as a graphical and seasonal update of Grand Prix 3 which had been released in 2000 the game retained the series\' legendary physics engine. However it entered the market at a far less hospitable time than its three predecessors, and the game faced stiff competition from an alternative Formula One simulation from studios such as ISI. \n \nThe game was planned for release on Xbox and GameCube consoles, but was later cancelled for unknown reasons.',0,1,0,0,0),(68674,'World Golf','world-golf','',0,1,0,0,0),(68676,'WarMages','warmages','The game tells about the adventures of the magician and his team.',0,1.25,0,0,0),(42679,'Ys: Memories of Celceta Silver Anniversary Edition','ys-memories-of-celceta-silver-anniversary-edition','Ys: Memories of Celceta has players revisit the land and characters of the Japanese cult favorite Ys IV. This re-envisioning of the fourth installment in the Ys series takes a new approach, changing and framing the story of Ys IV within an all-new tale of conspiracy, deception and mystery. \n \nSilver Anniversary Edition includes a 3-Disc Soundtrack CD, Cloth Map Of Velceta, Branded Compass, Strategy & Art Book and collectors edition box.',0,1.25,0,0,0),(68680,'VFR Real Scenery: South East England','vfr-real-scenery-south-east-england','',0,1,0,0,0),(42685,'Sorcery Saga: Hot and Spicy, Everything Nicey Limited Edition','sorcery-saga-hot-and-spicy-everything-nicey-limited-edition','',0,1.25,0,0,0),(51355,'CrossFire Europe','crossfire-europe','',0,1,0,0,0),(51356,'Shattered Suns','shattered-suns','One brave captain defies an empire as billions hunger for liberty. As hope is awakened, so too is wrath. In the fact of imperial power, some will fight, many will surrender, and a few will betray all.',0,1,0,0,0),(51357,'Zoombinis: Logical Journey','zoombinis-logical-journey','Zoombinis Logical Journey is an Action game, published by Broderbund, which was released in 2001.',0,1,0,0,0),(51358,'F.E.A.R. Gold Edition','fear-gold-edition','F.E.A.R.: First Encounter Assault Recon -- Gold features the Director\'s Edition of F.E.A.R. as well as the expansion pack, F.E.A.R. Extraction Point.',0,1,0,0,0),(51359,'Survivor: Ultimate Edition','survivor-ultimate-edition','Survivor Ultimate mirrors the hit TV sensation in every possible way. Face off against contestants from four Survivor seasons: Pulau Tiga, Australian Outback, Africa and Marquesas. Compete in Reward and Immunity challenges, form alliances, attend Tribal Council and vote fellow team members off the island. Find out if you have what it takes to become the ultimate Survivor!',0,1.25,0,0,0),(51390,'duplicate The Legend of Kyrandia: Hand of Fate','duplicate-the-legend-of-kyrandia-hand-of-fate','In the first part of this trilogy, Brandon, soon to be a king and only heir to the throne, determined to stop the evil jester Malcolm. Now, Kyrandia is disappearing. The high council found the cure for that - the anchor from the center of the world. When the young sorceress Zanthia comes to that anchor, she realizes it is not the answer. Her friend Marco is in possession of a giant hand, and it looks like that hand is responsible for the sabotage. Now, Zanthia must save Kyrandia before everything else vanishes without a trace. \n \nHand of Fate is the second installment in the Kyrandia series. The gameplay is similar to that of the previous game. Interaction is possible only with highlighted objects on the screen, and is reduced to a single cursor, without the distinction of separate commands. There are also no branching dialogues. Many of the puzzles involve picking up ingredients and concocting magic spells out of them.',0,1,0,0,0),(51391,'Gateway II: Homeworld','gateway-ii-homeworld','The sequel to the original Gateway game, this is also a text based (but graphically enhanced) text game, in which you will explore hazardous situations and new worlds, and ultimately find out the fate of the mystic Heechee race.',0,1.25,0,0,0),(51392,'Crystal Caves Volume 3: Milo Versus the Supernova','crystal-caves-volume-3-milo-versus-the-supernova','Mylo Steamwitz, an enterprising space trader, has set out to the perilous mines of the Altairian system. He hopes to collect enough crystals to start a profitable twibble farm. \n \nCrystal Caves is a side-scrolling platform game, where the objective is to finish all 16 levels, collecting every single crystal within. On his way, Mylo is threatened by numerous monsters, such as bats, robots, mine carts or dinosaurs; there are also a lot of hazards such as stalactites and stalagmites, pipes which leak harmful water or poisonous mushrooms which kill instantly. Mylo has three health points, and if he is harmed enough times to deplete them all, he dies (but thankfully he has unlimited lives). To defend himself, Mylo has a missile pistol, which is able to take out most enemies, but not all. Many levels require the player to act fast and plan beforehand, as it\'s easy to get Mylo stuck in an impossible-to-win situation - if this happens, the level must be restarted. \n \nApart from the crystals, the levels contain a lot of items to collect: ammunition for the pistol, bonus items such as pickaxes or purple mushrooms that give score, and eggs which turn into letters when shot - collecting all 5 letters (B, O, N, U, S) on a level gives a lot of points, but it\'s not always easy to get them! It\'s also possible to find a power-up that reverses gravity when picked up, another one which gives your pistol the power to kill every enemy, a stop sign which freezes all enemies and makes them harmless and a red mushroom which allows you to kill enemies by running into them. These power-ups last only for a limited time though, so be careful, as they are always instrumental to victory!',0,1,0,0,0),(51393,'Crystal Caves Volume 2: Slugging it Out','crystal-caves-volume-2-slugging-it-out','Mylo Steamwitz, an enterprising space trader, has set out to the perilous mines of the Altairian system. He hopes to collect enough crystals to start a profitable twibble farm. \n \nCrystal Caves is a side-scrolling platform game, where the objective is to finish all 16 levels, collecting every single crystal within. On his way, Mylo is threatened by numerous monsters, such as bats, robots, mine carts or dinosaurs; there are also a lot of hazards such as stalactites and stalagmites, pipes which leak harmful water or poisonous mushrooms which kill instantly. Mylo has three health points, and if he is harmed enough times to deplete them all, he dies (but thankfully he has unlimited lives). To defend himself, Mylo has a missile pistol, which is able to take out most enemies, but not all. Many levels require the player to act fast and plan beforehand, as it\'s easy to get Mylo stuck in an impossible-to-win situation - if this happens, the level must be restarted. \n \nApart from the crystals, the levels contain a lot of items to collect: ammunition for the pistol, bonus items such as pickaxes or purple mushrooms that give score, and eggs which turn into letters when shot - collecting all 5 letters (B, O, N, U, S) on a level gives a lot of points, but it\'s not always easy to get them! It\'s also possible to find a power-up that reverses gravity when picked up, another one which gives your pistol the power to kill every enemy, a stop sign which freezes all enemies and makes them harmless and a red mushroom which allows you to kill enemies by running into them. These power-ups last only for a limited time though, so be careful, as they are always instrumental to victory!',0,1,0,0,0),(51394,'Crystal Caves Volume 1: Troubles with Twibbles','crystal-caves-volume-1-troubles-with-twibbles','Mylo Steamwitz, an enterprising space trader, has set out to the perilous mines of the Altairian system. He hopes to collect enough crystals to start a profitable twibble farm. \n \nCrystal Caves is a side-scrolling platform game, where the objective is to finish all 16 levels, collecting every single crystal within. On his way, Mylo is threatened by numerous monsters, such as bats, robots, mine carts or dinosaurs; there are also a lot of hazards such as stalactites and stalagmites, pipes which leak harmful water or poisonous mushrooms which kill instantly. Mylo has three health points, and if he is harmed enough times to deplete them all, he dies (but thankfully he has unlimited lives). To defend himself, Mylo has a missile pistol, which is able to take out most enemies, but not all. Many levels require the player to act fast and plan beforehand, as it\'s easy to get Mylo stuck in an impossible-to-win situation - if this happens, the level must be restarted. \n \nApart from the crystals, the levels contain a lot of items to collect: ammunition for the pistol, bonus items such as pickaxes or purple mushrooms that give score, and eggs which turn into letters when shot - collecting all 5 letters (B, O, N, U, S) on a level gives a lot of points, but it\'s not always easy to get them! It\'s also possible to find a power-up that reverses gravity when picked up, another one which gives your pistol the power to kill every enemy, a stop sign which freezes all enemies and makes them harmless and a red mushroom which allows you to kill enemies by running into them. These power-ups last only for a limited time though, so be careful, as they are always instrumental to victory!',0,1,0,0,0),(51398,'Etch a Sketch','etch-a-sketch','The classic drawing toy es to life!Product InformationThe timeless drawing toy Etch A Sketch es out of the classic red box andes alive on your puter screen! Grizelda the witch has shaken things up inthe Land of Aha and Knobby needs your help. Experience the World’s FavoriteDrawing Toy as you use your mouse to sketch unique masterpieces and help Knobbyon his quest in adventure mode.Product Features Conquer Knobby’s Quest and draw your way through the Land of Aha! Print or Send and share your pictures from Color Etch and Classic Etch with family and friends! Spring through Knobby’s Bounce and its three fun arcade game play modes! 78 levels of etching fun Minimum Requirements Windows XP Vista Pentium II 600 MHz processor 256 MB of RAM 104 MB free Hard Drive space DirectX 7.0 or higher DirectX patible 16 or 32 bit Video Card with 64 MB VRAM Direct Sound patible Sound Card CD-ROM drive',0,1,0,0,0),(51399,'Can You See What I See?: Curfuffles Collectibles','can-you-see-what-i-see-curfuffles-collectibles','In Can You See What I See??, we meet poor Clyde Curfuffle, proprietor of Curfuffle`s Collectibles. He`s suffered a fire, a flood, and a nasty fall that`s put him in the hospital. The string of bad luck events just won`t stop, and he needs your help to save his collectibles shop! One of his favorite collectibles may sell for a lot of money, but you have to find out which one! Seymour will help you fill orders, find rare items and solve the secret code to unravel the mystery.',0,1,0,0,0),(51403,'Nancy Drew Triple Threat','nancy-drew-triple-threat','Play as Nancy Drew and solve the case / A challenging and exciting adventure / ESRB Rating E Everyone Roll the Dice in an Intricate Mini-Game Earn and Spend Euros on Trinkets and Souvenirs at the Castle Store Delve into German Culture Discover Captivating Facts and Local Lore. \n \nIncludes games 4, 5, & 6.',0,1,0,0,0),(51404,'Women\'s Murder Club - Death in Scarlet','womens-murder-club-death-in-scarlet','A morning jog presents a chilling find... and a new wave of fear descends upon San Francisco. In this dramatic new interactive seek-and-find adventure based on author James Patterson\'s best-selling novels, you become the detective, medical examiner and journalist as you seek to stop a killer and expose the truth. Featuring nine investigations, brain-bending puzzles, strikingly beautiful artwork and a spine tingling, all-new storyline, Women\'s Murder Club: Death in Scarlet will have you racing to the finish to discover the killer.',0,1,0,0,0),(68743,'Mr. Jumpington 4','mr-jumpington-4','',0,1,0,0,0),(68745,'Pass The Time','pass-the-time','',0,1,0,0,0),(68746,'Pass The Time 2','pass-the-time-2','',0,1,0,0,0),(68747,'Val d\'Isère Skiing and Snowboarding','val-disere-skiing-and-snowboarding','',0,1,0,0,0),(68749,'Good Eggzample','good-eggzample','',0,1,0,0,0),(68751,'Great Eggzample','great-eggzample','',0,1,0,0,0),(68756,'Machinegun Geometry','machinegun-geometry','',0,1,0,0,0),(68757,'Machinegun Geometry: The Right Angle','machinegun-geometry-the-right-angle','',0,1,0,0,0),(51415,'Fidget Spinner Simulator','fidget-spinner-simulator','Whirl the fidget spinner, ride the hoverboard, enjoy the scenery. The whole trend theme of 2017 is in this game!',0,1.25,0,0,0),(51433,'Strike Vector EX Open Beta','strike-vector-ex-open-beta','Strike Vector EX is a competitive first-person aerial-combat game that satisfies every gamer’s dream of waging dizzying dogfights with super-powered aircraft. Bursting with mech-inspired ships, Ragequit’s game brings a story-based single-player campaign to consoles complete with characters, cutscenes and deadly AI.',0,1.25,0,0,0),(51437,'The Silver 2425','the-silver-2425','A bundle for the PlayStation 4 containing the remasters of The Silver Case and it\'s sequel The 25th Ward.',0,1.25,0,1405,845),(68803,'Sum Sketch','sum-sketch','',0,1,0,0,0),(68806,'HexaPlunge','hexaplunge','',0,1,0,0,0),(68808,'HexaPlunge 2','hexaplunge-2','',0,1,0,0,0),(51459,'Gintama: Silver Ball Quest - Gin Changed Jobs and Saved the World','gintama-silver-ball-quest-gin-changed-jobs-and-saved-the-world','',0,1.25,0,1215,1215),(51463,'Gintama Kabuki District Great Action Movie','gintama-kabuki-district-great-action-movie','',0,1.75,0,248,248),(42729,'Ninja Gaiden Trilogy','ninja-gaiden-trilogy','Here it is! The complete NINJA GAIDEN TRILOGY you asked for. Enjoy the 3 classic Nintendo Ninja Gaiden games on one Super NES Game Pak. \nFollow Ryu\'s adventures as he fights the ancient forces of darkness with his Ninjutsu powers. Use strategy, cunning and deception to acquire the special ninja weapons needed to be successful in this epic quest. \n \nThe Ninja Gaiden series tells it\'s story through Tecmo\'s unique cinema screen animation. This one is not to be missed!',0,1.25,0,0,0),(68862,'RemOOve 2','remoove-2','',0,1,0,0,0),(68875,'8bit Invasion','8bit-invasion','One of the oldest games back to Steam, kill all the Martians you meet, alone or with a friend with you',0,1,0,0,0),(2198,'Zone Raiders','zone-raiders','',0,1.25,0,141,661),(41690,'Exterlien','exterlien','The plot of Exterlien is very simple: a beauty contest is held in an amusement park. Suddenly, monsters invade the park in an attempt to kidnap the girls. The protagonist, a young man named Masato, decides to venture into the dangerous zone and rescue the beauties. \n \nExterlien has turn-based battles against monsters, but it cannot be qualified as an RPG due to the extreme simplicity of the combat. The player should simply figure out which attack damages the monster most. There are no experience points, physical exploration, money, equipment, or any other essential RPG elements. The core gameplay is that of a Japanese menu-driven adventure: choose which location to go to, select the best attacks against a monster, be rewarded with erotic (very \"softcore\") images of the rescued girls.',0,1.25,0,0,0),(65647,'Boku no Camp Jō','boku-no-camp-jo','',0,1.25,0,0,0),(65648,'Kinnikuman Muscle Grand Prix 2','kinnikuman-muscle-grand-prix-2','',0,1.25,0,0,0),(65664,'Hello Kitty to Issho: Block Crash V','hello-kitty-to-issho-block-crash-v','',0,1.25,0,0,0),(65675,'Shin Sangoku Musou VS','shin-sangoku-musou-vs','',0,1.25,0,0,0),(65700,'Onechanbara Z: Kagura','onechanbara-z-kagura','',0,1.25,0,0,0),(65702,'Umineko no Naku Koro ni: Portable 1','umineko-no-naku-koro-ni-portable-1','',0,1.25,0,0,0),(65704,'Umineko no Naku Koro ni: Portable 2','umineko-no-naku-koro-ni-portable-2','',0,1.25,0,0,0),(65714,'Canvas 2 ~Akane Iro no Palette~','canvas-2-akane-iro-no-palette','',0,1.25,0,0,0),(65743,'Faith of the Guardians','faith-of-the-guardians','',0,1.25,0,0,0),(65754,'Umineko no Naku Koro ni: Majo to Suiri no Rinbukyoku','umineko-no-naku-koro-ni-majo-to-suiri-no-rinbukyoku','',0,1.25,0,0,0),(65792,'GooHuebelets','goohuebelets','GooHuebelets is a puzzle game based on colors and movements. The goal is to bring all the cubes to certain points or goals. Do it faster to make it look more impressive.',0,1.25,0,0,0),(65793,'Mr. Jumpington 3','mr-jumpington-3','This is a game of adventures and big jumps! Jump along all the platforms to complete the entire challenge, but be careful not to jump to conclusions. Get it?',0,1.25,0,0,0),(65800,'Brick Breaker Ultimate','brick-breaker-ultimate','Brick Breaker Ultimate is a \"Brick Breaker\" type game where you aim to make the best score. To do this, simply break the bricks with your balls that you can recover during your game.',0,1.25,0,0,0),(65808,'Helium Skies','helium-skies','Imagine a place where you can do nothing but float around. Imagine flying in that space, going higher and lower, left and right and fly wherever you want to fly.',0,1.25,0,0,0),(65827,'Bronze Age','bronze-age','Two small classics from Clarus Victoria published in 2013, Stone Age and Bronze Age, are now available on Steam! Manage an ancient tribe in the African Savannah, build the first city in the Fertile Crescent, guide your people across prehistory and lead them to Victory!',0,15.5,0,11268,11268),(65843,'Dramatic Dungeon: Sakura Taisen - Kimi Arugatame','dramatic-dungeon-sakura-taisen-kimi-arugatame','',0,1.25,0,0,0),(65865,'Armageddon Man','armageddon-man','',0,1.25,0,0,0),(65883,'Pop Idol: Official Video Game','pop-idol-official-video-game','',0,1.25,0,0,0),(65893,'Ougon Musoukyoku X','ougon-musoukyoku-x','',0,1.25,0,0,0),(65897,'Super Sentai Battle Ranger Cross','super-sentai-battle-ranger-cross','',0,1.25,0,0,0),(65902,'Rebuild of Evangelion Sound Impact','rebuild-of-evangelion-sound-impact','',0,1.25,0,0,0),(65904,'Umineko no Naku Koro ni Chiru Episode 8: Twilight of the golden witch','umineko-no-naku-koro-ni-chiru-episode-8-twilight-of-the-golden-witch','',0,1.25,0,0,0),(65905,'Ore no Shikabane o Koete Yuke','ore-no-shikabane-o-koete-yuke','',0,1.25,0,0,0),(65930,'The Party Zone','the-party-zone','',0,1.25,0,0,0),(65931,'Space Station','space-station','',0,1.25,0,0,0),(65932,'Airborne Avenger','airborne-avenger','',0,1.25,0,0,0),(65937,'Black Jack: Hi no Tori Hen','black-jack-hi-no-tori-hen','',0,1.25,0,0,0),(65994,'Chuugaku Hisshuu Ei Bunpou: Chuugaku 1 Nensei You','chuugaku-hisshuu-ei-bunpou-chuugaku-1-nensei-you','',0,1.25,0,0,0),(65998,'Kinnikuman: Muscle Generations','kinnikuman-muscle-generations','',0,1.25,0,0,0),(65999,'Kinnikuman Muscle Grand Prix Max 2: Tokumori','kinnikuman-muscle-grand-prix-max-2-tokumori','',0,1.25,0,0,0),(66007,'Oddworld: Hand of Odd','oddworld-hand-of-odd','',0,1.25,0,0,0),(66009,'The Fancy Pants Adventures: World 2','the-fancy-pants-adventures-world-2','',0,1.25,0,0,0),(66010,'The Fancy Pants Adventures: World 1','the-fancy-pants-adventures-world-1','',0,1.25,0,0,0),(66016,'Doctor Who: Shadows of the Vashta Nerada','doctor-who-shadows-of-the-vashta-nerada','',0,1.25,0,0,0),(66017,'Avatar Adventurers Online','avatar-adventurers-online','',0,1.25,0,0,0),(66018,'AFL Premiership Coach 2011','afl-premiership-coach-2011','',0,1.25,0,0,0),(66019,'AFL Premiership Coach 2010','afl-premiership-coach-2010','',0,1.25,0,0,0),(66021,'PoPoLoCrois: Tsuki no Okite no Bouken','popolocrois-tsuki-no-okite-no-bouken','',0,1.25,0,0,0),(66024,'Togepi\'s Great Adventure','togepis-great-adventure','',0,1.25,0,0,0),(66026,'Little Wizard','little-wizard','',0,1.25,0,0,0),(66031,'Pokémon Party Mini','pokemon-party-mini','',0,1.25,0,0,0),(66050,'Kaiketsu Yanchamaru 3: Taiketsu! Zouringen','kaiketsu-yanchamaru-3-taiketsu-zouringen','',0,1.25,0,0,0),(66064,'Chou Majin Eiyuuden: Wataru Mazekko Monster','chou-majin-eiyuuden-wataru-mazekko-monster','',0,1.25,0,0,0),(66066,'Adventures in Odyssey! The Sword of the Spirit','adventures-in-odyssey-the-sword-of-the-spirit','',0,1.25,0,0,0),(66067,'Adventures in Odyssey! The Great Escape','adventures-in-odyssey-the-great-escape','',0,1.25,0,0,0),(66068,'Adventures in Odyssey and the Treasure of the Incas','adventures-in-odyssey-and-the-treasure-of-the-incas','',0,1.25,0,0,0),(66080,'Toriko: Gourmet Survival','toriko-gourmet-survival','',0,1.25,0,0,0),(66090,'Everybody\'s Putter Golf with Toro','everybodys-putter-golf-with-toro','',0,1.25,0,0,0),(66091,'Mahjong Taikai IV','mahjong-taikai-iv','',0,1.25,0,0,0),(66093,'Simple 500 Series Vol. 1: The Mahjong','simple-500-series-vol-1-the-mahjong','',0,1.25,0,0,0),(66107,'The Who\'s Tommy: Pinball Wizard','the-whos-tommy-pinball-wizard','',0,1.25,0,0,0),(66115,'Tsuku Monogatari','tsuku-monogatari','',0,1.25,0,0,0),(66126,'Naruto Shippūden: Shinobi Retsuden 3','naruto-shippuden-shinobi-retsuden-3','',0,1.25,0,0,0),(66150,'Genji: Time Suspense Adventure','genji-time-suspense-adventure','',0,1.25,0,0,0),(66176,'Queen\'s Gate: Spiral Chaos','queens-gate-spiral-chaos','',0,1.25,0,0,0),(66177,'Kowloon\'s Gate','kowloons-gate','',0,1.25,0,0,0),(66189,'Carnage Heart Portable','carnage-heart-portable','',0,1.25,0,0,0),(66192,'Ore no Imouto ga Konna ni Kawaii wake ga Nai Portable','ore-no-imouto-ga-konna-ni-kawaii-wake-ga-nai-portable','',0,1.25,0,0,0),(66199,'Lupin III: Lupin Is Dead, Zenigata Is In Love','lupin-iii-lupin-is-dead-zenigata-is-in-love','',0,1.25,0,0,0),(66202,'Lupin Sansei: Columbus no Isan','lupin-sansei-columbus-no-isan','',0,1.25,0,0,0),(66212,'Lupin Sansei: Shijou Saidai no Zunousen','lupin-sansei-shijou-saidai-no-zunousen','',0,1.25,0,0,0),(66216,'The Unsolved','the-unsolved','',0,1.25,0,0,0),(66220,'Heir of Zendor: The Legend and The Land','heir-of-zendor-the-legend-and-the-land','',0,1.25,0,0,0),(66223,'Ore no Yome: Anata Dake no Hanayome','ore-no-yome-anata-dake-no-hanayome','',0,1.25,0,0,0),(66261,'Saigo no Yakusoku no Monogatari','saigo-no-yakusoku-no-monogatari','',0,1.25,0,0,0),(66338,'Math Blaster Mystery: Pre-Algebra','math-blaster-mystery-pre-algebra','',0,1.25,0,0,0),(66454,'Boku no Natsuyasumi 2: Umi no Dai Bouken','boku-no-natsuyasumi-2-umi-no-dai-bouken','',0,1,0,0,0),(41691,'Bee & Flower','bee-and-flower','',0,1.25,0,0,0),(41692,'The MonMon Monster','the-monmon-monster','Monmon Kaibutsu is an Action game, developed and published by Hot-B, which was released in Japan in 1989.',0,1.25,0,0,0),(41693,'King\'s Valley II','kings-valley-ii','There are two editions of this game, one for MSX1 and one for MSX2 with better graphics. The MSX2 version was never released out of Japan. \n \nFar, far into the future, inter-planetary archaeologist Vick XIII, makes a choking discovery. The pyramids on earth are malfunctioning devices of alien origin with enough energy to destroy earth. And it\'s up to Vick to switch off the core functions of El Giza. \nThe game consists of six pyramids each with its own wall engravings and color pattern; every pyramid contains 10 levels. The idea of the game is to collect crystals called soul stones in each level by solving the different puzzles and evading or killing the enemies using the many tools and weapons available to unlock the exit door that will take you to the next level.King\'s Valley II: The Seal of El Giza is an Action game, published by Konami, which was released in Europe in 1988.',0,2.25,0,2878,2878),(41694,'Hi No Tori','hi-no-tori','Phoenix is about reincarnation. Each story generally involves a search for immortality, embodied by the blood of the eponymous bird of fire, which, as drawn by Tezuka, resembles the Fenghuang. The blood is believed to grant eternal life, but immortality in Phoenix is either unobtainable or a terrible curse, whereas Buddhist-style reincarnation is presented as the natural path of life.Hi no Tori is an Action game, developed and published by Konami, which was released in Japan in 1987.',0,1.25,0,0,0),(41695,'Magical Kid Wiz','magical-kid-wiz','Magical Kid Wiz is an Action game, developed by Seibu Kaihatsu and published by SCEI, which was released in Europe in 1986.',0,1.25,0,0,0),(41696,'The Maze Of Galious: Knightmare II','the-maze-of-galious-knightmare-ii','Knightmare 2:Maze of Galious/Majou Densetsu 2:Daimashikyou Galious is a \nJapanese game which was released back in 1987 for MSX. It is a sequel to Knightmare. I\'ve never played Knightmare 1 before. All I know is that it is a shooter type of game in which you play as \nPopolon who tried to rescue his wife Aphrodite from a villain named Hudnos. The \nsequel takes place right after you rescued Aphrodite. Now you play as both \nPopolon and Aphrodite, who will try to to rescue their future baby kidnapped \nby a dark priest named Galious. The gameplay is a mix between action and RPG. \nYou have the side-scrolling actions throughout six worlds and yet at the same \ntime there are some RPG elements included such as having to find certain items \nto complete certain tasks. Maze of Galious stays true to its name with its huge \nand sometimes confusing maze-like worlds to be explored.Majou Densetsu II: Daimashikyou Galious is a Role-Playing game, developed and published by Konami, which was released in Japan in 1987.',0,1.25,0,0,0),(41698,'Pumpkin Adventure','pumpkin-adventure','An adventure game that mixes Monty Python with heavy metal. A great adventure awaits you!!',0,1.25,0,0,0),(41699,'Pumpkin Adventure II','pumpkin-adventure-ii','ln 193 AC, two boys, Steve and Damien, turned into pumpkins! Cause: they spelled ’Helloween’ with an ‘a’! In order to be normal again, they had to find the holy grail. And so they started their quest for the holy grail... In their quest they were accompanied by the Bishop. After this adventure, these three men promised to stay together for the rest of their lives. And together they formed a gang, which they called: ’The Gang’. But what they didn\'t know, was that when they found the holy grail, they accidentally opened one of the seven gates to hell... \n \nIt’s now ten years later, 203 AC. Lucifer, King of devils, wants to dominate the world... And now only the Keeper of the Seven Keys can resque mankind... With the seven keys, he must lock up the seven seas, which are in reality the seven gates to hell! If he succeeds, then Lucifer will be powerless... Only then it\'s possible to destroy him, and prevent him from executing his evil plan! But... Lucifer sent seven demons down to earth... Binah, Kether, Chokmah, Ceburah, Yesod, Malkuth and their leader Hod. Lucifer sent them down to steal the Seven Keys, and they succeeded... \n \nNow Lucifer can ’t be stopped anymore, unless the Keeper of the Seven Keys gets the seven keys back! And so the Keeper placed an advertisement and it was answered by the gang... And so these three men start their secret mission to beat the seven demons and return the seven keys to the keeper, so that he can lock up the seven seas and kill Lucifer...',0,1.25,0,0,0),(41700,'Pumpkin Adventure III','pumpkin-adventure-iii','Los Angeles is under attack by strange creatures. Nobody knows where these creatures are from or who sent them. As a last hope the L.A. government sets up a special police team: S.O.D.O.M. But even S.O.D.O.M. is not able to stop the threat. As a last resort the brilliant professor Steinein uses his time machine to find the most brave people in history. These people are Steve, Damien and the Bishop, who stopped Lucifer from taking over the world in Pumpkin Adventure 2. These three, together with S.O.D.O.M. member Jeff Tates, start their quest to find the source of the creatures and destroy it.',0,1.25,0,0,0),(41701,'Valis: The Fantasm Soldier II','valis-the-fantasm-soldier-ii','Time passes since the events of Valis and Vecanti is set to rule under its next emperor after Rogles. This new emperor, Megas, wishes to stamp out any trace of the former tyrant, to the point of murdering any supporters Rogles might have had. Furthermore, his bloodthirsty tendencies recognize Yūko and the Valis sword as viable threats to his claim of the throne, and he targets his minions to eliminate her first before she has the chance to thwart him.',0,1.25,0,0,0),(41711,'F1 Douchuuki','f1-douchuuki','',0,1.25,0,0,0),(41712,'Parodius: The Octopus Saves the Earth','parodius-the-octopus-saves-the-earth','The first title in the Parodius series, although it is often confused with its sequel Parodius! From Myth to Laughter. The name itself is a portmanteau of \"Gradius\" and \"Parody\" and, eponymously, the game is a parody of the Gradius series of space-based horizontally scrolling shooters. Many of the characters and enemies are derived from that famous shooter series, while other elements are extracted from other Konami titles, such as Antarctic Adventure and TwinBee. This game is of particular note in the series as being heavily infused with Japanese culture and folklore. \nThe gameplay is very similar to the Gradius games, with other aspects from games such as TwinBee. However, the characters are replaced with silly characters taken from either these or other Konami games as well as Japanese culture. The music is mostly taken from classical music pieces. \n \nThe player can play as either Takosuke, an octopus, the Penguin (father of Pentarou) from Antarctic Adventure and the exclusive MSX game Penguin Adventure, Goemon from the Ganbare Goemon series, the Popolon knight from the MSX game Knightmare or the Vic Viper spaceship from Gradius. The game is composed of six stages consisting of various obstacles and enemies such as penguins and bees, as well as more traditional Gradius enemies such as moai. As with Gradius, the game utilizes a similar selection-bar based power-up system.',0,1.25,0,0,0),(41713,'Nekketsu Juudou','nekketsu-juudou','Sport competition of judo',0,1.25,0,0,0),(41716,'Girly Block','girly-block','A supercomputer called \"Omega\" has kidnapped a valious asset. At your hands the most powerful unit to stand a chance to rescue her.',0,1.25,0,0,0),(50557,'Super Chinese Fighter EX','super-chinese-fighter-ex','Super Chinese Fighter EX is a fighting video game for the Game Boy Color released by Culture Brain in 1999. It is part of the Super Chinese series and is the final Fighter game in the series. \n \nUnlike most of the Super Chinese games, Fighter EX is not an action game or role-playing video game. The game features several characters from the Super Chinese series, including the main characters, Jack and Ryu.',0,1.25,0,0,0),(66497,'Garouden Breakblow: Fist or Twist','garouden-breakblow-fist-or-twist','Garouden Breakblow was a 3D fighting game released in Japan for the PlayStation 2 in 2005. It focused on more realistic, mixed martial arts-style fights than most of its contemporaries.',0,1,0,0,0),(50562,'Hello Kitty no Magical Museum','hello-kitty-no-magical-museum','Hello Kitty no Magical Museum is a Puzzle game, developed by Atelier Double and published by Imagineer, which was released in Japan in 1999.',0,1.25,0,0,0),(50564,'Beach Spikers: Virtua Beach Volleyball','beach-spikers-virtua-beach-volleyball','',0,1.25,0,0,0),(41725,'Hinotori: Houou Hen','hinotori-houou-hen','In the Nara period in Japan (720-752 AD), there lived a sculptor named Gaou, descended from the mad scientist Dr. Saruta. At a young age, he lost an arm and eye, and was soon ridiculed by his peers for it. Eventually, it proved to be too much, and Gaou became a thief. In spite of his corrupt lifestyle, however, he was able to settle down with a wife - for a while, at least. It all came crashing to a halt over one little disagreement, as Gaou cussed her out... and then killed her! \n \nFilled with remorse, Gaou chose to repent his wicked deeds, and turned to a Buddhist monk for help. The monk\'s teachings eventually led him to pursue his passion for sculpting, which led to a series of powerful works renowned for the raw emotions pent up inside him that were expressed therein. But it wasn\'t enough - Gaou needed to be completely reborn! Hearing about the mystical phoenix, who grants those who drink its blood eternal life, from a fellow sculptor named Akanemaru, Gaou set out on a journey to find the great bird of fire... and hopefully to be reincarnated... \n \nBased on the \"Hō-ō\" (or \"Karma\" volume) of Osamu Tezuka\'s famous manga Hinotori (or \"Phoenix\"), \"Hinotori\" is a vertically-scrolling shooting game where Gaou\'s goal is to locate the mystical phoenix across 6 stages of labyrinths, enemies and various other obstacles. As the game progresses, Gaou can power up by obtaining phoenix plumes to activate special weapons and other items to help him gain abilities such as invulnerability and special shots. In order to reach the final boss and pay a visit to the phoenix, Gaou must obtain a series of keys scattered across the stages - and must even backtrack to find others. The game is over when all three lives are gone - or when Gaou has reached the phoenix\'s lair.',0,1.25,0,0,0),(41726,'Garyuu Ou','garyuu-ou','Garyuuou is an Action game, developed and published by XAIN, which was released in Japan in 1987.',0,1.25,0,0,0),(66538,'Gabrielle’s Ghostly Groove','gabrielles-ghostly-groove','',0,1,0,0,0),(66544,'Pipo Saru 2001','pipo-saru-2001','',0,1,0,0,0),(50568,'XGIII: Extreme G Racing','xgiii-extreme-g-racing','XGIII: Extreme G Racing is a futuristic racing game. Six teams are competing to win a racing championship, the player taking control of any of the two riders available in each team. The game retains the action elements of the previous titles: as before, opponents will try to sabotage the race, and the player-controlled character is able to answer them with his own arsenal of weapons. \n \nUnlike the previous installments, weapons cannot be picked up on the road: the player has to purchase them with the money earned after a successful race. All weapons now deplete the player\'s weapon bar with each shot. Another change is the absence of the \"nitro\" boosts utilized in the previous entries; they have been replaced with a turbo system, where using the boost drains energy from the player character\'s shields.',0,1.25,0,0,0),(41730,'Knither Special','knither-special','Knither is the sequel to Demon Crystal. The gameplay is similar - collect keys to open locked areas, find the big key and then the exit, only now you also have to collect 3 passwords per world, otherwise you cannot advance to the next world. In addition to the fire ball, there\'s also thunder sword, wave of fire, cracker and spark flash, which kills all enemies on screen. The game features 5 worlds with 10 stages each, plus the last stage where you battle the witch, for a total of 51 stages.',0,1.25,0,0,0),(41732,'Booming Boy','booming-boy','Booming Boy features all the components required that will make you enjoy as a classic Japanese arcade game in the first half of the 80\'s.Place as many bombs as you can, destroy all the obstacles in order to find the hidden power-ups and eliminate your enemies quickly before time runs out. 5 areas consisting of 5 stages with a lot of enemies plus bosses. You will have hours of fun reliving those wonderful moments of amusement arcades.',0,1.25,0,0,0),(41733,'Craze','craze','',0,1.25,0,0,0),(50574,'Hudson Selection Vol. 4: Takahashi Meijin no Bouken Shima','hudson-selection-vol-4-takahashi-meijin-no-bouken-shima','The Takahashi Meijin 3D conversion! After 17 years, a large revival has come for a full renewal! \n \nRunning through the adventure island of all eight worlds, to rescue Tina who has been kidnapped! \n \nNot only has it become 3D, new elements have been added to further power-up the game!',0,1.25,0,0,0),(66602,'Ape Escape Move','ape-escape-move','',0,1,0,0,0),(50578,'NFL Quarterback Club 2002','nfl-quarterback-club-2002','NFL QB Club 2002 is a football video game developed and published by Acclaim Entertainment under their Acclaim Sports banner. It is the final game in Acclaim\'s NFL Quarterback Club series. Some of the game\'s key features are: \n \nNFL Quarterback Challenge mode, featuring four head-to-head events: Speed and Mobility, Accuracy, Long Distance Throw and Read & Recognition. \nUnlock retired players like John Elway, Dan Marino, Steve Young, Jim Kelly and Phil Simms \n31 NFL clubs and over 1500 NFL players. \nPlay-by-play from Kevin Harlan and color commentary from Bill Maas. \nPlayer models feature blinking eyes, jaw motions, facial expressions and removable helmets. \nPlayer injuries, penalties and weather conditions affect season play and individual player performance. \n5 modes of play: Season, Exhibition, Challenge Mode, Playoffs, and Pro Bowl',0,1.25,0,0,0),(50579,'Froggers Adventures: The Rescue','froggers-adventures-the-rescue','Frogger\'s Adventures: The Rescue, known in Japan as Frogger Rescue (フロッガーレスキュー Furoggā Resukyū?), is an action-adventure video game released in 2003 by Konami HWI. It is based on the original 1981 Frogger arcade game, and contains similar hop-and-dodge style gameplay.',0,1.25,0,0,0),(50583,'Mystic Heroes','mystic-heroes','Mystic Heroes is a fighting action game, similar to Koei\'s Dynasty Warriors. Players can perform melee attacks and element spells, which become more powerful with continuous use. The game has eight stages. \n \nThere are four playable characters, and four unlockable characters in the PS2 version, for a total of eight. The game features a single-player story mode and three additional single-player modes, as well as co-op and versus multiplayer.',0,1.25,0,0,0),(50584,'Zoids: Full Metal Crash','zoids-full-metal-crash','Zoids: Full Metal Crash is an Action game, developed and published by Tomy Corporation, which was released in Japan in 2005.',0,1.25,0,0,0),(41757,'Comando Quatro','comando-quatro','',0,1.25,0,0,0),(41758,'Castle Excellent','castle-excellent','The puzzle and platform game Castle Excellent is a sequel to The Castle. In Castle Excellent you control a prince that has to save the princess again. \n \nTo find your princess you have to explore the castle, which has 100 different rooms. Each room is a puzzle on its own as you have to avoid enemy knights, fat Tiroler men, hazardous objects and have to use objects to get to the next door. In each room you have to collect keys and items like rings and gold bars. The keys may have different colors and only opens doors with the corresponding key color. \n \nThe main difference with the original The Castle game is that the castle rooms are completely redesigned and contain many new challenges. The game play has not changed.',0,1.25,0,0,0),(50592,'Girls Life: Sleepover Party','girls-life-sleepover-party','Invite your friends to the coolest sleepover party ever with Sleepover Party on Wii! Sleepover Party is the interactive video game that lets you plan and host fun-filled overnight parties with your best friends. With the help of your virtual hostess Aimee, you can plan your party, choose your party theme, build your guest list, create shopping lists, and more. Then have a blast at your very own sleepover party as you play a variety of fun games and activities.',0,1.25,0,0,0),(50594,'Busy Scissors','busy-scissors','Busy Scissors is the first hair cutting and styling game of its kind for the Nintendo Wii and DS. Aspiring stylists of all ages, are you ready to train with Bizzy at the Busy Scissors salon? Put your best hair forward and see if you can make the cut! Are You Ready To Get Busy? Get ready to color, shampoo, cut, blow dry, and style hair with the Wii remote. Players earn reputation and advance their career in a Hollywood based salon by meeting the demands of their glamorous and eccentric clientele, from celebrities to high-end fashion designers and world famous rock stars! The game progresses as they help unlock each client\'s inner potential by finding their unique outward style. The game features over 30 hairstyles, 20 mini-games and 6 career levels, which provide a dynamic combination of realistic gameplay, humor, and entertainment. Manifest Oranj, the game\'s developer, spent months working with industry experts to emulate the real hair styles used in the game. Each salon technique was demonstrated and filmed by the team, before it was re-created in 3D and designed as a mini-game.',0,1.25,0,0,0),(50601,'Vacation Isle Beach Party','vacation-isle-beach-party','',0,1.25,0,0,0),(50602,'Sing 4: The Hits Edition','sing-4-the-hits-edition','',0,1.25,0,0,0),(50603,'Maximum Racing: Super Truck Racer','maximum-racing-super-truck-racer','Get behind two tons of massive machinery! Put your racing skills to the ultimate test as you get behind awesomely powerful super trucks in a battle for the finish!',0,1.25,0,0,0),(66783,'Custom Beat Battle: Draglade 2','custom-beat-battle-draglade-2','',0,1.25,0,0,0),(50612,'Call of Duty: Modern Warfare - Reflex Edition','call-of-duty-modern-warfare-reflex-edition','Modern Warfare - Reflex Edition was ported by Treyarch. The Wii version of Modern Warfare has fewer features than the other console versions. It does not support split-screen multiplayer, and the graphics are not as developed. IGN gave the Wii version of the game, Call of Duty: Modern Warfare - Reflex Edition, a score of 7.0, saying the visuals and pointer controls are not as polished as the Wii version of World at War, though they did mention the customization options and multiplayer are impressive.',0,1.25,0,0,0),(50615,'Monopoly Collection','monopoly-collection','2 games in 1 ! Both the Original Monopoly and Monopoly Streets.',0,1.25,0,0,0),(66821,'Winning Post World 2010','winning-post-world-2010','',0,1.25,0,0,0),(66825,'Spectral Force Legacy','spectral-force-legacy','',0,1.25,0,0,0),(50624,'Dora the Explorer: Dora\'s Big Birthday Adventure','dora-the-explorer-doras-big-birthday-adventure','Ready for a Birthday Adventure? \n \nEveryone is coming for Dora’s big birthday fiesta ...but where is the birthday girl? Dora and Boots are trapped in Wizzle World! They need your help to find the Wishing Crystal and get home. Magically ride on a unicorn, explore the tree troops as Boots, and float over Sea Snake Lake in a giant bubble! Just watch out for La Bruja! Happy Birthday, Dora! ¡Feliz Cumpleanos, Dora!',0,1.25,0,0,0),(50625,'Big Time Rush: Dance Party','big-time-rush-dance-party','Dance the night away! Sing along with the best Big Time Rush Songs! Light up the Dance Floor with James, Logan, Kendall, and Carlos! \n \nBig Time Rush: Dance Party allows players to dance to the beat of their favorite songs by Big Time Rush. Players will follow the boys from the recording studio to Big Time Concerts. The game has all their top hits, including the new song \"Windows Down\"! The more accuratley the players follow the moves of the boys on screen, the higher the score!',0,1.25,0,0,0),(50637,'Endless Ocean: Blue World','endless-ocean-blue-world','Endless Ocean 2 builds on the ocean experience first introduced with Endless Ocean. While the last game emphasized relaxation, this one is designed with more adventure in mind. Divers might find themselves escaping from or calming down attacking sharks, exploring shipwrecks or finding treasure. Endless Ocean 2 also has more creatures and improved graphics designed to fully immerse players in an ocean environment that they can freely explore at their own pace.',0,1.25,0,0,0),(50638,'Jump Start Crazy Karts','jump-start-crazy-karts','A high-speed, 4-player racing with thrilling tracks, crazy characters and bizarre obstacles perfect for the whole family to enjoy together!',0,1.25,0,0,0),(66872,'Moe Moe 2-ji Daisenryaku 2 [chu~♪]','moe-moe-2-ji-daisenryaku-2-chu','',0,1,0,0,0),(66882,'Fighting Illusion K-1 Grand Prix Sho','fighting-illusion-k-1-grand-prix-sho','',0,1,0,0,0),(67002,'Suika A.S','suika-as','',0,1,0,0,0),(67009,'Yatterman Wii: Bikkuridokkiri Machine de Mou Race da Koron','yatterman-wii-bikkuridokkiri-machine-de-mou-race-da-koron','',0,1,0,0,0),(67035,'Percy Jackson & the Olympians: The Lightning Thief','percy-jackson-and-the-olympians-the-lightning-thief--1','',0,1,0,0,0),(41834,'Final Fantasy XIII-2 Collector\'s Edition','final-fantasy-xiii-2-collectors-edition','Three years after the events in FINAL FANTASY XIII, Lightning has gone missing, and Snow is nowhere to be found. In a rebuilding world, Serah notices that something is amiss. After a fortuitous encounter with a mysterious man named Noel, the two set off to find Lightning.',0,1.25,0,0,0),(67108,'Lovely Lisa','lovely-lisa','',0,1,0,0,0),(67121,'PostPet DS','postpet-ds','',0,1,0,0,0),(67122,'Disney\'s Stitch Jam','disneys-stitch-jam','',0,1,0,0,0),(41838,'Lightning Returns: Final Fantasy XIII Steelbook Edition','lightning-returns-final-fantasy-xiii-steelbook-edition','As Lightning, it is your mission to save souls so they may be brought to a new world. However, with only thirteen days remaining, not everyone can be saved. Armed with all-new weapons, player customization and battle abilities, you are in a race against time to fully understand your destiny. It all ends here.',0,1.25,0,0,0),(41839,'Final Fantasy XIV: A Realm Reborn Collector\'s Edition','final-fantasy-xiv-a-realm-reborn-collectors-edition','The MMO role-playing game Final Fantasy XIV: A Realm Reborn invites you to explore the world of Eorzea with friends from across the world. Forge friendships, mount up on a chocobo, board an airship with your friends and create your own unique stories within the Final Fantasy Universe. Undertake epic quests and battle with familiar Final Fantasy monsters alone or enlist the help of your friends. Each player will have their own unique abilities and equipment that they have acquired during their adventures. Work together to help forge the fate of Eorzea! \n \nThe life of an adventurer is the pursuit of fortune and the pursuit of fame. It is the devotion of oneself to seeking out danger and glory wherever they might lie. It is an endless quest taken up only by the most intrepid and dauntless of souls. The people of Eorzea come with their myriad pleas and requests to their local Adventurers\' Guild, and here it is that adventurers heed the call, whether it be the slaying of some foul beast plaguing the countryside, or the crafting of fine wares demanding a master\'s touch. \n \nWhat greatness lies in store for you, adventurer? \n- The Collector\'s Edition contains: \n- The Art of Eorzea - A Realm Reimagined \n- The Waning of the Sixth Sun - Bonus Disc \n- The Sounds of Eorzea \n- One Time Password, additional security key \n- 5 Exclusive Artcards \n- Exclusive In-game Items, including: Warrior of Light Helmet, Mini Behemoth Companion, Coeurl Mount, and Behemoth Chocobo Armour',0,1.25,0,0,0),(41841,'World of Final Fantasy Limited Edition','world-of-final-fantasy-limited-edition','Embark on an adventure unlike any before to an all new WORLD OF FINAL FANTASY. With charming, stylized visuals for both the young and the young at heart, players will collect, raise, and battle iconic monsters by stacking them to form adorable yet strategic monster towers. The memorable legends of FINAL FANTASY come to life in this imaginative, colorful world as an epic story ? t for the smallest of heroes unfolds. Two siblings journey to a mysterious land to rediscover their lost memories. In this peculiar place where stacking things on one¡¯s head is perfectly normal, the young monster tamers will encounter new friends and familiar FINAL FANTASY heroes as they learn the truth about their pasts. The WORLD OF FINAL FANTASY Limited Edition features the game, special 24-Page Artbook showing off the stunning WORLD OF FINAL FANTASY creative direction, and extra digital bonus content including: Sephiroth summon - White Chocobo Choco-gallop to Grymoire\'s rescue on this rare, white chocobo. Glow Moogle ¨C Add a little sparkle to your stacks with this shining moogle star. Red Bonnetberry - Put some merry in your tonberry with this cherry-robed mini menace. Japanese VO DLC: play the game with the Japanese voice-overs.',0,1.25,0,0,0),(41842,'Final Fantasy Type-0 HD Collector\'s Edition','final-fantasy-type-0-hd-collectors-edition','The Collector’s Edition of Final Fantasy TYPE-0 HD comes in a collector’s box and includes: \n \n- Golden SteelBook case featuring illustrations by artist Yoshitaka Amano \n- A Soundtrack CD with music selected by the game’s composer, Takeharu Ishimoto \n- A 200 page Finaly Fantasy TYPE-0 manga \n- An 80 PAGE ART BOOK \n- Five life-size replicas of the cards held by Class Zero’s Ace. \n- Final Fantasy XV Episode Duscae demo.',0,1.5,0,0,0),(41843,'Final Fantasy XIII-2 Steelbook','final-fantasy-xiii-2-steelbook','Contents: Final Fantasy XIII-2 Steelbook, Standard edition game, Episode 1 novella, 3 lithograph art cards, Downloadable contents (Fight in Style DLC Pack, 2 alternative costumes).',0,1.25,0,0,0),(67195,'Chucklefish\'s Magic School RPG','chucklefishs-magic-school-rpg','',0,3,0,1418,1418),(67196,'Bust-A-Move Journey','bust-a-move-journey','',0,1.25,0,1440,1440),(67200,'The Dead Heat Breakers','the-dead-heat-breakers','',0,1.5,0,70,70),(41859,'Resident Evil Raccoon City Special Edition','resident-evil-raccoon-city-special-edition','Resident Evil: Operation Raccoon City, known in Japan as Biohazard: Operation Raccoon City (バイオハザード オペレーション・ラクーンシティ Baiohazādo Operēshon Rakūn Shiti?) is a third-person shooter video game for Microsoft Windows, PlayStation 3 and Xbox 360, co-developed by Slant Six Games and Capcom. It was released on March 20, 2012 in North America, March 22, 2012 in Australia, March 23, 2012 in Europe and April 26, 2012 in Japan.[2] \n \nIt is part of the Resident Evil series, being set around the same time as Resident Evil 2 and Resident Evil 3: Nemesis, and featuring the characters from these two games, though it is a non-canon hypothetical scenario.[3] The game follows a group of elite paramilitary mercenaries for the Umbrella Corporation during the zombie outbreak in Raccoon City. \n \nThe game was met with a mixed and often negative critical reception. It was a commercial success, selling more than 2 million units.',0,1.25,0,0,0),(41862,'Resident Evil: Origins Collection','resident-evil-origins-collection','Experience the early days of the outbreak in Resident Evil Origins Collection, a compilation package of two with two Resident Evil origin stories: Resident Evil 0 and Resident Evil HD . Both terrifying games have been brought to new new levels of horror with new HD visuals, improved sound, widescreen support, an optional modernized control system and more.',0,1.25,0,0,0),(41864,'Shin Megami Tensei: Persona 2 Innocent Sin','shin-megami-tensei-persona-2-innocent-sin','Over 12 years in the making, the official localization of Innocent Sin provides patient fans with the other side of the Persona 2 arc, a dark adventure about high school students who find their reality being twisted by rumors, and who must draw on their inner strengths, their Personas, to bring back order. Taking advantage of PSP system\'s 16:9 aspect ratio, higher resolution display, superior audio, and increased horsepower, this remastered version of one of the pinnacles of ATLUS\' flagship Shin Megami Tensei franchise delivers the game in style with a sleek new interface, new sidequests in the Climax Theater, and the player\'s choice of the fully remixed or original soundtrack.',0,1.5,0,0,0),(41866,'Persona 5: Take Your Heart - Premium Edition','persona-5-take-your-heart-premium-edition','Persona 5 “Take Your Heart” Premium Edition contains: Game, SteelBook Collectible Case, Soundtrack CD, 4\" Morgana Plush, 64-page Hardcover Art Book, School Bag & Collectible Outer Box \n \nThe 5th numbered game in the series, created by renowned developers - \n \nA deep and engaging storyline - Each case will take you one step closer to the truth veiled in darkness...What awaits our heroes: glory or ruin? \n \nUnique and interesting dungeons with various tricks and traps await - Overcome various obstacles with graceful Phantom Thief action \n \nA stable of talented voice actors have provided English voice-overs while ATLUS’ celebrated localization team offers an English script that provides a faithful and engaging play experience',0,1.25,0,0,0),(41873,'Persona 4: Dancing All Night Disco Fever Edition','persona-4-dancing-all-night-disco-fever-edition','Persona 4: Dancing All Night \"Disco Fever\" Edition is a North American exclusive set and the ultimate collector\'s edition for Persona fans! Persona 4: Dancing All Night is a story-driven music game of the cult hit RPG Persona 4, developed by ATLUS. Replacing the RPG elements are dance battles that challenge players\' dexterity and accuracy, as they tap out re-mixes of fan-favorite themes and brand new music tracks. The storyline continues from after the events of Persona 4, when the teenage mega-idol, Rise Kujikawa, returns to the city to re-take her show biz career. During that time, a strange video appears on the internet and the unfortunate people who watched it have gone missing! Members of Kanamin Kitchen, Rise\'s junior idol group, have disappeared and it\'s up to the Investigation team to mount a rescue mission - only they discover the same monstrous Shadows from the Midnight Channel. To make matters even worse, their Persona abilities are rendered ineffective, and the Shadows in P4D can only be defeated by dance, so bust out powerful dance moves to save the day! \n \n \nPersona 4: Dancing All Night Disco Fever Edition Includes: \nPersona 4: Dancing All Night Game \nPersona 4: Dancing All Night Vita Pouch \nTwo CDs of Shoji Meguro\'s Music from Persona 4: Dancing All Night \nTeddie Keychain (North American Exclusive) \nExclusive Persona 4 themed PS Vita Skin \n10 Persona 4: Dancing All Night Wallpapers \nTwo Sets of DLC Outfits \nBonus Playable Song - Never More \nCollectible Outer Box',0,1.25,0,0,0),(41874,'Uncharted 4: A Thief\'s End Special Edition','uncharted-4-a-thiefs-end-special-edition','The Special Edition of Uncharted 4: A Thief’s End includes: \n \n- Collector’s SteelBook Case designed by Alexander “That Kid Who Draws” Iaccarino \n- 48 Page Hardcover Mini Art Book by Naughty Dog and Dark Horse \n- Naughty Dog & Pirate Sigil Sticker Sheet \n- Multiplayer Bonuses: \n- Multiplayer Outfit – Heist Drake \n- Naughty Dog Points – Redeem the points to unlock new multiplayer content and character upgrades. \n- Snow Weapon Skin',0,1.25,0,0,0),(41879,'Uncharted 4: A Thief\'s End Libertalia Collector\'s Edition','uncharted-4-a-thiefs-end-libertalia-collectors-edition','Uncharted 4: A Thief\'s End is an upcoming American action-adventure video game published by Sony Computer Entertainment and developed by Naughty Dog exclusively for the PlayStation 4. Initially teased at Spike TV\'s PS4 launch event on November 14, 2013, a full in-engine trailer confirmed the title during Sony\'s E3 2014 press conference on June 9, 2014. The game is set to release in 2015. \n \nSeveral years after the events of Uncharted 3: Drake\'s Deception, Nathan Drake, who retired as a fortune hunter, will embark on a globe-trotting journey in pursuit of a historical conspiracy behind a fabled pirate treasure. Naughty Dog outlined the game\'s plot as \"his greatest adventure yet and will test his physical limits, his resolve, and ultimately what he\'s willing to sacrifice to save the ones he loves\".',0,1.25,0,0,0),(41886,'Battlefield 2142 Deluxe Edition','battlefield-2142-deluxe-edition','A whole new Battlefield. \n \nBattlefield 2142 - In 2006 a climatic catastrophe triggered a new ice age on earth. A hundred years later, everyone gave up on finding a solution to the problem and two superpowers were formed: Europe and on the other side the Pan Asian Coalition - causing an arms race. Now it\'s 2142 and the war for the few resources left has already been going on for a few years, with no end in sight. \n \nArmed with a devastating arsenal of hi-tech weaponry, including assault rifles, cloaking devices and sentry guns, players will also take control of the most lethal vehicles known to man. Massive battle Walkers wage fierce combat on the ground, while futuristic aircraft rule the skies. When taking on this futuristic armor players will need to use their wits and an arsenal of new hi-tech countermeasures like EMP grenades and smart mines to level the playing field. Epic online gameplay for up to 64 players drops gamers on the front lines as part of a formal squad, or behind the scenes in Commander Mode to direct the strategic assaults of their team-mates.',0,1.25,0,0,0),(41887,'Battlefield Hardline Premium','battlefield-hardline-premium','MEMBERS ONLY \nThe streets are never quiet between the cops and criminals. Keep the fantasy going through four expansion packs - and get a two week headstart for each one. Gear up with super features and battlepacks. Personalize yourself and get access to exclusive events. \n \nOwn more, be more and upgrade to a Battlefield Hardline Premium membership. You\'ll be styling and profiling. \n \nThe Perks: \n- Two weeks early access to all four expansion packs \n- Four super features including Masks and Gun Bench \n- 12 Gold Battlepacks \n- Access to Community Test Environment, double XP periods and other Premium-exclusive events \n- New personalization options including gun camos, ammo skins, and more \n- Priority position in server queues',0,1.5,0,0,0),(41889,'Battlefield 3: Limited Edition','battlefield-3-limited-edition','',0,1.25,0,0,0),(41890,'Battlefield: Bad Company 2 Limited Edition','battlefield-bad-company-2-limited-edition','',0,1.25,0,0,0),(41892,'Battlefield: Bad Company 2 Ultimate Edition','battlefield-bad-company-2-ultimate-edition','The game is primarily a squad-level first-person shooter based in a contemporary modern warfare setting. Additionally, the game includes a single-player campaign, where the player re-assumes the role of Preston Marlowe, the protagonist of the original game. The game\'s Frostbite 1.5 engine allows for destructible environments. Multiplayer maps, which allow for five different game modes, contain a wide selection of vehicles, aircraft and emplacements',0,1.25,0,0,0),(41900,'Aftermath Y2K','aftermath-y2k','Inspired by such games as Castlevania and Ninja Gaiden; aftermath is a NES styled action platformer. However in Aftermath you play as a dog. You must run, jump, and dodge your way through 8 levels to recover your beloved owner. All the while also trying to fend off thugs, bandits, henchmen, and mutants. Explore the world left behind the destruction brought on by Y2K.',0,1.25,0,0,0),(41901,'Labyrinth Escape','labyrinth-escape','Labyrinth Escape is very challenging game, where your target is to find out of different labyrinths, avoiding bombs, mines and other scary stuff',0,1.25,0,0,0),(41908,'Travel Riddles: Trip To Greece','travel-riddles-trip-to-greece','Travel to Greece and unlock its secrets, through a series of challenging riddles and puzzles! \nThrough more than 8 episodes and 200 levels, a collection of 96 unique artifacts from the ancient world to the modern day are yours to collect. Make use of power-ups to set the best score!',0,1.5,0,0,0),(67314,'Pop\'n Music Portable','popn-music-portable','',0,1.25,0,0,0),(67430,'Nana: Subete wa Daimaou no Omichibiki!?','nana-subete-wa-daimaou-no-omichibiki','',0,1.25,0,0,0),(67578,'Senko no Ronde DUO','senko-no-ronde-duo','',0,1.25,0,0,0),(67579,'Exorsister','exorsister','',0,1.25,0,0,0),(67617,'Roary the Racing Car','roary-the-racing-car','',0,1.25,0,0,0),(41965,'Redfoot Bluefoot Dancing','redfoot-bluefoot-dancing','VR dancing game using the HTC VIVE™ Trackers worn on the feet. Inspired by Dance Dance Revolution (DDR) and Audioshield. \n \nBest played with TrackStrap™ by Rebuff Reality.',0,1.25,0,0,0),(41966,'Adventure Rage','adventure-rage','Girl, and even an archaeologist, what could be cooler? Stylish, beautiful, kind, but vulnerable.',0,1.25,0,0,0),(67630,'KIRAKIRA','kirakira','',0,1.25,0,0,0),(41974,'7 Pillars','7-pillars','Your choices matter! Will you accept assistance from an old man, no matter how odd the request may seem? Will you kill an enemy or let them live to receive a reward they promised? Will you perform the ulitmate betrayal and hurt the ones closest to you? You decide...',0,1.25,0,0,0),(41981,'Mail Plane','mail-plane','As far as Vectrex games go, the holy grail for many collectors and gamers is the unreleased flight simulator, Mail Plane. This quirky take on the tried and tested genre made use of the obscure light-pen accessory to control the airborne vehicle tasking you with delivering letters. Unfortunately nobody got to experience this unique offering back in the day following the games cancellation. \n \nHaving said that, the moment many of these deprived gamers had been waiting for finally arrived in November - a Mail Plane prototype cartridge surfaced on eBay in Pennsylvania, United States. Selling for a massive $877, one lucky bidder had finally secured the chance to experience this oddity once and for all, however, they had bigger plans for this title. \n \nUnderstanding the demand for this long lost title, AtariAge user Vectrexer - the new owner of this Mail Plane prototype - decided to generously create a ROM image of the game cartridge and release it online for free to the masses. \n \nAs of today we can all finally experience Mail Plane in its original form, although there are a few more issues present. Not only do we need a Vectrex flash cartridge to load the ROM on to, but also the incredibly difficult to source Light Pen accessory.',0,1.25,0,0,0),(41982,'3D Mine Storm','3d-mine-storm','Mine Storm is the built-in game that came with every Vectrex unit. It was also released in a 3-D version that required the use of the Vectrex 3D Imager and as a bug-free replacement cartridge called Mine Storm 2 \n \nGameplay: \nGameplay is similar to the arcade game Asteroids. The player moves around the screen shooting at star-shaped Mines of various sizes and mannerisms. Each screen has many dots, which can potentially turn into Mines; once a Mine is shot, two dots on the screen will turn into medium-sized Mines, which will then turn into two small Mines when shot (note: for the most part; sometimes, perhaps due to a glitch, a medium-sized Mine will just hatch one small Mine). When all dots have been turned into Mines on a screen, the Minelayer will come out, laying additional Mines in it\'s wake until the player destroys it. \n \nMaking contact with any Mine, fireball, or Minelayer will destroy the player\'s ship and the game will end once there are no more reserve ships left (note: on some later versions, colliding with any piece of space dust or alien forces will also destroy the player\'s ship as well [see Trivia section]). Extra ships are earned after every four levels are cleared. The Escape function acts as Hyperspace, which moves the player\'s ship to a random area on the screen in case of emergency.',0,1.25,0,0,0),(41984,'Spike Hoppin\'','spike-hoppin','Clone of the arcade game Q*Bert, where the player must change all triangles on a level to the same brightness in order to advance to the next screen.',0,1.25,0,0,0),(41985,'Omega Chase','omega-chase','',0,1.25,0,0,0),(41986,'Narrow Escape','narrow-escape','The goal in Narrow Escape is to successfully navigate a ship through the narrow, fast-moving passages of the warlord\'s fortress, destroy the defense forces and avoid space debris. The player\'s ship must also be maneuvered through small holes in a series of walls where fuel cells can be picked up to restore the ship\'s constantly decreasing fuel supply. If the player pilots their ship successfully, they will be faced with the warlord\'s own escape ship which must be hit several times to be destroyed, liberating the star system from the warlord\'s tyranny. \n \nEach level becomes more difficult as everything will move faster, fuel will be consumed more quickly, the holes in the walls will become smaller, and more menacing defense forces will appear. \n \nEach level of game play consists of two phases: \n \n1. Passages: During the first phase of each level, the player must maneuver their ship through the narrow, moving passages with the joystick while shooting six of the warlord\'s defense forces with button 4. If any of the six are missed, they will go off-screen and be recycled to give the player another chance, but more fuel will be used. In addition to various defense forces which must be destroyed, there are extra targets that can be shot for additional points. Unlike the regular defense forces, the extra targets are non-threatening in that they will not shoot or crash into the player\'s ship. During this phase, space debris will also be shooting up through the play field. Space debris cannot be shot and can only be avoided by dodging it by moving from side to side. The walls of the narrow passage are also a danger to the player. If the player\'s ship crashes into a wall, a life will be lost. There are gaps between the moving walls which the player can maneuver quickly into and out of so as to avoid approaching enemies or space debris, however as game play becomes faster this will present a higher risk to crashing into oncoming walls. \n \n2. Walls: If the passages are successfully navigated and the the required six defense forces are destroyed, the player will enter the second phase. This is a series of walls with holes. In the first level of the game, there are five successive walls, each with one hole through which the player must maneuver their ship. In the second level of play, there will be six successive walls, in the third level, seven walls, etc. Also the size of the holes will become smaller in each new level. The hole will be in a different location on each wall. After passing through the hole in each wall (but prior to entering the hole in the next wall) there will be a fuel cell which must be passed to pick up. If the fuel cells are missed, the game will continue, but the fuel gauge will be continuously depleting. Note: in early levels of the game, all of the fuel cells will not need to be captured. However as the game progresses and fuel is consumed faster, all of the fuel cells will need to be captured in order to make it through the next level. \n \nAfter successfully completing three levels of play, the player will come face-to-face with the warlord\'s escape ship in open space. The warlord\'s ship must be shot five times to be destroyed during the first encounter, seven times on the next encounter, nine times the next, etc. The warlord\'s ship will shoot torpedoes at the player\'s ship, which can be either avoided or shot at to be destroyed. If the warlord\'s escape ship is destroyed, the player will enter the next level of play and the game will continue.',0,1.25,0,0,0),(41987,'Mine Storm 2','mine-storm-2','Tread lightly! The transport lanes of intergalactic space have been seeded with mines from an alien vessel. Use your mine destroying blaster to blow up the mines before they annihilate you! You may survive the floating mines, but beware of the fireball, magnetic, and treacherous fireball-magnetic mines . . . 13 fields, each one more difficult, await you!',0,1.25,0,0,0),(41988,'Melody Master','melody-master','Melody Master is a fantastic cartridge that, when used in conjunction with your Vectrex light pen, introduces you to the exciting world of music. It allows you to compose your own melodies and even has the capability to play flute and piano harmony with rhythm sections of snare and cymbals. \nYou can create your own electronic musical masterpiece and amaze your friends that this interactive cartridge in a quarter century old gaming system allowed you to compose it. \nThere is also a tutorial program for those of us who are not musically inclined. The \"Songman\" teaches you to recognize notes and identify other concepts of musical notation. It is a true interactive educational and creative experience. \nIn my opinion, the feel of this cartridge rates 9-10, controls 7-10, and overall 8-10. It is a fun software title to sink hours of creative fun into on your Vectrex.',0,1.25,0,0,0),(41989,'Moon Lander','moon-lander','Clone of the arcade game Lunar Lander, where the player must land their ship on a series of several moons while dealing with gravity, wind, diminishing fuel and enemy satellites.',0,1.25,0,0,0),(41991,'Blitz! - Action Football','blitz-action-football','Blitz! is a simulation of American football. Each player (which the game supports a simultaneous two player mode) controls one member of their team on offense and defense and the basic objective is to move the ball up the field to reach the opposition end zone. This is done using a series of \"downs\", there being four downs available to move the ball ten yards forward. If a player fails to achieve that then the ball turns over to the opposition offense. The player can also score by opting to attempt to kick the ball between the opponent\'s goal (called a field goal and worth fewer points than a touchdown). \n \nWhen on offense, the player controls the snapping of the ball (which must be done within 30 seconds of the formations being set) and then the quarterback, who can either run with the ball himself, or pass it to a team mate by \"pointing\" the joystick towards that receiving player, which the player will then assume control of to run with the ball. \n \nOn defense, the player controls a single defender who runs faster than any of his teammates and is thus most able to tackle the opposition\'s ball carrier. \n \nPlayers can be penalised and be moved back five yards by either delaying the game (not snapping within 30 seconds), or moving offside (crossing the line of scrimmage when the ball is snapped). \n \nAfter each game, a statistics screen is shown, listing items such as number of first downs and total rushing and passing yards for each team.',0,1.25,0,0,0),(42018,'Sherlock Holmes Consulting Detective Volume II','sherlock-holmes-consulting-detective-volume-ii','',0,1.25,0,0,0),(42021,'Mirai Shounen Conan','mirai-shounen-conan','Straightforward platform game based on famous anime director Hayao Miyazaki’s TV series.',0,1.25,0,0,0),(42022,'Dungeon Explorer II','dungeon-explorer-ii','This CD sequel to Dungeon Explorer plays exactly the same as the first game. You chose your character from a variety of fantasy stereotypes and set forth in a Gauntlet-esque adventure. The CD format allows a greater quantity and variety of levels to compliment the storyline, with new areas and characters becoming open to you as you progress.',0,1.25,0,0,0),(42023,'Yo\' Bro','yo-bro','Ratz attack! Ratz attack! The city of Los Angeles is being invaded! Only Lil Bro\', Camp California\'s rad skateboarding dude, can save it. The evil Ratz gang is unleashing a barrage of killer creatures and devices. Find incredibly cool weapons to fight back. Wipe out their earthquake machines and nasty man-eating plants with rockets and grenades. Fight off wicked space aliens and launch your bonus attacks. It\'ll take everything you\'ve got to send the Ratz packing!',0,1.25,0,0,0),(42024,'Soldier Blade Special: Caravan Stage','soldier-blade-special-caravan-stage','Soldier Blade was part of the 8th Caravan Competition organized by Hudson Soft in 1992. A non-commercial and very limited edition of Soldier Blade exists - Soldier Blade Special Version comes as a single HuCard, and offers a 2 and 5 minutes Time Attack modes. Other Special Versions exist (Gunhed and Final Soldier) but Soldier Blade Special Version is probably the most \"common\" one, although extremely rare. It was also the end of an era - Soldier Blade was technically the last Star Soldier game to be featured in the Hudson Soft Caravan Festival.',0,1.25,0,0,0),(42025,'Gunhed: Taikai','gunhed-taikai','Gunhed was part of the fifth Caravan Festival organized by Hudson Soft in 1989. A non-commercial and very limited edition of Gunhed exists - Gunhed Special Version comes as a single HuCard, and offers a 2 and 5 minutes Time Attack modes.',0,1.25,0,0,0),(42026,'Final Soldier: Special Version','final-soldier-special-version','Final Soldier was part of the Caravan Festival organized by Hudson Soft in 1991 and a limited edition of the game exists. This Special Version comes as a single HuCard and offers two short Time Attack modes (two and five minutes) in the Caravan Festival tradition.',0,1.25,0,0,0),(42027,'Daisenpuu','daisenpuu','A fighter plane shoot \'em up first released to the Arcade by Taito. Players can call in their squadron for support. \n \nTwin Hawk, known in Japan as Daisenpuu (\"Great Whirlwind\"), is a vertically-scrolling shoot \'em up for the PC Engine. The player takes the role of the lead pilot of a squadron of planes and takes on an army of tanks and boats. They can command their squadron to form ranks, and use them to kamikaze targets on the ground or keep them around for the extra firepower. \n \nThe story of the game involves the fictional nation of Gorongo, which almost fell to a military coup after WWII ended. General Giovanni occupied an island south of the country as a base to start his occupation of Gorongo, and the player is called in to attack his base directly via an aerial attack as the General has no air units. \n \nThe game would be rereleased on the PC Engine CD as the slightly enhanced Daisenpuu Custom which added new stages, enemies and a CD soundtrack.',0,1.25,0,0,0),(42028,'Dai Makai-Mura','dai-makai-mura','The time is yesteryear, when knights scoured the countryside in search of the Holy Grail, defended the honor of fair maidens and fought a never-ending battle against rampant evil forces. Thrown into this mayhem, is the courageous Sir Arthur. A victorious knight with the awesome task of penetrating the Demon\'s Castle to pulverize the Prince of Darkness. Can he do it? It\'s up to you. You\'ll dangerously travel through the Place of Execution, the Village of Decay, the Town of Fire, and the Crystal Forest with an arsenal of weapons at your side. And when you\'re really down on your luck, magic fights might with powerful results. The only problem? You\'ll have to learn how to use it. And avoid it. Because their magic has the power to change you into a helpless duck among other things. But there\'s not much time. Lives depend on you. So brandish your sword and make mincemeat of your foes.',0,1.25,0,0,0),(42030,'Nectaris','nectaris','AKA: Military Madness or ネクタリス. A turn-based military strategy game.',0,1.5,0,0,0),(42031,'Shougi Shoshisha Muyo','shougi-shoshisha-muyo','Japanese chess board game designed for serious players and not suited for beginner.',0,1.25,0,0,0),(42033,'Side Arms Hyperdyne','side-arms-hyperdyne','Forerunner to Forgotten Worlds. The control method allows you use the fire buttons to shoot in opposite directions, defending yourself from attacks from the rear. The power ups are selectable and if you collect an alpha symbol you combine with another ship for a super robot. \n \n-http://www.pcengine.co.uk/HTML_Games/Side_Arms.htm',0,1.25,0,37,37),(42034,'Hisou Kihei Kai Serd','hisou-kihei-kai-serd','A mecha strategy game from Masaya. \n \nHisou Kihei X-Serd (\"Flying Mounted Cavalry X-Serd\") is a strategy game where the majority of the units are mecha, or robot suits. The game was exclusive to the PC Engine and was released soon after another mecha strategy game from Masaya: Gaiflame. \n \nIn each scenario, the Serds - a league of specialized attack mecha - are deployed from their HQ ship Altea. The Serds all have single-letter code-names and different specializations: for example, the G-Serd wields a laser sword for devastating melee attacks and can move quickly, while the B-Serd is capable of long-range mortar attacks but has limited movement. The eponymous X-Serd is the most powerful of the team.',0,1.25,0,0,0),(42036,'GenpeiI Toumaden','genpeii-toumaden','Multi-style game in which you play a Japanese demon warrior with flowing red hair. It is divided into overhead areas, platform areas with small sprites and walk along hack ‘n’ slash bits with much larger characters.',0,1.25,0,0,0),(67689,'NewU Fitness First Personal Trainer','newu-fitness-first-personal-trainer','',0,1,0,0,0),(42039,'Chikudenya Toubee','chikudenya-toubee','A menu-driven adventure game featuring the eponymous ronin-for-hire taking on his most perilous mission yet. \n \nChikudenya Toubei (alternately Toubee, Tobe) is an adventure game originally released on the MSX2 in 1989 and ported to the PC Engine the following year. The player uses a menu of commands to move, pick up items, talk to NPCs and other necessary steps. \n \nReferred to as a \"digital comic\", the game has a number of cutscenes that play out during the more dramatic parts of the game. The game also includes puzzles, including a sequence where the player recreates the face of a victim from memory using a number of facial features like scars and eyebrows.',0,1.25,0,0,0),(42042,'Mesopotamia','mesopotamia','Action game where you play a kind of pink slinky that climbs up walls and shoots from its middle section.',0,1.25,0,0,0),(67734,'Sakura Note','sakura-note','',0,1.25,0,0,0),(67736,'theta','theta','',0,1.25,0,0,0),(67756,'Konami Kids Playground: Dinosaurs Shapes and Colors','konami-kids-playground-dinosaurs-shapes-and-colors','',0,1.25,0,0,0),(42050,'Lady Sword: Ryakudatsusareta 10-nin no Otome','lady-sword-ryakudatsusareta-10-nin-no-otome','An unlicensed eroge dungeon-crawler RPG developed by Games Express for the PC Engine in 1992. \n \nLady Sword is an RPG of the Wizardry/Eye of the Beholder/Etrian Odyssey mold. An unnamed swordsman delves deep into a cursed labyrinth in order to rescue a group of abducted women from their monstrous captors. Throughout the early stages, the player character randomly bumps into other NPCs who dole out advice and tips. Upon successfully clearing each floor, the player is presented with a nude image of the rescued women; this is the extent of the eroge element. \n \nThe game was developed by Games Express, a sobriquet for Hacker International: a company which primarily developed and published unlicensed games for the PCE and Famicom.',0,1.25,0,0,0),(42051,'Kick Ball','kick-ball','A comedic baseball game in which players kick the incoming ball before running the bases. \n \nKickball is a comedic sports game developed by Dual and published by Masaya exclusively for the Japanese PC Engine. It resembles baseball, complete with a diamond of bases to around, but the \"batting\" player is actually kicking the ball. The rest of the game plays like a normal round of baseball. \n \nIt features seven characters - each of which represents a team of identical athletes - each with their own special pitch/kick move. These characters also include the two protagonists from the Kaizou Choujin Shubibinman series: Tasuke and Kyapiko (or Arnold and Sonia, as they\'re known in Shockman). Each team also has an assigned stadium that fits their theme: the seal team, for instance, have a stadium with an ice-like floor.',0,1.25,0,0,0),(42052,'Kaizou Choujin Shubibinman','kaizou-choujin-shubibinman','A crazy, yet genius professor named \"Doc\" sends two of his brand new and most skilled cyborgs against an army of evil machines that have taken over the city. With the help of their special suits and powerful energy-swords, they fight waves of enemies of increasing strength, as well as bigger and badder bosses until they eventually reach the lair of their furious leader - the evil Dark Skull.',0,1.5,0,10068,4977),(42053,'Hono No Tokuji Dodge Danpei','hono-no-tokuji-dodge-danpei','Dodgeball game with loads of anime style sequences and even an RPG style story mode. Based on the manga of the same name.',0,1.25,0,0,0),(42056,'Bomberman \'93 Special','bomberman-93-special','',0,1.25,0,0,0),(50677,'Battle of Giants: Dinosaurs Strike','battle-of-giants-dinosaurs-strike','Ubisoft\'s fighting series designed for boy gamers aged six to ten comes to the Wii for the first time with more mighty clashes between some of the most powerful and ferocious creatures to ever roam the earth in Battle of Giants: Dinosaurs Strike. Gamers select from a group of 18 different dinosaur breeds, including T-Rex, Velociraptor, and Stegasaurus, and then choose from 12 different colors and patterns. Players use their Wii Remote and Nunchuk to battle opponents in three-round bouts, taking advantage of each dinosaur\'s particular strengths and weaknesses. Those who win are rewarded with bonuses that unlock thorns, bones, and feathers to make their creatures stronger, tougher, and faster. In addition to battling fellow dinosaurs, combatants must also avoid taking damage from cataclysmic events plaguing the forest, desert, and mountain environments. Solo gamers can also take on the ladder-style \"Domination\" mode, while multiplayer fans can join up to three friends for the \"Versus,\" \"Tournament,\" and Tag Team\" modes.',0,1.25,0,0,0),(50678,'Transformers: Ultimate Battle Edition','transformers-ultimate-battle-edition','Transformers: Ultimate Battle Edition bundles together Transformers: Cybertron Adventures and Transformers: Dark of the Moon -- Stealth Force Edition. Set on Cybertron, the home planet of the robots in disguise, Transformers: Cybertron Adventures tells the origin story of both the Autobots and Decepticons. Rather than fighting as giant robots, Transformers: Dark of the Moon has users take control of Autobots and Decepticons in only their vehicle forms for car combat action.',0,1.25,0,0,0),(67917,'Burger in Hyperland','burger-in-hyperland','Everything is #hyped when you are a burger in Hyperland! Pass through every stage, cheat every obstacle not to consume you but to let you pass further into Hyperland.',0,1.25,0,0,0),(67922,'TOREj 3','torej-3','TOREj 3 is a puzzle game where the goal is to build a tower without it collapsing and falling of the platform. Solve all the levels and build all the towers.',0,1.25,0,0,0),(42072,'Be Ball','be-ball','Be Ball is an action/puzzle game in which you have to roll coloured globes around the play area and deposit them on their relevant coloured squares. Once all balls are in place it\'s on to the next level. Easy, right? Well, maybe not, as there is all manner of wildlife out to put paid to your spherical antics, from hedgehogs to monkeys and penguins. Luckily, the balls themselves do have a use - give them a swift kick and they\'ll get rid of any creature barring your way. And if you are persistent, you can even whack down walls. Also, be on the lookout for various items scattered around that aid you in your task, like time-stops, smart bombs etc',0,1.25,0,0,0),(68010,'Penguin no Mondai X: Tenkuu no 7 Senshi','penguin-no-mondai-x-tenkuu-no-7-senshi','',0,1.25,0,0,0),(68011,'Deathsmiles II: Makai no Merry Christmas','deathsmiles-ii-makai-no-merry-christmas','',0,1.25,0,0,0),(68026,'Real Robots Final Attack','real-robots-final-attack','',0,1,0,0,0),(68029,'Otona no Joushikiryoku Training DS','otona-no-joushikiryoku-training-ds','',0,1,0,0,0),(50716,'Yu-Gi-Oh! 5D\'s Duel Transer','yu-gi-oh-5ds-duel-transer','Yu-Gi-Oh! 5D\'s Duel Transfer introduces players to all new characters in the most expansive and biggest trading card game on Wii including more than 4,500 playable cards in game.',0,1.25,0,0,0),(50718,'Monster Truck Mayhem','monster-truck-mayhem','Strap yourself in because it\'s time for some Monster Trucks Mayhem! Enormous tires, incredibly powerful engines, and the shocking excitement of monster truck racing has come exclusively to Wii! Put the beasts to the test as you tear through some of the meanest and most challenging tracks devised, destroying whatever lies in your path and smashing opponents off the road. Roaring, pumping engines! Destructively powerful tires! Stunning off-road experiences! All combine to bring the shocking excitement of Monster Trucks Mayhem home for play',0,1.25,0,0,0),(50720,'Major League Eating','major-league-eating','Based on competitive eating contests held by Major League Eating, the game features eleven competitive eating professionals to compete against including Takeru Kobayashi, Joey Chestnut, Tim Janus, Patrick Bertoletti, Crazy Legs Conti, Sonya Thomas, Rich LeFevre and Juliet Lee, as well as a Kodiak bear.',0,1.25,0,0,0),(1614,'Mortal Kombat: Shaolin Monks','mortal-kombat-shaolin-monks','Mortal Kombat: Shaolin Monks is a standalone game in the Mortal Kombat series. Shaolin Monks was developed by Midway LA (formerly Paradox Development) and published by Midway for the PlayStation 2 and Xbox and was released September 16, 2005 in the United States. A Nintendo Gamecube,PlayStation Portable Versions Were Planned But it Was Cancelled. A Game Boy Advance And Nintendo DS Versions Were Also Cancelled Because they felt the game was not for kids under seventeen years old. In October 2004, the president of Midway, David F. Zucker, called the release of Shaolin Monks the \"first step toward delivering something that Mortal Kombat fans have been calling for: a new game set in the Mortal Kombat universe every year.',61.982,1.25,74,327,2314),(50726,'Tatsunoko vs. Capcom: Cross Generation of Heroes','tatsunoko-vs-capcom-cross-generation-of-heroes','In this game, players engage in combat with a team of 2 characters or with a single giant character and attempt to knock out their opponents. It is the 7th Capcom-designed installment in their Vs. fighting game series, which includes the Marvel vs. Capcom and Capcom vs. SNK series, and the first to be fully rendered in 3D graphics. The game is set in a 2.5D environment; characters fight in a two-dimensional arena, but character models and backgrounds are rendered in three-dimensional graphics. The game is designed around a simplified three-button attack system, which was inspired by the simplistic control schemes commonly used by both the Vs. series and the Wii. \n \nThis is a direct port of the original Arcade game (that use Wii-based hardware) of the same name and was released only in Japan 2 years prior to the international updated version \"Ultimate All-Stars\".',0,1.25,0,0,0),(50727,'Puyo Puyo 7','puyo-puyo-7','This is the 7th game in the main Puyo Puyo series, which is denoted by the 7. A break from the previous Fever series games, the game is set in a world similar to the real world instead of Primp Town. In this game, a new game mode known as Transformation was added as the default mode. Five new characters were introduced, and a few characters from past games in the series were reintroduced, either as playable characters or cameos.',0,1.25,0,9723,395),(1914,'Lost Planet: Colonies','lost-planet-colonies','',0,1.25,70,0,0),(1924,'Police Quest: In Pursuit of the Death Angel','police-quest-in-pursuit-of-the-death-angel','This enhanced remake of Police Quest has been completely re-drawn using 256-color VGA graphics. Instead of the text-based interface of the original version, the remake features icons corresponding to the commands Walk, Look, Touch, and Talk for interaction with the game world. \n \nThe two versions also have some gameplay-related differences. The driving sequences from the original game have been simplified: the player is no longer required to physically navigate the car and input is limited to making the right turns while the car is driven automatically, and occasionally braking at stop signs. The mandatory poker mini-game during the final segment of the game has been made optional. A few puzzles have different solutions, though not all of those are simplified, and in some instances the puzzles have become more complex in the remake. \n \nStory-wise, the game remains the same for the most part, but it also includes re-written and additional dialogue not seen in the earlier version.',0,1.25,0,32,32),(1925,'Police Quest II: The Vengeance','police-quest-ii-the-vengeance','The second game released in the Police Quest franchise. It follows the adventures of Sonny Bonds after his recent promotion to the Homicide squad in the fictional town of Lytton, California in 1988.',0,1.25,0,32,32),(1944,'Zork I','zork-i','Zork is one of the earliest interactive fiction computer games, with roots drawn from the original genre game, Colossal Cave Adventure. The first version of Zork was written in 1977–1979 using the MDL programming language on a DEC PDP-10 computer.',72.1459,2.25,0,368,368),(1964,'Rayman Junior','rayman-junior','',0,1.25,0,104,1070),(42474,'Pink Panther in Pink Goes to Hollywood','pink-panther-in-pink-goes-to-hollywood','The Pink Panther is on his way to Hollywood to audition for an important role. Chased by his nemesis Inspector Clouseau, he flees into the MGM Studios. From the main entrance, you can enter different movie sets with distinct areas such as graveyards, manors or the jungle. Using a side-scrolling view, Pink Panther can jump, duck, run, climb and use a boxing glove to knock out enemies. Additionally, there are special tricks and props such as magic carpets, umbrellas and stairs to reach higher regions. Items such as stoplights, jackhammers, bowling balls, shields and supergloves give an advantage in the battles.',0,1,0,0,0),(37442,'Gunpey EX','gunpey-ex','Gunpey offers a unique puzzle experience. As lines of various angles climb up the screen, the player\'s objective is to flip the lines, located in squares, to connect them over five columns. Connecting lines from left to right remove the connected row. If an incomplete line reaches the top of the screen, the game is over.',0,1.25,0,0,0),(37443,'Gransta Chronicle','gransta-chronicle','Gransta Chronicle is a Role-Playing game, developed by Tom Create and published by Omega Micott, which was released in Japan in 2002.',0,1.25,0,0,0),(37444,'Gensou Maden Saiyuuki Retribution: Hi no Ataru Basho De','gensou-maden-saiyuuki-retribution-hi-no-ataru-basho-de','Gensou Maden Saiyuuki Retribution: Hi no Ataru Basho De is a Role-Playing game, developed by PicPac-Airreal and published by Mubik, which was released in Japan in 2001.',0,1.25,0,0,0),(37445,'Gekitou! Crash Gear Turbo: Gear Champion League','gekitou-crash-gear-turbo-gear-champion-league','Gekitou! Crash Gear Turbo: Gear Champion League is an Action game, developed and published by Bandai, which was released in Japan in 2002.',0,1.25,0,0,0),(37450,'Final Lap Special: GT & Formula Machine','final-lap-special-gt-and-formula-machine','Final Lap Special: GT & Formula Machine is a Racing game, developed by Soft Machine and published by Bandai, which was released in Japan in 2001.',0,1.25,0,0,0),(37451,'Battle Spirit: Digimon Tamers Ver 1.5','battle-spirit-digimon-tamers-ver-1-dot-5','Battle Spirit: Digimon Tamers Ver 1.5 is an Action game, developed by Dimps Corporation and published by Bandai, which was released in Japan in 2002.',0,1.25,0,0,0),(37465,'WonderSwan Handy Sonar','wonderswan-handy-sonar','WonderSwan Handy Sonar is a Sports game, developed and published by Bandai, which was released in Japan in 1999.',0,1.25,0,0,0),(37466,'Wonder Stadium \'99','wonder-stadium-99','Wonder Stadium \'99 is a Sports game, developed by Namco and published by Bandai, which was released in Japan in 1999.',0,1.25,0,0,0),(37467,'Wonder Stadium','wonder-stadium','Wonder Stadium is a Sports game, developed by TOSE and published by Bandai, which was released in Japan in 1999.',0,1.25,0,0,0),(37469,'Vaitz Blade','vaitz-blade','Vaitz Blade is a Role-Playing game, developed by Tom Create and published by Bandai, which was released in Japan in 1999.',0,1.25,0,0,0),(37470,'Umizuri ni Ikou!','umizuri-ni-ikou','Umizuri ni Ikou! is a Sports game, published by Coconuts Japan, which was released in Japan in 1999.',0,1.25,0,0,0),(37471,'Tokyo Majin Gakuen: Fuju Houroku','tokyo-majin-gakuen-fuju-houroku','Tokyo Majin Gakuen is a Role-Playing game, developed by Shout! Designworks and published by Asmik Ace Entertainment, Inc, which was released in Japan in 2000.',0,1.25,0,0,0),(37476,'Tarepanda no Gunpey','tarepanda-no-gunpey','Tarepanda no Gunpey is a Puzzle game, published by Bandai, which was released in Japan in 1999.',0,1.25,0,0,0),(37477,'Tanjou Debut for WonderSwan','tanjou-debut-for-wonderswan','Tanjou Debut for WonderSwan is a Strategy game, developed and published by Bandai Visual, which was released in Japan in 2000.',0,1.25,0,0,0),(37480,'Super Robot Taisen Compact 2 Dai-1-Bu: Chijou Gekidou-hen','super-robot-taisen-compact-2-dai-1-bu-chijou-gekidou-hen','Super Robot Taisen Compact 2 Dai-1-Bu: Chijou Gekidou-hen is a Strategy game, developed by TOSE and published by Bandai, which was released in Japan in 2000.',0,1.25,0,0,0),(37483,'Soccer Yarou!: Challenge The World','soccer-yarou-challenge-the-world','Soccer Yarou! Challenge the World is a Sports game, developed and published by Coconuts Japan, which was released in Japan in 1999.',0,1.25,0,0,0),(37485,'Side Pocket for WonderSwan','side-pocket-for-wonderswan','Side Pocket for WonderSwan is a Sports game, developed and published by Data East, which was released in Japan in 1999.',0,1.25,0,0,0),(17242,'Sea Wolf II','sea-wolf-ii','This game is a colour sequel of Sea Wolf. The Atari 2600-game \"Submarine Commander\" is a loose port of Sea Wolf II, and thus not to be confused with the 8-bit game of the same name.',0,1.25,0,566,0),(37497,'Kosodate Quiz Dokodemo: My Angel','kosodate-quiz-dokodemo-my-angel','Kosodate Quiz Dokodemo: My Angel is a Miscellaneous game, developed by Namco and published by Bandai, which was released in Japan in 1999.',0,1.25,0,0,0),(37498,'KISS Yori... Seaside Serenade','kiss-yori-dot-dot-dot-seaside-serenade','KISS Yori... Seaside Serenade is an Adventure game, developed and published by Kid, which was released in Japan in 1999.',0,1.25,0,0,0),(37499,'Kaze no Klonoa: Moonlight Museum','kaze-no-klonoa-moonlight-museum','Klonoa and his friend Huepow come across a young crying girl who tells them that the moon has been divided into fragments and stolen by a mysterious group of artists that reside in the nearby Moonlight Museum. Determined to help, the duo rush off to the Museum\'s entrance, and once they come inside, they are greeted by a painter named Picoo who traps them inside a piece of artwork. Klonoa and Huepow must fight their way through five worlds within the Museum itself before finding the source of all their troubles and restoring the moon to the sky.',0,1.25,0,0,0),(37500,'Kakutou Ryouri Densetsu Bistro Recipe: Wonder Battle Hen','kakutou-ryouri-densetsu-bistro-recipe-wonder-battle-hen','Bistro Recipe is a Strategy game, developed and published by Banpresto, which was released in Japan in 1999.',0,1.25,0,0,0),(36486,'Haunted Train: Spirits of Charon Collector\'s Edition','haunted-train-spirits-of-charon-collectors-edition','',0,1.5,0,0,0),(36487,'Pencil Story - Free Logic Game','pencil-story-free-logic-game','This is an interesting logic game where you should paint cells on a paper with a pencil to get to the exit. \n \nRules of this conundrum game are pretty simple: \n1) pencil can go across cells which do not have the same color as the pencil; \n2) you can change color of the pencil, to do that you should put it on a cell with a little pencil icon; \n3) no turns are allowed within a single move - pencil can go only along a line. \n \nHave fun solving interesting puzzles and train your brain!',0,1.75,0,0,0),(36493,'Redemption Cemetery: The Island of the Lost Collector\'s Edition','redemption-cemetery-the-island-of-the-lost-collectors-edition','',0,1.25,0,0,0),(37540,'Patriots III BALListic Busters','patriots-iii-ballistic-busters','A one or two player shooter game published and developed by John Dondzila in 1996.',0,1.25,0,0,0),(37544,'Run, Goo, Run','run-goo-run','This is a game that requires speed and punctuality. \n \nYou are in control of a cube or several cubes and your goal is to lead them to their color goals.',0,1.25,0,0,0),(37546,'Fire Emblem: Dream of Five','fire-emblem-dream-of-five','The story follows a young promising Aukeman officer, Renair. Her job is to protect the border from bandits who attack civilians. Whilst doing her job, she finds herself fleeing the country, getting deeper into a plot that threatens the entire continent they live on, Kalias.',0,1.25,0,0,0),(37547,'Flash Koibito-Kun','flash-koibito-kun','Flash Koibito-Kun is a Puzzle game, developed by Koto and published by Koubunsha, which was released in Japan in 2000.',0,1.25,0,0,0),(37549,'Digital Monsters Card Game Ver. WonderSwan Color','digital-monsters-card-game-ver-wonderswan-color','Digital Monsters Card Game Ver. WonderSwan Color is a Strategy game, developed by Tom Create and published by Bandai, which was released in Japan in 2002.',0,1.25,0,0,0),(37550,'Digital Monsters: D Project','digital-monsters-d-project','Digital Monsters: D Project is a Role-Playing game, developed by Sting and published by Bandai, which was released in Japan in 2002.',0,1.25,0,0,0),(37554,'Digimon Anode/Cathode Tamer: Veedramon Version','digimon-anode-slash-cathode-tamer-veedramon-version','Digimon Adventure: Anode Tamer (デジモンアドベンチャー アノードテイマー Dejimon Adobenchā: Anōdo Teimā?) and Digimon Adventure: Cathode Tamer (デジモンアドベンチャー カソードテイマー Dejimon Adobenchā: Kasōdo Teimā?) are two video games for the WonderSwan. Together, they represent the first installment in the Tamer series starring Ryo Akiyama. It is also one of the few Digimon games to be released in English by Bandai Asia with its colorized port for the WonderSwan Color titled Digimon Adventure: Anode Tamer and Cathode Tamer: Veedramon Version.',0,1.25,0,0,0),(37555,'Dark Eyes: BattleGate','dark-eyes-battlegate','Dark Eyes: BattleGate is a Strategy game, developed by NexTech and published by Bandai, which was released in Japan in 2001.',0,1.25,0,0,0),(8460,'Beavis and Butt-head: Wiener Take All','beavis-and-butt-head-wiener-take-all','',0,1.25,0,205,1045),(8462,'Beavis and Butt-head: Calling All Dorks','beavis-and-butt-head-calling-all-dorks','',0,1.25,0,1045,0),(8463,'Beavis and Butt-head: Screen Wreckers','beavis-and-butt-head-screen-wreckers','9 different twisted \"toys\"\nRestore distortions with a single keystroke\nSave, print and e-mail screen distortions\nScrew around whenever you\'re ready. No loading, no waiting',0,1.25,0,1045,0),(8464,'American Dragon: Jake Long: Attack of the Dark Dragon','american-dragon-jake-long-attack-of-the-dark-dragon','',0,1.25,0,789,1021),(8466,'Cosmic Ark','cosmic-ark','The sun of Alpha Ro is fading fast! Soon it will flicker out. The Cosmic Ark races to save creatures from doomed planets in that solar system. Meteor showers bombard the Ark, threatening its Atlantean crew - and planetary defense systems make this mission of mercy doubly treacherous! Time and energy slip away- work fast or these defenceless little beasties will disappear for all time.',0,1.5,0,2522,2522),(35154,'Frogar.io','frogar-dot-io','Frogar.io is a frogtastic online, mobile action, game where you must eat your way to victory. Play against players from all over the world to become the biggest and baddest frog ever! Have you got what it takes to complete daily quests and top the leaderboards?',0,1.25,0,0,12796),(8522,'3D Bomb Alley','3d-bomb-alley','',0,1.25,0,4503,4503),(8523,'3D Dotty','3d-dotty','',0,1,0,4504,4504),(8524,'Abyss','abyss','',0,1.25,75,4505,4505),(8542,'Extreme Paintbrawl 4','extreme-paintbrawl-4','A paintball game.',0,1,0,1488,2000),(8543,'Stalin vs. Martians','stalin-vs-martians','',0,1.5,50,4518,4519),(26243,'Thrusta','thrusta','',0,1.25,0,4075,0),(26245,'Slapshot','slapshot','',0,1.25,0,11506,11691),(26256,'Naki the balls nightmare','naki-the-balls-nightmare','Naki the balls nightmare is a Portuguese indie game developed for mobile devices in which the graphics of the main character were drawn by hand . \nNaki leaves the promise of being an addictive game . More news will be available soon :)',0,1.25,0,0,0),(26268,'Fae Tactics','fae-tactics','Endlessfluff Games is working on a Turn-based Tactics/Strategy RPG. \nThe game is set in the same world as one of their earlier games Legend of Fae, a match 3 RPG style game.',0,25.25,0,2684,2684),(26269,'The Climb: North','the-climb-north','',0,1.25,0,0,0),(26270,'Tom Clancy\'s Ghost Recon: Wildlands - The Peruvian Connection','tom-clancys-ghost-recon-wildlands-the-peruvian-connection','Travel to the high mountains of Bolivia to break the deadly alliance between the Santa Blanca and the Peruvian cartels.',0,1.5,0,0,0),(25940,'Mirrored','mirrored','3D Point-and-click adventure puzzle game wrapped in cinematic 2D cut-scenes. After a concerning message left on Rob\'s answer-phone from his panicked-sounding twin, Nick, he rushes to his brother\'s office to try and find a hidden mask. Not long into the search, things take a very dangerous',0,1.25,0,11597,11597),(25941,'Void And Meddler','void-and-meddler','Fragments and details, rainy nights and blurry lights are all VOID&MEDDLER focuses on. A non-linear cyberpunk adventure where genders and species melt into each other.',0,1.25,0,0,0),(25942,'Trolls and Tribulations','trolls-and-tribulations','',0,1.25,0,10478,11600),(35007,'Kicking King','kicking-king','Hello and welcome to Kicking King! An 8-bit retro-style game that is really simple to play: you just have to touch the screen so the foot kicks the little tiny ball in direction of the goal. EASY! \n \nBUT, don\'t let the goal keeper take it!!1! He is good, really, really good at it. \n \nSo, remember: TOUCH, KICK, SCORE. That\'s it. Be the kicking king of your block. Of your city, country, planet, GALAXY!1!! Muaahaaaha... sorry. \n \nFor each goal you score, you get one beautiful gold coin. As soon as you get 100 coins, you can buy a new ball. Try to collect all the balls! Because it\'s cool. Ok? Ok then. \n \nIs it too simple? Yeah, yeah, ok. More is coming soon. So stay tuned for updates! :D \n \nHAppy Kicking, oh mighty, the Kicking King of the UNIVERSE!!',0,1.25,0,12795,12795),(26091,'Assassin’s Creed IV: Black Flag - Crusader & Florentine Pack','assassins-creed-iv-black-flag-crusader-and-florentine-pack','Sail with Altaïr and Ezio’s colors with 4 customisation items for your ship and 2 new weapons for Edward: Ezio’s Iconic Figurehead, Ezio’s Unique Sails, Ezio’s Swords, Altaïr’s Iconic Figurehead, Altaïr’s Unique Sails, Altaïr’s Sword.',0,1.25,0,0,0),(26094,'Assassin\'s Creed IV: Black Flag - AC4 Multiplayer Characters Pack 2: Guild of Rogues','assassins-creed-iv-black-flag-ac4-multiplayer-characters-pack-2-guild-of-rogues','The chaos ensues as three new fearless adventurers ready themselves for the challenge. Test your skill and wisdom against: The Stowaway, the mischievous, talkative spy The Shaman, the crafty houngan asogwe (high priest) The Mermaid, a Templar navigational expert who gave her heart to the sea. This pack also comes with new customization options, and new moves.',0,1.25,0,0,0),(26095,'Assassin’s Creed IV: Black Flag - Aveline','assassins-creed-iv-black-flag-aveline','Assassin’s Creed 4 Black Flag finds Aveline during a rogue period of self-discovery, unsure of her alliances, but more committed than ever to defending and liberating slaves. Unlock 60 minutes of exclusive gameplay now.',0,1.5,0,0,0),(26098,'Battlefield 4: Premium','battlefield-4-premium','Own more, be more with a Battlefield 4 Premium membership. Premium expands the Battlefield by delivering all five expansions, 12 additional Battlepacks, and tons of weekly content. That’s great value for the content alone, plus the additional benefits of being a member. As a member you get treated to priority position in server queues and can participate in all Premium events. Plus, you get access to the expansion packs two weeks before the general public for that competitive edge. And just to make sure everybody else knows you’re a member, you can create a unique Battlefield experience with Premium-exclusive camos, paints, emblems, dog tags and more to dominate in style. But that’s not all—there are also more perks yet to be announced, so stay tuned.',0,1.25,0,0,0),(26099,'Blast Factor - Multiplayer Pack','blast-factor-multiplayer-pack','Co-Op Mode: Up to four players can share a single co-op score and play as teammates. Try to beat the standard set of levels together and post a co-op high score to the leaderboards. Work together to avoid collisions and knocking into enemies and amplify your moves into larger and more forceful effects.\n\n\nGrudge Match: Allows up to four players to battle against each other in a fight for survival. Players can hit each other with the Repulsor causing their ship to be pushed away by the force just like an enemy.\n\nAccelerated Time: Players can now play the game with up to 150% speed increase. With higher risks come higher rewards. How far can you push your score?',0,1.25,0,0,0),(26100,'Blast Factor - Advanced Research','blast-factor-advanced-research','The Blast Factor™ game must first be purchased and downloaded in order to access the Multiplayer Pack.\n\n\nThe fierce microbial war against deadly viral swarms continues in the Blast Factor™ Advanced Research Add-on Pack. Players immerse themselves in a true High Definition (HD) microscopic world running at 1080p with seven new specimens, 11 new enemies, seven new bosses and seven new high-adrenaline music tracks. The Blast Factor™ Advanced Research Add-on Pack delivers a visually thrilling and fun shooter experience as gamers use a combination of techniques to advance their way through each specimen, blasting waves of enemies every step of the way.',0,1.25,0,0,0),(8244,'X-men vs. Street Fighter','x-men-vs-street-fighter','X-Men vs. Street Fighter is a fighting game originally released as a coin-operated arcade game in 1996. It is Capcom\'s third fighting game to feature Marvel Comics characters and the first game to match them against their own, with characters from Marvel\'s X-Men franchise being matched against the cast from the Street Fighter series. \n \nIt was the first game to blend a tag team style of combat with the Street Fighter gameplay, as well as incorporating elements from Capcom\'s previous Marvel-themed fighting games, X-Men: Children of the Atom and Marvel Super Heroes.',0,1.75,0,37,37),(26164,'A Day and a Night','a-day-and-a-night','Hamza Blade, a warrior with a mysterious past, awakens in a small village. Is he safe from the deeds of his past? Will he find what he sought in this small village? Find out in this short adventure-RPG!',0,1.75,0,0,11655),(8265,'Shox: Rally Reinvented','shox-rally-reinvented','',0,1.25,70,1,276),(8268,'Moto GP: Ultimate racing technology','moto-gp-ultimate-racing-technology','MotoGP puts you behind the handlebars of some of the fastest machines on two wheels. Take control of any of the bikes and riders from the world of Grand Prix Motorcycle racing, and race across 10 real-world tracks in a variety of game modes. In Grand Prix and Training modes, you can develop your own rider\'s attributes and then race to unlock tracks, riders, cheats, and bikes. Show off your speed and style in single-player tournaments or multiplayer races.',0,1.25,90,197,1911),(8271,'ATV Offroad Fury 3','atv-offroad-fury-3','ATV Offroad Fury 3 gives players intense, free-roaming offroad racing! Playable from both first- and third-person perspectives, with all-new modes of play. Race in more than 30 unique environments with six distinct terrain types including snow, dirt, mud, ice, water and grass, as well as compete in eight exciting mini-games!',0,1.5,60,1327,2569),(7257,'Xbox Live Arcade Unplugged: Volume 1','xbox-live-arcade-unplugged-volume-1','Xbox Live Arcade Unplugged Vol. 1 is a retail package of six Xbox Live Arcade games and three demos.\n\nThe disc works by inserting it into the system just like any other game. However, rather than directly launching any of the titles, it brings you to the game menu in the Xbox home where you see extra games that are playable.',0,1.25,68.6667,53,10393),(12861,'T2: The Arcade Game','t2-the-arcade-game','As the title states, this is the home conversion of the arcade rail-shooter based on the film Terminator 2: Judgement Day. Up to two players shoot through future and present levels as robotic killers reprogrammed to serve the human resistance. \n \nBoth players wield a machine gun with infinite ammo that lowers its firing rate (overheats) as it is continuously fired. A secondary weapon (missile launchers in the future, shotguns in the present) has limited ammo but deals heavy damage. Powerups inside the game world include secondary weapon ammo and coolant for the machine guns, and are shot to be collected. \n \nT2: The Arcade Game features seven levels based on specific scenes or general concepts in the film. The first four levels act as a prelude, as the player guns down waves of metal Terminators across a post-apocalyptic Battlefield, a besieged Human Hideout, and through the security checkpoints of the enemy supercomputer SkyNet. After destroying the computer, players travel back in time to protect John and Sarah Connor, while also destroying every scrap of SkyNet research at the headquarters of its manufacturer. From there, players must fend off the indestructible T-1000 until the final showdown in the Steel Mill. \n \nAssets from the movie are used when possible, such as voice clips from Arnold Schwarzenegger, and close-up digital stills of Robert Patrick for the final battle against the T-1000. The Genesis and SNES versions also support lightguns (the Menacer and Super Scope, respectively).',0,1.25,0,566,566),(12863,'Thunder Jaws','thunder-jaws','',0,1.25,0,0,0),(33470,'Smell of Death','smell-of-death','Smell of Death is a Horror FPS virtual reality game includes action and horror items. \nThe game consists of two game modes including Story and Survival.In story mode you can explore the manor with teleport.You should find magazines and keys.',0,1.25,0,0,0),(12886,'All Star Cheer 2','all-star-cheer-2','',0,1,0,0,0),(12926,'Rugby: The World Cup','rugby-the-world-cup','',0,1.25,0,0,0),(12932,'Digger T. Rock: The Legend of the Lost City','digger-t-rock-the-legend-of-the-lost-city','The game centres around the miner Digger T. Rock, as he spelunks various caves and catacombs whilst searching for the mythical Lost City.\n\nThe game was the first game to be developed by the newly re-branded Rare, whereas the first game to be released under the company was Solar Jetman, earlier in 1990. Digger T. Rock is also the first Rare game released for a Nintendo console. \n\nIt was later included in Rare\'s 2015 Xbox One retrospective compilation, Rare Replay.',0,1.25,0,70,771),(12933,'Bandits at Zero','bandits-at-zero','',0,1.25,0,1466,11609),(12935,'Embassy Assault','embassy-assault','',0,1,0,0,0),(12936,'The Bear, the Cat and the Rabbit','the-bear-the-cat-and-the-rabbit','\"The Bear, the Cat and the Rabbit\" is a short adventure with couple \"think outside the box\" puzzles. You control three anthropomorphic animals on a strange quest in abandoned yet hostile environment. All this in semi-isometric, 16-bit retro style.',0,1.5,0,6930,6930),(12944,'Circus','circus--1','Circus was one of the first games produced by Exidy that used a CPU (6502) to control the game logic instead of hand-crafted hard-coded logic circuits. It ran on a black & white monitor with a color overlay that gave each row of balloons at the top of the screen a different color. It was designed and programmed by Edward Valeau and Howell Ivey of Exidy in 1977. \n \nCircus came in an upright dedicated cabinet, and may have also been available in a cocktail configuration as well. Circus machines had white sides with red painted sideart of several balloons in flight. The front of the machine was decorated with a large ornate monitor bezel that also doubled as a marquee (or nameplate). This bezel showed several clowns in a circus scene and had the game title spelled out with multicolored balloons. The control panel was unadorned, save for an analog spinner and a start button. The whole machine was finished off in black T-molding. \n \nAt least 13,000 units, possibly as many as 20,000, were produced.',0,1.25,0,0,0),(12948,'The Cracks of Fire','the-cracks-of-fire','',0,1,0,0,0),(12949,'Death Star','death-star','',0,1.25,0,0,0),(12951,'The Election Game','the-election-game','',0,1,0,0,0),(12956,'Necris Dome','necris-dome','',0,1,0,0,0),(12957,'Nomad of Time','nomad-of-time','',0,1,0,0,0),(12966,'Souls of Darkon','souls-of-darkon','',0,1.25,0,11177,0),(24055,'Peter Panic','peter-panic','A mobile minigame based broadway musical game.',0,1.25,0,0,0),(24056,'Aloadae','aloadae','The Game: \n\nAloadae is a Open World Horror Game based on Cryengine V. Developed by a small team called Bleeding Colors . The game is set in the pacific northwest in Washington state. A thick fog will cover the game world during the whole experience. The view distance is very restricted to give the player the feeling of being isolated in a mysterious environment. \n\n\n\nCore Features: \n\n• Open world landscape which invites for exploring \n• Intense horror gameplay \n• Explore mysterious places which are so scary that you just exit the game \n• Beautiful dynamic weather and day/night cycle \n• Non-linear game play',0,1.25,0,0,10970),(24059,'One on One','one-on-one','Control either Julius Erving or Larry Bird in front of a single basket, in a game of one on one. The user can select to play either to a certain score or for a certain amount of time. When on offense, the player can rotate to keep away from his rival, take a shot from a distance or move in to the basket for special up-close slam-dunks. When on defense, you can try to take your rival\'s ball or jump up to block a shot. Particularly good set-ups get a slow-motion replay. You can even smash the glass on the backboard, which will send an irate janitor onto the court to clean up the mess.',0,1.75,0,1,0),(12988,'Cyrus II Chess','cyrus-ii-chess','',0,1,0,0,0),(12989,'Dan Dare: Pilot of the Future','dan-dare-pilot-of-the-future','One of the most famous comic strip heroes ever comes vividly to life in this superb arcade adventure. \n \nWith your faithful companions you must defeat the Mekon and save the Earth.',0,1.25,0,8108,12658),(12991,'Defend or Die','defend-or-die','',0,1,0,0,0),(24070,'Crazy Factory','crazy-factory','',0,1.25,0,0,0),(13032,'Scalextric: The Computer Edition','scalextric-the-computer-edition','Scalextric is a one or two player racing game based on the popular Hornby slot care racing system. \n \nThe game is a simple two car, split screen racing game. Cars cannot come off the track but they do lose speed when driving along the track edge or when skidding in the chicanes. \n \nCars can crash, a crash is when one car hits another from behind at a speed that\'s in excess of 20 mph. In a crash such as this the car that\'s behind automatically loses the race. However if the cars are level the race does allow one driver to move sideways to push the other player out of the way, either to make passing easier or to distract the other player. \n \nEach race can be for one or two players and when racing against the computer the player an select one of three difficulty levels to play against. Races can be from 1 to 99 laps long and the player has a choice of racing on one of the 2 supplied circuits or they can design their own.',0,1.25,0,7271,0),(13035,'Space Hawks','space-hawks','',0,1.25,0,0,0),(13037,'Subterranean Stryker','subterranean-stryker','',0,1,0,0,0),(13040,'Timeman One','timeman-one','',0,1.25,0,0,0),(13043,'Vectorball','vectorball','',0,2,0,11742,11778),(13047,'Wiz Biz','wiz-biz','',0,1.25,0,0,0),(24080,'Utawarerumono','utawarerumono','',0,1,0,0,0),(33565,'Warhammer: Arcane Magic','warhammer-arcane-magic','Warhammer: Arcane Magic is the critically acclaimed turn-based digital boardgame set in the world of Warhammer Fantasy Battles. Developed by old school indies, Turbo Tape Games, prepare for a highly entertaining journey that will challenge even the most veteran strategy players.',0,1.75,0,0,7559),(24085,'Max Payne: Kung Fu Edition v3','max-payne-kung-fu-edition-v3','',0,1.25,0,204,10988),(24086,'Hypersonic Xtreme','hypersonic-xtreme','',0,1.5,0,700,2337),(13065,'Galactic Empire','galactic-empire','',0,1.25,0,0,0),(13069,'Hellbent','hellbent','',0,1.25,0,7162,0),(13072,'Manchester United: The Official Computer Game','manchester-united-the-official-computer-game','',0,1,0,885,0),(13073,'Manchester United Europe','manchester-united-europe','',0,1,0,885,0),(13075,'Protector','protector','',0,1.25,0,7075,0),(24097,'Greyhawk: The Temple of Elemental Evil','greyhawk-the-temple-of-elemental-evil','',0,1.25,78,0,0),(24101,'Fugitive Hunter','fugitive-hunter','',0,1.25,0,0,0),(24108,'The Road to Baghdad','the-road-to-baghdad','This RTS recreates that battles of Operation Iraqi Freedom.',0,1.25,0,0,0),(24110,'Xtreme Air Racing 2','xtreme-air-racing-2','',0,1.25,55,0,0),(24111,'Divided Ground: Middle East Conflict 1948-1973','divided-ground-middle-east-conflict-1948-1973','',0,1.5,0,0,0),(24123,'WWE Raw 2: Ruthless Aggression','wwe-raw-2-ruthless-aggression','',0,1.25,0,0,0),(33590,'Unending Galaxy','unending-galaxy','Unending Galaxy is a unique space-sim in which you can fill any role from pirate or trader to the leader of a large galactic empire.',0,1.25,0,0,0),(33591,'XO-Planets','xo-planets','Frantic rogue-lite, action platformer, and tower defense, with a little rpg elements.',0,1.25,0,0,0),(24149,'Perfect Blue','perfect-blue','',0,1.25,0,0,0),(24151,'McFarlane’s Evil Prophecy','mcfarlanes-evil-prophecy','',0,1.25,35,0,0),(24152,'Ultimate Golf Simulation','ultimate-golf-simulation','',0,1.25,40,0,0),(24160,'Hercules Prophet 2 MX','hercules-prophet-2-mx','',0,1.25,80,0,0),(24161,'Fatal Frame 2: Crimson Butterfly - Director’s Cut','fatal-frame-2-crimson-butterfly-directors-cut','',0,1.25,0,0,0),(24165,'Orphen: Scion of Sorcery','orphen-scion-of-sorcery','SORCERER BY CALLING. HERO BY ACCIDENT. \n \nAs Orphen. the powerful but lazy sorcerer. you\'ve always thought being a hero was too \nmuch work. But now you don\'t have a choice. Harnessed into a risky adventure, you must use your dark powers to help your desperate companions resolve their unique quests.',0,1.25,50,0,0),(24166,'The Patriot','the-patriot','',0,1.5,0,0,0),(24167,'The Andromeda Strain','the-andromeda-strain','',0,1.25,0,0,0),(24169,'Chronicles of Riddick: Escape from Butcher Bay - The Developer’s Cut','chronicles-of-riddick-escape-from-butcher-bay-the-developers-cut','',0,1.25,0,0,0),(24174,'Final Fantasy XII: Return to Ivalice','final-fantasy-xii-return-to-ivalice','',0,1.25,0,0,0),(24177,'ELSA Gladiac Ultra','elsa-gladiac-ultra','',0,1.25,60,0,0),(24191,'Star Trek Catan','star-trek-catan','',0,1.25,0,0,0),(24222,'The Sly Cooper Collection','the-sly-cooper-collection','',0,1.25,80,0,0),(24226,'Tropico 4: Gold Edition','tropico-4-gold-edition','Tropico 4 Gold Edition is the ultimate city building experience, including: Tropico 4 and the \"Modern Times\" expansion. As the president of a tiny Caribbean island, it\'s up to you to lead your country to greatness! Will you be a benevolent and tolerant leader, or a power-mad dictator? Will your economy rely on tourism, farming, big business or cheap sweatshops? The decisions you make will shape the future of your island, and more importantly, the size of your off-shore bank account.',0,1.25,75,0,0),(24227,'Pinball FX 2: Star Wars','pinball-fx-2-star-wars','Based on events from Star Warsᵀᴹ: The Force Awakensᵀᴹ, players will be able to experience unforgettable moments from the film on two action-packed pinball tables. \n \nTeam up with the Resistance to fight against the First Order alongside Rey, Finn, Poe, General Leia and Han Solo in the Star Wars™ Pinball: The Force Awakens™ Table! \n \nTake command of the First Order as you travel through hyperspace on board a Star Destroyer and restore order to a galaxy far, far away on the Star Wars™ Pinball: Might of the First Order table!',0,1.25,85,0,0),(24228,'Pinball FX 2: Zen Classics','pinball-fx-2-zen-classics','',0,1.25,80,0,0),(24229,'Pinball FX 2: Marvel Civil War','pinball-fx-2-marvel-civil-war','',0,1.5,60,0,0),(24230,'Zone of the Enders HD Collection','zone-of-the-enders-hd-collection','Zone of the Enders HD Edition is a Mech Sim game, developed by High Voltage Software and published by Konami, which was released in 2013.',0,1.75,0,0,0),(13108,'Summon Night 3','summon-night-3','Summon Night 3 is a Japanese tactical RPG and the third entry in the Summon Night series. The game follows the male main protagonist Rexx and the female protagonist Aty. As with other game\'s in the series, it takes place in the fictional world of Linbaum. The game contains multiple difficulty levels.',0,1.25,0,1215,2859),(13109,'Summon Night 4','summon-night-4','Summon Night 4 is a Japanese tactical RPG and the last entry in the Summon Night series developed by Flight Plan. The plot in this game focus on a parent/child relationship.',0,1.25,0,1215,2859),(24235,'Joe Danger: Special Edition','joe-danger-special-edition','You are Joe Danger, the world\'s most determined motorbike stuntman. You live to thrill the crowd and break World Records. A call back to retro classics like Excitebike, this 3D side-scrolling stunt-em-up is a burst of sugar-rush fun for today\'s jaded gamers',0,1.25,0,0,0),(24236,'Pinball FX 2 - Marvel Pinball: Vengeance and Virtue','pinball-fx-2-marvel-pinball-vengeance-and-virtue','Marvel Pinball is an arcade pinball video game developed by Zen Studios. It features Marvel Comics-themed pinball tables. It is available as a standalone game for the PlayStation 3 via the PlayStation Network, and as downloadable content for Pinball FX 2 on the Xbox 360 via Xbox Live Arcade. Its content on the PlayStation 3 is also playable in Zen Pinball 2. It is the second pinball title for the PlayStation 3, succeeding Zen Pinball. It was released on December 8, 2010 on the Xbox 360 and December 14, 2010 on the PlayStation 3. \n \nThe game was positively received by critics. It holds an aggregate score of 87.73% on the Xbox 360 and 82.85% on the PlayStation 3 at GameRankings. Reviewers praised the visual presentation of each table, and commented specifically on the bright colors and animated characters. Most reviewers felt the table design was excellent, however some felt that certain sections of the table felt bare. Critics generally felt that it was an excellent value for the cost.[citation needed] Sales during the month of its release exceeded 47,000 copies on the Xbox 360 and 19,000 on the PlayStation 3.[citation needed]',0,1.25,85,0,0),(24239,'LittleBigPlanet 2\' Toy Story','littlebigplanet-2-toy-story','',0,1.25,80,0,0),(24241,'Seven Samurai 20XX','seven-samurai-20xx','',0,1.25,80,0,0),(24242,'Cold War Conflicts','cold-war-conflicts','',0,1.25,70,0,0),(24243,'Joint Operations','joint-operations','',0,1,86,0,0),(24244,'Memorick: The Apprentice Knight','memorick-the-apprentice-knight','',0,1.25,69,0,0),(24245,'Legends of Wrestling: Showdown','legends-of-wrestling-showdown','',0,1.25,75,0,0),(24246,'EverQuest: Platinum','everquest-platinum','',0,1.75,84,0,0),(37319,'Shaman King: Asu e no Ishi','shaman-king-asu-e-no-ishi','Shaman King: Asu e no Ishi is an Action Adventure game, developed by Graphic Research and published by Bandai, which was released in Japan in 2002.',0,1.25,0,0,0),(37321,'SD Gundam G Generation: Gather Beat 2','sd-gundam-g-generation-gather-beat-2','SD Gundam G Generation: Gather Beat 2 is a Strategy game, developed by Vanguard Works and published by Bandai, which was released in Japan in 2001.',0,1.25,0,0,0),(37328,'Namco classics volume 2','namco-classics-volume-2','Namco Classic Collection Volume 2 (ナムコクラシックコレクション Namuko Kurashikku Korekushon Tsū) is a compilation arcade game that was released by Namco in 1996. It is a collection of three popular Namco games - Pac-Man (1980), Rally-X (1980) and Dig Dug (1982). In addition to the original games, there are \"Arrangement\" versions that include 2-player simultaneous play, additional enemies, updated graphics and music. Rally-X Arrangement did have 1-player only, unlike all other \"Arrangements\". In addition the game New Rally-X (1981) is selectable as well. Pac-Man Arrangement is the most notable of the \"Arrangement\" games.',0,1.25,0,0,0),(37329,'Night stocker','night-stocker','Night Stocker is a first-person racing/shooter arcade game, that was released by Bally and Sente in 1986; it was the second of the third batch of games to run on the company\'s SAC-I hardware, and as the name suggests, it\'s the sequel to Stocker, which was released two years earlier. The player must again use a steering wheel to take control for a car (but this one does not require a pedal, because it is always moving forwards over the surface of an alien planet), with a lightgun to make it fire shots at the various enemies, that are flying towards it - however, it only has a limited amount of ammunition, which is indicated by that text \"SHOTS\" in the top-right corner of the screen. To the left of it, that text \"SHIELDS\" indicates your car\'s remaining energy; it will decrease if it gets hit by enemies, but will be refilled when it collects a crystal. Once it has run out, the game will end - and to the left of it, that text \"DISTANCE TO FORT\" indicates the distance to the robot fortress, at the end of the stage (once you have reached it, this shall change to \"ENEMIES IN AREA\"). There are a total of sixteen stages in the game; however, once you have cleared the last one, the game shall start over again rather than end.',0,1.25,0,0,0),(37330,'Noboranka','noboranka','This game is a vertical scrolling shoot \'em up where the player controls a character that has to climb a tree and shoot bug-like enemies. The story is that the princess has been kidnapped by the villains of the Insect World, and Zippy Bug has to rescue her. After shooting the enemies, they drop fruits that the player can collect for extra points, and skulls that are deadly if touched. The player is able to fly for a short time, and every time this is done, one of the letters from the \'I Love You\' at the bottom of the screen is used up. The letters regenerate over a small period of time. There are also other items, such as the key, which surrounds the player in a bubble and makes him invulnerable to 1 hit. Another item is a ring which seems to instantly replenish all of the used up \'I Love You\' letters. One other item is the ham...',0,1.25,0,0,0),(37333,'Masked Riders Club: Battle Race','masked-riders-club-battle-race','Masked Riders Club: Battle Race is a top-down action racing game based on the Kamen Rider television franchise. The game consists of nine vertically-scrolling levels that need to be completed before time runs out, with themes such as an industrial environment, a beach, a snowy environment etc., each with its own enemies. At the start the player chooses one of ten superhero Kamen Riders (Rider 1, Rider 2, Rider V3, Riderman, Rider X, Amazon, Stronger, Super1, Rider 2X or Black RX). The riders are grasshopper-themed altered humans and each come with his own motorcycle rated in three different statistics as well as a unique weapon such as a blade, a hook, a short burst of fire, or a pole. \n \nThe single-player game is only played on the left side of the screen. The middle part shows progress through the level map and the right map the global map of the nine levels. The rider moves forward automatically at a constant speed. The game is fast-paced and the rider needs to dodge obstacles that slow him down, while using a close-ranged melee weapon to take out enemies to earn points or clear the way. There are bottlenecks and large horizontal obstacles such as passing traffic or a shark lying on a beach. Dash patches provide boosts and there are jumps to pass through the air for a few seconds. Both of these provide a permanent speed boost over the default speed and last until there is contact with an obstacle or a surface that slows down the rider. Contact with enemies or obstacles depletes a horizontal fuel meter at the bottom of the left screen. The bottom left corner of the screen holds the speed meter. At the end of each level a score is calculated based on the remaining time and fuel, and a bonus for not missing anything. \n \nThe game supports competitive one-on-one multiplayer where the second player is in the same level using the right side of the screen and can hinder the other player. To progress to the next level one of the two riders needs to finish the level.',0,1.25,0,0,0),(37334,'Mad Motor','mad-motor','Mad motor is a 2D side-scrolling biker-themed beat \'em-up game that puts players in the shoes of a motor driver on a highway. \n \nYou have to beat-up enemies driving different types of motors and cars as well enemies on gliders. Bosses include a apelike boss hanging from an helicopter and a guy standing on top of a car in full Japanese armor. You can transform in to a more powerful hulky long haired guy on a tricycle motor. The background scenery includes, cities, deserts and forests. You can play solo or with a friend.',0,1.25,0,0,0),(37335,'King of Boxer','king-of-boxer','Ring King is a boxing game in which the action in the ring is viewed in a 3D top-down view and a full range of moves is provided, with the standard jabs complimented by body punches and the ability to dodge, duck or raise your guard. \n \nEach punch weakens your opponent\'s strength which can slightly recover during a round break. A rain of well placed blows can produce a quick knockout, but normally you must hit your opponent many times before he goes down. \n \nThe game has three play modes. There is training mode to train your player before you enter a tournament. A ranking mode where you can select one of the three championships, Rookie, Japan and World. Each championship can be played at five difficulty levels. The third mode is the tournament mode. To reach the number one spot in the ranking or tournament mode you must train your boxer well. \n \nBefore you start you must create your character and set his initial abilities, strength, speed and stamina. Each won bout increases these abilities slightly. The abilities of your opponent and you are visible in the status bar at the top of the screen during the game. Strength is represented with a boxing glove, speed with a shoe and stamina with a dumb bell. \n \nThis game can be played by one player against the computer or by two players against each other. A password is given after each won bout and it enables you to continue with the next match in a tournament at a later time.',0,1.25,0,0,0),(28181,'Digital Spacecade','digital-spacecade','A small collection of five arcade style mini-games with a space theme. It is my first project with GM:S. Any feedback is appreciated. Thank you for your time.',0,1.25,0,0,0),(36400,'Z','z--1','',0,1.25,0,0,0),(37350,'Uchuu Senkan Yamato','uchuu-senkan-yamato','Uchuu Senkan Yamato is a Strategy game, developed by Tom Create and published by Bandai Visual, which was released in Japan in 2001.',0,1.25,0,0,0),(37351,'SD Gundam Eiyuuden: Musha Densetsu','sd-gundam-eiyuuden-musha-densetsu','SD Gundam Eiyuuden: Musha Densetsu is a Role-Playing game, developed by Bec and published by Bandai, which was released in Japan in 2001.',0,1.25,0,0,0),(37352,'SD Gundam Eiyuuden: Kishi Densetsu','sd-gundam-eiyuuden-kishi-densetsu','SD Gundam Eiyuuden: Kishi Densetsu is a Role-playing game, developed and published by Bandai, which was released in Japan in 2001.',0,1.25,0,0,0),(28215,'The Wolf’s Bite','the-wolfs-bite','The Wolf\'s Bite is a one-versus-one choose-your-own-adventure game with an entrepreneur fairy tale twist. Inspired by stories such as \"The Three Little Pigs\" and \"The Stinky Cheeseman and Other Fairly Stupid Tales\", the game revolves around thwarting the other player while ensuring your business thrives. Be a Professional Chef or a Revengeful Saboteur, the competition is on.',0,1.25,0,0,12507),(17212,'Rube Works: The Official Rube Goldberg Invention Game','rube-works-the-official-rube-goldberg-invention-game','The first and only official Rube Goldberg puzzle game. Solve everyday problems in Rube’s trademark elaborate whimsical style by creating hilarious machines. Is pouring a glass of juice just too straightforward and boring? Try using a jack-in-the-box, magnifying glass, string and a cymbal-wielding friend to achieve your goal. The more creative your solution the better!',0,1.25,0,8564,8564),(37452,'Dicing Knight Period','dicing-knight-period','Dicing Knight, a homebrew Wonderwitch game, managed to win a Best Homebrew contest and saw an extremely limited release as a commercial game. It\'s absurdly fun, for such a simple game. Each dungeon is randomly rearranged when you enter it, as is typical for roguelikes. The gameplay, atypical of roguelikes, is comprised of fast-paced action.',0,1.25,0,0,0),(28235,'Multi-User Dungeon','multi-user-dungeon','Multi-User Dungeon, or MUD (referred to as MUD1, to distinguish it from its successor, MUD2, and the MUD genre in general) is an early MUD and one of the oldest examples of a virtual world in existence.',0,1.25,0,0,0),(37564,'Neon Genesis Evangelion: Shito Ikusei','neon-genesis-evangelion-shito-ikusei','Neon Genesis Evangelion is a Role-Playing game, developed by Soft Machine and published by Bandai, which was released in Japan in 1999.',0,1.25,0,0,0),(17261,'Maze Craze','maze-craze','In Maze Craze, your goal is to be the first of two players to make it out of a maze! Each player controls a cop that starts on the left, and the first player to make it out the exit on the right wins. The game also includes of variety of options. The maze can be completely visible, completely invisible, or have just a few parts invisible. With invisible mazes you can optionally have the computer provide a sneak peak at the complete maze periodically. To make your task more challenging, one to five robbers may also be placed in the maze. If you are caught by one of the robbers, you will momentarily be stunned giving your opponent an advantage. You can also give your cop the ability to set up a blockade to confuse your opponent. This will look like a regular wall, however you can walk straight through it. The games speed can also be adjusted, from calculatingly slow to extremely fast.',0,1.5,0,2406,2406),(17262,'TetraVex','tetravex','TetraVex is a puzzle computer game, available for Windows and Linux systems.\nTetraVex was originally available for 16-bit Windows in Windows Entertainment Pack 3. It was later re-released as part of the Best of Windows Entertainment Pack.\nTetraVex is also available as an open source game on the GNOME desktop as part of the GNOME Games collection under GNU GPL.\nA 32-bit Windows version was written in Delphi by Mark Billig.\nThe original version of TetraVex (for the Windows Entertainment Pack 3) was written (and named) by Scott Ferguson who was also the Development Lead and an architect of the first version of Visual Basic. TetraVex was inspired by \"the problem of tiling the plane\" as described by Donald Knuth on page 382 of Volume 1: Fundamental Algorithms, the first book in his The Art of Computer Programming series.',0,2,0,0,0),(17263,'Golden Tee Golf','golden-tee-golf','Golden Tee Golf is a golf arcade game series by Incredible Technologies.',0,1,0,8599,8599),(17266,'From the Abyss','from-the-abyss','Rubenhaut was a peace loving country, ruled by queens until a dimensional gate the queens had used to seal away evil was broken. Rubenhaut\'s armies were incapable of fighting off the evil demons and now it is up to the player to seal them away once more.',0,1,40,0,0),(18428,'Free the Blobs','free-the-blobs','Free The Blobs is an arcade puzzle game with a novel control mechanic.\nYou take control of the blobs, a new life form created within the evil lair of the robot overlords. You must help them escape by guiding them to the exit of each level. The main feature of the game is that all the blobs move together – their movement is synchronised. This simple concept presents some interesting problems for the player. Throw in a range of tile types, hazardous puzzles and robotic entities intent on your destruction and you have the ingredients for a challenging and novel puzzle game.',0,1.25,0,9430,9430),(19337,'1234','1234','',0,1.75,0,0,0),(19342,'Super Colapse! 3','super-colapse-3','',0,1,0,0,0),(19343,'Monstromania','monstromania','',0,1,0,0,0),(19344,'The Curio Society: Eclipse Over Mesina','the-curio-society-eclipse-over-mesina','\"After you\'re contacted by a mysterious secret organization called The Curio Society, you immediately head out into the field to prove yourself. But you soon realize you might be in a little over your head – an entire town has been overrun by living statues, controlled by an ancient sorcerer bent on power and destruction. Hey, no one said job interviews were easy, but if anyone\'s up to the task, it\'s you! Prove yourself worthy to join the Curio Society in this thrilling Hidden-Object Puzzle Adventure game!\"',0,1.25,0,0,0),(19371,'Car Polo','car-polo','Car Polo is a Sports game, developed and published by Exidy, which was released in 1977.',0,1.25,0,2523,2523),(19375,'ZHEROES','zheroes','ZHEROS is a new gen 3D beat’em up, based on the genre hallmarks, above all: smashing hordes of enemies and punching stuff.',0,1.25,30,10000,10000),(19382,'DONKEY.BAS','donkey-dot-bas','Donkey, often known by its file name DONKEY.BAS, is a computer game written in 1981 and included with early versions of the PC DOS operating system distributed with the original IBM PC. It is a driving game in which the player must avoid hitting donkeys. The game was written by Microsoft co-founder Bill Gates and Neil Konzen.',0,1.5,0,0,0),(19383,'Dot by Dot+','dot-by-dot-plus','Nonogram puzzle game.\n\nThe app has been withdrawn from both the Mac App Store and iTunes App Store and can no longer be purchased.',0,1.25,0,10003,10003),(19387,'Renowned Explorers: More To Explore','renowned-explorers-more-to-explore','\"This expansion pack for Renowned Explorers has one goal: giving you More To Explore! The main features are: \n\n- Two complete new expeditions: the Andean Adventure & The Lost Island. \n- The Campfire mechanic: crew relationships, back stories and game-changing upgrades. \n- Treasure Bonus Choices, turning treasures into surprises that boost your strategy.\"',0,1.25,80,5317,5317),(17712,'Sprite Lamp','sprite-lamp','Sprite Lamp is a tool for combining the styles possible with 2D art, such as painted or pixel-art looks, with dynamic lighting found in modern games. Game developers will be able to make games in the style of classics like Metal Slug or Braid, combined with the gameplay and visual appeal made possible by moving or otherwise changing light sources.',0,1.25,0,8960,8960),(18483,'Phobia III: Edge of Humanity','phobia-iii-edge-of-humanity','',0,1.25,0,0,0),(18989,'Pokemon Insurgence','pokemon-insurgence','Meet the Torren region, a Pokemon land devastated by war and crime. Organization nicknamed as \"Cults\" run this region: they have the only purpose of adoring Pokemons in one way or another.\n\nA man, called Agur, came to Torren and destroyed half of the cults, with only five remaining, before disappearing without a trace. Another man proclaim to follow the Agur\'s legacy and destroy the cults.\n\nOne year has passed. You wake up in the prison of the Darkrai Cult. Mew comes to your rescue.\n\nYou don\'t remember anything.\n\nMade for Pokemon fans by Pokemon fans.\nAviable only until the 6th Gym.',0,1.5,0,0,0),(18990,'Memoir En Code','memoir-en-code','Memoir En Code is an autobiographical game album. It\'s a series of short interactive games about life events that influenced its author.',0,1.75,74,9726,9726),(18994,'Hovertank 3D','hovertank-3d','One of the first games of iD Software. Sometimes it\'s claimed to be the first FPS or even first 3D game for DOS. The game used the same combination of scaled sprites and drawn walls that would later show up in Catacomb 3D and Wolfenstein 3D, but the walls in it are solid colors with no textures.',0,1.5,0,9727,184),(18998,'Cybermage: Darklight Awakening','cybermage-darklight-awakening','CyberMage is a first-person shooter game with RPG elements designed by David W. Bradley. It was created by Origin and released by Electronic Arts in 1995. Set in a cyberpunk reality, the game is characterized by a dark, heavy atmosphere.',0,1.25,76,1,522),(18999,'Angst: Rahz\'s Revenge','angst-rahzs-revenge','In this game the player controls Werner Mueller, working as a Sysop at the GIC Headqurters in Futura City. One night, heavy explosions wake him unpleasantly from his sleep. He steps outside to see what happened, only to find himself in the middle of a deadly fight... \n \nAngst: Rhaz\'s Revenge is a traditional first-person-shooter in the legacy of DOOM: the player walks through the levels and uses ranged weapons to shoot at enemies. The game has a steampunk setting in the style of Jules Verne.',0,1.75,0,0,9731),(19003,'Magnus og Myggen 3 - Skumlesens Hævn','magnus-og-myggen-3-skumlesens-haevn','Third installation in the Danish point-and-click game series about adventures of Skipper and Skeeto, a mole and a mosquito. \n\nMr. Shade from the previous game has captured Skipper and a female mole named Suzy Molson (Mia in some localisations) and taken them to his office building. They must escape from the building, filled with stuffed endangeder animals. At the beginning, player can choose to free either Skipper or Suzy and the rest of the game is played with this character.\n\nThe player directs Skeeto and one of the moles, picking up objects and solving puzzles in a typical point-and-click fashion. The game also features simple battle mechanic against Mr. Shade\'s robotic spiders.\n\nThe game still has some edutainment content, mainly about various animals and their environments.',0,1.75,0,8038,8038),(18578,'HeartZ','heartz','',0,1.25,0,9488,9488),(18583,'Indy 4','indy-4','The game is housed in a large custom square cabinet with two steering wheels and four pedals on each side. The monitor sits in the top of the cabinet. The game uses a full-color RGB display and does not use color overlays. The cabinet also features overhead mirrors to allow spectators to watch the game while it\'s being played.',0,1.25,0,2406,2406),(18598,'Zoo Tycoon DS','zoo-tycoon-ds','Easy to learn, hard to master! Encounter the ultimate zoo experience in Zoo Tycoon DS! Get up close and personal while collecting and caring for the world\'s most popular animals in a custom zoo you create! Manage your environment properly and achieve the ultimate goal of a zoo full of happy animals and customers.',0,1.25,0,197,872),(38083,'Ninja Ryuukenden','ninja-ryuukenden','Ninja Action! The stage is set for conspiracy, mystery and evil in America. Come with Ninja Ryu as he takes you on his fateful journey. Tecmo\'s unique cinema display system develops the story stage by stage. You piece together the puzzle, while watching the movie-like graphics. Decide what action to take. Use the secret sword and items collected during the action scenes to fight your way to the goal!',0,1.25,0,0,0),(38084,'Mizubaku Daibouken','mizubaku-daibouken','This is a single player platform game that features Hipopo, a platypus (referred to as a hippo) who must fight his way through a large number of enemy-packed levels in search of his missing girlfriend - rescuing other platypuses along the way. Hipopo is armed with water bombs which can be thrown at enemies to soak and damage them. Once soaked, the enemies can then be kicked and destroyed completely. Enemies left unkicked however will dry out and recover after a short period of time. \n \nThe level design presents moving platforms, collapsible floors, boats and water-wheels all making an appearance. Small plants also appear on certain levels which can be \"watered\", causing them to grow and creating new platforms. Appropriately enough for a game which features water as the main weapon, many of the enemies and the later levels have a fire thematic. He can also collect cakes and other items to gain more points.',0,1.25,0,0,0),(18315,'WCW/nWo Thunder','wcw-slash-nwo-thunder','Feel the power. \nTake control of the world\'s greatest athletes in WCW/NWO Thunder! Dictate the rules, then break them. Only your imagination can keep you from ruling the world of professional wrestling! \n \nOver 60 WCW and NWO Superstars, including Goldberg, Hollywood Hogan, Kevin Nash, Diamond Dallas Page, The Giant, Bret Hart, Konnan, Rowdy Roddy Piper, Curt Henning, Saturn, Randy Savage, Chris Jericho, Sting, Raven, and more! \n \nFull-Screen Wrestler entrances with theme music \nCommentary from Thunder announcers Tony Schiavone & Mike Tenay',0,1.25,0,197,1853),(28832,'Phantasma Magic: Deluxe','phantasma-magic-deluxe','',0,5,0,0,0),(28834,'Super Spider Strange Hero 3D','super-spider-strange-hero-3d','In Super Spider Strange Hero 3D the city has been captured by a super villain from the future war. Now you will play as strange hero and set a future battle for survival of citizens. Become a spider army man & a super hero or a future spider at the same time. Fight as hero spider and rescue people because supervillain wants war in strange hero battle game. You have mutant super hero strange powers to rescue injured people from the frontline as a spider army. It’s time to fly and take a step into to battle zone with your mutant super spider hero with strange power and perform rescue operation and fight for survival. To become a spider hero is necessarily in future battle situation to be a strange superhero! Huge frontline environment has been given as you will play as spider army with our newest action packed battle game Super Spider Strange Hero 3D. Best action among all strange hero games. \n \nIt’s time to use your mutant powers as 3D spider strange hero, fly over the buildings and defeat evils with all your strength and flying power! Its situation of strange war and thousands of lives are looking to you as a spider hero in final city battle. Are you ready for this responsibility as spider army? OK then go ahead and prove that you are a real strange hero! Your mutant spider strange powers will help you to save the city and people and you will be the hero for sure. Step into the new war and fight for the world! This is going to be the greatest battles in war history with strange hero games. \n \nAs a spider army all the people look up to you & believe in your mutant spider powers as strange hero in this new war of future spider. Rescue people with your flying power! Fight for the freedom of the city and create history as super spider. You can move on the buildings or roofs of a rope! Jump into the super battle now like you are a real hero. Help of your spider hero in mutant battle with strange power rescue every injured from the frontline. Now take a part in a battle that will decide the outcome of humanity in spider hero battle game. \n \nFeatures of Super Spider Strange Hero 3D \n \n- Real war super spider hero! Perform your rescue duty. \n- Action-filled battle & rescue missions, unseen in other strange hero battle games. \n- Fight as future spider and take into as strange war hero in spider fighting games. \n- Epic battles with evils of the universe & supervillains of the future. \n \nFinal battle has just begun!! Download now Super Spider Strange Hero and be a part of real strange war with your mutant powers as a spider hero.',0,1.5,0,12717,12717),(17547,'Wildlife Park 2: Horses','wildlife-park-2-horses--1','Enjoy all the fantastic aspects of the multi awarded Wildlife Park 2 with a focus on horses and action adventure gameplay. Based on the game Wildlife Park 2, Horses focuses on friends and fans of horses and their keeping. Besides the farm management, the player also participates instunning action adventures where special quests, are waiting to be solved on the back of your horses.',0,1.25,0,8547,8547),(18388,'Boot Hill Heroes - The Hangman\'s Ballad','boot-hill-heroes-the-hangmans-ballad','',0,1,0,8600,8600),(18883,'Gangster Miami Vindication','gangster-miami-vindication','',0,1.5,0,61,61),(18892,'Vampireville','vampireville','The government will soon obtain the right to sell Malgrey Castle because no heir has claimed the property for 100 years. All of the appraisers that were sent by your boss have gone crazy, including one of your close colleagues. Now it’s your turn! Unlock the secrets of this property using your Hidden Object skills. Appraise the old fashioned property, and figure out what caused the other real estate agents to go crazy in Vampireville!',0,1.25,0,0,0),(18893,'Cursed Memories: The Secret of Agony Creek','cursed-memories-the-secret-of-agony-creek','',0,1.25,0,0,0),(18894,'Zodiac Prophecies: The Serpent Bearer','zodiac-prophecies-the-serpent-bearer','Born under the rare 13th zodiac sign, Ophiuchus, Amy had no idea she was destined to save a magical world. Having already trapped children of the other 12 zodiac signs, the Dark Lord now has his sights on conquering our world as well. Amy must gather her courage to free the children\'s souls and finally bring the Dark Lord\'s tyranny to an end in Zodiac Prophecies: The Serpent Bearer.',0,1,0,0,0),(18895,'Time Relics: Gears of Light','time-relics-gears-of-light','For hundreds of years, the clock tower at the edge of town has been a landmark and a tourist attraction. The tower itself appears to never age, and the small town’s inhabitants are prosperous and happy. Enter the Hands of Fate - a mysterious group whose objective is to keep the continuum of time running smoothly. You play as a member of the Hands of Fate determined to collect all the Gears of Light and return them to their rightful place in the tower thus restoring time to its rightful place – but, is it already too late?',0,1,0,0,0),(18896,'Nick Chase a Detective Story','nick-chase-a-detective-story','Nick Chase, a hard-boiled Private Investigator, is in need of a job. Lucky for him, one arrives from a man known only as The Collector. Solve a variety of puzzles and find hidden clues to uncover the mystery behind the missing manuscript penned by Leonardo Di Vinci.',0,1.25,0,0,0),(18897,'Laura Jones and the Secret Legacy of Nikola Tesla','laura-jones-and-the-secret-legacy-of-nikola-tesla','Help young adventurer Laura Jones and her grandmother discover Nikola Tesla\'s greatest invention! After receiving a mysterious package full of clues from the late Tesla, the hunt is on! Solve puzzles, collect the parts needed to start Tesla\'s invention, and pass the extraordinary trials.',0,1,0,0,0),(18898,'The Dark Hills of Cheral','the-dark-hills-of-cheral','After hearing the story of a great adventurer named Wyatt, and the treasure hidden in his home, a young boy named Arjun decides to find it for himself. Little does he know, however, that an evil magician is waiting to kidnap him. Save your cousin from Digambar, and find the legendary treasure of Cherai!',0,1,0,0,0),(17594,'Tinertia','tinertia','Tinertia is rocket-powered platforming built on the premise of Quake-like fun, Sonic-like speed, and dynamic, precise controls. Addictive, surprising, and challenging, Tinertia makes gamers laugh while kicking their butt.',0,1.25,60,8860,8043),(14557,'Terminator 2: Judgement Day - Chess Wars','terminator-2-judgement-day-chess-wars','',0,1.25,0,0,0),(14594,'Small Soldiers: Globotech Design Lab','small-soldiers-globotech-design-lab','Small Soldiers: Globotech Design Lab is a 1998 PC strategy/action game based on the film Small Soldiers. In it, you can either design and build your own squad of soldiers or choose from pre-built characters. The two teams are the Gorgonites or Commando Elite. You choose specific parts you want your soldiers to have, such as arms and legs. You can also choose what kind of computer chip controls the soldier, what kind of voice they have and what weapons he will carry. After you create your soldiers, you then battle the opposite team. It was published by Hasbro Interactive.',0,1.25,0,183,0),(14595,'A320 Airbus: Edition USA','a320-airbus-edition-usa','',0,1,0,1160,0),(14596,'Alien Breed: Special Edition 92','alien-breed-special-edition-92','An interrim between Alien Breed and its sequel. Gameplay is the same as its predecessor - each level is a maze to be navigated through, while fighting off hordes of aliens. The Special Edition 92 includes 12 new levels and a bunch of new features: \"dark missions\" in which only the glowing blue eyes of the aliens are visible, and the ability to jump to a level by means of a code.',0,1.25,0,614,614),(14597,'On the Bal: League Edition','on-the-bal-league-edition','',0,1.25,0,7264,7264),(14598,'On the Ball: World Cup Edition','on-the-ball-world-cup-edition','',0,1.25,0,7264,7264),(14599,'Arena','arena--1','',0,1,0,7265,0),(44118,'Vikings: War of Clans','vikings-war-of-clans','Vikings: War of Clans is a mobile game from Plarium LLC.',0,1.25,0,0,0),(44120,'American Truck Simulator: Heavy Cargo Pack','american-truck-simulator-heavy-cargo-pack','',0,1.25,86,0,0),(44121,'Tekken 7: Ultimate Tekken Bowl','tekken-7-ultimate-tekken-bowl','',0,1.25,0,0,0),(74251,'Stronghold 2: Steam Edition','stronghold-2-steam-edition','',0,1.25,0,0,0),(74252,'Where the Goats Are','where-the-goats-are','',0,1.25,0,0,0),(74264,'Deus Vult - Arena: Fastest 3rd person gameplay ever!','deus-vult-arena-fastest-3rd-person-gameplay-ever','',0,1,0,0,0),(74265,'Deus Vult - Arena: Fastest 3rd person gameplay ever!','deus-vult-arena-fastest-3rd-person-gameplay-ever--1','',0,1,0,0,0),(74266,'Deus Vult - Arena','deus-vult-arena','Deus Vult - Arena is an Action Adventure third person shooter with stealth elements and a combat system that rewards tactical ability and quick player reflexes. \n \nDeus Vult - Arena is the realization of a dream born playing the great masterpieces of our childhood like \'Soul Reaver\', \'Metal Gear Solid\', \'Doom\' and a little touch of \'The Legend Of Zelda\' The beating heart of the DVA experience is the dualism of its gameplay. There will be two main characters will be 2, Minocar and Lulu \n \nTrapped in an indissoluble link! They will need each others to proceed in the adventure. With Lulu we will face the phases of Exploration, Stealth, Puzzle. And transformed in Minocar we will take on the Arenas! Making our way through hordes of enemies with viciousness, tearing and absorbing their spirits to increase our power.',0,1.25,0,0,13601),(74269,'Politics and War','politics-and-war','Politics and War is a massively-multiplayer geo-political simulation game where players create their own country and compete against thousands of other players\' nations. Create cities, levy armies, choose policies, trade resources, form alliances, and battle it out with your friends, family, and total strangers.',0,1.25,0,13602,13602),(74270,'Q','q','Kinect-only puzzle game for Xbox One',0,1,0,0,0),(74271,'Warsim RPG','warsim-rpg','Warsim Rpg is a randomly generated text-based kingdom management game',0,1,0,0,0),(74272,'ORG','org','A multiplayer strategic and logistical simulation set in a dystopic future where humanity has colonized the solar system and is embroiled in internal conflict.',0,1,0,0,0),(74275,'Sega 3D Fukkoku Archives Triple Pack','sega-3d-fukkoku-archives-triple-pack','',0,1,0,0,0),(74277,'Project Aurora','project-aurora','A condensed mobile version of EVE Online separate from the main game.',0,1.25,0,853,853),(74283,'Ganbare Goemon 3: Shishijyuurokubei no Karakuri Manji Katame','ganbare-goemon-3-shishijyuurokubei-no-karakuri-manji-katame','',0,1,0,0,0),(74285,'Membrane','membrane','',0,1.75,0,0,13605),(74286,'Phalanstery','phalanstery','',0,1.25,0,0,0),(74287,'隐龙传:影踪','yin-long-chuan-ying-zong','《隐龙传:影踪》是一款3D硬派动作横板过关游戏,时代设定为唐朝。玩家将扮演一名失忆的剑客从刚经历暴乱的监狱中醒来,随着游戏进程的推进,接触到神秘组织“爻”,并一步步揭开神秘组织的惊天阴谋。',0,1,0,0,0),(74308,'Myths of the World: The Black Sun','myths-of-the-world-the-black-sun','In a small town tucked away in the Swiss Alps, the newly appointed commander clashes with the basilisk -- a mythical creature with the power to petrify people. At first glance, it looks like the beast is running wild, spreading terror around the small Swiss town, but, as the beast hunt continues, it appears that the basilisks victims are not random. Could the unveiling of unsettling truths reveal the true nature of the beast?',0,1.5,0,7463,7463),(74309,'Mata Hari','mata-hari--1','',0,1.5,0,3698,3698),(74310,'Steel','steel','',0,1.5,0,3715,13577),(74311,'Saga of the Nine Worlds: The Gathering','saga-of-the-nine-worlds-the-gathering','A peaceful morning in Midgard is rocked by a dragon attack! You quickly set out with your princess to track down the beast and destroy it, but are attacked along the way. You should have died… but you were saved. It seems the gods have chosen you for a very special task – save the world! The gods believe you are worthy. Now you need only prove it. Gather your companions and set out on a journey through the mythical Nine Worlds in this this epic hidden-object puzzle adventure game!',0,1.25,0,7463,7463),(74312,'Vermillion Watch: Order Zero','vermillion-watch-order-zero','Someone’s been stealing rare antiques! As you begin your investigation, you quickly find that there’s something much larger at play than just petty theft. It’s time to team up with new friends and catch the culprits terrorizing London! Do you have what it takes to save the city in time? Find out in this gripping hidden-object puzzle adventure game!',0,2,0,7463,7463),(74316,'Full Tilt! Pinball 2','full-tilt-pinball-2','Full Tilt! Pinball 2 was released in 1996 and features three new tables: Mad Scientist, Alien Daze and Captain Hero.',0,1,0,0,0),(74317,'ARTIKA.1','artika-dot-1','',0,1.25,0,0,0),(74318,'Absolver: Special Reserve edition','absolver-special-reserve-edition','Absolver: Special Reserve edition features a Prospect Mask with a display base, a 52-page artbook, as well as an Absolver sticker pack. But, if you pre-order for a PlayStation, you will get a limited physical copy of the game. Steam users, however, will be sent a key that will unlock a full game. The special edition of Absolver costs $75, and there are 3,250 PC copies, as well as 3,250 PS4 copies.',0,6.5,0,0,0),(74319,'STRATUM','stratum','Hi!My name is Porfire Mihai and I am the developer behind STRATUM.I came up with the idea for this project in January 2017, I gave it a lot of thought and preparations and started actually working on it in July, the same year. STRATUM is a 2D platformer, a trekking game that is based a lot on the dialogue between 2 entities and boss fighting in a universe parallel to ours. Everything in STRATUM takes place in the first century AD, in a world that wraps our own universe, called  The Stratum. A parallel Universe which is thought to be the realm of the Christian deities. In this game you will play as a Dacian warrior, unfamiliar with everything in this world, you’ll get to know and understand The Stratum together with him. The story is unconventional, it plays down a lot of the mysticism of Hell or Heaven and it gives it a more rational view while keeping the fantastic in it. The STRATUM is not very different from Earth, but it is governed by different natural laws.',0,2.5,0,0,0),(74320,'Virtual City 2: Paradise Resort','virtual-city-2-paradise-resort','Game.',0,1,0,0,0),(2802,'Ben 10 Alien Force: Vilgax Attacks','ben-10-alien-force-vilgax-attacks','BEN 10 ALIEN FORCE: Vilgax Attacks is the latest game in the multi-million unit selling video game series. Players will have the opportunity to experience the vast ALIEN FORCE universe in a brand new action-adventure game, taking Ben into outer space and distant planets for the first time ever in the series to battle against a terrifying threat that only he can stop! \n \nBen Tennyson’s greatest enemy of all time, Vilgax, has been busy assembling his own extreme team of Ben’s most fearsome foes in a grand scheme to take over the universe one planet at a time, culminating with the destruction of Ben’s home planet, the Earth! \nOne planet after another—including some of the home worlds of Ben’s alien forms—has quietly been falling under the control of Vilgax and the villainous underling bosses he’s been stationing on each conquered world to rule ruthlessly in his stead, each more eager than the next to rid the universe of the bane of their collective evil existence, Ben Tennyson, once and for all! \n \nNow it’s the Earth’s turn and Ben’s the only person for the job! The fate of the whole universe lies in your hands!',0,1.25,62.5,449,1314),(2808,'Camp Lazlo: Leaky Lake Games','camp-lazlo-leaky-lake-games','Camp Lazlo: Leaky Lake Games is an Action game, developed by Collision Studios and published by Crave, which was released in 2006.',0,1.75,0,667,1321),(2809,'Cartoon Network: Block Party','cartoon-network-block-party','Cartoon Network Block Party is a party game for Game Boy Advance that enables up to four players to compete \"party style\" on boards themed to a specific Cartoon Network show, including Johnny Bravo, Ed, Edd \'n Eddy, Courage the Cowardly Dog and Cow and Chicken. It features 14 unique mini-games including: Grand Prix, Strike a Pose, Greased Porkbutts, Backyard Boogie, and Skatin\' the U. Published by Majesco, Cartoon Network Block Party was programmed by John Romero\'s Monkeystone development group',0,1.25,0,700,700),(53317,'Magnum Bullets: Case Closed','magnum-bullets-case-closed','',0,1.25,0,0,0),(53318,'Magnetic: Cage Closed Collector\'s Edition','magnetic-cage-closed-collectors-edition','',0,1.25,0,0,0),(53319,'Magicka Collection Edition','magicka-collection-edition','',0,1.25,0,0,0),(53320,'Magicka 2: Ice, Death, and Fury','magicka-2-ice-death-and-fury','',0,1.25,0,0,0),(53321,'Magicka 2 Collection','magicka-2-collection','',0,1.25,0,0,0),(53322,'Magicka 2 - Deluxe Edition','magicka-2-deluxe-edition','',0,1.25,0,0,0),(53323,'MAGICAL×SPIRAL Collector\'s Edition','magicalxspiral-collectors-edition','',0,1.25,0,0,0),(53324,'Microsoft Flight Simulator X: Airbus A320/A321','microsoft-flight-simulator-x-airbus-a320-slash-a321','',0,1.25,0,0,0),(53326,'Mexicana: Deadly Holiday','mexicana-deadly-holiday','',0,1.25,0,0,0),(74359,'Pill Cosbi','pill-cosbi','Play as the main character called \"Cosbi\". Sir Cosbi has to gather all the pills and fight the gorgeous monsters to find his way out!',0,1,0,0,0),(53334,'Megadimension Neptunia VII DLC Collection','megadimension-neptunia-vii-dlc-collection','',0,1.25,0,0,0),(53335,'Megadimension Neptunia VII Digital Deluxe Edition','megadimension-neptunia-vii-digital-deluxe-edition','',0,1.25,0,0,0),(53337,'Maximum Damage','maximum-damage','',0,1.25,0,0,0),(53338,'Max Payne 3: The Complete Edition','max-payne-3-the-complete-edition','',0,1.25,0,0,0),(53339,'Max Payne 3 - Rockstar Pass','max-payne-3-rockstar-pass','',0,1.25,0,0,0),(53340,'MasterCook 15','mastercook-15','',0,1.25,0,0,0),(74366,'Tactical AR','tactical-ar','Tactical AR was created with one purpose, to build real firearms skills and habits in virtual reality. Our philosophy is that the best training is fun, and that muscle memory developed in virtual reality effectively translates in to real weapon muscle memory.',0,1,0,0,0),(53364,'Mount & Blade Full Collection','mount-and-blade-full-collection','',0,1.25,0,0,0),(53365,'Motorsport Manager - GT Series','motorsport-manager-gt-series','',0,1.25,0,0,0),(53366,'MotoGP 15 Special Edition','motogp-15-special-edition','',0,1.25,0,0,0),(53367,'Mortal Kombat X Premium Edition','mortal-kombat-x-premium-edition','',0,1.25,0,0,0),(53368,'Mordheim: City of the Damned - Wolf-Priest of Ulric','mordheim-city-of-the-damned-wolf-priest-of-ulric','',0,1.25,0,0,0),(53369,'Mordheim: City of the Damned - Witch Hunters','mordheim-city-of-the-damned-witch-hunters','',0,1.25,0,0,0),(53370,'Mordheim: City of the Damned - Undead','mordheim-city-of-the-damned-undead','',0,1.25,0,0,0),(53371,'Mordheim: City of the Damned - The Smuggler','mordheim-city-of-the-damned-the-smuggler','',0,1.25,0,0,0),(53372,'Mordheim: City of the Damned - The Poison Wind Globadier','mordheim-city-of-the-damned-the-poison-wind-globadier','',0,1.25,0,0,0),(53373,'Mordheim: City of the Damned - Doomweaver','mordheim-city-of-the-damned-doomweaver','',0,1.25,0,0,0),(53374,'Moorhuhn - Tiger and Chicken','moorhuhn-tiger-and-chicken--1','',0,1.25,0,0,0),(53375,'Moon Colonization Project: Deluxe Edition','moon-colonization-project-deluxe-edition','',0,1.25,0,0,0),(53376,'duplicate Monument Builders: Alcatraz','duplicate-monument-builders-alcatraz','',0,1,0,0,0),(53377,'Monstrum - Deluxe Edition','monstrum-deluxe-edition','',0,1.25,0,0,0),(53378,'Monsti - Special Edition','monsti-special-edition','',0,1.25,0,0,0),(53380,'Mold on Pizza','mold-on-pizza--1','A mold-growing game where the objective is to conquer a whole entire pizza with a mold colony.',0,1.25,0,0,0),(53381,'Moai IV: Terra Incognita','moai-iv-terra-incognita','',0,1.25,0,0,0),(53382,'Moai III: Trade Mission Collector\'s Edition','moai-iii-trade-mission-collectors-edition','',0,1.25,0,0,0),(53383,'Mittelerde: Mordors Schatten','mittelerde-mordors-schatten','',0,1.5,0,0,0),(53384,'Mission in Asia (M.I.A)','mission-in-asia-mia','',0,1.25,0,10703,7614),(53390,'MX vs. ATV Collection','mx-vs-atv-collection','',0,1.25,0,0,0),(53391,'My Farm Life','my-farm-life','',0,1.25,0,0,0),(53392,'Mysterious City Vegas','mysterious-city-vegas','',0,1.25,0,0,0),(53393,'Mysterious Island Remastered','mysterious-island-remastered','',0,1.25,0,0,0),(53394,'Mystery Masterpiece: The Moonstone','mystery-masterpiece-the-moonstone','',0,1.25,0,0,0),(53397,'Nannys Nightmare','nannys-nightmare','',0,1.25,0,0,0),(53398,'Napoleon: Total War Collection','napoleon-total-war-collection','',0,1.25,0,0,0),(53399,'Napoleon: Total War™ – Heroes of the Napoleonic Wars','napoleon-total-war-heroes-of-the-napoleonic-wars','',0,1.25,0,0,0),(53400,'Napoleon: Total War™ – The Peninsular Campaign','napoleon-total-war-the-peninsular-campaign','',0,1.25,0,0,0),(53401,'Natural Threat 2','natural-threat-2','',0,1.25,0,0,0),(53403,'NBA 2K16: Michael Jordan Edition','nba-2k16-michael-jordan-edition','',0,1.25,0,0,0),(53404,'NBA 2K17 - Legend Edition','nba-2k17-legend-edition','The Legend Edition of NBA 2K17 includes: \n \n- Limited-edition Kobe poster \n- Black Mamba controller skin \n- 2 Panini Kobe trading cards \n- 30,000 Virtual Currency \n- MyTEAM Bundle + (including 3 packs with guaranteed Kobe Free Agent card) \n- in-game 2K Kobe XI shoe \n- in-game Kobe #8 Mitchell & Ness Jersey \n- in-game Kobe hoodie',0,1.25,0,8,0),(53405,'NBA 2K17 - Legend Edition Gold','nba-2k17-legend-edition-gold','',0,1.25,0,0,0),(53406,'NBA 2K17 - Legend Gold','nba-2k17-legend-gold','',0,1.25,0,0,0),(53409,'Need for Speed Most Wanted - Standard Edition','need-for-speed-most-wanted-standard-edition','',0,1.25,0,0,0),(53410,'Need for Speed - Deluxe Edition','need-for-speed-deluxe-edition','',0,1.25,0,0,0),(53411,'Neighbours from Hell Compilation','neighbours-from-hell-compilation','',0,2.5,0,0,0),(53428,'Omerta - Damsel in Distress','omerta-damsel-in-distress','',0,1.25,0,0,0),(53430,'OMSI 2 – Projekt Gladbeck','omsi-2-projekt-gladbeck','',0,1.25,0,0,0),(53437,'Overcooked - The Lost Morsel','overcooked-the-lost-morsel','',0,1.25,0,0,0),(53438,'Overdriven Reloaded: Special Edition','overdriven-reloaded-special-edition','',0,1.25,0,0,0),(53439,'Overlord: Ultimate Evil Collection','overlord-ultimate-evil-collection','',0,1.25,0,0,0),(53462,'Plansescape: Torment: Enhanced Edition - Digital Deluxe','plansescape-torment-enhanced-edition-digital-deluxe','',0,1.25,0,0,0),(53463,'Plantasia','plantasia','',0,1.25,0,0,0),(74392,'Here And There Along The Echo','here-and-there-along-the-echo','Here And There Along The Echo is a guide to the fictional Echo River \"for drifters and pilgrims.\" It was released as a stop-gap while players waited for subsequent acts of Kentucky Route Zero to be released. To interact with the game, simply dial (270) 301-5797 on your telephone. Additionally, one can download \"dialer software\" which includes additional content from the operator when dialing Zero.',0,3,0,0,2502),(53470,'Power Defence','power-defence','',0,1.25,0,0,0),(53471,'Power Sphere','power-sphere','',0,1.25,0,0,0),(53472,'Press X to Not Die: Special Edition','press-x-to-not-die-special-edition','',0,1.25,0,0,0),(53473,'Prison Tycoon 5: Alcatraz','prison-tycoon-5-alcatraz','',0,1.25,0,0,0),(53474,'Pristine World: Deluxe Edition','pristine-world-deluxe-edition','',0,1.25,0,0,0),(53476,'Professional Farmer 2014 America','professional-farmer-2014-america','',0,1.25,0,0,0),(74394,'Willow','willow--1','',0,1.75,0,37,37),(74397,'Firezone','firezone','',0,1.25,0,7213,13620),(74403,'Cubis Kingdoms','cubis-kingdoms','',0,2,0,0,0),(74404,'Sender Unknown: The Woods','sender-unknown-the-woods','',0,1.75,0,0,0),(74407,'Buku Sudoku','buku-sudoku','Play cooperatively with friends, race head-to-head to complete a puzzle first, or try the new battle mode in which completing a line, row, or square will remove numbers from your opponent’s board!',0,1.5,0,1010,7492),(74409,'Coffeetime Crosswords','coffeetime-crosswords','Prepare for the ultimate crossword challenge and get the full version of Coffeetime Crosswords™. Featuring more than 150 puzzles, created by Penny Press, it will test your skill and mental prowess at crosswords. Play together with a friend in co-op mode and help each other solve the crosswords.',0,1.25,0,129,129),(74410,'Crazy Mouse','crazy-mouse','',0,1.25,0,1010,4562),(74412,'Stephen King\'s F13','stephen-kings-f13','Stephen King\'s F13 is a collection of casual games developed by Presto Studios and released in 2000 by Blue Byte. The title F13 suggests a function key that would follow F12 on standard PC keyboards. \n \nThe minigames include No Swimming, Bug Splat, and Whack-A-Zombie. The \"Frightware\" bundle also includes a set of \"Screamsavers\", \"Bump and Thump\" sound effects, \"Deathtop\" backgrounds, and Stephen King\'s short novella Everything\'s Eventual. \n \nStephen King\'s F13 decks out your computer with a horror aesthetic, offering \"deathtop\" images, \"screamsavers,\" and a trio of minigames. The capper is a novella entitled Everything\'s Eventual, a story that brings King\'s usual themes into a high-tech context.',0,1.75,0,564,7923),(74413,'Hobby Module','hobby-module','The Hobby Module was a BASIC-programming module for the 1292 Advanced Programmable Video Systems.',0,1.25,0,13623,13623),(74414,'The Architect: Paris','the-architect-paris','THE ARCHITECT: Paris is a City Building game unlike any ever seen before. Closer to reality, it will confront you with the challenges of city management and development as the head of a team of experts. How will you face the challenges of an always growing population, of climate change and all the environmental issues? How will you make Paris evolve? Will you renovate, transform or destroy and rebuild the existing buildings with towers, individual housing or parks? You have the power!',0,3.75,0,0,13624),(74415,'Mystery of the Ancients: Mudwater Creek','mystery-of-the-ancients-mudwater-creek','Mystery of the Ancients: Mudwater Creek',0,1,0,0,0),(74424,'Oxxonian','oxxonian','',0,1.25,0,13446,0),(74425,'The Emperor\'s New Groove','the-emperors-new-groove','The Emperor\'s New Groove is a video game based on the 2000 Disney film of the same name, developed by Argonaut Games for the PlayStation and Microsoft Windows, and by Sandbox Studios for the Game Boy Color.',0,1.25,0,13634,260),(2854,'Scooby-Doo! Unmasked','scooby-doo-unmasked','The player uses Scooby-Doo to take down enemies and collect clues for Velma. Scooby-Doo can change costumes which can give him different moves such as kung-fu and fly like a bat. Without using these costumes some levels may not be possible to finish. This is the third Scooby-Doo game to feature a laugh track. In the Nintendo DS game, there are a few minigames included to make use of its touchscreen.',0,1.25,60,197,1336),(53521,'Rocket Riot - Collectors Edition','rocket-riot-collectors-edition','',0,1.25,0,0,0),(53899,'Warhammer 40,000: Dawn of War II Master Collection','warhammer-40000-dawn-of-war-ii-master-collection','',0,1.25,0,0,0),(53900,'Warhammer 40,000: Eternal Crusade - Full Game - Imperium Edition','warhammer-40000-eternal-crusade-full-game-imperium-edition','',0,1.25,0,0,0),(53901,'Warhammer 40,000: Eternal Crusade - Full Game - Squadron Edition','warhammer-40000-eternal-crusade-full-game-squadron-edition','',0,1.25,0,0,0),(53902,'Warhammer 40,000: Eternal Crusade - Imperium Edition','warhammer-40000-eternal-crusade-imperium-edition','',0,1.25,0,0,0),(53920,'Weather Lord: Graduation','weather-lord-graduation','',0,1.25,0,0,0),(53921,'We Are All Individuals','we-are-all-individuals','',0,1.25,0,0,0),(53922,'Wars Across The World - Expanded Collection','wars-across-the-world-expanded-collection--1','',0,1.25,0,0,0),(53926,'Battles in Normandy','battles-in-normandy--1','',0,1.25,0,639,639),(53931,'Versailles Mysteries - The Royal Spy','versailles-mysteries-the-royal-spy','',0,1.25,0,0,0),(53932,'Venetica - Gold Edition','venetica-gold-edition','',0,1.25,0,0,0),(53934,'Vampire Saga: Welcome to Hell Lock','vampire-saga-welcome-to-hell-lock','',0,1.25,0,0,0),(53935,'Vampire Saga: Pandoras Box','vampire-saga-pandoras-box','',0,1.25,0,0,0),(53936,'Vampire Saga 3: Break Out','vampire-saga-3-break-out','',0,1.25,0,0,0),(53947,'Two Brothers Deluxe Edition','two-brothers-deluxe-edition','',0,1.25,0,0,0),(53948,'Turtle Odyssey 2','turtle-odyssey-2','',0,1.25,0,0,0),(53949,'Turtix Rescue Adventure','turtix-rescue-adventure','',0,1.25,0,0,0),(53951,'Turbogems','turbogems','',0,1.25,0,0,0),(53952,'Tryst Premium Edition','tryst-premium-edition','',0,1.25,0,0,0),(53953,'TRON RUN/r Ultimate Edition','tron-run-slash-r-ultimate-edition--1','',0,1.25,0,0,0),(53979,'Drugstore Mania','drugstore-mania','',0,1.25,0,0,0),(53980,'DROD: Gunthro and the Epic Blunder','drod-gunthro-and-the-epic-blunder','',0,1.25,0,0,0),(53981,'Dress Up Rush','dress-up-rush','',0,1.25,0,0,0),(53982,'Dream Cars','dream-cars','',0,1.25,0,0,0),(53983,'DreadChase','dreadchase','',0,1.25,0,0,0),(53984,'Dragonblade: Cursed Lands Treasure','dragonblade-cursed-lands-treasure','',0,1.25,0,0,0),(53985,'Dragon-X - Gold Quest','dragon-x-gold-quest','',0,1.25,0,0,0),(44303,'Sledge 3D','sledge-3d','A demo program for the 3-D Goggles. BaronVR described it like this : \"The effect is that of a track extending from the monitor surface to about 3 feet inside the monitor surface, the speed controlled by pushing up or down on the joystick...\"',0,1.25,0,0,0),(44304,'Pitcher\'s Duel','pitchers-duel','Pitcher\'s Duel was sold both as cart only and cartridge with manual and full color printed GCE Style cardboard box. Approximately, 250-300 are believed to exist, of which somewhere around 200 were sold complete. Those sold complete with box at the 2007 Classic Gaming Expo had a PCB contained in a green transluscent reproduction shell while those sold after were contained in the standard black shell. There was no overlay included however an overlay design is depicted on the box. In addition, the was one Pitcher\'s Duel Collectors Set auctioned at CGE2K7 which included both the green translucent and black standard versions of Pitcher\'s Duel as well as exclusive red translucent and blue translucent version of the cart.',0,1.25,0,0,0),(54000,'Empires & Dungeons 2: The Sultanate (Premium Edition)','empires-and-dungeons-2-the-sultanate-premium-edition','',0,1.25,0,0,0),(54001,'Empires & Dungeons 2: The Sultanate (Standard Edition)','empires-and-dungeons-2-the-sultanate-standard-edition','',0,1.25,0,0,0),(54002,'Enchanted Fairy Friends','enchanted-fairy-friends','',0,1.25,0,0,0),(54003,'duplicate Eryi’s Action','duplicate-eryis-action','',0,1,0,0,0),(54004,'Engineering: Mystery of the Ancient Clock','engineering-mystery-of-the-ancient-clock','',0,1.25,0,0,0),(54005,'Eufloria HD Deluxe Edition','eufloria-hd-deluxe-edition','',0,1.25,0,0,0),(54006,'Euro Truck Simulator Gold','euro-truck-simulator-gold','',0,1.25,0,0,0),(54007,'Euroleague Basketball Manager','euroleague-basketball-manager','',0,1.25,0,0,0),(54008,'European Football Manager','european-football-manager','5 A Side Legends Football Manager',0,1.25,0,0,0),(54009,'Everything Nice','everything-nice','',0,1.25,0,0,0),(54010,'Evoly','evoly','',0,1.25,0,0,0),(54011,'Exorcist','exorcist','',0,1.25,0,0,0),(54012,'Expendable','expendable','',0,1.25,0,0,0),(54013,'Explore The World','explore-the-world','',0,1.25,0,0,0),(54014,'F.E.A.R. First Encounter Assault Recon','fear-first-encounter-assault-recon','',0,1.25,0,0,0),(54018,'Family Vacation - California','family-vacation-california','',0,1.25,0,0,0),(54019,'Family Vacation 2 – Road Trip','family-vacation-2-road-trip','',0,1.25,0,0,0),(54020,'FBI Paranormal Case Extended Edition','fbi-paranormal-case-extended-edition','',0,1.25,0,0,0),(54021,'Fast Lanes Carnage','fast-lanes-carnage','',0,1.25,0,0,0),(54022,'Fashion Fits','fashion-fits','',0,1.25,0,0,0),(54023,'Fashion Craze','fashion-craze','',0,1.25,0,0,0),(54024,'Farm Mania','farm-mania','',0,1.25,0,0,0),(54025,'Farm Machine Championships 2013','farm-machine-championships-2013','',0,1.25,0,0,0),(54057,'Grey Goo Definitive Edition','grey-goo-definitive-edition','',0,1.25,0,0,0),(44321,'PC Pachi Slot 777','pc-pachi-slot-777','Slot Game',0,1.25,0,0,0),(54060,'Great Adventures Lost Mountains','great-adventures-lost-mountains','',0,1.25,0,0,0),(54061,'Graviteam Tactics: Zhalanashkol 1969','graviteam-tactics-zhalanashkol-1969','',0,1.25,0,0,0),(54062,'Graviteam Tactics: Shilovo 1942','graviteam-tactics-shilovo-1942','',0,1.25,0,0,0),(54063,'Grand Prix Evolution','grand-prix-evolution','',0,1.25,0,0,0),(54064,'Grand Prix Championship 2','grand-prix-championship-2','',0,1.25,0,0,0),(54065,'Grace\'s Quest: To Catch An Art Thief','graces-quest-to-catch-an-art-thief','',0,1.25,0,0,0),(54066,'Governor of Poker 2 Standard Edition','governor-of-poker-2-standard-edition','',0,1.25,0,0,0),(54067,'Gourmania 3: Zoo Zoom','gourmania-3-zoo-zoom','',0,1.25,0,0,0),(54068,'Gourmania 2: Great Expectations','gourmania-2-great-expectations','',0,1.25,0,0,0),(54069,'Goodbye Deponia Premium Edition','goodbye-deponia-premium-edition','',0,1.25,0,0,0),(54070,'Good Intentions','good-intentions','',0,1.25,0,0,0),(54071,'Gunspell','gunspell','',0,1.25,0,0,0),(54072,'Gunners Heart','gunners-heart','',0,1.25,0,0,0),(54074,'Guild Wars 2: Heart of Thorns. Digital Deluxe','guild-wars-2-heart-of-thorns-digital-deluxe','',0,1.25,0,0,0),(54075,'Guild of Dungeoneering Deluxe Edition','guild-of-dungeoneering-deluxe-edition','',0,1.25,0,0,0),(54076,'Gwen the Magic Nanny','gwen-the-magic-nanny','',0,1.25,0,0,0),(44325,'Dai Senpu','dai-senpu','Daisenpū is a vertical shooter by Nec Interchannel and conversion of the arcade game of the same name (also known as Twin Hawk) originally released by Toaplan in 1989. In the year 193X, country R is overwhelmed by hostile enemy forces and the small oasis town \'S\' is the main target of the attack. A handful of survivors escape to the jungle and start working on a counter attack - but they are soon discovered and are now running out of time, and they must launch the Daisenpū squadron before it is fully operational. The player takes control of a fighter plane and must fly deep into enemy territory, attack ground targets such as tanks, turrets and warships (the game curiously doesn\'t feature any flying enemies and no obstacles to fly into, beside enemy bullets). The plane starts equipped with a limited double-shot machine gun that can be slowly upgraded throughout the game by collecting power-pods left behind by small trucks. But the originality of Daisenpū lies elsewhere - the player can call a small squadron of six planes and have them fly in formation, shooting anything in sight and crashing into an enemy unit when defeated. The squadron can also commit a Kamikaze attack at anytime and destroy ground units, or combine to release a devastative bomb-attack. Finally, Daisenpū offers an unusual feature - levels do not pause between them and reveal instead a continuous flow of undisturbed shooting action.',0,1.25,0,0,0),(44327,'F1 Dream','f1-dream','F-1 Dream is an automobile racing game for the PC Engine released exclusively in Japan in 1988. \n \nThe graphics are identical to the arcade game, even down to the pit crew and lane and fans in the stands. The controls are the same as well: The d-pad controls all eight ways, and the two buttons work as both gas-and-brake and as the transmission. Press the II button to launch the car, and once first gear tops out, quick switch to the I button. If your car is Turbo-equipped, once second gear tops out, hold down both buttons to kick in the afterburner. Letting go of the top gear button will brake the car, and hitting the button again will resume acceleration. The game includes back-markers as well. If you\'re leading the race or you and an opponent are well ahead of the pack, slower white cars will appear on the track to make things interesting for you, usually just as you\'re coming up to a particularly tough corner, or drifting across your lane on a straight and forcing you to make a course correction. They\'re a minor annoyance, but one to keep you on your toes when you\'ve left everyone else in your dust. \n \nThe console game designers must have thought that the game needed to be expanded upon, because everything else about the game, outside of the actual racing, is totally different. Instead of jumping right into the F3000 circuit, they\'ve turned it more into a career-mode. You start with street racing your Porsche 911 in races for cash, matching up head to head with another racer and betting on the result. Money that you win in these races can be used to hire yourself a pit crew that comes with you no matter where you\'re racing. Once you\'ve proven yourself on the street (or you blow all your money, strangely), you get the call: F3000 wants you!',0,1.25,0,0,0),(44331,'Usa Pro Basketball','usa-pro-basketball','',0,1.25,0,0,0),(44401,'Nomark Baku Haitou: Shijou Saikyou no Jakushi Tatsu','nomark-baku-haitou-shijou-saikyou-no-jakushi-tatsu','Nomark Baku Haitou: Shijou Saikyou no Jakushi Tatsu is a Miscellaneous game, published by Angel (Bandai), which was released in Japan in 1995.',0,1,0,0,0),(44405,'Gamble Hourouki','gamble-hourouki','Gamble Hourouki is a Miscellaneous game, published by Vap, which was released in Japan in 1996.',0,1,0,0,0),(44407,'Gambler Jiko Chuushinha: Mahjong Kouisen','gambler-jiko-chuushinha-mahjong-kouisen','Gambler Jiko Chuushinha: Mahjong Kouisen is a Miscellaneous game, developed by Bits Laboratory and published by PalSoft, which was released in Japan in 1992.',0,1,0,0,0),(74745,'South Park: The Fractured But Whole - Relics of Zaron','south-park-the-fractured-but-whole-relics-of-zaron','Pay homage to the epic war waged for the Stick of Truth with the Relics of Zaron – Stick of Truth Costumes and Perks Pack.',0,5.75,0,104,1225),(74746,'The Arena','the-arena','The Arena is a team arena brawler, something like Battlerite mixed with World of Warcraft PvP.',0,3.75,0,13664,13664),(74747,'Monopoly IO','monopoly-io','Monopoly IO is the classic board game built for the web, complete with fully online multiplayer. Compete and negotiate for properties online with matchmaking, or grab some friends and play in a private session.',0,5,0,0,0),(74748,'Cobra','cobra--1','',0,1.5,0,3698,3698),(74749,'Cobra: Kokuryū Ō no Densetsu','cobra-kokuryu-o-no-densetsu','',0,1.25,0,864,864),(44532,'Toy Soldiers: War Chest Hall of Fame Edition','toy-soldiers-war-chest-hall-of-fame-edition','The Toy Soldiers: War Chest Hall of Fame Edition is the paramount Toy Soldier experience. This fast-paced genre-bending mix of strategy defense and action game brings to life the iconic action figures from your childhood like He-Man(TM), G.I. Joe, and Cobra and four other toy-inspired armies. \n \nWith eight unique armies to protect your toy box with - all with distinct strengths and personalities - there\'s a faction for every play style. Customize your load-out before battle and earn new items while conquering and exploring over 15 unique maps. \n \nWhose toys are best? Grab up to three other friends and find out! Multiplayer includes up to 2v2, survival mode, and you\'ll be able to play any of the modes co-operatively, locally on one console or online. \n \nNew challenges arrive every seven days with the new Weekly War Mode. Earn new content and items when you complete all five maps for the week.',0,1,0,0,0),(44533,'One Piece Burning Blood Marineford Collector\'s Edition','one-piece-burning-blood-marineford-collectors-edition','Exclusive to the PlayStation®4, One Piece: Burning Blood Marineford Edition celebrates \"The Strongest Man in the World\" with contents iconic to the dramatic Marineford story arc. \nIncludes Base Game \nOfficial Art Book \nMarineford Display Background \n2 Figures: \nEdward \"Whitebeard\" Newgate Statue (19.5cm tall) \nWhitebeard\'s Grave (29.5cm tall) \nRemovable jacket can be worn over Whitebeard\'s shoulders or hung on his grave for a perfect visual recreation from the series. \nCollector\'s Box',0,1.25,0,0,0),(44536,'DARIUSBURST CS - Limited Edition','dariusburst-cs-limited-edition','DARIUSBURST Chronicle Saviours is the latest installment in Taito\'s DARIUS series of arcade-style shooting games. Blast hordes of alien sea-monsters, and blaze your own trail through branching environments.',0,1,0,0,0),(44537,'Dynasty Warriors: God Seekers','dynasty-warriors-god-seekers','',0,1,0,0,0),(44539,'NieR: Automata - Limited Edition Steelbook','nier-automata-limited-edition-steelbook','Invaders from another world attack without warning - unleashing the machine lifeforms. To break the deadlock, a new breed of android infantry is sent into the fray: the YoRHa squad. NieR: AutomataTM is a fresh take on the action role-playing game (RPG) genre that gracefully blends mesmerising action with a captivating story. The Limited Edition will include an exclusive Steelbook with illustrations of characters Akihiko Yoshida and all the DLC content in Day1 Edition: • Machine Mask Accessory • Grimoire Weiss Pod • Play System Pod Skin • Retro Grey Pod Skin • Retro Red Skin • Cardboard Pod Skin',0,1.25,0,0,0),(44540,'The Nonary Games','the-nonary-games','A Million Ways to Die \nBoth Nine Hours, Nine Persons, Nine Doors (999) and its sequel, Virtue\'s Last Reward (VLR), are together in the same collection for the first time ever! \n \nRemastered and Revamped \nHi-res graphics bring the savage world of Nine Hours, Nine Persons, Nine Doors to life with stunning clarity! Experience full immersion with English and Japanese dual voice audio! \n \nThe Path Before You \nYour choices dictate the fate of you and your \"teammates\" and offer multiple paths to unique endings. \n \nMore Than A Game \nOver 80 hours of gameplay, dual voice implementation, brain shredding puzzles, jaw-dropping story and unforgettable characters combine to create one of the most gripping narrative threads in gaming history!',0,1,0,0,0),(44542,'Bloodborne Collector\'s Edition','bloodborne-collectors-edition','Face your fears as you search for answers in the ancient city of Yharnam, now cursed with a strange endemic illness spreading through the streets like wildfire. Danger, death and madness lurk around every corner of this dark and horrific world, and you must discover its darkest secrets in order to survive. \n \nA Terrifying New World: Journey to a horror-filled gothic city where deranged mobs and nightmarish creatures lurk around every corner. \n \nStrategic Action Combat: Armed with a unique arsenal of weaponry, including guns and saw cleavers, you\'ll need wits, strategy and reflexes to take down the agile and intelligent enemies that guard the city\'s dark secrets. \n \nA New Generation of Action RPG: Stunningly detailed gothic environments, atmospheric lighting, and advanced new online experiences showcase the power and prowess of the PlayStation(R)4 system.',0,2,0,0,0),(44546,'Air Conflicts: Vietnam Ultimate Edition','air-conflicts-vietnam-ultimate-edition','Take to the skies above Vietnam and fly for both sides of this explosive conflict. All-out aerial warfare Experience the horrors and heroism of the Vietnam War and prove your worth in aerial dogfights, daring helicopter missions and intense multiplayer battles. Immerse yourself in an emotionally charged storyline as Joe Thompson, a courageous and determined pilot in the US Navy fighting for the ideals of his country - then experience the fight from the other side as Vietnamese pilot Nguyen An Toon in the \"Lost Letters\" campaign.',0,1,0,0,0),(74788,'Deceiver','deceiver','Deceiver',0,1,0,0,0),(74792,'After The End: Forsaken Destiny','after-the-end-forsaken-destiny','After The End: Forsaken Destiny',0,1,0,0,0),(3039,'Battlefield 3: End Game','battlefield-3-end-game','',74.9216,1.25,90,1,94),(44562,'Naruto Shippuden: Ultimate Ninja Storm Collection','naruto-shippuden-ultimate-ninja-storm-collection','The Legendary saga is yours! Relive the most epic adventure ever created. Naruto Shippuden Ultimate Ninja Storm Collection includes Naruto Ultimate Ninja Storm, Naruto Ultimate Ninja Storm 2, Naruto Ultimate Ninja Storm 3 Full Burst!',0,1,0,0,0),(44564,'Record of Agarest War 2 Limited Edition','record-of-agarest-war-2-limited-edition','The central continent, from where the light is believed to have originated from, went silent, while at the same time demons began to spread throughout the world like a plague. Amongst the survivors of the catastrophe, that fateful day became known as the \"Day of Light.\" \n \nSometime after the events of the Day of Light, a young man by the name of Weiss, who had lost all memory of himself, encounters an enigmatic woman named Eva, who introduces herself as an Agent of the Divine. It is from her that Weiss learns that he has committed the grievous sin of deicide, and that in order for him to atone for his crime he is to become the \"Vessel\" in which the power of the divinity he had slaughtered will be stored. For it will be that power that will be used to resurrect the one whose life he stole. \n \nFor those who betray the divine will pay for their sins in the space which separates salvation and damnation, as will their progeny...',0,1,0,0,0),(44565,'Hakuoki: Stories of the Shinsengumi','hakuoki-stories-of-the-shinsengumi','Plot: Follow Chizuru, a young woman who finds herself fighting alongside the infamous Shinsengumi as competing factions war for control of Japan. In the midst of all this bloodshed and chaos, will Chizuru find love?',0,1.25,0,0,0),(44566,'Ryoufuu no Melt: Days in the Sanctuary','ryoufuu-no-melt-days-in-the-sanctuary','Japan',0,1,0,0,0),(74808,'Target Acquired','target-acquired','A side-scrolling endless runner/action mobile game',0,1,0,0,0),(3059,'Nintendogs + Cats: Toy Poodle & New Friends','nintendogs-plus-cats-toy-poodle-and-new-friends','nintendogs + cats, a game that lets players interact with realistic puppies - and kittens - in a variety of fun ways. There are three versions of the software, each with different starting breeds: French bulldog, toy poodle and golden retriever. But in each version players can unlock and enjoy more than 20 different breeds.',0,1.25,65,70,1103),(74876,'Million Arthur: Arcana Blood','million-arthur-arcana-blood','',0,1.25,0,0,0),(74877,'Mega Man Arena','mega-man-arena','',0,1.25,0,0,0),(74879,'Persona 5: Ultimate Edition','persona-5-ultimate-edition','',0,1.25,0,0,0),(74880,'Hitman Collection','hitman-collection','',0,2,0,0,0),(74883,'Kick Off: Extra Time','kick-off-extra-time','',0,1.25,0,11507,11507),(74884,'Star Wars: The Force Unleashed - Character Pack 1','star-wars-the-force-unleashed-character-pack-1','Now that you’ve unleashed the force you can download 7 brand characters to the make the experience even more memorable! Play as characters such as Jedi Knight Anakin Skywalker, Jedi Knight Obi-Wan Kenobi, Jedi Knight Luke Skywalker, Imperial Commando, Darth Sion, Ki-Adi-Mundi and Kit Fisto. Also you’ll get 3 all new Secret Apprentice costumes including Hooded Combat Gear, General Starkiller and Sith Assassin. \n \nThis pack is included in the Ultimate Sith Edition.',0,2,0,10,10),(74885,'Star Wars: The Force Unleashed - Character Pack 2','star-wars-the-force-unleashed-character-pack-2','In this pack you get seven new characters including Republic Trooper, Tatooine Luke, Ben Kenobi, Jedi Master Plo Koon, Count Dooku, Jango Fett, and C-3P0. You’ll also get three new Secret Apprentice costumes including Utility Combat Suit Apprentice, Animated-style Apprentice, and Spirit Apprentice. \n \nThis pack is included in the Ultimate Sith Edition.',0,2,0,10,10),(74887,'Heat Wave: Offshore Superboat Racing','heat-wave-offshore-superboat-racing','',0,1.25,0,547,13361),(74888,'Jack Nicklaus presents The Major Championship Courses of 1989','jack-nicklaus-presents-the-major-championship-courses-of-1989','',0,1.25,0,13692,387),(74889,'Kiss of Murder: Another Story of Manhattan Requiem','kiss-of-murder-another-story-of-manhattan-requiem','',0,1.75,0,4530,4530),(74890,'J.B. Harold 3: D.C. Connection','jb-harold-3-dc-connection','',0,1.75,0,4530,4530),(74893,'Hippo Rush','hippo-rush','Are you ready to take on a new challenge? If yes,then Hippo Rush is all yours.Fasten your belts and get ready to showcase amazing joystick control to keep hippo safe from enemies and rockets booming through the tunnel. \nGet past all rockets and enemies so as to gather points.More time survived means more points obtained.Go for the challenge!',0,2.5,0,0,13695),(74895,'Star Wars: The Force Unleashed II - The Battle of Endor','star-wars-the-force-unleashed-ii-the-battle-of-endor','Continue your adventure as the Dark Apprentice, where you can forever change the history of the Star Wars Universe by executing Darth Vader’s orders to crush the Rebels as they mount their assault on Endor.',0,2.5,0,10,10),(74896,'Star Wars: The Force Unleashed II - Character Pack','star-wars-the-force-unleashed-ii-character-pack','Download additional content for Star Wars: The Force Unleashed II in this new character costume pack that will allow you to play as your favorite Star Wars characters, including Luke Skywalker in Dagobah Training Gear, Obi-Wan Kenobi in Clone Wars Battle Armor, Darth Malak, Han Solo, Lando Calrissian, Admiral Ackbar as well as new costumes for Starkiller.',0,2.25,0,10,10),(44593,'Disgaea Dimension 2: A Brighter Darkness','disgaea-dimension-2-a-brighter-darkness','To be released in Japan in 2013.',0,1,0,0,0),(44635,'Turbo trucks','turbo-trucks','Turbo Trucks is an aggressive, no-holds-barred race to the finish line featuring a line up of some seriously mean vehicles \n \nSet across winding woodland courses and remote desert canyons, you get to choose from a selection of gorgeous trucks and take on opponents in successive races to earn coveted trophies in the tournaments, or hone your driving skills in the quick races and time trials \nWin the tournaments to gain access to more courses and trucks! \nRam, smash and spin your opponents off the track while perfecting your racing line to gain the upper hand',0,1,0,0,0),(44636,'Play It Pinball','play-it-pinball','Play It Pinball is classic American pinball like you’ve never seen it before. Relive the games everybody was playing in the classic era of pinball with each table beautifully crafted to capture the atmosphere of 1950’s Americana. Features include 11 themed tables including Surf King, Western Sheriff, Baseball and Horror, hidden tables released as you rack up those high scores, and the option to choose your own viewpoint and table angle. Released only in Europe and Japan.',0,1,0,0,0),(44638,'EyeToy Play Hero','eyetoy-play-hero','EyeToy Play: Hero comes complete with a real toy sword for you to wield on your quest. The EyeToy Camera will track your sword\'s movements as you progress through your adventure.',0,1,0,0,0),(44640,'Casino Challenge','casino-challenge','Casino Challenge simulates all the fun and thrills of a real live casino, allowing you to re-create all the thrills of the gaming action you find in real casinos from Las Vegas to Monte Carlo. Choose your game and hit the tables. All the great and classic casino games are included in this one exciting package, including blackjack, simulated live horse racing, roulette and even jackpot-style slot machines. Playing Casino Challenge gives you an insight into how to play casino games more effectively; you can learn the secrets and develop your own play strategies the more you play and practice.',0,1.25,0,0,0),(44641,'IronStorm - World War Zero','ironstorm-world-war-zero','',0,1,0,0,0),(44642,'Soldier Of Fortune: Gold Edition','soldier-of-fortune-gold-edition','Objective: Use any means necessary to find and secure four stolen nuclear warheads. Track and stop the terrorist organization responsible for the theft before they can carry out their threat to national security. Dispatch as many terrorists, skinheads and enemy soldiers as necessary to complete your mission. Failure means more than just going hom in a bag, it could mean global thermonuclear holocaust. And worst of all, you won\'t get paid. Failure is not an option.',0,1,0,0,0),(44643,'Gunbird Special Edition','gunbird-special-edition','Gunbird Special Edition brings you one of the most popular arcade series for the first time on your console. Gunbird offers you the adventure for the legendary Atlers mirror that possesses a magical power to grant any wish to those who claim it. In search of the treasure are five adventurers ready to battle with all who attempt to stop them; only bravery, skill, and sheer determination can prevail. Can you take to the sky and battle your way to gaining the treasure? \n \nIn the second instalment of Gunbird you will set off on a crusade for the legendary wish fulfilling, Holy Elixir. The potion can only be found once all the elements from the Sun, Moon, and Star are uncovered and taken to the holy temple. Hot on your tail for the Elixir are the infamous sky pirates, you must defeat the pirates and fulfill the challenges set before you in order to make all your dreams come true. Let the Gunbird Adventure begin!!',0,1,0,0,0),(44645,'Ikkitousen: Shining Dragon','ikkitousen-shining-dragon','Ikki Tousen (一騎当千 Ikkitōsen?, lit. \"a Mighty Knight who matches a Thousand Knights\"), also known as Battle Vixens in North America, is a manga series written and illustrated by Yuji Shiozaki. Based on the classic Chinese novel Romance of the Three Kingdoms, the series revolves around an all-out turf war in the Kanto region of Japan where fighters known as Tōshi (闘士?, meaning \"fighting soldier\") from seven schools battle for supremacy. The story centers on Hakufu Sonsaku, a fighter who transfers to Nanyo Academy, one of the seven schools involved in the turf war. \n \nThe manga started serialization in the seinen manga magazine Comic Gum, and the first tankōbon was released in October 2000, with a total of 24 volumes available as of September 25, 2015. The manga was licensed in North America and the United Kingdom by Tokyopop with adaptation from Keith Giffen under the title Battle Vixens, and in Australia and New Zealand by Madman Entertainment. \n \nA 13-episode anime adaptation produced by J.C.Staff aired between July and October 2003, on AT-X and other channels. A second anime season produced by Arms aired on AT-X between February and May 2007, spanning twelve episodes. A third anime season, also produced by Arms, aired on AT-X between June and August 2008, spanning twelve episodes and featuring an all-new plotline and characters. A fourth anime season produced by TNK and Arms aired on AT-X and other channels between March and June 2010, spanning 12 episodes and introducing new schools and characters. An anime OVA was announced by Media Factory, and premiered in Japanese theaters on November 12, 2011. \n \nThe first anime season was licensed in North America by Geneon Entertainment, but it is now licensed by Funimation after Geneon withdrew from the anime market. The second anime season is licensed in North America by Media Blasters. The third anime season was also licensed by Media Blasters,but it is now licensed by Funimation. The fourth anime season is also licensed by Funimation.',0,1.25,0,0,0),(44646,'K-1 Premium Dynamite!!','k-1-premium-dynamite','',0,1,0,0,0),(44647,'Naruto Shippuden: Ultimate Ninja 4','naruto-shippuden-ultimate-ninja-4--1','Ultimate Ninja 4: NARUTO SHIPPUDEN is the first game to bring SHIPPUDEN, the new grand chapter of Naruto saga to North America. Armed with a brand new combat system and massive storyline, the game delivers the largest roster of more mature, faster and stronger ninjas to master and a brand new world of NARUTO SHIPPUDEN to discover.',0,1,0,0,0),(44650,'Deception IV: The Nightmare Princess','deception-iv-the-nightmare-princess','The Nightmare Princess introduces the new character Valgyrie, who is able to set traps as well as directly attack enemies by kicking. The player can deal damage to an enemy by stomping on them after they have fallen to the ground, or kick them into traps. \n \nModes \nThe main feature of the game is called the Quest Mode, which features 100 new quests to complete. In it, the player plays as Valgyrie, and is able to obtain new traps and abilities. \n \nThe game will also include an option titled Deception Studio, which allows players to create their own characters, enemies, and missions.[5] Parts for Deception Studio can be acquired by playing Quest Mode.',0,1.25,0,0,0),(44653,'God of War Trilogy','god-of-war-trilogy','Three epic adventures of conquest, destiny, and vengeance, God Of War, God Of War II and God Of War III unite on PS3!',0,1,0,0,0),(44654,'Sniper Elite V2: Game of the Year','sniper-elite-v2-game-of-the-year','Sniper Elite V2 is an award-winning and authentic World War II sniping experience. You are elite US sniper Karl Fairburne. Parachuted into Berlin amidst the Germans’ final stand, your mission is to prevent Nazi V2 rocket program technology from falling into the hands of the besieging Red Army. You must aid key scientists keen to defect to the US, and terminate those who would help the Russians. \n \nTake advantage of authentic weaponry, learn how to stalk your targets, fortify your position, set up the shot, use your skill, patience and cunning to achieve your mission. Stealth gameplay is the key as you find yourself trapped between two desperate armies in a race against time. \n \nWatch as the celebrated ‘bullet cam’ from Sniper Elite returns, bloodier and more gruesome than ever – skilful shots are rewarded with a slow-motion flight of the bullet, then targets are graphically rendered in X-Ray as the bullet enters and destroys your victim. Organs shred, bones splinter, teeth shatter, as the true impact of the sniper’s bullet is brought to life.',0,1,0,0,0),(44655,'Soul Calibur V Collectors Edition','soul-calibur-v-collectors-edition','Soulcalibur V (ソウルキャリバーV SōruKyaribā Faibu?) is a fighting game developed and released by Namco Bandai Games for the PlayStation 3 and Xbox 360 in 2012. The sixth main installment in Namco\'s Soul series of fighting games, Soulcalibur V is the follow-up to Soulcalibur IV and retains the weapon-based combat that characterizes the series but follows a new character, Patroklos, who aims to rid his sister of a curse brought upon her by an ancient weapon. The game was positively received but was often criticized for the removal of many iconic characters from the earlier games in the series and its lackluster story mode.',0,1,0,0,0),(44656,'JoJo no Kimyou na Bouken: Eyes of Heaven','jojo-no-kimyou-na-bouken-eyes-of-heaven','JoJo\'s Bizarre Adventure: Eyes of Heaven (Japanese: ジョジョの奇妙な冒険 アイズオブヘブン? Hepburn: JoJo no Kimyō na Bōken Aizu Obu Hebun) is an action video game for the PlayStation 3 and PlayStation 4 developed by CyberConnect2 and published by Bandai Namco Entertainment. Based on the JoJo\'s Bizarre Adventure manga series by Hirohiko Araki, Eyes of Heaven is the second game in the franchise to be developed by CyberConnect2, following 2013\'s JoJo\'s Bizarre Adventure: All Star Battle. The game was released for the PlayStation 3 and PlayStation 4 in Japan on December 17, 2015 and was released exclusively on the PlayStation 4 in Western territories on June 28, 2016.',0,1,0,0,0),(44657,'Ninja Gaiden Sigma 2: Collector\'s Edition','ninja-gaiden-sigma-2-collectors-edition','Limited Edition 80 page \'Ninja Gaiden Treasury\' featuring: -Ninja Gaiden Sigma 2 prologue comic written and designed by Team NINJA, which sheds more light on the intriguing storylines of Ninja Gaiden. -Character and Concept Art Gallery. - Lite-Strategy Guide including: Weapon Profiles for the 4 playable characters. Combos & Ninpos. Hints and Tips for Story Mode and Team Missions. - Commentary from Ninja Gaiden Sigma 2 producer Yosuke Hayashi, the Lead Artists behind the game and one final Tidbit from Team NINJA....',0,1,0,0,0),(44658,'Enslaved Odyssey To The West Collectors Edition','enslaved-odyssey-to-the-west-collectors-edition','To The West Collectors Edition Includes: Enslaved Odyssey Art Book // Enslaved Odyssey Soundtrack CD.',0,1,0,0,0),(44659,'Zone Of The Enders HD Collection: Limited Collectors Edition','zone-of-the-enders-hd-collection-limited-collectors-edition','',0,1,0,0,0),(44661,'Naruto: Ultimate Ninja Storm Collectors Edition','naruto-ultimate-ninja-storm-collectors-edition','',0,1,0,0,0),(44663,'Anarchy Reigns: Limited Edition','anarchy-reigns-limited-edition','Set in the post-apocalyptic future, this is an over-the-top close combat fighting game, set in a massively open and fantastical world. Pick from an imaginative mix of human and cyborg characters and set out on a multiplayer melee where anarchy reigns. \n \nWith a diverse range of multiplayer modes on offer, ANARCHY REIGNS™ pits players against each other in a variety of team or individual versus battles.',0,1.25,0,0,0),(44664,'God of War: Ascension Special Edition','god-of-war-ascension-special-edition','God of War: Ascension returns players to the storyline of the epic God of War franchise. Join Kratos as he seeks freedom, redemption and the clarity to avenge his family. Or seek your own glory in epic 8-player mutliplayer battles. \n \nThe Special Edition features the premium steelbook game case, the multiplayer double XP bonus, official game soundtrack (digital version) and a PS3 dynamic theme and an avatar pack.',0,1,0,0,0),(54084,'Hospital Haste','hospital-haste','',0,1.25,0,0,0),(3093,'Battlefield 4: Second Assault','battlefield-4-second-assault-382c1324-6c4a-4da5-8498-06a65b32abcd','Battlefield 4 Second Assault will be available post launch first for Xbox One consumers. This Premium expansion pack will feature four of the most fan-favorite maps from Battlefield 3, redesigned to take advantage of our advanced Frostbite 3 engine and enhanced to include new multiplayer features from Battlefield 4.',79.9838,1.25,70,1,94),(54113,'In Search of the Lost Temple','in-search-of-the-lost-temple','',0,1.25,0,0,0),(54114,'In Vitra - JRPG Adventure','in-vitra-jrpg-adventure','',0,1.25,0,0,0),(54115,'Incredible Express','incredible-express','',0,1.25,0,0,0),(54116,'Island Tribe 2','island-tribe-2','',0,1.25,0,0,0),(54117,'Island Tribe','island-tribe','',0,1.25,0,0,0),(54118,'Island Realms','island-realms','',0,1.25,0,0,0),(54119,'Island Defence','island-defence','',0,1.25,0,0,0),(54120,'Ironclads: Anglo-Russian War 1865','ironclads-anglo-russian-war-1865','',0,1.25,0,0,0),(54121,'Into the Haze','into-the-haze','',0,1.25,0,0,0),(54123,'International Basketball Manager Season 2010/11','international-basketball-manager-season-2010-slash-11','',0,1.25,0,0,0),(54124,'International Basketball 2009','international-basketball-2009','',0,1.25,0,0,0),(54125,'Insider Tales: Vanished In Rome','insider-tales-vanished-in-rome','',0,1.25,0,0,0),(54126,'Insider Tales: The Stolen Venus','insider-tales-the-stolen-venus','',0,1.25,0,0,0),(54127,'Inside My Radio. Digital Deluxe Edition','inside-my-radio-digital-deluxe-edition','',0,1.25,0,0,0),(54128,'Infinity Danger','infinity-danger','',0,1.25,0,0,0),(54129,'Inferno+','inferno-plus','',0,1.25,0,0,0),(54130,'Infans Solaris','infans-solaris','',0,1.25,0,0,0),(54131,'Industry Giant 2 Gold Edition 2012','industry-giant-2-gold-edition-2012','',0,1.25,0,0,0),(54132,'Jack Keane - The Complete Edition','jack-keane-the-complete-edition','',0,1.25,0,0,0),(54133,'Jack of All Trades','jack-of-all-trades','',0,1.25,0,0,0),(54134,'Jagged Farm: Birth of a Hero','jagged-farm-birth-of-a-hero','',0,1.25,0,0,0),(54135,'Jane’s Hotel Mania','janes-hotel-mania','',0,1.25,0,0,0),(54136,'Jane’s Realty','janes-realty--1','',0,1.25,0,0,0),(54137,'Jane’s Realty 2','janes-realty-2','',0,1.25,0,0,0),(54138,'Jessica: Mysterious Journey','jessica-mysterious-journey','',0,1.25,0,0,0),(54139,'Jessica: Mystery of Courchevel','jessica-mystery-of-courchevel','',0,1.25,0,0,0),(54140,'Jet Storm: Modern Dogfights','jet-storm-modern-dogfights','',0,1.5,0,0,0),(54141,'Jewel Quest Mysteries 2: Trail of the Midnight Heart','jewel-quest-mysteries-2-trail-of-the-midnight-heart','',0,1.25,0,0,0),(54142,'JeweliX','jewelix','',0,1.25,0,0,0),(54143,'Jewels of Cleopatra','jewels-of-cleopatra','',0,1.25,0,0,0),(54144,'Jewels of Cleopatra 2','jewels-of-cleopatra-2','',0,1.25,0,0,0),(54145,'duplicate Joe’s Diner','duplicate-joes-diner','',0,1,0,0,0),(54146,'Journey of Hope','journey-of-hope','',0,1.25,0,0,0),(54147,'Julia\'s Quest: United Kingdom','julias-quest-united-kingdom','',0,1.25,0,0,0),(54148,'Kino One','kino-one','',0,1.25,0,0,0),(54150,'Kings Collection','kings-collection','',0,1.25,0,0,0),(54151,'Kings Bounty: Dark Side Premium Edition','kings-bounty-dark-side-premium-edition--1','',0,1.25,0,0,0),(54153,'King\'s Bounty Warriors of the North Valhalla Edition','kings-bounty-warriors-of-the-north-valhalla-edition','',0,1.25,0,0,0),(54154,'King\'s Bounty Platinum Edition','kings-bounty-platinum-edition','',0,1.25,0,0,0),(54156,'Kelly Green - Garden Queen','kelly-green-garden-queen','',0,1.25,0,0,0),(54158,'Karate Panda','karate-panda','',0,1.25,0,0,0),(54159,'Jungle Wild','jungle-wild','',0,1.25,0,0,0),(74924,'Travel VR','travel-vr','“If we were meant to stay in one place, we would have roots rather than feet!”',0,1,0,0,0),(74927,'Minimancer','minimancer','Build your team, fight your way through the land, unlock minions and become the ultimate Minimancer!',0,1,0,0,0),(74928,'Kekistan: This is War','kekistan-this-is-war','This is War! You, as a Kekistani half human, half robot. You have a mission. Complete it!',0,1,0,0,0),(54174,'Magic Fairies Flower Kingdom','magic-fairies-flower-kingdom','',0,1.25,0,0,0),(54175,'Ludo Master','ludo-master','',0,1.25,0,0,0),(54176,'Lucky Streak Poker','lucky-streak-poker','',0,1.25,0,0,0),(54177,'Lost Labyrinth Extended Edition','lost-labyrinth-extended-edition','',0,1.25,0,0,0),(54178,'Locomotive 4 – Deluxe Edition','locomotive-4-deluxe-edition','',0,1.25,0,0,0),(54179,'Tri-Peaks Twist Collection','tri-peaks-twist-collection','',0,1.25,0,0,0),(54182,'Trainz Murchison 2','trainz-murchison-2','',0,1.25,0,0,0),(54213,'Mall-A-Palooza','mall-a-palooza','',0,1,0,0,0),(54215,'Mega World Smash','mega-world-smash','',0,1,0,0,0),(54216,'Medieval Engineers Deluxe Edition','medieval-engineers-deluxe-edition','',0,1,0,0,0),(54219,'Spirit\'s Embrace','spirits-embrace','Spirit\'s Embrace is a commercial fantasy game with themes revolving around angels, demons and death currently in development. The game will have 2 optional main characters and 8 different endings.',0,1.25,0,0,0),(54221,'Mystery Cruise','mystery-cruise','',0,1.25,0,0,0),(54222,'Mysteries of Horus','mysteries-of-horus','',0,1.25,0,0,0),(54223,'MyRPG','myrpg','',0,1.25,0,0,0),(54224,'My Lovely Pony','my-lovely-pony','',0,1.25,0,0,0),(54225,'My Farm Life 2','my-farm-life-2','',0,1.25,0,0,0),(54226,'Mr Constructor','mr-constructor','',0,1.25,0,0,0),(54227,'Mouse in a Stew','mouse-in-a-stew','',0,1.25,0,0,0),(54228,'Mouse Boy','mouse-boy','',0,1.25,0,0,0),(54229,'Mount & Blade Collection','mount-and-blade-collection','',0,1.25,0,0,0),(54230,'Motor Town: Soul of the Machine','motor-town-soul-of-the-machine','',0,1.25,0,0,0),(54231,'Monster Ball PC','monster-ball-pc','',0,1.25,0,0,0),(54232,'Modern Warrior Special Tactics','modern-warrior-special-tactics','',0,1.25,0,0,0),(54233,'Miss Teri Tales - Where\'s Jason','miss-teri-tales-wheres-jason','',0,1.25,0,0,0),(54234,'Miss Teri Tales - Danger Next Door','miss-teri-tales-danger-next-door','',0,1.25,0,0,0),(54235,'Miss Chic Romantic','miss-chic-romantic','',0,1.25,0,0,0),(54236,'Miss Chic Business','miss-chic-business','',0,1.25,0,0,0),(54237,'Mishap 2: An Intentional Haunting Standard Edition','mishap-2-an-intentional-haunting-standard-edition','',0,1.25,0,0,0),(44697,'Soccer Life!','soccer-life','Starting as an amateur footballer by training hard and making correct career choices you can gradually become a world famous professional. Apart from the football side of your career you will also be able to manage aspects of your personal life, including friendships and rivalry, dating, marriage and even raising children.',0,1,0,0,0),(54281,'Project \'88','project-88','',0,1.25,0,0,0),(54282,'Port Simulator 2012 - Hamburg','port-simulator-2012-hamburg','',0,1.25,0,0,0),(54283,'Pop Pop Pop','pop-pop-pop','',0,1.25,0,0,0),(54284,'Pool House','pool-house','',0,1.25,0,0,0),(44705,'Pro Yakyuu Spirits 2010','pro-yakyuu-spirits-2010','Japan',0,1.25,0,0,0),(44708,'Kaido Racer 2','kaido-racer-2','The game is about touge racing, which rely on drift skills, and is divided in daytime and nighttime. The player buy a used or new stock car, tune it with aero and engine parts, get sponsorship and challenge other racers in nocturnal illegal gambling touge racing or perform downhill / uphill time attack in daytime.',0,1,0,0,0),(74977,'ABC Hunt','abc-hunt','Learn the alphabet in a fun way! Collect all letters in the correct order! Suitable for children 3-7 years old!',0,2.25,0,0,13710),(74979,'LEGO Star Wars: The Quest for R2-D2','lego-star-wars-the-quest-for-r2-d2','LEGO Star Wars: The Quest for R2-D2 is an online game at the LEGO Star Wars website.',0,1,0,13716,13715),(44733,'Gensō Suikogaiden: Swordsman of Harmonia','genso-suikogaiden-swordsman-of-harmonia','Gensō Suikogaiden: Swordsman of Harmonia (幻想水滸外伝: ハルモニアの剣士, Gensō Suikogaiden: Harumonia no Kenshi) is a spin-off instalment of the Suikoden video game series, designed and released for the Sony Playstation. It was released in August 2000 in Japan and despite numerous fan petitions has never been released in North America or Europe. A basic text and picture-based adventure game, Suikogaiden Vol. 1 is set against the backdrop of the Dunan Unification War in Suikoden II. \n \nThe game tells the story of Nash Latkje, a former noble from the Holy Kingdom of Harmonia, the superpower of the Suikoden world, and his various quests.',0,1,0,0,0),(44734,'Kaettekita Cyborg Kuro Chan','kaettekita-cyborg-kuro-chan','Cyborg Kuro-chan is a shōnen manga series created by Naoki Yokouchi, serialized in Kodansha\'s Comic BonBon magazine. Eleven volumes of the manga were released between 1998 and 2002. It centers on the titular character, a housecat who is kidnapped and modified by a mad scientist to be a part of a cyborg army bent on world domination. Kuro breaks his control chip, escapes and becomes a vigilante. Kuro has many allies, who help him out during instances such as urban destruction, parallel universes, outer space, and battles between other cats and cyborgs. Konami published video games based on the series. Kaettekita Cyborg Kuro-Chan, a shoot \'em up, was released for the PlayStation on 28 November 2002',0,1,0,0,0),(44738,'The Rapid Angel','the-rapid-angel','Story-oriented side scrolling action game. Adventure and a variety of tricks heightens the battle. The story comes to life with famous voice actors. Two people can play simultaneously and co-operate. Recommended for beginners!',0,1.25,0,0,0),(75027,'Akhenaten: Rule as Pharaoh','akhenaten-rule-as-pharaoh','As Pharaoh, you will lead a people from the humble banks of the Nile River to the sprawling and wondrous world of Ancient Egypt.',0,1,0,0,0),(54364,'Ski-World Simulator 2012','ski-world-simulator-2012','',0,1.25,0,0,0),(54366,'Sky Kingdoms','sky-kingdoms','',0,1.25,0,0,0),(54367,'Sky Madness','sky-madness','',0,1.25,0,0,0),(54368,'Sky Taxi 2: Storm 2012','sky-taxi-2-storm-2012','',0,1.25,0,0,0),(54369,'Sky Taxi 3: The Movie','sky-taxi-3-the-movie','',0,1.25,0,0,0),(54370,'Sky Taxi Plant Mutants','sky-taxi-plant-mutants','',0,1.25,0,0,0),(54371,'Sky Taxi: Top Secret','sky-taxi-top-secret','',0,1.25,0,0,0),(54372,'Sky Track','sky-track','',0,1.25,0,0,0),(54373,'Smash Frenzy','smash-frenzy','',0,1.25,0,0,0),(54374,'Smash Frenzy 2','smash-frenzy-2','',0,1.25,0,0,0),(54375,'Smash Frenzy 3','smash-frenzy-3','',0,1.25,0,0,0),(54376,'Smash Frenzy 4','smash-frenzy-4','',0,1.25,0,0,0),(54377,'Smugglers 4 Doomsday','smugglers-4-doomsday','',0,1.25,0,0,0),(54378,'Snackjack','snackjack','',0,1.25,0,0,0),(54379,'Snakes & Ladders in Aquarium','snakes-and-ladders-in-aquarium','',0,1.25,0,0,0),(54380,'Sniper Elite 4 Deluxe Edition','sniper-elite-4-deluxe-edition','',0,1.25,0,0,0),(54381,'Spin Off 2','spin-off-2','',0,1.25,0,0,0),(54383,'Speed Thief','speed-thief','',0,1.25,0,0,0),(54384,'Special Transport Simulator 2013','special-transport-simulator-2013','',0,1.25,0,0,0),(54385,'Space-Rat Xplode!','space-rat-xplode','',0,1.25,0,0,0),(54386,'Sora - Blue Sky Edition','sora-blue-sky-edition','',0,1.25,0,0,0),(54387,'Solitaire Twist Collection','solitaire-twist-collection','',0,1.25,0,0,0),(54388,'Solitaire Antics Ultimate Plus','solitaire-antics-ultimate-plus','',0,1.25,0,0,0),(54389,'Soldier vs Aliens','soldier-vs-aliens','',0,1.25,0,0,0),(54391,'ShellBlast','shellblast','',0,1.25,0,0,0),(54393,'Spooky Mall','spooky-mall','',0,1.25,0,0,0),(54394,'Sportball Challenge','sportball-challenge','',0,1.25,0,0,0),(54395,'Squad Assault','squad-assault','',0,1.25,0,0,0),(44773,'Battle Arena Nitoushinden','battle-arena-nitoushinden','The Toshinden cast goes back to school, as Toshinden Kids enters the arena...school arena that is. Select your favorite character in their youthful appearance and take on the rival fighters with all your might. 4 New characters appear for the first time in the series!',0,1,0,0,0),(44774,'Yetisports Deluxe','yetisports-deluxe','A compilation of mini-games based on the Yetisports web based flash games.',0,1,0,0,0),(44775,'Boku No Natsuyasumi','boku-no-natsuyasumi','The game revolves around Boku, a 9 year old boy sent to his aunt and uncle in Japan\'s wooded countryside and the daily adventures he encounters there. Boku is there because his Mother is in her final month of pregnancy. The player controls him for the 31 days of August 1975 (In Japan, a Summer Vacation, called natsuyasumi last for one month). You explore the game\'s area and can catch bugs and pit them against each other, collect bottle caps, fly a kite, or just relax.',0,1,0,0,0),(54427,'Terminal Machine','terminal-machine','',0,1.25,0,0,0),(54428,'Terra Farmers','terra-farmers','',0,1.25,0,0,0),(54429,'Terrian Saga: KR-17','terrian-saga-kr-17','',0,1.25,0,0,0),(54430,'Terrorist Takedown: Payback','terrorist-takedown-payback','',0,1.25,0,0,0),(54433,'The Adventures of Little Red Riding Cap','the-adventures-of-little-red-riding-cap','',0,1.25,0,0,0),(54435,'The Banner Saga Deluxe Edition','the-banner-saga-deluxe-edition','',0,1.25,0,0,0),(54437,'The Beardless Wizard','the-beardless-wizard','',0,1.25,0,0,0),(54438,'The Dead Mountaineer\'s Hotel','the-dead-mountaineers-hotel','',0,1.25,0,0,0),(54439,'The Dreamatorium of Dr. Magnus','the-dreamatorium-of-dr-magnus','',0,1.25,0,0,0),(54441,'The Enchanting Islands','the-enchanting-islands','',0,1.25,0,0,0),(54442,'The Experiment 112','the-experiment-112','',0,1.25,0,0,0),(54444,'80.08','80-dot-08','For unknown reasons, you find yourself trapped in a representation of your mind. As a prisoner, you are required to complete certain tasks to keep your sanity. Inside this cell, however, nothing is what it seems and confusion is your natural state. Will you have the courage to face the beings that have infected and imprisoned your mind? Will you be able to discern reality from the lies your captors scream?\n\nIt is time to escape.\nEven if escaping means facing something unexpected.\nAre you ready to remember?',0,1.25,0,0,0),(75087,'Star Wars: Outpost','star-wars-outpost','Star Wars: Outpost is a canceled Star Wars game from LucasArts. It was a Star Wars version of FarmVille, allowing players to build empires. It had already gone through Q&A testing before being canceled. \n \nThe game had been planned for release on browsers and mobile platforms. Despite its similarities to FarmVille, the game included some \"very hardcore\" elements such as the ability to betray other players for resources and strategy-based gameplay inspired by titles such as Settlers of Catan and EVE Online.',0,1.5,0,10,10),(54460,'Sketchy 2','sketchy-2','Sketchy 2 is a simple puzzle game where you have to join two balls - orangey and bluey. But it may not be as simple as it seems.',0,1.25,0,0,0),(54461,'Sketchy','sketchy','Sketchy is a simple puzzle game where you have to join two balls - orangey and bluey. But it may not be as simple as it seems.',0,1.25,0,0,0),(75408,'Super Real Mahjong','super-real-mahjong','',0,1.25,0,0,0),(75409,'Time\'s Up','times-up','',0,1.25,0,0,0),(75410,'BlastArena.io','blastarena-dot-io','Blastarena is an incredibly fun free for all arena game where you play as a small blocky character and place bombs in order to clear terrain and kill the other bombers. This game was originally based on the classic indie game bomberman and it does it great justice as its is similarly addictive! If you never played the original fear not as Blastarena.io is just as fun to play alone or with friends. \n \nHow to play \nIn the Blast arena its every man for himself, your objective is to be the last bomber standing either through killing everyone or waiting for them to kill each other! Destroy terrain to make your way around the map and collect the power ups they drop such as movement speed, extra bombs and bomb range in order to become a bigger threat. Bomb explosions can only travel in straight lines from where the bomb was placed, use this knowledge to your advantage and avoid standing in the fire or its game over! \n \nControls \n \nUse the WASD or arrow keys to navigate throughout the map and use the space bar to drop a bomb. Just remember that you can only place one bomb at a time at the start and you can be killed by anyones bombs including your own!',0,1.25,0,0,0),(75411,'Molez','molez','MoleZ is an extremely brutal mole shoot\'em up for two to four players on a single computer. You are a mole armed with a wide range of different weapons; from shovel all the way to the rocket launcher and nuclear grenade. Your only purpose is to kill the other moles or at least hurt them as much as possible before you die. The player with most kills wins! \n \nMoleZ became almost legendary, at least in Finland. It started a whole new genre of \"side view underground dig & shoot deathmatch\" or real-time Worms-style games. Several clones (for example Liero) have been made from it since. \n \nMoleZ was originally released in 1997 under donation based licensing terms. It was re-released as freeware on christmas day in 1999.',0,1,0,13772,13772),(75412,'Project Code: SHIFT','project-code-shift','',0,1.25,0,0,0),(45392,'Sega Ages: Out Run','sega-ages-out-run','OutRun is a racing game that allows the player to race across varied terrain in a readily available Ferrari, complete with a female passenger, over a series of short tracks. \n \nGameplay is viewed from just above and behind the car. The roads are full of sharp bends and hazards, contact with which can cause the car to roll and lose the player\'s time. On each section of track there is a fork in the road, allowing the player to choose which direction he or she wishes to go in. The player has to to complete five track sections in total, out of the fifteen in the game.',0,1.25,0,0,0),(45393,'Yellow Brick Road','yellow-brick-road','Yellow Brick Road (イエロー・ブリック・ロード) is an adventure game based on the book, The Wonderful Wizard of Oz.',0,1.25,0,0,0),(45395,'Yumimi Mix Remix','yumimi-mix-remix','Yumimi Mix Remix (ゆみみみっくす リみっくす) is a Sega Saturn re-release of Yumimi Mix.',0,1.25,0,0,0),(45396,'Zanma Chouougi Valhollian','zanma-chouougi-valhollian','Zanma Chouougi Valhollian (斬魔超奥義ヴァルハリアン) is a 1998 strategy RPG by Datt Japan for the Sega Saturn. It was only released in Japan.',0,1.25,0,0,0),(45397,'Zap! Snowboarding Trix','zap-snowboarding-trix','Zap! Snowboarding Trix (ザップ! スノーボーディング トリックス) is a Sega Saturn sports game released exclusively in Japan. It was followed by Zap! Snowboarding Trix \'98.',0,1.25,0,0,0),(45398,'Zap! Snowboarding Trix \'98','zap-snowboarding-trix-98','Zap! Snowboarding Trix \'98 (ザップ! スノーボーディング・トリックス\'98) is the sequel to Zap! Snow Boarding Trix and was also released for the Sega Saturn exclusively in Japan. It was also released on the PlayStation, localized as Phat Air Extreme Snowboarding. Interestingly, all text and voiceovers in the Saturn version are from the localization: entirely in English and with American voiceovers.',0,1.25,0,0,0),(45400,'Zoku Gussun Oyoyo','zoku-gussun-oyoyo','Zoku Gussun Oyoyo (続ぐっすんおよよ) is a sequel to Gussun Oyoyo-S. It was released for the Sega Saturn exclusively in Japan.',0,1.25,0,0,0),(45402,'Fire Pro Gaiden Blazing Tornado','fire-pro-gaiden-blazing-tornado','Burning spirit, tough moves. Step into the ring and prove yourself among the greatest wrestlers in the world!',0,1.25,0,0,0),(45403,'Chibi Maruko-Chan no Taisen Pazurudama','chibi-maruko-chan-no-taisen-pazurudama','',0,1.25,0,0,0),(45404,'Cat the Ripper: 13-ninme no Tanteishi','cat-the-ripper-13-ninme-no-tanteishi','Cat the Ripper is a Japan exclusive horror adventure game for the Sega Saturn and PSX',0,1.5,0,0,0),(45405,'Tryrush Deppy','tryrush-deppy','',0,1.25,0,0,0),(45406,'Can Can Bunny Extra','can-can-bunny-extra','',0,1.25,0,0,0),(45408,'Body Special 264: Girls in Motion Puzzle Vol. 2','body-special-264-girls-in-motion-puzzle-vol-2','',0,1.25,0,0,0),(45409,'Blue Seed: Kushinada Hirokuden','blue-seed-kushinada-hirokuden','',0,1.25,0,0,0),(45410,'Blue Chicago Blues','blue-chicago-blues','',0,1.25,0,0,0),(3260,'Muppets Party Cruise','muppets-party-cruise','The Muppets are starring in their first party game ever! ...and no one knows how to party harder than the Muppets! Join Kermit, Miss Piggy, Animal and many more of your other favorites in this interactive board game complete with 30 action-packed mini-games.',0,1.25,76,821,1695),(45439,'Angel Paradise Vol. 1: Sakaki Yuko: Koi no Yokan in Hollywood','angel-paradise-vol-1-sakaki-yuko-koi-no-yokan-in-hollywood','',0,1.25,0,0,0),(45440,'Angel Graffiti S: Anata e no Profile','angel-graffiti-s-anata-e-no-profile','',0,1.25,0,0,0),(45443,'Amagi Shien','amagi-shien','',0,1.25,0,0,0),(45444,'Album Club: Mune Kyun Saint Paulia Jogakuin','album-club-mune-kyun-saint-paulia-jogakuin','',0,1.25,0,0,0),(45445,'AI Shougi 2','ai-shougi-2','',0,1.25,0,0,0),(45446,'Ai Iijima: Good Island Cafe','ai-iijima-good-island-cafe','',0,1.25,0,0,0),(45447,'AI Igo','ai-igo','',0,1.25,0,0,0),(45448,'Advanced World War Sennen Teikoku no Koubou: Last of the Millennium','advanced-world-war-sennen-teikoku-no-koubou-last-of-the-millennium','',0,1.25,0,0,0),(45450,'3x3 Eyes: Kyuusei Koushu S','3x3-eyes-kyuusei-koushu-s','3x3 Eyes: Kyuusei Koushu S (3×3EYES ~吸精公主~S), is an adventure game based on the 3x3 Eyes manga.',0,1.25,0,0,0),(45451,'2do Arukotoha Sand-R','2do-arukotoha-sand-r','2do Arukotoha Sand-R (2度あることはサンドア~ル) is a version of Puzzle & Action: Sand-R released for the Sega Saturn by CRI in 1996.',0,1.25,0,0,0),(45452,'Psychic Killer Taromaru','psychic-killer-taromaru','',0,1.25,0,0,0),(45454,'Nissan Presents Over Drivin\' GT-R','nissan-presents-over-drivin-gt-r','',0,1.25,0,0,0),(45455,'Death Tank Zwei','death-tank-zwei','',0,1.25,0,0,0),(3274,'Gold and Gems','gold-and-gems','',0,1.25,0,1713,1713),(45569,'Teenage Mutant Hero Turtles: The Hyperstone Heist','teenage-mutant-hero-turtles-the-hyperstone-heist','Shredder steals the powerful Hyperstone to shrink New York City and it\'s up to you to teach that treacherous troublemaker not to mess with the fearless foursome! Pick your favourite Cowabunga commando to slash through 5 lawless levels of lambasting. Four levels each have 3 intense stages and the other is packed with brand new challenges that will make you hurl your pizza lunch. Pulverize shrink-happy Shredder before he pockets our whole planet!',0,1,0,0,0),(45571,'SuperReal Basketball','superreal-basketball','Fast break for big-time hoop play with SuperReal Basketball! This is backboard-slamming action at its hottest! You coach the team or be any player the situation demands. Gunshot passes, sneaky steals, dazzling tactics - this game\'s got it all! Shop for your favorite club from a league of 8 teams, each with its own strengths. Scout your challengers in exhibition play. Then hit the court to the screams of a packed house! Eyeball your team\'s performance and switch player positions as needed. Closeups capture the on-court intensity - jump balls, free throws, 3-point jumpers, and airborne slams! Face off at center court with the computer or duke it out with a friend. Throw some bombs in tournament play, then slam dunk your way to the championship!',0,1.25,0,0,0),(45572,'Ristar: The Shooting Star','ristar-the-shooting-star','The game takes place in the seven-planet Valdi System. An evil space pirate, Kaiser Greedy, has made the planets\' leaders obey him. The inhabitants of Planet Neer pray for a hero before Greedy\'s mind control snatches them. The desperate prayers reach the nebula of the Star Goddess, Oruto. She awakens one of her children, Ristar, with the sole purpose of granting the wishes of the innocent people. He must stop Greedy and the brainwashed leaders of each world in the galaxy, to restore peace to the galaxy.',0,1,0,0,0),(3282,'Star Trek: Deep Space Nine - Dominion Wars','star-trek-deep-space-nine-dominion-wars','Raging through the final two seasons of Star Trek: Deep Space Nine, the Dominion War pitted an alliance of the Federation and Klingons against the Cardassians and invading Dominion fleets in a prolonged and costly battle for control of the Alpha Quadrant. Now you can join this epic struggle as you take tactical, strategic and navigational command of any one of the four battling forces. With unprecedented access to all facets of space combat, Star Trek: Deep Space Nine Dominion Wars asks YOU to decide who lives or dies. Strategize! Maneuver! Anticipate! And when you\'ve got your enemy where you want him -- Strike!\n\nFour races in an epic struggle. Choose your alliance. Build your Fleet. You\'re the tactician - The command is yours.',0,1.25,60,1762,9922),(45577,'Ambition of caesar','ambition-of-caesar','Warrior of Rome, also known as Caesar no Yabou (シーザーの野望?, \"Ambition of Caesar\"), is a real-time strategy video game for the Sega Mega Drive/Genesis. The game is a fictional story about the adventures of Julius Caesar and the Roman army during his reign as general in the year 48 BCE. The game had a sequel, Warrior of Rome II',0,1.25,0,0,0),(45578,'Air management 2','air-management-2','',0,1,0,0,0),(45579,'The S Factor Sonia & Silver','the-s-factor-sonia-and-silver','The citizens of Mobius just can\'t seem to catch a break. Dr. Robotnik (AKA Eggman) is yet again up to his no good tricks. Factories and pollution are spreading like wildfire as he\'s once again trying to take over the world. Fortunately, the Sonic Heroes are never at rest, and once again wage their battle to defeat Eggman\'s evil forces. \n \nHowever, the heroes have landed in double jeopardy. Eggman\'s madman descendant, Eggman Nega, has escaped from the Ifrit\'s dimension, and is wreaking his usual havoc in an effort to destroy the world. He\'s even captured Eggman\'s top three lieutenants, the ruthless Team Metallix, and reprogrammed them to do his even more evil bidding. \n \nUnlike previous instances of Nega\'s destruction, Eggman is not fazed. He figures that once he\'s in control of the world, he can take care of Eggman Nega as he pleases. Unfortunately for Eggman, Sonic the Hedgehog isn\'t having that. Before he can decide who to dispatch where, he receives a call through the communicator Tails gave him. The message: someone\'s already on the case. Not just someone, but someones! \n \nApparently, Sonic\'s very own sister, Sonia the Hedgehog has already caught wind of Nega\'s evil and is out to stop him. Sonic is a bit eased, knowing full well of his sister\'s strength and agility. She also lets him know that she has found and teamed up with a mysterious young hedgehog who can move things with his mind. Sonic instantly recognizes that Sonia is with his newest ally: Silver the Hedgehog. Silver has once again traveled through time to ensure that the future is free of Nega\'s tampering (though he really ought to just stay here in the present, you know). Knowing that the two hedgehogs are more than capable of handling the situation, Sonic leaves it to them, and resumes dealing with Eggman. \n \nEggman Nega is well aware that Sonic is busy with his dimwitted ancestor. However, he\'d do best not to overlook a certain factor. The S Factor, Sonia and Silver! It\'s up to you to lead the unlikely tag team of the physically powerful Sonia, and the psychokinetic Silver on their quest to right the wrongs of the evil Eggman Nega!',0,1,0,0,0),(45580,'Land Stalker','land-stalker','The player, as Nigel the treasure hunter, is tasked with searching for clues that lead to the treasure of King Nole. This is accomplished primarily by travelling through both outdoor areas and dungeons. All gameplay takes place in an isometric view, including plot-advancing scenes.',0,1,0,0,0),(45581,'FIFA 96','fifa-96','FIFA Soccer \'96 is an entry to the FIFA series of video games, and was developed by Extended Play Productions and published by Electronic Arts. Though it was not the first FIFA game (both FIFA Soccer \'95 and FIFA International Soccer had come before it), FIFA 96 is often considered the first truly successful FIFA game, and opened the doors to annual sequels that continue to this day. It was released for the Sega Mega Drive, Sega 32X and Sega Game Gear, with a different version of the game being released on the Sega Saturn.',0,1.25,0,0,0),(45582,'FIFA 97','fifa-97','FEATURES \n27 Fully rendered players using Motion Blending technology \nMotion Capture using professional soccer players \nFull play-by-play with 3 International commentators \nIndoor & outdoor game modes \nArcade, action & simulation modes \nPro, semi pro & beginner modes \nMore realistic & detailed players \nMore moves and animation than ever before \nTeam styles – teams play like their real life counterparts \nAccurate targeting & clear break-aways \nPlayer Transfers \n12 International leagues, 255 teams and over 4,200 players',0,1.5,0,0,0),(45583,'Sonic Compilation','sonic-compilation','Sonic Compilation (released in North America as Sonic Classics 3 in 1) is a video game compilation released for the Sega Mega Drive containing three previously released Sonic titles: Sonic the Hedgehog, Sonic the Hedgehog 2, and Dr. Robotnik\'s Mean Bean Machine. It was released for the Mega Drive in July 1995, and rebranded in North America for the Genesis in 1997, making it the last Sonic the Hedgehog series game to be released for said console. \n \nSonic Compilation was the first collection of multiple Sonic games on one cartridge. In some locations, it was bundled with the Mega Drive console during its later years. \n \nThe three games appear in exactly the same form as in their original release.',0,1,0,0,0),(45584,'Bare Knuckle II','bare-knuckle-ii','A year has passed since the events of Streets of Rage. To celebrate the defeat of the mysterious \'Mr. X\' and his syndicate the previous year, Adam Hunter, Axel Stone and Blaze Fielding met at their favorite nightspot in the city and spent their time reminiscing about their vigilante crusade against \"Mr. X\" and his organization. Axel and Blaze had moved out of the city after the adventure from last year. Axel has begun working as a part-time bodyguard and Blaze teaches dance classes. Adam has since rejoined the police force and lives in a small house with his younger brother. \n \nThe next morning, Axel received a phone call from Eddie \'Skate\' Hunter, Adam\'s younger brother. Skate had arrived at home from school and was shocked to find his house in ruin and his older brother missing. Attached to the front door was a picture of Adam chained to a wall at the feet of Mr. X. The criminals began to retake the streets once more. Beatings and lootings took place regularly and in broad daylight. Chaos reigned in the city, far worse than before. \n \nRealizing that Mr. X and his syndicate has returned for revenge against them and the city, Axel and Skate waste no time in telling Blaze about the unexpected situation and Blaze herself is determined to help Axel out in defeating Mr. X and rescuing Adam. Accompanied by Adam\'s young brother Skate and Axel\'s \"friend,\" a professional wrestler named Max Thunder, Axel and Blaze set forth on a rescue mission, which will take them from the city all the way to Mr. X\'s hideout on a desolate island, where they will eventually face Mr. X and his bodyguard Shiva. \n \nUnlike the other two games in the series, this game has only one ending, the \"good\" ending where Mr. X is defeated and Adam is rescued. The five heroes then take a helicopter to leave Mr. X\'s island.',0,1.25,0,0,0),(45585,'Musha Aleste: Fullmetal Fighter Ellinor','musha-aleste-fullmetal-fighter-ellinor','M.U.S.H.A.,[2] known in Japan as Musha Aleste: Fullmetal Fighter Ellinor (武者アレスタ?), is a 1990 vertical scrolling shooter video game developed by Compile for the Sega Genesis/Mega Drive. The game was originally published by Toaplan in Japan, and later by Seismic in North America. It is part of the Aleste series of shooter video games. The game has been re-released on the Wii Virtual Console in Japan, North America, and European regions. \n \nThe gameplay involves obtaining power-ups called P-chips. The power-ups cause the main mecha to change color and grant sub-weapons. The sub-weapon also acts as a shield; if the mecha has a sub-weapon and is hit by an enemy attack, the sub weapon is destroyed in place of the mecha. The sub-weapons can be upgraded up to four times if the player obtains the same powerup more than once. The sub-weapons include an energy shield, a beam cannon, and missiles. The player can also obtain and stockpile helper drones, which have customisable attack modes. Up to two drones can assist the player in combat; when one is destroyed, a new one appears if the player has any in reserve. \n \nIn an alternate Tenryaku Era in the year 91 (2290 AD in the American version), technological advancements in Japan suddenly explode making robotics, computers and space travel possible. A space colony project is planned, but the environmental control system to a space colony known as \"Little Japan\" goes out of control and the supercomputer controlling the colony, Dire51, goes rogue, sending its attack units against mankind. Leading the attacks is a black transforming attack robot called Big Asia (大亜) responsible for most of the attacks. A defense squad of mech pilots is called in for a counter-attack, but only one pilot, Ellinor (Terri in the American release), survived and continues the fight.',0,1.25,0,0,0),(45586,'Devil Crash MD','devil-crash-md','Devil Crash (JP)/Devil\'s Crush (US) is a pinball game ghost-developed by Compile under license from Naxat Soft for the TurboGrafx-16, as part of Naxat\'s Crush series of pinball games. Technosoft acquired a license to port the game to the Sega Mega Drive, calling it Devil Crash MD (デビルクラッシュMD) and releasing it in Japan. They would then license it to Tengen for localization overseas; Tengen censored a few graphics deemed too Satanic for western audiences and released the final product as Dragon\'s Fury in the US and Europe despite the TurboGrafx-16 version having been released internationally beforehand. While Naxat furthered the series itself, Tengen would later release a sequel, Dragon\'s Revenge, not under license from anyone.',0,1,0,0,0),(45587,'Mickey Mouse - Fantasia','mickey-mouse-fantasia','In the single-player game, the player controls Mickey Mouse as the Sorcerer\'s Apprentice through various side-scrolling levels in an attempt to collect musical notes that somehow went missing whilst he was asleep. Each of the four levels were based on amalgamations of the segments of Fantasia, each one around the elements: water (The Sorcerer\'s Apprentice, Dance of the Reed Flutes and Arabian Dance), earth (The Rite of Spring), air (Russian Dance, Pastoral Symphony and Dance of the Hours) and fire (Night on Bald Mountain, Toccata and Fugue in D Minor). The player defeats various enemies by jumping on them or by collecting magical bubbles that could be used to shoot at enemies as projectiles. In each level, the player collects a certain number of hidden magical notes in order for the song to play once again.',0,1.25,0,0,0),(45588,'The Steel Empire','the-steel-empire','Steel Empire (originally released as Koutetsu Teikoku in Japan, and otherwise known in various English materials as The Steel Empire or Empire of Steel), is a side-scrolling shoot \'em up video game released on the Sega Genesis / Mega Drive home consoles in 1992, and was later ported to the Nintendo Game Boy Advance in 2004. \n \nSteel Empire is notable amongst shoot \'em up games for its unique aesthetic designs. Mostly low-tech in nature, with it being set in the late-19th century of an alternate world, the game\'s aircraft, weaponry, powerups, environments, enemies and bosses are heavily stylized adding strong steampunk elements to the style, themes and visuals of the game. Steam power, propeller-based aircraft, biplanes, dirigibles and heavily-armored steam trains with giant cannons play large roles in the game\'s protagonists and opponents.',0,1,0,0,0),(55178,'Dreadnaughts','dreadnaughts','',0,1.25,0,1352,1352),(55179,'CATS: Crash Arena Turbo Stars','cats-crash-arena-turbo-stars','From the creators of the hit games Cut the Rope and King of Thieves, comes the most ingenious and stylish battle bot constructor! Join more than 50 million players from all over the world and become the star of the Arena!',0,1.5,0,0,0),(55180,'Rubi: The Wayward Mira','rubi-the-wayward-mira','',0,1.25,0,0,0),(55185,'Emetic Skimmer','emetic-skimmer','',0,1.25,0,5218,13297),(55187,'Galax-i-Birds','galax-i-birds','',0,1.5,0,11667,2453),(55191,'Room 404','room-404','Alex\'s son was murdered in front of his wife and they were both found in an old hotel room. Despite Catherines survival, she was severely traumatized and has been unable to recover. She has escaped the hospital she was in and is missing.',0,1.25,0,0,0),(55193,'Psycho-Nics Oscar','psycho-nics-oscar','',0,1.5,0,2678,2678),(45605,'Wonder Library','wonder-library','Wonder Library is a very rare Sega Mega Drive cartridge which shipped with some variants of the Japanese Wondermega. When hooked up to a Mega Drive connected to the Sega Mega-CD (or a Wondermega), a specific but presently unknown (possibly Sony-made, JVC-made, or Aplix-made) type of book-on-CD can be played. As with other Wondermega-related products, the cartridge features Wonder Dog heavily. It is unknown whether or not any emulator can use a cart-boot feature to run this game (some do support Flux, which works similarly, so it is possible).',0,1,0,0,0),(45606,'Yu Yu Hakusho Gaiden','yu-yu-hakusho-gaiden--1','Yuu Yuu Hakusho Gaiden (幽☆遊☆白書 外伝) is a 1994 adventure game by Nextech under contract from Sega for the Sega Mega Drive, made with the Yuu Yuu Hakusho license.',0,1,0,0,0),(45608,'Zan Yasha Enbukyoku','zan-yasha-enbukyoku','Zan Yasha Enbukyoku (斬 夜叉円舞曲) is a 1990 strategy game for the Sharp X68000 by Wolf Team in their Zan series of strategy games. They ported it to the Sega Mega Drive in 1991. No version has left Japan.',0,1,0,0,0),(45609,'Sansan','sansan','Sansan (サンサン) is an online service allowing people living in Japan to play the abstract strategy board game Go with other subscribers over the internet on a Windows PC. However, at its launch in 1994, a version for the Sega Mega Drive was also made available. This version of the game allows players who have a Sega Mega Modem to connect over a 33.3kbps or ISDN line to play other members who have a Sansan ID. However, as of 2011, there are no known Mega Drive-compatible Sansan servers. A local two-player version of the game is also included for play. \n \nFor whatever reason, the Mega Drive version did not last very long — it is one of the rarest and most sought-after Mega Drive games; Sega of Japan\'s official archive doesn\'t list it (despite Sansan Co., Ltd. having T-series code T-147) and a ROM was not dumped until February 2011. The Windows PC version of the service continues to this day.',0,1,0,0,0),(45610,'Sangokushi Retsuden: Ransei no Eiyuutachi','sangokushi-retsuden-ransei-no-eiyuutachi','Sangokushi Retsuden: Ransei no Eiyuutachi (三国志列伝 乱世の英雄たち) is a 1991 simulation game by Sega released in Japan — and China, where it was called San Guo Zhi Lie Zhuan: Luan Shi Qun Ying. Whether or not the game has any connections to Koei, who makes the most popular games based around China\'s Three Kingdoms time periods, is unknown. \n \nPhysical Scans',0,1,0,0,0),(45611,'Party Quiz Mega Q','party-quiz-mega-q','Party Quiz Mega Q (パーティクイズ MEGA Q) is a 1993 quiz game for the Sega Mega Drive by Sega released exclusively in Japan. \n \nThe game presents itself as a quiz show where you answer questions for points. Each of the four buttons (A, B, C, and any D-pad button) represents a choice — simply hit the button to make a choice. Get a question wrong and you lose points.',0,1.25,0,0,0),(45612,'Sega Mega Anser','sega-mega-anser','The Sega Mega Anser (メガアンサー) was an accessory for the Sega Mega Drive which gave access to various online services in Japan. It came with the Ten Key Pad and required the Sega Mega Modem. With an optional printer it could print receipts, statements, among other banking info.',0,1,0,0,0),(45613,'S.S. Lucifer: Man Overboard!','ss-lucifer-man-overboard','S.S. Lucifer: Man Overboard! is a platform game released for the Sega Mega Drive and Sega Game Gear in 1994. Originally developed by Zeppelin Games for the Commodore Amiga, it was ported to Sega\'s consoles by Odysseus Software and published by Codemasters. Non-Sega versions of the game are called Sink or Swim, and the working title for the Sega versions was simply Man Overboard!. \n \nThe game has you play as Kevin Codner, rescue mariner extraordinaire tasked with saving passengers from the S.S. Lucifer. Similar to Lemmings, this requires guiding the passengers to an exit by interacting with the environment. If the player takes too long the room will be flooded. \n \nNeither the Mega Drive or Game Gear versions of S.S. Lucifer: Man Overboard! were released in North America or Japan. They remained exclusives for Europe and Australia.',0,1,0,0,0),(45615,'The Disney Collection','the-disney-collection','The Disney Collection is a compilation released for the Sega Mega Drive in 1996, containing Castle of Illusion Starring Mickey Mouse and Quackshot Starring Donald Duck. It was only released in Europe.',0,1.25,0,0,0),(45617,'Dial Q wo Mawase!','dial-q-wo-mawase','Dial Q o Mawase! (ダイヤルQをまわせ!), alternatively called Dial Q wo Mawase! and often pirated under the name Kyuukyoku Mahjong or Mahjong Lady, is a pornographic mahjong game for the Sega Mega Drive originating in Japan, but developed by unknown developers in some unknown year. The game is somewhat often pirated by other Japanese and Chinese pirates. It appears to be hacked out of Mahjong Cop Ryuu and steals the Cube/Noriyuki Iwadare sound driver.',0,1.25,0,0,0),(55204,'Herobotix','herobotix','',0,1.5,0,3715,0),(55210,'XR-35','xr-35','',0,1.5,0,7210,7210),(55213,'Guerilla War','guerilla-war','',0,1.75,0,1474,1474),(55214,'Another Runner','another-runner','Its a classic runner game where you race to get the best possible time. \nCatch different power ups and watch out for other collectables that slows you down. \n \nThe game has Multiplayer mode where you race other players all over the world. \n \nGame is stll under development and updates will be released with new levels and features.',0,1.25,0,0,0),(45624,'Dallyeora Pigu-Wang','dallyeora-pigu-wang','Dallyeora Pigu-Wang (달려라 피구왕), roughly translated as \"Run Dodgeball King\" is a dodgeball game for the Sega Master System. It was only released in South Korea.',0,1,0,0,0),(45629,'Walter Payton Football','walter-payton-football','It\'s the snap! You sweep to the right. the quarterback hands you the ball. You head for daylight as the linemen open a hole. Suddenly, 250 lbs. of screaming tackle is heading your way. He wants to make you splat city. What will you do? This game gives you the chance to find out. With Walter Payton Football you can play against the computer, or against a friend, in a Monday Night Game or in a series on the Road to the Superbowl. Choose from 28 west, central and eastern teams. Offense and defense. Should you run or pass? Will a reverse throw \'em off guard? In the middle of a hot series, you can save your standings with a Password save. The Superbowl ring has never been this close. If you like football, then Sega\'s Walter Payton Football is the game for you!',0,1.25,0,0,0),(45633,'Argos no Senshi','argos-no-senshi','',0,1,0,0,0),(45634,'Cyborg Z','cyborg-z','Cyborg Z is an Action game, developed and published by Zemina, which was released in Korea in 1991.',0,1.25,0,0,0),(45635,'94 Super World Cup Soccer','94-super-world-cup-soccer','94 Super World Cup Soccer is a Sports game, developed by Open Corp and published by Daou, which was released in Korea in 1994.',0,1,0,0,0),(45636,'Ma Kai Quest','ma-kai-quest','',0,1.25,0,0,0),(45637,'Alex Kidd 2 - Curse in Miracle World','alex-kidd-2-curse-in-miracle-world','',0,1,0,0,0),(55230,'Sphere Toss 4','sphere-toss-4','The game itself consists of 200 unique levels, each one harder than the previous one. There are lots of things which you have to take into account.',0,1,0,0,0),(45660,'Dinobasher Starring Bignose the Caveman','dinobasher-starring-bignose-the-caveman','Join Bignose in a zany, prehistoric race to catch his dinner! Club you way through hoards of dinosaurs across four huge islands, colleciting bones and rocks and trade with the natives. Fly between the islands using your club as helicopter rotors and become the first flying man! Great cartoon graphics, brilliant music and, most importantly, excellent fun! \n \nUnreleased although prototype is available.',0,1,0,0,0),(55239,'Flipper Hazard 4','flipper-hazard-4','Flipper Hazard 4 is a sequel to Flipper Hazard 3 which brings completely new stages and levels into play!',0,1.25,0,0,0),(45698,'Game no Kanzume Otokuyou','game-no-kanzume-otokuyou','Game no Kanzume Otokuyou (ゲームのかんづめ お徳用) is a compilation of Sega Game Toshokan games released for the Sega Mega Drive, a \"digest\" version of the Mega-CD collections Game no Kanzume Vol.1 and Game no Kanzume Vol.2. It was released exclusively through the Japanese Sega Channel. \n \nGames included: \n16t \nFlicky \nPutter Golf \nHyper Marbles \nShi no Meikyuu \nMedal City \nPaddle Fighter \nIkazuse! Koi no Doki Doki Penguin Land MD \nPyramid Magic \nRobot Battler \nTeddy Boy Blues \nAworg',0,1,0,0,0),(45699,'Awesome Possum','awesome-possum','Awesome Possum... Kicks Dr. Machino\'s Butt is a video game created by Tengen for the Sega Mega Drive/Genesis that was released in early 1993. It also had many lines of digitized speech, unusual for its time, a feature with which the game was marketed. The box also states \"it is an excellent educational game for all ages\". \n \nThis video game features an anthropomorphic possum character who battles a mad scientist and his army of robots to save the world. \n \nAwesome Possum includes environmental activist elements, with the character collecting empty bottles and cans, and answering questions about the environment to earn bonus points in his fight against the evil Dr. Machino. There are also various other animals located within levels which the character can ride to activate their ability, such as a bee which allows the character to fly or a rhino that catapults the character. There are a total of four worlds which together consist of 13 levels all together plus 12 bonus stages alongside the quiz which the character must collect as many recyclables as possible before the time expires.',0,1,0,0,0),(45700,'Doctor Robotnik\'s Creature Capture','doctor-robotniks-creature-capture','This is a hack which changes Sonic the Hedgehog for Genesis into a entirely different game with new gameplay. It stars Dr. Robotnik whom must capture creatures with a net and put them in creature capsules. The graphics are the same as previous Sonic games but the rest is mostly changed. Most levels are open by default.',0,1,0,0,0),(45701,'Tiny Toon Adventures 3','tiny-toon-adventures-3','Tiny Toon Adventures 3 is an unlicensed Sega Mega Drive platform game, first released in 1996. Despite its name it has no relation to the cartoon show, instead following \"Clever Rabbit\" on his quest to save his animal friends from \"The Prince of Darkness\".',0,1.25,0,0,0),(45702,'Thunderbolt II','thunderbolt-ii','Thunderbolt II, which also refers to itself as Lei Dian Chuan Shuo II (雷電伝説II) or just Lei Dian II (雷電II) is an unlicensed vertical scrolling shoot-\'em-up released for the Sega Mega Drive in 1995. There is not thought to have been a Thunderbolt I - more likely it is borrowing its name from Raiden II, a 1993 arcade shooter by Seibu Kaihatsu that is a sequel to Raiden.',0,1,0,0,0),(45703,'Squirrel King','squirrel-king','Squirrel King is an unlicensed platform game developed for the Sega Mega Drive. It was published and developed by Gamtec, and therefore its origin is Taiwan. \n \nSquirrel King is extremely similar to Capcom\'s Chip \'N Dale: Rescue Rangers and it sequel, Chip \'N Dale: Rescue Rangers 2 for the NES, to the point where the player actually plays as two characters named \"Chip\" and \"Dale\" (though they look slightly different to their Disney counterparts). C jumps, B picks up and throws crates, and A allows Chip or Dale to throw fireballs, assuming they have some in their inventory. \n \nSquirrel King is the basis for another unlicensed title, Super Mario World, also for the Mega Drive,but developed by Chuanpu and possibly published by Ming Super Chip Electronic.',0,1,0,0,0),(45704,'Two Tribes: Populous II','two-tribes-populous-ii','Two Tribes: Populous II is the sequel to Populous and was released for the Sega Mega Drive in 1993. This name is exclusive to the Mega Drive port - other versions of the game were titled Populous II: Trials of the Olympian Gods. It is currently unknown why the title was changed. \n \nThe Mega Drive port of Populous II was only released in Europe, however plans were made to bring the game to North America as Populous II: Wrath of the Gods, or simply Wrath of the Gods. Though the North American version of the game never made it to store shelves, a prototype ROM has been found.',0,1,0,0,0),(45705,'ResQ','resq','ResQ is an unreleased Sega Mega Drive developed by Tempest Software and set to be published by Psygnosis. It is a 2D action game with both space ship and on-foot segments. Had it been released, ResQ would have been an exclusive title for the Mega Drive. \n \nPsygnosis cancelled ResQ very close to release for unknown reasons. It was reportedly programmed on 486 DOS PCs, with the artwork produced with Deluxe Paint II and III on Amiga 1200s. A prototype has since been unearthed, with an internal copyright date of 1993. \n \nNotably, ResQ\'s bonus stages are depicted as third-person on-the-rails shooting segments which involve primitive 3D polyons, similar to the Super Nintendo\'s Star Fox.',0,1.5,0,0,0),(45707,'Man Overboard!','man-overboard','S.S. Lucifer: Man Overboard! is a platform game released for the Sega Mega Drive and Sega Game Gear in 1994. Originally developed by Zeppelin Games for the Commodore Amiga, it was ported to Sega\'s consoles by Odysseus Software and published by Codemasters. Non-Sega versions of the game are called Sink or Swim, and the working title for the Sega versions was simply Man Overboard!. \n \nThe game has you play as Kevin Codner, rescue mariner extraordinaire tasked with saving passengers from the S.S. Lucifer. Similar to Lemmings, this requires guiding the passengers to an exit by interacting with the environment. If the player takes too long the room will be flooded. \n \nNeither the Mega Drive or Game Gear versions of S.S. Lucifer: Man Overboard! were released in North America or Japan. They remained exclusives for Europe and Australia.',0,1,0,0,0),(45708,'Kick Off 3: European Challenge','kick-off-3-european-challenge','Kick Off 3: European Challenge is a football game developed by Steve Screech for Anco Games as a sequel to Kick Off 2 (which made it to the Sega Mega Drive in the altered form of Super Kick Off). VIC Tokai published a version for the Mega Drive in 1994. \n \nUnlike its predecessors, Kick Off 3 had no involvement from lead programmer Dino Dini, and thus plays very differently to other games in the series, having a \"horizontal\" pitch as opposed to a \"vertical\" one. Due to these radical changes, the game was met with controversy upon release. Dino Dini released his own football game around the same time for the Amiga titled Goal!, which made its way onto the Mega Drive as Dino Dini\'s Soccer.',0,1,0,0,0),(45712,'New 3D Golf Simulation: Pebble Beach no Hatou','new-3d-golf-simulation-pebble-beach-no-hatou','New 3D Golf Simulation: Pebble Beach no Hatou (ペブルビーチの波涛) is a 1992 golf game for the PC-98 by T&E Soft in their New 3D Golf Simulation series which takes place at the Pebble Beach Golf Links golf course in California. T&E Soft ported the game to the Sega Mega Drive in 1993 along with three other New 3D Golf Simulation games; however, unlike those three ports, this one did receive an international release under T&E\'s equivalent True Golf Classics label as Pebble Beach Golf Links. \n \nIt was later brought to the Sega Saturn; in Japan this version was called Pebble Beach Golf Links: Stadler ni Chousen (PEBBLE BEACH GOLF LINKS ~スタドラーに挑戦~). Despite being on a newer system, the game does not take particular advantage of the Saturn\'s features and continues to use the same rendering style as the entries on previous-generation machines. It does add an overhauled UI, more fluid player animations, and videos of professional golfer Craig Stadler (hence the Japanese name) giving suggestions before each hole.',0,1,0,0,0),(45713,'Puzzle & Action: Tanto-R','puzzle-and-action-tanto-r','Puzzle & Action: Tant-R (宿題がタントアール or 宿題がタントア~ル), often known just as Tant-R (タントアール or タントア~ル) is a Sega System C puzzle game developed and published by Sega. It is the first in Puzzle & Action series, and has subsequently been ported to the Sega Mega Drive and Sega Game Gear. Though the arcade version of Tant-R reached South Korea, the Mega Drive version remained exclusive to Japan and no versions of the game have ever made it to North America or Europe. \n \nTant-R borrows its graphical style from Bonanza Bros., and is therefore often seen as a spin-off. The two were paired with the game\'s sequel, Puzzle & Action: Ichidant-R in volume 6 of the Sega Ages 2500 series for the PlayStation 2. Tant-R was also paired with Quiz Syukudai wo Wasuremashita for a compilation on the Sega Saturn. A spinoff Saturn game, Sega Ages Vol.1 Syukudai ga Tant-R, also made.',0,1,0,0,0),(45718,'Nakajima Satoru Kanshuu: F1 Super License','nakajima-satoru-kanshuu-f1-super-license','Nakajima Satoru Kanshuu F1 Super License (中島悟監修 F-1 スーパーライセンス) is a 1992 racing game by Varie for the Sega Mega Drive and the third Mega Drive game in their Nakajima Satoru Kanshuu games, following F1 Hero MD. \n \nThis game is a 2D racer, like F1 Grand Prix and unlike F1 Hero MD. B accelerates. This game adds a save system, allowing you to save your progress over the course of the prix.',0,1,0,0,0),(45719,'Nakajima Satoru Kanshuu: F1 Grand Prix','nakajima-satoru-kanshuu-f1-grand-prix','Nakajima Satoru Kanshuu F1 Grand Prix (中島悟監修 F-1 GRAND PRIX) is a 1991 game by Varie for the Sega Mega Drive in their Nakajima Satoru Kanshuu series of Formula One racing games released exclusively in Japan. \n \nThe game is a typical overhead 2D racing game. A accelerates, B brakes, Left and Right seers, and Up and Down change gears.',0,1.25,0,0,0),(45721,'Medal City','medal-city','Medal City is a card game for the Sega Mega Drive, released exclusively in Japan in 1991 via the Sega Game Toshokan service. You choose between three gambling games; Poker, Blackjack, and Slots. The goal of each game (besides poker) is to earn over 100,000 medals. You will then see the game\'s ending (except poker, as the game never ends).',0,1,0,0,0),(45722,'Mamono Hunter Youko: Dai 7 no Keishou','mamono-hunter-youko-dai-7-no-keishou','For centuries, the Mano family has been slaying demons. Yohko\'s grandmother, Madoka, is the 107th Devil Hunter, and Yohko\'s mother, Sayoko, would have been the 108th, but for a small hitch: A Devil Hunter must be a virgin to take on the power and responsibility. Sayoko became pregnant before Madoka could reveal the family\'s secrets, and so the job fell to Yohko Mano, Sayoko\'s daughter, who is placed as the 108th Devil Hunter. Now as a Devil Hunter, Yohko must face off against demons while trying to live her life as a boy-crazy schoolgirl.',0,1,0,0,0),(45723,'Magical Hat no Buttobi Turbo! Daibouken','magical-hat-no-buttobi-turbo-daibouken','Hat is the descendant of a hero who fought an evil king and sealed Devildom. Hat falls into Devildom and finds he has to defeat the evil king.',0,1,0,0,0),(45724,'Kyuukai Douchuuki','kyuukai-douchuuki','Kyuukai Douchuuki (球界道中記) is a 1990 arcade baseball game by Namco which they ported to the Sega Mega Drive in 1991. Neither version left Japan. \n \nThe game is a generic baseball game where you are only in control of the pitcher and batter; once the batter hits the ball, you can only watch what your team does. When batting, the D-pad moves around and C swings. When pitching, Left and Right move around and some amount of time holding the C button appears to pitch.',0,1.25,0,0,0),(45725,'J. League Pro Striker Perfect','j-league-pro-striker-perfect','J. League Pro Striker Perfect (Jリーグプロストライカー 完全版) is an update to J. League Pro Striker released by Sega in late 1993. It was sold by bundled Sega Tap.',0,1,0,0,0),(45726,'J. League Pro Striker Final Stage','j-league-pro-striker-final-stage','Pro Striker Final Stage (プロストライカー ファイナルステージ) is a 1995 football game by Sega for the Sega Mega Drive made with the J. League license. \n \nThough arguably a \"sequel\" to J. League Pro Striker, J. League Pro Striker Perfect and J. League Pro Striker 2, Final Stage in fact uses an entirely different engine (most notably, the game is played horizontally rather than vertically) with many more added features.',0,1,0,0,0),(45727,'J. League Pro Striker 2','j-league-pro-striker-2','J. League Pro Striker 2 (Jリーグプロストライカー2) is the sequel to the football game J. League Pro Striker, created by Sega in 1994 for the Sega Mega Drive.',0,1,0,0,0),(45729,'Gouketsuji Ichizoku','gouketsuji-ichizoku','Gouketsuji Ichizoku (豪血寺一族), called Power Instinct outside Japan, is a 1993 arcade fighting game by Atlus and the first in the long-running series of the same name. Atlus ported it to the Sega Mega Drive in 1994, releasing it exclusively in Japan. Plans were made to port the game to the US under the name Power Instinct, but were scrapped (however a US SNES version was released under this name). \n \nThe game is a conventional fighter. A, B, and C each perform a different variation of each character\'s base attack, with various combinations possible with the D-pad.',0,1,0,0,0),(45730,'Doraemon: Yume Dorobou to 7 Nin no Gozans','doraemon-yume-dorobou-to-7-nin-no-gozans','Doraemon: Yume Dorobou to 7 Nin no Gozans (ドラえもん 夢どろぼうと7人のゴザンス) is a 1993 platformer by Sega for the Sega Mega Drive tying into the Doraemon media franchise. \n \nB jumps. C shoots your gun, which stuns enemies so you can safely jump on them and use them as platforms. The longer you hold C, the more powerful your shots get; sufficiently powerful shots can destroy enemies.',0,1.25,0,0,0),(45734,'Battle Mania Daiginjou','battle-mania-daiginjou','A group calling itself the Kikokukyou have resurrected the leader of Blackball, the antagonist group of the original game, and the Trouble Shooters are called to stop Blackball and destroy Kikokukyou.',0,1,0,0,0),(45735,'Mr. Nutz 2','mr-nutz-2','Mr. Nutz: Hoppin\' Mad, also known as Mr. Nutz 2 is a \"sequel\" to Mr. Nutz, developed by Neon Software and published by Ocean Software for the Commodore Amiga in 1994. It was due to be ported to the Sega Mega Drive, however this port was cancelled for unknown reasons. Had it been released, it would have arrived in Europe around April of 1995. Like its predecessor, no North American or Japanese Mega Drive versions were planned.',0,1.25,0,0,0),(45736,'Chinese Fighter III','chinese-fighter-iii','Tenchi wo Kurau III: Sangoku Gaiden (天地を喰らうⅢ三国外伝), also known as Tun Shi Tian Di 3: San Guo Wai Chuan (吞食天地3 三国外传) or Chinese Fighter, is an unlicensed fighting game developed for the Sega Mega Drive. Its origins are largely unknown.',0,1.5,0,0,0),(45737,'Bomboy','bomboy','Bomboy, also known as Explosion Kid (轟炸小子) is an unlicensed Sega Mega Drive game released by Gamtec in 1993. It is a simple clone of Bomberman. Bomboy is said to have been a pack-in game with the unlicensed Dynacom Megavision console.',0,1,0,0,0),(45738,'Beastball','beastball','Beastball is an unreleased Sega Mega Drive sports game. It is a console adaption of the 1993 Amiga title Brutal Football/Crazy Football (ported to the Amiga CD32 in 1994, IBM PC in 1995 and to the Atari Jagauar in 1994 as Brutal Sports Football). Beastball was also set to be released on the Super Nintendo but was presumably cancelled at the same time as this Mega Drive adaption. \n \nA prototype has since been released showing a mostly completed game. Both the Mega Drive and Super Nintendo releases were advertised in North America during late 1993, possibly asserting either a release in time for Christmas of that year, or in early 1994. The Mega Drive version was also sent out in small numbers for the press for review. \n \nDespite being built in Europe, no plans appear to have been put in place to release Beastball outside of North America.',0,1,0,0,0),(45740,'Baby\'s Day Out','babys-day-out','Baby\'s Day Out is an unreleased Sega Mega Drive game loosely based on its movie counterpart. In the game, you play as an angel and must guide the baby to the goal unharmed or getting kidnapped by the robbers. \n \nThe developer, Designer Software, also created another unreleased Mega Drive game, based on the movie Beethoven.',0,1,0,0,0),(45757,'Star Odyssey','star-odyssey','An English release of the Japanese Sega Mega Drive game Blue Almanac.',0,1,0,0,0),(45758,'Dragon Ball Z: Buyuu Retsuden','dragon-ball-z-buyuu-retsuden','Dragon Ball Z: Buyū Retsuden (ドラゴンボールZ 武勇列伝 Doragon Bōru Zetto Buyū Retsuden?, Dragon Ball Z: Intense Martial Transmission), released as Dragon Ball Z: L\'Appel du Destin (Dragon Ball Z: The Call of Destiny?) in France and Spain and as Dragon Ball Z in Portugal, is a fighting game released for the Mega Drive. It was released in Japan on April 1, 1994 and Europe in 1994. The playable characters are Goku, Gohan, Krillin, Piccolo, Vegeta, Captain Ginyu, Recoome, Frieza, Future Trunks, Android 18, and Cell.',0,1,0,0,0),(45762,'Beyond Zero Tolerance','beyond-zero-tolerance','Beyond Zero Tolerance (or Zero Tolerance 2) is a videogame developed by Technopop for the Sega Mega DriFor those not in the know, Zero Tolerance was one of the very few 3D FPS shooters released for the Genesis, \nThe game was about Aliens invading a space station close to earth, ultimately ending with the player defeating the leader of the invasion in the basement of the United Nation\'s building on Earth.The game ran quite fast on a stock Genesis without any special chips on the cart. (screen size was not too big though) \nAnd after the release of Zero Tolerance the company that created it (Technopop) started work on a sequel \ncalled \"Beyond Zero Tolerance\" the game was going to be similar to the first but with new maps and enemies, now taking place on the Alien homeworldve console. It was meant to be a sequel to Zero Tolerance, but it was never finished.',0,1,0,0,0),(45763,'Jim Power: The Arcade Game','jim-power-the-arcade-game','Jim Power: The Arcade Game is a Shoot-\'Em-Up game, developed and published by Loriciels, which was cancelled before it was released.',0,1,0,0,0),(45767,'OutRun 2019','outrun-2019','In the 21st century, if you\'re doing 200mph, you\'re holding up traffic. Welcome to Outrun 2019 - a worldwide racing tour where gutsy drivers compete over death defying tracks in a survival of the fastest.',0,1.25,0,0,0),(45770,'Prime Time NFL Starring Deion Sanders','prime-time-nfl-starring-deion-sanders','Prime Time NFL Starring Deion Sanders is a Football Sim game, developed by Farsight Technologies and published by Sega, which was released in 1995.',0,1.25,0,0,0),(45771,'Sega Sports NFL 98','sega-sports-nfl-98','NFL 98 is a sports game released for the Sega Mega Drive in 1997. It is not to be confused with Madden NFL 98 which came out the same year. This one was developed by FarSight Technologies and published by Sega exclusively for North America.',0,1.25,0,0,0),(45775,'M-1 Abrams Battle Tank','m-1-abrams-battle-tank','Take the most powerful NATO tank, the M-1 Abrams, in 8 difficult missions against the Warsaw Pact forces. The four tank stations and the other aspects of the tank are quite nicely simulated, with different types of cannon rounds, coax machine guns, and all that. There\'s also the independent turret and track rotation commands.',0,1.25,0,0,0),(45777,'King\'s Bounty: The Conqueror\'s Quest','kings-bounty-the-conquerors-quest','Raise your sword in the name of the king! Traitors ravish the land and the Sceptre of Order is lost. Build an army of thousands. Lead great legions of orcs, trolls, demons and more to recover the sceptre and restore the king\'s realm. Discover 8 potent artifacts to increase your skills. Weave spells to aid your quest and destroy your enemies. Do battle with 25 deadly fantasy creatures. Use your leadership skills to unite rival troops in your army. No two games are alike - the playing field resets with each new game. Password command save feature.',0,1.25,0,0,0),(45782,'HardBall \'95','hardball-95','Action-oriented baseball sim. Hardball 5 is mainly an update to Hardball 4, with the additions coming in the form of adjustable difficulty settings, sharper graphics, more comments by Al Michaels and improved league play which comes with a full set of 1994 major leaguers plus a bonus \"legends\" league. Includes multiplayer support for up to 2 players.',0,1.25,0,0,0),(45784,'Cool Boarders Burrrn!','cool-boarders-burrrn','Famous 32bit franchise of snow sports is now headed to Sega Dreamcast!',0,1.25,0,0,0),(45785,'Death Crimson 2','death-crimson-2','Death Crimson 2 is an Action game, developed and published by Ecole, which was released in Japan in 1999.',0,1.25,0,0,0),(45786,'Sonic Adventure Limited Edition','sonic-adventure-limited-edition','The Limited Edition of Sonic Adventure was a pre-release version of the game distributed to stores and rental locations, it did not include any bonus content. \n \nHistory: \nThe Limited Edition of Sonic Adventure was originally distributed to approximately 400 Funcoland locations as a disc-only release to be used in Dreamcast kiosks promoting the upcoming release of the console. These discs included a trimmed down version of the game based on the Japanese release and had saving and network connectivity disabled along with other minor differences; they were known to be buggy. \n \nLater, a variant of the release was distributed to Hollywood Video as part of a pre-release promotion in which the game could be rented along with a console before it’s official launch. This variant of the game allowed saving and included a case and manual. The disc, game manual cover, and spine of the case all state “Limited Edition” and the artwork differs slightly from the standard edition release. Due to it’s exclusive distribution through a rental chain many of the original game cases were lost or destroyed and replaced in whole or in part with cases or manuals from the standard edition release, also many discs were tagged with a “Hollywood Video” security sticker.',0,1.25,0,0,0),(55320,'Flipper Hazard 4','flipper-hazard-4--1','',0,1.25,0,0,0),(55322,'Pathologic 2','pathologic-2','',0,1.25,0,5040,1701),(55323,'Sacrophaser','sacrophaser','',0,1.25,0,1445,13297),(55325,'Stealth Mission','stealth-mission','',0,1.25,0,7535,7535),(75529,'Batman: Arkham Origins - Season Pass','batman-arkham-origins-season-pass','Enhance your ARKHAM ORIGINS experience by purchasing a season pass today! Gain access to new challenge maps, two Skin packs, and an epic new story campaign adventure. In addition to hours of new content, you\'ll also unlock two exclusive Batman™ Skins: Gotham by Gaslight Batman™ and Brightest Day Batman™. \n \nAll Skins can be used in the story campaign upon completion of the main story, in the challenge maps, and online. All other Season Pass content is for use exclusively in the story campaign mode. All content included in the Season Pass can also be purchased individually. \n \nSeason Pass Skin Pack - Key Features: \nGotham by Gaslight Batman™: Bring a little bit of 1889 into your gameplay. Wear the suit inspired by Brian Augustyn and Mike Mignola\'s hit graphic Novel GOTHAM BY GASLIGHT. \nGotham by Gaslight Batman™: From the natural fiber trousers to the leather utility belt loaded with throwing knives, every detail is painstakingly modeled after that of the comic. \nBrightest Day Batman™: Play as Brightest Day Batman™, the Batman™ resurrected from the dead by the White Light in Geoff Johns and Peter Tomassi\'s BRIGHTEST DAY series. \nBrightest Day Batman™: Brightest Day Batman™\'s suit is white, unlike any others in the game. \n \nNew Millennium Skins Pack - Key Features: \nDress to impress: Get the latest gear without paying full price. Save big on the New Millennium Skins Pack with this Season Pass! \n \nThe coolest Skins: The New Millennium Skin Pack includes 5 of the most sought-after Skins: (1) Red Son Batman™, (2) Blackest Night Batman™, (3) New 52 Batman™, (4) Batman™: Noel, (5) 1st Appearance Batman™, and (6) One Year Later Robin \n \nInfinite Earth Skins Pack - Key Features: \nDress to impress: Get the latest gear without paying full price. Save big on the Infinite Earth Skins Pack with this Season Pass! \nThe Skins you\'ve been wanting: The New Millennium Skin Pack includes 5 of the best Skins: (1) Earth 2 Dark Knight, (2) Long Halloween Batman™, (3) Batman™: Dark Knight of the Round Table, (4) Thrillkiller Batman™, (5) Earth 2 Batman™, (6) Classic Tim Drake Robin \n \nInitiation DLC - Key Features: \nTravel back in time: Journey to the days before Batman™ even existed and take control of a young Bruce Wayne in the final stages of his martial arts training. Experience exotic locales including a bamboo forest and mountain-top monastery. \nWhere Batman really began: Witness the birth of the world\'s most powerful crime fighter with this DLC containing 2 Skins ( Bruce Wayne and Vigilante Bruce Wayne), four challenge maps, and a challenge campaign. \n \nCold, Cold Heart DLC - Key Features: \nReturn to Gotham City to ring in the New Year, Arkham Origins style. When the CEO of GothCorp is kidnapped, by Mr. Freeze, Batman™ sets out to bring him to justice. Along the way, he will uncover the tragic history of his new enemy, prompting our hero to attempt the impossible: save
View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment