-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.json
More file actions
972 lines (934 loc) · 17.7 KB
/
data.json
File metadata and controls
972 lines (934 loc) · 17.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
[
{
"name": "Age of Empires II",
"developers": [
"Ensemble Studios"
],
"publishers": [
"Microsoft",
"Konami"
],
"directors": [
],
"designers": [
"Bruce Shelley"
],
"programmers": [
"Angelo Laudon"
],
"artists": [
"Brad Crow",
"Scott Winsett"
],
"composers": [
"Stephen Rippy"
],
"platforms": [
"Microsoft Windows",
"Mac OS",
"Playstation 2"
],
"date_released": "30/09/1999",
"producers": [
]
},
{
"name": "Banjo Kazooie",
"developers": [
"Rare"
],
"publishers": [
"Nintendo"
],
"directors": [
"Gregg Mayles",
"George Andreas"
],
"producers": [
"Tim Stamper",
"Chris Stamper"
],
"designers": [
"Gregg Mayles"
],
"programmers": [
"Chris Sutherland"
],
"artists": [
"Steve Mayles",
"John Nash",
"Kevin Bayliss",
"Tim Stamper"
],
"composers": [
"Grant Kirkhope"
],
"platforms": [
"Nintendo 64"
],
"date_released": "29/06/1998"
},
{
"name": "Crash Bandicoot",
"developers": [
"Naughty Dog"
],
"publishers": [
"Sony Computer Entertainment"
],
"directors": [
"Jason Rubin"
],
"producers": [
"David Siller"
],
"programmers": [
"Andy Gavin",
"Dave Baggett"
],
"artists": [
"Charles Zembillas",
"Joe Pearson",
"Bob Rafei"
],
"composers": [
"Josh Mancell"
],
"platforms": [
"Playstation"
],
"date_released": "09/09/1996",
"designers": [
]
},
{
"name": "Dark Souls",
"developers": [
"FromSoftware"
],
"publishers": [
"Namco Bandai Games",
"FromSoftware"
],
"directors": [
"Hidetaka Miyazaki"
],
"producers": [
"Hidetaka Miyazaki",
"Daisuke Uchiyama",
"Kei Hirono"
],
"programmers": [
"Jun Ito"
],
"artists": [
"Makoto Sato"
],
"composers": [
"Motoi Sato"
],
"platforms": [
"Playstation 3",
"Xbox 360",
"Microsoft Windows",
"Playstation 4",
"Xbox One",
"Nintendo Switch"
],
"date_released": "22/09/2011",
"designers": [
]
},
{
"name": "The Elder Scrolls V: Skyrim",
"developers": [
"Bethesda Game Studios"
],
"publishers": [
"Bethesda Softworks"
],
"directors": [
"Todd Howard"
],
"producers": [
"Ashley Cheng",
"Craig Lafferty"
],
"designers": [
"Bruce Nesmith",
"Kurt Kuhlmann",
"Emil Pagliarulo"
],
"programmers": [
"Guy Carver"
],
"artists": [
"Matthew Carofano"
],
"composers": [
"Jeremy Soule"
],
"platforms": [
"Microsoft Windows",
"Playstation 3",
"Xbox 360",
"Playstation 4",
"Xbox One",
"Nintendo Switch"
],
"date_released": "11/11/2011"
},
{
"name": "Final Fantasy VII",
"developers": [
"Square"
],
"publishers": [
"Square Enix"
],
"directors": [
"Yoshinori Kitase"
],
"producers": [
"Hironobu Sakaguchi"
],
"programmers": [
"Ken Narita"
],
"artists": [
"Yusuke Naora",
"Tetsuya Nomura"
],
"composers": [
"Nobuo Uematsu"
],
"platforms": [
"Playstation",
"Microsoft Windows",
"iOS",
"Playstation 4",
"Android",
"Nintendo Switch",
"Xbox One"
],
"date_released": "31/01/1997",
"designers": [
]
},
{
"name": "Grand Theft Auto: San Andreas",
"developers": [
"Rockstar North"
],
"publishers": [
"Rockstar Games"
],
"producers": [
"Leslie Benzies"
],
"programmers": [
"Adam Fowler",
"Obbe Vermeij"
],
"artists": [
"Aaron Garbut"
],
"composers": [
"Michael Hunter"
],
"platforms": [
"Playstation 2",
"Microsoft Windows",
"Xbox",
"Mac OS X",
"iOS",
"Android",
"Windows Phone",
"Fire OS",
"Xbox 360",
"Playstation 3"
],
"date_released": "26/10/2004",
"directors": [
],
"designers": [
]
},
{
"name": "Half-Life",
"developers": [
"Valve"
],
"publishers": [
"Sierra Studios",
"Valve (digital)"
],
"composers": [
"Kelly Bailey"
],
"platforms": [
"Microsoft Windows",
"Playstation 2",
"Mac OS X",
"Linux"
],
"date_released": "19/11/1998",
"directors": [
],
"producers": [
],
"designers": [
],
"programmers": [
],
"artists": [
]
},
{
"name": "Ico",
"developers": [
"Japan Studio",
"Team Ico"
],
"publishers": [
"Sony Computer Entertainment"
],
"directors": [
"Fumito Ueda"
],
"producers": [
"Kenji Kaido"
],
"designers": [
"Fumito Ueda"
],
"composers": [
"Michiru Oshima",
"Koichi Yamazaki",
"Mitsukuni Murayama"
],
"platforms": [
"Playstation 2"
],
"date_released": "24/09/2001",
"programmers": [
],
"artists": [
]
},
{
"name": "Jak 3",
"developers": [
"Naughty Dog"
],
"publishers": [
"Sony Computer Entertainment"
],
"directors": [
"Jason Rubin",
"Amy Hennig"
],
"designers": [
"Evan Wells",
"Richard Lemarchand"
],
"programmers": [
"Andy Gavin",
"Christopher Christensen",
"Neil Druckmann",
"Christophe Balestra",
"Dan Liebgold"
],
"artists": [
"Bob Rafei",
"Bruce Straley",
"Erick Pangilinan"
],
"composers": [
"Josh Mancell",
"Larry Hopkins"
],
"platforms": [
"Playstation 2",
"Playstation 3",
"Playstation Vita"
],
"date_released": "09/11/2004",
"producers": [
]
},
{
"name": "Kingdom Hearts",
"developers": [
"Square"
],
"publishers": [
"Square",
"Square Electronic Arts",
"Sony Computer Entertainment Europe"
],
"directors": [
"Tetsuya Nomura"
],
"producers": [
"Shinji Hashimoto",
"Yoshinori Kitase"
],
"programmers": [
"Hiroshi Harata",
"Kentarou Yasui"
],
"artists": [
"Tetsuya Nomura"
],
"composers": [
"Yoko Shimomura"
],
"platforms": [
"Playstation 2",
"Playstation 3",
"Playstation 4",
"Xbox One",
"Microsoft Windows"
],
"date_released": "28/03/2002",
"designers": [
]
},
{
"name": "The Legend of Zelda: Ocarina of Time",
"developers": [
"Nintendo EAD"
],
"publishers": [
"Nintendo"
],
"directors": [
"Toru Osawa",
"Yoichi Yamada",
"Eiji Aonuma",
"Yoshiaki Koizumi",
"Toshio Iwawaki"
],
"producers": [
"Shigeru Miyamoto"
],
"programmers": [
"Kenzo Hayakawa"
],
"artists": [
"Yoshiaki Koizumi",
"Yusuke Nakano"
],
"composers": [
"Koji Kondo"
],
"platforms": [
"Ningendo 64",
"GameCube",
"iQue Player"
],
"date_released": "21/11/1998",
"designers": [
]
},
{
"name": "Metal Gear Solid",
"developers": [
"Konami Computer Entertainment Japan"
],
"publishers": [
"Konami"
],
"directors": [
"Hideo Kojima"
],
"producers": [
"Hideo Kojima",
"Motoyuki Yoshioka"
],
"designers": [
"Hideo Kojima",
"Yoji Shinkawa"
],
"programmers": [
"Kazunobu Uehara"
],
"artists": [
"Yoji Shinkawa"
],
"composers": [
"Kazuki Muraoka",
"Hiroyuki Togo",
"Takanari Ishiyama",
"Lee Jeon Myung",
"Maki Kirioka"
],
"platforms": [
"Playstation",
"Microsoft Windows"
],
"date_released": "03/09/1998"
},
{
"name": "Nier Automata",
"developers": [
"Platinum Games"
],
"publishers": [
"Square Enix"
],
"directors": [
"Yoko Taro"
],
"producers": [
"Eijiro Nishimura",
"Yosuke Saito"
],
"designers": [
"Takahisa Taura",
"Isao Negishi"
],
"programmers": [
"Ryo Onishi"
],
"artists": [
"Akihiko Yoshida",
"Yuya Nagai",
"Toshiyuki Itahana"
],
"composers": [
"Keiichi Okabe",
"Keigo Hoashi",
"Kuniyuki Takahashi"
],
"platforms": [
"Playstation 4",
"Microsoft Windows",
"Xbox One"
],
"date_released": "23/02/2017"
},
{
"name": "Ōkami",
"developers": [
"Clover Studio"
],
"publishers": [
"Capcom"
],
"directors": [
"Hideki Kamiya"
],
"producers": [
"Atsushi Shibata"
],
"designers": [
"Hiroshi Shibata"
],
"programmers": [
"Ryuta Takahashi"
],
"artists": [
"Sawaki Takeyasu",
"Kenichiro Yoshimura",
"Mari Shimazaki",
"Naoki Katakai",
"Ikumi Nakamura"
],
"composers": [
"Masami Ueda",
"Hiroshi Yamaguchi",
"Rei Kondoh",
"Akari Kaida"
],
"platforms": [
"Playstation 2",
"Nintendo Wii",
"Playstation 3",
"Microsoft Windows",
"Playstation 4",
"Xbox One",
"Nintendo Switch"
],
"date_released": "20/06/2006"
},
{
"name": "Persona 3",
"developers": [
"Atlus"
],
"publishers": [
"Atlus",
"Atlus USA",
"Koei",
"THQ",
"Ghostlight"
],
"directors": [
"Katsura Hashino"
],
"producers": [
"Katsura Hashino"
],
"programmers": [
"Hirokazu Tohyama"
],
"artists": [
"Shigenori Soejima"
],
"composers": [
"Shoji Meguro"
],
"platforms": [
"Playstation 2",
"Playstation Portable"
],
"date_released": "13/07/2006",
"designers": [
]
},
{
"name": "Q*bert",
"developers": [
"Gottlieb"
],
"publishers": [
"Gottlieb",
"Parker Brothers",
"Ultra Games"
],
"designers": [
"Warren Davis",
"Jeff Lee"
],
"programmers": [
"Warren Davis"
],
"artists": [
"Jeff Lee"
],
"composers": [
"David Thiel"
],
"platforms": [
"Arcade",
"Atari 2600",
"Atari 5200",
"Atari 8-bit",
"ColecoVision",
"Commodore 64",
"Game Boy Color",
"MSX",
"VIC-20",
"Intellivision",
"NES",
"Odyssey",
"Mobile"
],
"date_released": "01/10/1982",
"directors": [
],
"producers": [
]
},
{
"name": "Rayman 2: The Great Escape",
"developers": [
"Ubi Pictures",
"Ubi Soft Annecy",
"Ubi Soft Shanghai",
"Ubi Soft Milan"
],
"publishers": [
"Ubi Soft"
],
"directors": [
"Michel Ancel"
],
"producers": [
"Arnaud Carette",
"Pauline Jacquey"
],
"designers": [
"Michel Ancel",
"Jean-Christophe Guyot",
"Serge Hacoët"
],
"artists": [
"Michel Ancel",
"Florent Sacre",
"Paul Tumelaire"
],
"composers": [
"Eric Chevalier"
],
"platforms": [
"Dreamcast",
"Playstation",
"Nintendo 64",
"Microsoft Windows",
"iOS"
],
"date_released": "11/11/2011",
"programmers": [
]
},
{
"name": "Super Mario World",
"developers": [
"Nintendo EAD"
],
"publishers": [
"Nintendo"
],
"directors": [
"Takashi Tezuka"
],
"producers": [
"Shigeru Miyamoto",
"Hideki Konno"
],
"designers": [
"Katsuya Eguchi",
"Hideki Konno"
],
"programmers": [
"Toshihiko Nakago"
],
"artists": [
"Shigefumi Hino"
],
"composers": [
"Koji Kondo"
],
"platforms": [
"Super NES",
"Kiosk",
"Game Boy Advance"
],
"date_released": "21/11/1990"
},
{
"name": "Tekken 3",
"developers": [
"Namco"
],
"publishers": [
"Namco Ltd.",
"Namco Hometek",
"SCEE"
],
"directors": [
"Masamichi Abe",
"Yutaka Kounoe"
],
"producers": [
"Hajime Nakatani"
],
"designers": [
"Masahiro Kimoto",
"Katsuhiro Harada"
],
"programmers": [
"Masanori Yashinari",
"Mizushima"
],
"composers": [
"Nobuyoshi Sano",
"Keiichi Okabe",
"Yuu Miyake",
"Minamo Takahashi",
"Hiroyuki Kawada",
"Yoshie Arakawa",
"Hideki Tobeta"
],
"platforms": [
"Arcade",
"Playstation"
],
"date_released": "20/03/1997",
"artists": [
]
},
{
"name": "Under Night In-Birth",
"developers": [
"Arc System Works",
"French Bread",
"Ecole Software"
],
"publishers": [
"Sega",
"Arc System Works",
"Aksys Games",
"NIS America",
"PQube"
],
"directors": [
"Nobuya Narita"
],
"producers": [
"Nobuya Narita",
"Toshimichi Mori"
],
"artists": [
"Seiichi Yoshihara"
],
"composers": [
"Raito"
],
"platforms": [
"Arcade",
"Playstation 3",
"Microsoft Windows",
"Playstation 4",
"Playstation Vita",
"Nintendo Switch"
],
"date_released": "20/09/2012",
"designers": [
],
"programmers": [
]
},
{
"name": "VVVVVV",
"developers": [
"Terry Cavanagh"
],
"publishers": [
"Nicalis"
],
"designers": [
"Terry Cavanagh",
"Bennett Foddy"
],
"composers": [
"Magnus Pålsson"
],
"platforms": [
"Microsoft Windows",
"Nintendo Switch",
"Mac OS X",
"Linux",
"Nintendo 3DS",
"Playstation Vita",
"Playstation 4",
"iOS",
"Android",
"Ouya",
"Commodore 64",
"Pandora"
],
"date_released": "11/01/2010",
"directors": [
],
"producers": [
],
"programmers": [
],
"artists": [
]
},
{
"name": "World of Warcraft",
"developers": [
"Blizzard Entertainment"
],
"publishers": [
"Blizzard Entertainment"
],
"designers": [
"Rob Pardo",
"Jeff Kaplan",
"Tom Chilton"
],
"composers": [
"Jason Hayes"
],
"platforms": [
"Microsoft Windows",
"Mac OS"
],
"date_released": "23/11/2004",
"directors": [
],
"producers": [
],
"programmers": [
],
"artists": [
]
},
{
"name": "Xenoblade Chronicles",
"developers": [
"Monolith Soft"
],
"publishers": [
"Nintendo"
],
"artists": [
"Norihino Takami",
"Kunihiko Tanaka",
"Tetsuya Nomura"
],
"composers": [
"Manami Kiyota",
"ACE",
"Kenji Hiramatsu",
"Yasunori Mitsuda",
"Hiroyuki Sawano"
],
"platforms": [
"Nintendo Wii",
"Nintendo 3DS",
"Nintendo Wii U",
"Nintendo Switch"
],
"date_released": "10/06/2010",
"directors": [
],
"producers": [
],
"designers": [
],
"programmers": [
]
},
{
"name": "Yoshi's Island",
"developers": [
"Nintendo EAD"
],
"publishers": [
"Nintendo"
],
"directors": [
"Takashi Tezuka",
"Toshihiko Nakago",
"Shigefumi Hino",
"Hideki Konno"
],
"producers": [
"Shigeru Miyamoto"
],
"artists": [
"Yoshiaki Koizumi",
"Hisashi Nogami"
],
"composers": [
"Koji Kondo"
],
"platforms": [
"Super NES",
"Game Boy Advance"
],
"date_released": "05/08/1995",
"designers": [
],
"programmers": [
]
}
]