-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgames.json
499 lines (498 loc) · 20.3 KB
/
games.json
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
{
"genres": ["Text-based", "Adventure", "Puzzle", "Platformer",
"FPS", "RPG", "Maze", "3D", "Point-and-click", "Economy",
"Casual", "Card Game", "Strategy", "Trivia"],
"occasions": ["GMC Jam", "Project", "Joke", "Challenge"],
"games": [
{
"name": "Demensitis",
"author": "Mercerenies",
"genre": "Text-based Adventure RPG",
"occasion": "Project",
"magnitude": "Large",
"summary": "A text-based adventure story of good and evil",
"finished": [2, 2013],
"page": "https://web.archive.org/web/20160113142436/http://gmc.yoyogames.com/index.php?showtopic=542967"
},
{
"name": "Loop: An Adventure Through Time",
"author": "Mercerenies",
"genre": "Puzzle Platformer",
"occasion": "Project",
"magnitude": "Large",
"summary": "A platformer with time-travel based puzzles",
"finished": [12, 2014],
"page": "http://gamejolt.com/games/loop-an-adventure-through-time/43414"
},
{
"name": "Ice-Bot 5000",
"author": "Mercerenies",
"genre": "Puzzle",
"occasion": "GMC Jam",
"magnitude": "Medium",
"summary": "Block-pushing puzzle game centered around an ice-traversing robot",
"finished": [4, 2015],
"page": "http://www.mediafire.com/file/3731c9unlrpn5mz/Icebot3000.zip/file"
},
{
"name": "Bridges: the Game",
"author": "Mercerenies",
"genre": "Puzzle",
"occasion": "GMC Jam",
"magnitude": "Medium",
"summary": "Bridge-building puzzle game about escaping a virtual reality",
"finished": [7, 2014],
"page": "http://gamejolt.com/games/bridges-the-game/30791"
},
{
"name": "Barry: the Brainless Overlord",
"author": "Mercerenies",
"genre": "Puzzle",
"occasion": "GMC Jam",
"magnitude": "Medium",
"summary": "Lead brainwashed minions out of the lab to take over the world",
"finished": [10, 2014],
"page": "http://www.mediafire.com/file/8yi2bam3s5e269p/Barry_the_Brainless_Overlord_Full_3.zip/file"
},
{
"name": "Circuitboard",
"author": "Mercerenies",
"genre": "Puzzle",
"occasion": "GMC Jam",
"magnitude": "Medium",
"summary": "A pipe-based puzzle game about a rogue AI",
"finished": [1, 2015],
"page": "http://www.mediafire.com/file/px67kn2in1o08mi/Circuitboard-Default-1.0.0.3.zip/file"
},
{
"name": "Luminescence",
"author": "Mercerenies",
"genre": "Platformer",
"occasion": "Challenge",
"magnitude": "Medium",
"summary": "A slightly psychadelic platformer about light and darkness",
"finished": [12, 2012],
"page": "http://gamejolt.com/games/luminescence/183027"
},
{
"name": "Pacifist: the Monster Hunter",
"author": "Mercerenies",
"genre": "Platformer",
"occasion": "GMC Jam",
"magnitude": "Medium",
"summary": "Capture monsters and other creatures using clever traps",
"finished": [7, 2013],
"page": "http://www.mediafire.com/file/9kqsya318wxihah/Pacifist_the_Monster_Hunter_Final_Final_Release.zip/file"
},
{
"name": "Rabbit Hole",
"author": "Mercerenies",
"genre": "Platformer 3D FPS RPG Maze Adventure Text-based",
"occasion": "GMC Jam",
"magnitude": "Medium",
"summary": "Dive into the gaming rabbit hole as you explore various genres",
"finished": [7, 2015],
"page": "http://www.mediafire.com/file/g546buoz5dt3gaz/Jam19_Mercx.zip/file"
},
{
"name": "Cyclone Apocalypse",
"author": "Mercerenies",
"genre": "3D Platformer",
"occasion": "GMC Jam",
"magnitude": "Medium",
"summary": "Harness the power of tornadoes to explore the world",
"finished": [10, 2012],
"page": "http://www.mediafire.com/file/ce371t861s4p8dm/Jam_Game.exe/file"
},
{
"name": "Stick and Stone",
"author": "Mercerenies / Hiznopellagio",
"genre": "Point-and-click Adventure",
"occasion": "GMC Jam",
"magnitude": "Medium",
"summary": "Explore the prehistoric world and defeat the overlord",
"finished": [10, 2015],
"page": "http://www.mediafire.com/file/989310hmfz6833g/Jam20_4.zip/file"
},
{
"name": "Baby's First Steam Engine",
"author": "Mercerenies",
"genre": "Economy Strategy",
"occasion": "GMC Jam",
"magnitude": "Medium",
"summary": "Build your railroading empire across the map",
"finished": [10, 2013],
"page": "http://gmc.yoyogames.com/index.php?showtopic=598547&p=4418693"
},
{
"name": "A Boy and his Tub",
"author": "Mercerenies",
"genre": "Casual",
"occasion": "GMC Jam",
"magnitude": "Medium",
"summary": "Physics-based game about sinking enemy ships",
"finished": [1, 2014],
"page": "http://www.mediafire.com/file/y4l87cdbvvfc81z/A_Boy_and_his_Tub_1.1.1.zip/file"
},
{
"name": "Potato Blaster",
"author": "Mercerenies",
"genre": "Casual",
"occasion": "Joke",
"magnitude": "Joke",
"summary": "Fire potatoes at everything that moves; more fun than it sounds",
"finished": [4, 2015],
"page": "http://gmc.yoyogames.com/index.php?showtopic=661759&p=4794924"
},
{
"name": "GMCynchronized",
"author": "Mercerenies",
"genre": "Strategy Card Game",
"occasion": "GMC Jam",
"magnitude": "Medium",
"summary": "A card game about staving off murderous clowns",
"finished": [1, 2015],
"page": "http://gmc.yoyogames.com/index.php?showtopic=650771&p=4737045"
},
{
"name": "Flag Hunter",
"author": "Mercerenies",
"genre": "Trivia",
"occasion": "Joke",
"magnitude": "Joke",
"summary": "National flag identifying game; race against the clock",
"finished": [7, 2015],
"page": "http://gmc.yoyogames.com/index.php?showtopic=670626&p=4844352"
},
{
"name": "Five Minutes",
"author": "Mercerenies",
"genre": "Casual Platformer",
"occasion": "Challenge",
"magnitude": "Joke",
"summary": "Just a simple platformer; written in five minutes",
"finished": [10, 2012],
"page": "https://www.mediafire.com/file/6yv0y8mfeyhhy9v/Five+Minutes.exe"
},
{
"name": "Endless Rail",
"author": "Mercerenies",
"genre": "Casual Strategy",
"occasion": "Project",
"magnitude": "Medium",
"summary": "Keep the train on the tracks by building a path for it",
"finished": [7, 2015],
"page": "http://gamejolt.com/games/endless-rail/79158"
},
{
"name": "Daron Moore: Private Eye",
"author": "Mercerenies",
"genre": "Point-and-click Puzzle Detective",
"occasion": "GMC Jam",
"magnitude": "Medium",
"summary": "A private investigator and a ghost solve crimes together",
"finished": [5, 2016],
"page": "http://gamejolt.com/games/daron-moore-private-eye/148514"
},
{
"name": "Maze of the Moon",
"author": "Mercerenies",
"genre": "Maze Adventure",
"occasion": "Joke",
"magnitude": "Joke",
"summary": "Unlock all the treasure chests in a randomly-generated maze",
"finished": [1, 2016],
"page": "http://gmc.yoyogames.com/index.php?showtopic=687966&p=4936966"
},
{
"name": "Beam Down Drone",
"author": "Shadow Gamer",
"genre": "Platformer Adventure",
"occasion": "Assist",
"magnitude": "Large",
"summary": "A creative platformer that I did some voice acting for",
"finished": [7, 2016],
"page": "https://shadowoverseer.itch.io/beam-down-drone"
},
{
"name": "Troubles of Post-Mortal Times",
"author": "Mercerenies / Alice",
"genre": "Puzzle",
"occasion": "GMC Jam",
"magnitude": "Medium",
"summary": "Even the Grim Reaper needs a job on the side",
"finished": [7, 2016],
"page": "https://forum.yoyogames.com/index.php?threads/the-post-apocalyptic-gmc-jam-1-games-topic.3455/#post-26223"
},
{
"name": "Rocket Science",
"author": "Mercerenies",
"genre": "Casual Sandbox",
"occasion": "Project",
"magnitude": "Medium",
"summary": "Launch things into space; highest launch wins",
"finished": [9, 2016],
"page": "http://gamejolt.com/games/rocket-science/192153"
},
{
"name": "Suspicious City of Wonders",
"author": "Mercerenies / Alice",
"genre": "Point-and-click Adventure",
"occasion": "GMC Jam",
"magnitude": "Medium",
"summary": "A smalltown girl explores the big city, run by a nefarious Inquisitor",
"finished": [10, 2016],
"page": "https://forum.yoyogames.com/index.php?threads/the-humble-gmc-jam-2-games-topic.11473/#post-74591"
},
{
"name": "Tricks, Traps, and Tower Maps",
"author": "Mercerenies",
"genre": "Strategy",
"occasion": "Project",
"magnitude": "Medium",
"summary": "Reach the top of the tower; what could be simpler",
"finished": [3, 2017],
"page": "http://gamejolt.com/games/tower_maps/243888"
},
{
"name": "No-E",
"author": "Mercerenies",
"genre": "Casual",
"occasion": "Challenge",
"magnitude": "Joke",
"summary": "A simple bullet-dodging game, written without the letter E",
"finished": [4, 2017],
"page": "https://www.mediafire.com/folder/2cn4p1cqslfq9/NoE%20Game"
},
{
"name": "Maze of the Sun",
"author": "Mercerenies",
"genre": "Maze Adventure",
"occasion": "Project",
"magnitude": "Medium",
"summary": "A maze crawler and the spiritual successor to Maze of the Moon",
"finished": [8, 2018],
"page": "https://gamejolt.com/games/sun_maze/359827"
},
{
"name": "Caves and Lasers",
"author": "Mercerenies",
"genre": "Puzzle",
"occasion": "GMC Jam",
"magnitude": "Medium",
"summary": "Block-smashing puzzle about escaping a cavern",
"finished": [8, 2018],
"page": "https://gamejolt.com/games/cave_laser/364023"
},
{
"name": "Crank it Up",
"author": "Mercerenies",
"genre": "Incremental",
"occasion": "Joke",
"magnitude": "Joke",
"summary": "An idling game about generating energy",
"finished": [8, 2018],
"page": "https://gamejolt.com/games/crank_up/364269"
},
{
"name": "Fury of the Fire Gods",
"author": "Mercerenies",
"genre": "Casual Platformer",
"occasion": "Project",
"magnitude": "Medium",
"summary": "A side-view enemy-rush water-gun shooter",
"finished": [5, 2019],
"page": "https://gamejolt.com/games/fire_gods/412101"
},
{
"name": "Greenshield the Brave",
"author": "Mercerenies",
"genre": "Platformer",
"occasion": "GMC Jam",
"magnitude": "Medium",
"summary": "Collect all of the bugs in this Metroidvania platformer",
"finished": [5, 2019],
"page": "https://forum.yoyogames.com/index.php?threads/the-thirsty-33rd-gmc-jam-games-topic-enter-here.63468/#post-380428"
},
{
"name": "On and Off, Back and Forth",
"author": "Mercerenies",
"genre": "Casual",
"occasion": "Joke",
"magnitude": "Joke",
"summary": "Table tennis with some options",
"finished": [5, 2019],
"page": "https://forum.yoyogames.com/index.php?threads/the-thirsty-33rd-gmc-jam-games-topic-enter-here.63468/#post-380900"
},
{
"name": "Clownometry",
"author": "Mercerenies",
"genre": "Strategy Card Game",
"occasion": "Project",
"magnitude": "Medium",
"summary": "A card game about staving off a murderous clown, a refined remake of GMCynchronized.",
"finished": [7, 2019],
"page": "https://gamejolt.com/games/clownometry/423574"
},
{
"name": "The Great Mech War of 2039",
"author": "Mercerenies",
"genre": "Fighting",
"occasion": "GMC Jam",
"magnitude": "Medium",
"summary": "Build a mech suit and pit it against others.",
"finished": [8, 2019],
"page": "https://www.mediafire.com/file/sgcsk848t67e522/GreatMechWar.zip/file"
},
{
"name": "H.E.X.A.G.O.N.",
"author": "Mercerenies",
"genre": "Puzzle",
"occasion": "GMC Jam",
"magnitude": "Medium",
"summary": "Puzzles centered around restricted movement of your robot avatar.",
"finished": [3, 2020],
"page": "https://forum.yoyogames.com/index.php?threads/gmc-jam-36-games-topic.72584/#post-427642"
},
{
"name": "Growing Up",
"author": "Mercerenies",
"genre": "Point-and-click Interactive Fiction",
"occasion": "GMC Jam",
"magnitude": "Medium",
"summary": "An epic about life, aging, and existence.",
"finished": [6, 2020],
"page": "https://www.mediafire.com/file/hw4xa84amjb87g8/GrowingUp_Jam37.zip/file"
},
{
"name": "Onward!",
"author": "Mercerenies",
"genre": "Arcade",
"occasion": "Challenge",
"magnitude": "Medium",
"summary": "Made for the GBTK3, a top-down troll game.",
"finished": [7, 2020],
"page": "https://mercerenies.itch.io/onward"
},
{
"name": "Three Rules Standing",
"author": "Mercerenies / Alice",
"genre": "Puzzle",
"occasion": "GMC Jam",
"magnitude": "Medium",
"summary": "Navigate a maze of arcane, totalitarian rulesets to get to the end",
"finished": [9, 2020],
"page": "https://www.dropbox.com/s/8tegke9mmz1suij/Three%20Rules%20Standing%20-%20Jam-complete.zip?dl=1"
},
{
"name": "Hopper the Toucan",
"author": "Mercerenies",
"genre": "Puzzle",
"occasion": "GMC Jam",
"magnitude": "Medium",
"summary": "Help Hopper, the flightless toucan, collect melons in this relaxing puzzler",
"finished": [11, 2020],
"page": "http://www.mediafire.com/file/jrrjzas7zxrqgwh/HopperTheToucan.zip/file"
},
{
"name": "Emmy & Sal",
"author": "Mercerenies",
"genre": "Puzzle",
"occasion": "GMC Jam",
"magnitude": "Medium",
"summary": "Tell the whole town about the best party in the world",
"finished": [2, 2021],
"page": "http://www.mediafire.com/file/ni6nilr5bwyyfgf/EmmyAndSal_Mercerenies.zip/file"
},
{
"name": "Lens of the Last Surviving Human",
"author": "Mercerenies",
"genre": "Platformer",
"occasion": "GMC Jam",
"magnitude": "Medium",
"summary": "A short platformer about exploring an inverted world through a lens",
"finished": [5, 2021],
"page": "https://www.mediafire.com/file/yqzg2aq79hd5qqz/TheLastSurvivingHuman_Mercerenies.zip/file"
},
{
"name": "Mars, God of War, and Sometimes Internships",
"author": "Mercerenies",
"genre": "Point-and-click",
"occasion": "GMC Jam",
"magnitude": "Medium",
"summary": "The god of war awakens as an intern in an office building",
"finished": [8, 2021],
"page": "https://www.mediafire.com/file/rzt110kfley9cmw/MarsGodOfWarAndSometimesInternships.zip/file"
},
{
"name": "The Adventures of Squaredude and Circlegirl",
"author": "Mercerenies",
"genre": "Puzzle",
"occasion": "GMC Jam",
"magnitude": "Medium",
"summary": "Follow Squaredude and Circlegirl as they face the evil Icosaking",
"finished": [11, 2021],
"page": "https://www.mediafire.com/file/27qo32fiy671kq4/SquaredudeAndCirclegirl.zip/file"
},
{
"name": "Lenny & Bones",
"author": "Mercerenies",
"genre": "Puzzle",
"occasion": "GMC Jam",
"magnitude": "Medium",
"summary": "Lead our two protagonists through a trap-riddled ancient tomb in search of treasure",
"finished": [2, 2022],
"page": "https://www.mediafire.com/file/f0xv7apwzjsxrxr/LennyAndBones_Mercerenies.zip/file"
},
{
"name": "Nail",
"author": "Mercerenies",
"genre": "Economy Trading",
"occasion": "GMC Jam",
"magnitude": "Medium",
"summary": "Start with nothing but a single nail and trade your way into a fortune",
"finished": [5, 2022],
"page": "https://www.mediafire.com/file/lq39bv2hnyhpkh6/NailByMercerenies.zip/file"
},
{
"name": "Marty the Mole",
"author": "Mercerenies / Alicia / Cora",
"genre": "Puzzle",
"occasion": "GMC Jam",
"magnitude": "Medium",
"summary": "Help Marty rescue his wife in this underground block-pusher",
"finished": [8, 2022],
"page": "https://www.mediafire.com/file/yok22gzrk0r2kaa/MartyTheMole_MercereniesAliciaCora.zip/file"
},
{
"name": "Baby! Don't Touch That!",
"author": "Mercerenies",
"genre": "Casual",
"occasion": "GMC Jam",
"magnitude": "Medium",
"summary": "Protect Baby from all of the hazardous household objects",
"finished": [11, 2022],
"page": "https://www.mediafire.com/file/qgd3nnsrs6y7zjh/BabyDontTouchThat.zip/file"
},
{
"name": "Killborg Flowerbot",
"author": "Mercerenies",
"genre": "Puzzle",
"occasion": "GMC Jam",
"magnitude": "Medium",
"summary": "Help the Killborg deliver flowers, and try to keep it from killing people",
"finished": [2, 2023],
"page": "https://mercerenies.itch.io/killborg-flowerbot"
},
{
"name": "Prismania",
"author": "Mercerenies",
"genre": "Platformer",
"occasion": "GMC Jam",
"magnitude": "Medium",
"summary": "Save Prismania from the mysterious dictator who's taken it over in this platforming adventure",
"finished": [5, 2023],
"page": "https://www.mediafire.com/file/3x5nxizbhqsrls8/Prismania_by_Mercerenies.zip/file"
}
]
}