-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbenchmark_metadata.json
More file actions
621 lines (621 loc) · 25.4 KB
/
benchmark_metadata.json
File metadata and controls
621 lines (621 loc) · 25.4 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
{
"description": "PlayEval Benchmark: 43 diverse GUI applications across Python, JavaScript, and TypeScript for evaluating LLM-generated GUI code behavioral correctness.",
"total_projects": 43,
"languages": {
"Python": 35,
"JavaScript": 3,
"TypeScript": 5
},
"categories": {
"Game Emulation": 1,
"Classic Games": 12,
"Game Engine": 1,
"Standalone Applications": 18,
"Desktop Widgets": 9,
"MMORPG Games": 2
},
"projects": [
{
"repo": "Baekalfen/PyBoy",
"name": "PyBoy",
"category": "Game Emulation",
"language": "Python",
"github_url": "https://github.com/Baekalfen/PyBoy",
"stars": 9800,
"archived": false,
"framework": "Pygame",
"description": "Game Boy emulator with full hardware simulation in Python",
"inclusion_rationale": "Only available complete Game Boy emulator in Python; represents high-complexity emulation benchmark",
"min_lines_filter": 28,
"last_commit_date": "2026-02-02"
},
{
"repo": "yangshun/2048-python",
"name": "2048-python",
"category": "Classic Games",
"language": "Python",
"github_url": "https://github.com/yangshun/2048-python",
"stars": 354,
"archived": true,
"framework": "curses",
"description": "Classic 2048 puzzle game implemented in Python",
"inclusion_rationale": "Canonical puzzle-game implementation; archived but feature-complete with community validation (354 stars)",
"min_lines_filter": 28,
"last_commit_date": "2026-02-02"
},
{
"repo": "NemoHoHaloAi/Game/2048",
"name": "2048 (Pygame)",
"category": "Classic Games",
"language": "Python",
"github_url": "https://github.com/NemoHoHaloAi/Game",
"stars": 95,
"archived": false,
"framework": "Pygame",
"description": "2048 puzzle game implemented with Pygame",
"inclusion_rationale": "Part of NemoHo/Game multi-game collection; classic tile-merging puzzle with non-trivial game loop",
"min_lines_filter": 28,
"last_commit_date": "2026-02-02"
},
{
"repo": "NemoHoHaloAi/Game/Snake",
"name": "Snake (Pygame)",
"category": "Classic Games",
"language": "Python",
"github_url": "https://github.com/NemoHoHaloAi/Game",
"stars": 95,
"archived": false,
"framework": "Pygame",
"description": "Classic Snake arcade game implemented with Pygame",
"inclusion_rationale": "Part of NemoHo/Game multi-game collection; real-time movement and collision-detection logic",
"min_lines_filter": 28,
"last_commit_date": "2026-02-02"
},
{
"repo": "NemoHoHaloAi/Game/FlappyBird",
"name": "Flappy Bird (Pygame)",
"category": "Classic Games",
"language": "Python",
"github_url": "https://github.com/NemoHoHaloAi/Game",
"stars": 95,
"archived": false,
"framework": "Pygame",
"description": "Flappy Bird side-scroller game implemented with Pygame",
"inclusion_rationale": "Part of NemoHo/Game multi-game collection; physics-based gameplay and procedural obstacle generation",
"min_lines_filter": 28,
"last_commit_date": "2026-02-02"
},
{
"repo": "NemoHoHaloAi/Game/Sudoku",
"name": "Sudoku (Pygame)",
"category": "Classic Games",
"language": "Python",
"github_url": "https://github.com/NemoHoHaloAi/Game",
"stars": 95,
"archived": false,
"framework": "Pygame",
"description": "Sudoku puzzle game with grid UI implemented with Pygame",
"inclusion_rationale": "Part of NemoHo/Game multi-game collection; constraint-solving logic with interactive cell selection",
"min_lines_filter": 28,
"last_commit_date": "2026-02-02"
},
{
"repo": "NemoHoHaloAi/Game/ChromeDragon",
"name": "Chrome Dragon (Pygame)",
"category": "Classic Games",
"language": "Python",
"github_url": "https://github.com/NemoHoHaloAi/Game",
"stars": 95,
"archived": false,
"framework": "Pygame",
"description": "Chrome offline dinosaur runner game implemented with Pygame",
"inclusion_rationale": "Part of NemoHo/Game multi-game collection; endless runner with procedural terrain and jump mechanics",
"min_lines_filter": 28,
"last_commit_date": "2026-02-02"
},
{
"repo": "nir/jupylet",
"name": "Jupylet",
"category": "Game Engine",
"language": "Python",
"github_url": "https://github.com/nir/jupylet",
"stars": 250,
"archived": false,
"framework": "OpenGL/Moderngl",
"description": "Educational game engine for Jupyter Notebooks with OpenGL rendering",
"inclusion_rationale": "Unique educational game engine; significant codebase complexity (12k LOC) with diverse GUI event handling",
"min_lines_filter": 28,
"last_commit_date": "2026-02-02"
},
{
"repo": "000Nobody/python-chess",
"name": "python-chess",
"category": "Classic Games",
"language": "Python",
"github_url": "https://github.com/000Nobody/python-chess",
"stars": 4,
"archived": false,
"framework": "Pygame",
"description": "Chess game with full rule implementation and GUI",
"inclusion_rationale": "Represents complex strategy-game GUI with non-trivial game logic and state management",
"min_lines_filter": 28,
"last_commit_date": "2026-02-02"
},
{
"repo": "lesskop/shtosh-calculator",
"name": "shtosh-calculator",
"category": "Standalone Applications",
"language": "Python",
"github_url": "https://github.com/lesskop/shtosh-calculator",
"stars": 34,
"archived": false,
"framework": "PyQt6",
"description": "Modern calculator application built with PyQt6",
"inclusion_rationale": "Representative small-scale PyQt6 standalone app; excellent deployability and clean structure",
"min_lines_filter": 28,
"last_commit_date": "2026-02-02"
},
{
"repo": "pythonguis/pythonguis-examples/demos/browser",
"name": "Browser",
"category": "Standalone Applications",
"language": "Python",
"github_url": "https://github.com/pythonguis/pythonguis-examples/tree/master/pyqt6/demos/browser",
"stars": 4500,
"archived": false,
"last_commit_date": "2026-02-02",
"framework": "PyQt6",
"description": "Web browser app",
"inclusion_rationale": "Part of pythonguis-examples: high-quality PyQt6 reference implementations covering diverse GUI patterns",
"min_lines_filter": 28
},
{
"repo": "pythonguis/pythonguis-examples/demos/browser_tabbed",
"name": "Browser Tabbed",
"category": "Standalone Applications",
"language": "Python",
"github_url": "https://github.com/pythonguis/pythonguis-examples/tree/master/pyqt6/demos/browser_tabbed",
"stars": 4500,
"archived": false,
"last_commit_date": "2026-02-02",
"framework": "PyQt6",
"description": "Tabbed web browser",
"inclusion_rationale": "Part of pythonguis-examples: high-quality PyQt6 reference implementations covering diverse GUI patterns",
"min_lines_filter": 28
},
{
"repo": "pythonguis/pythonguis-examples/demos/calculator",
"name": "Calculator",
"category": "Standalone Applications",
"language": "Python",
"github_url": "https://github.com/pythonguis/pythonguis-examples/tree/master/pyqt6/demos/calculator",
"stars": 4500,
"archived": false,
"last_commit_date": "2026-02-02",
"framework": "PyQt6",
"description": "Scientific calculator",
"inclusion_rationale": "Part of pythonguis-examples: high-quality PyQt6 reference implementations covering diverse GUI patterns",
"min_lines_filter": 28
},
{
"repo": "pythonguis/pythonguis-examples/demos/camera",
"name": "Camera",
"category": "Standalone Applications",
"language": "Python",
"github_url": "https://github.com/pythonguis/pythonguis-examples/tree/master/pyqt6/demos/camera",
"stars": 4500,
"archived": false,
"last_commit_date": "2026-02-02",
"framework": "PyQt6",
"description": "Camera capture app",
"inclusion_rationale": "Part of pythonguis-examples: high-quality PyQt6 reference implementations covering diverse GUI patterns",
"min_lines_filter": 28
},
{
"repo": "pythonguis/pythonguis-examples/demos/crypto",
"name": "Crypto Wallet",
"category": "Standalone Applications",
"language": "Python",
"github_url": "https://github.com/pythonguis/pythonguis-examples/tree/master/pyqt6/demos/crypto",
"stars": 4500,
"archived": false,
"last_commit_date": "2026-02-02",
"framework": "PyQt6",
"description": "Cryptocurrency wallet dashboard",
"inclusion_rationale": "Part of pythonguis-examples: high-quality PyQt6 reference implementations covering diverse GUI patterns",
"min_lines_filter": 28
},
{
"repo": "pythonguis/pythonguis-examples/demos/currency",
"name": "Currency Conv.",
"category": "Standalone Applications",
"language": "Python",
"github_url": "https://github.com/pythonguis/pythonguis-examples/tree/master/pyqt6/demos/currency",
"stars": 4500,
"archived": false,
"last_commit_date": "2026-02-02",
"framework": "PyQt6",
"description": "Currency converter",
"inclusion_rationale": "Part of pythonguis-examples: high-quality PyQt6 reference implementations covering diverse GUI patterns",
"min_lines_filter": 28
},
{
"repo": "pythonguis/pythonguis-examples/demos/mediaplayer",
"name": "Media Player",
"category": "Standalone Applications",
"language": "Python",
"github_url": "https://github.com/pythonguis/pythonguis-examples/tree/master/pyqt6/demos/mediaplayer",
"stars": 4500,
"archived": false,
"last_commit_date": "2026-02-02",
"framework": "PyQt6",
"description": "Audio/video media player",
"inclusion_rationale": "Part of pythonguis-examples: high-quality PyQt6 reference implementations covering diverse GUI patterns",
"min_lines_filter": 28
},
{
"repo": "pythonguis/pythonguis-examples/demos/minesweeper",
"name": "Minesweeper",
"category": "Classic Games",
"language": "Python",
"github_url": "https://github.com/pythonguis/pythonguis-examples/tree/master/pyqt6/demos/minesweeper",
"stars": 4500,
"archived": false,
"last_commit_date": "2026-02-02",
"framework": "PyQt6",
"description": "Minesweeper game",
"inclusion_rationale": "Part of pythonguis-examples: high-quality PyQt6 reference implementations covering diverse GUI patterns",
"min_lines_filter": 28
},
{
"repo": "pythonguis/pythonguis-examples/demos/notepad",
"name": "Notepad",
"category": "Standalone Applications",
"language": "Python",
"github_url": "https://github.com/pythonguis/pythonguis-examples/tree/master/pyqt6/demos/notepad",
"stars": 4500,
"archived": false,
"last_commit_date": "2026-02-02",
"framework": "PyQt6",
"description": "Plain-text editor",
"inclusion_rationale": "Part of pythonguis-examples: high-quality PyQt6 reference implementations covering diverse GUI patterns",
"min_lines_filter": 28
},
{
"repo": "pythonguis/pythonguis-examples/demos/notes",
"name": "Notes App",
"category": "Standalone Applications",
"language": "Python",
"github_url": "https://github.com/pythonguis/pythonguis-examples/tree/master/pyqt6/demos/notes",
"stars": 4500,
"archived": false,
"last_commit_date": "2026-02-02",
"framework": "PyQt6",
"description": "Sticky notes manager",
"inclusion_rationale": "Part of pythonguis-examples: high-quality PyQt6 reference implementations covering diverse GUI patterns",
"min_lines_filter": 28
},
{
"repo": "pythonguis/pythonguis-examples/demos/paint",
"name": "Paint",
"category": "Standalone Applications",
"language": "Python",
"github_url": "https://github.com/pythonguis/pythonguis-examples/tree/master/pyqt6/demos/paint",
"stars": 4500,
"archived": false,
"last_commit_date": "2026-02-02",
"framework": "PyQt6",
"description": "Raster drawing application",
"inclusion_rationale": "Part of pythonguis-examples: high-quality PyQt6 reference implementations covering diverse GUI patterns",
"min_lines_filter": 28
},
{
"repo": "pythonguis/pythonguis-examples/demos/solitaire",
"name": "Solitaire",
"category": "Classic Games",
"language": "Python",
"github_url": "https://github.com/pythonguis/pythonguis-examples/tree/master/pyqt6/demos/solitaire",
"stars": 4500,
"archived": false,
"last_commit_date": "2026-02-02",
"framework": "PyQt6",
"description": "Klondike solitaire card game",
"inclusion_rationale": "Part of pythonguis-examples: high-quality PyQt6 reference implementations covering diverse GUI patterns",
"min_lines_filter": 28
},
{
"repo": "pythonguis/pythonguis-examples/demos/translate",
"name": "Translator",
"category": "Standalone Applications",
"language": "Python",
"github_url": "https://github.com/pythonguis/pythonguis-examples/tree/master/pyqt6/demos/translate",
"stars": 4500,
"archived": false,
"last_commit_date": "2026-02-02",
"framework": "PyQt6",
"description": "Language translation app",
"inclusion_rationale": "Part of pythonguis-examples: high-quality PyQt6 reference implementations covering diverse GUI patterns",
"min_lines_filter": 28
},
{
"repo": "pythonguis/pythonguis-examples/demos/unzip",
"name": "Unzip Utility",
"category": "Standalone Applications",
"language": "Python",
"github_url": "https://github.com/pythonguis/pythonguis-examples/tree/master/pyqt6/demos/unzip",
"stars": 4500,
"archived": false,
"last_commit_date": "2026-02-02",
"framework": "PyQt6",
"description": "Archive extraction utility",
"inclusion_rationale": "Part of pythonguis-examples: high-quality PyQt6 reference implementations covering diverse GUI patterns",
"min_lines_filter": 28
},
{
"repo": "pythonguis/pythonguis-examples/demos/weather",
"name": "Weather App",
"category": "Standalone Applications",
"language": "Python",
"github_url": "https://github.com/pythonguis/pythonguis-examples/tree/master/pyqt6/demos/weather",
"stars": 4500,
"archived": false,
"last_commit_date": "2026-02-02",
"framework": "PyQt6",
"description": "Weather forecast application",
"inclusion_rationale": "Part of pythonguis-examples: high-quality PyQt6 reference implementations covering diverse GUI patterns",
"min_lines_filter": 28
},
{
"repo": "pythonguis/pythonguis-examples/demos/wordprocessor",
"name": "Word Processor",
"category": "Standalone Applications",
"language": "Python",
"github_url": "https://github.com/pythonguis/pythonguis-examples/tree/master/pyqt6/demos/wordprocessor",
"stars": 4500,
"archived": false,
"last_commit_date": "2026-02-02",
"framework": "PyQt6",
"description": "Rich text word processor",
"inclusion_rationale": "Part of pythonguis-examples: high-quality PyQt6 reference implementations covering diverse GUI patterns",
"min_lines_filter": 28
},
{
"repo": "pythonguis/pythonguis-examples/widgets/colorbutton",
"name": "Color Button",
"category": "Desktop Widgets",
"language": "Python",
"github_url": "https://github.com/pythonguis/pythonguis-examples/tree/master/pyqt6/widgets/colorbutton",
"stars": 4500,
"archived": false,
"last_commit_date": "2026-02-02",
"framework": "PyQt6",
"description": "Color-picking push button",
"inclusion_rationale": "Part of pythonguis-examples: high-quality PyQt6 reference implementations covering diverse GUI patterns",
"min_lines_filter": 28
},
{
"repo": "pythonguis/pythonguis-examples/widgets/equalizer_bar",
"name": "Equalizer Bar",
"category": "Desktop Widgets",
"language": "Python",
"github_url": "https://github.com/pythonguis/pythonguis-examples/tree/master/pyqt6/widgets/equalizer_bar",
"stars": 4500,
"archived": false,
"last_commit_date": "2026-02-02",
"framework": "PyQt6",
"description": "Audio equalizer bar widget",
"inclusion_rationale": "Part of pythonguis-examples: high-quality PyQt6 reference implementations covering diverse GUI patterns",
"min_lines_filter": 28
},
{
"repo": "pythonguis/pythonguis-examples/widgets/gradient",
"name": "Gradient Widget",
"category": "Desktop Widgets",
"language": "Python",
"github_url": "https://github.com/pythonguis/pythonguis-examples/tree/master/pyqt6/widgets/gradient",
"stars": 4500,
"archived": false,
"last_commit_date": "2026-02-02",
"framework": "PyQt6",
"description": "Color-gradient selector",
"inclusion_rationale": "Part of pythonguis-examples: high-quality PyQt6 reference implementations covering diverse GUI patterns",
"min_lines_filter": 28
},
{
"repo": "pythonguis/pythonguis-examples/widgets/paint",
"name": "Paint Widget",
"category": "Desktop Widgets",
"language": "Python",
"github_url": "https://github.com/pythonguis/pythonguis-examples/tree/master/pyqt6/widgets/paint",
"stars": 4500,
"archived": false,
"last_commit_date": "2026-02-02",
"framework": "PyQt6",
"description": "Embedded drawing canvas widget",
"inclusion_rationale": "Part of pythonguis-examples: high-quality PyQt6 reference implementations covering diverse GUI patterns",
"min_lines_filter": 28
},
{
"repo": "pythonguis/pythonguis-examples/widgets/palette",
"name": "Color Palette",
"category": "Desktop Widgets",
"language": "Python",
"github_url": "https://github.com/pythonguis/pythonguis-examples/tree/master/pyqt6/widgets/palette",
"stars": 4500,
"archived": false,
"last_commit_date": "2026-02-02",
"framework": "PyQt6",
"description": "Color palette picker widget",
"inclusion_rationale": "Part of pythonguis-examples: high-quality PyQt6 reference implementations covering diverse GUI patterns",
"min_lines_filter": 28
},
{
"repo": "pythonguis/pythonguis-examples/widgets/passwordedit",
"name": "Password Edit",
"category": "Desktop Widgets",
"language": "Python",
"github_url": "https://github.com/pythonguis/pythonguis-examples/tree/master/pyqt6/widgets/passwordedit",
"stars": 4500,
"archived": false,
"last_commit_date": "2026-02-02",
"framework": "PyQt6",
"description": "Password input with show/hide toggle",
"inclusion_rationale": "Part of pythonguis-examples: high-quality PyQt6 reference implementations covering diverse GUI patterns",
"min_lines_filter": 28
},
{
"repo": "pythonguis/pythonguis-examples/widgets/power_bar",
"name": "Power Bar",
"category": "Desktop Widgets",
"language": "Python",
"github_url": "https://github.com/pythonguis/pythonguis-examples/tree/master/pyqt6/widgets/power_bar",
"stars": 4500,
"archived": false,
"last_commit_date": "2026-02-02",
"framework": "PyQt6",
"description": "LED power-level indicator widget",
"inclusion_rationale": "Part of pythonguis-examples: high-quality PyQt6 reference implementations covering diverse GUI patterns",
"min_lines_filter": 28
},
{
"repo": "pythonguis/pythonguis-examples/widgets/rangeslider",
"name": "Range Slider",
"category": "Desktop Widgets",
"language": "Python",
"github_url": "https://github.com/pythonguis/pythonguis-examples/tree/master/pyqt6/widgets/rangeslider",
"stars": 4500,
"archived": false,
"last_commit_date": "2026-02-02",
"framework": "PyQt6",
"description": "Dual-handle range slider widget",
"inclusion_rationale": "Part of pythonguis-examples: high-quality PyQt6 reference implementations covering diverse GUI patterns",
"min_lines_filter": 28
},
{
"repo": "pythonguis/pythonguis-examples/widgets/toggle",
"name": "Toggle Switch",
"category": "Desktop Widgets",
"language": "Python",
"github_url": "https://github.com/pythonguis/pythonguis-examples/tree/master/pyqt6/widgets/toggle",
"stars": 4500,
"archived": false,
"last_commit_date": "2026-02-02",
"framework": "PyQt6",
"description": "Animated on/off toggle button",
"inclusion_rationale": "Part of pythonguis-examples: high-quality PyQt6 reference implementations covering diverse GUI patterns",
"min_lines_filter": 28
},
{
"repo": "chvin/react-tetris",
"name": "react-tetris",
"category": "Classic Games",
"language": "JavaScript",
"github_url": "https://github.com/chvin/react-tetris",
"stars": 8700,
"archived": false,
"framework": "React",
"description": "Tetris game built with React and Redux",
"inclusion_rationale": "High-star (9.3k) React-based classic game; validates cross-language game GUI generation",
"min_lines_filter": 5,
"last_commit_date": "2019-05-14"
},
{
"repo": "nickbouwhuis/spotify-react-web-client",
"name": "spotify-react-web-client",
"category": "Standalone Applications",
"language": "JavaScript",
"github_url": "https://github.com/nickbouwhuis/spotify-react-web-client",
"stars": 283,
"archived": false,
"framework": "React",
"description": "Spotify web client implementation with React (14k LOC)",
"inclusion_rationale": "Large-scale JS web-app (14k LOC, 1.8k stars); extends benchmark to complex real-world web applications",
"min_lines_filter": 5,
"last_commit_date": "2025-12-30"
},
{
"repo": "blueedgetechno/win11React",
"name": "win11React",
"category": "Standalone Applications",
"language": "JavaScript",
"github_url": "https://github.com/blueedgetechno/win11React",
"stars": 9700,
"archived": false,
"framework": "React",
"description": "Windows 11 desktop simulator built with React (9k LOC)",
"inclusion_rationale": "High-star (9k) complex UI project; represents browser-based OS-level GUI generation challenge",
"min_lines_filter": 5,
"last_commit_date": "2024-08-11"
},
{
"repo": "mateuszsokola/2048-in-react",
"name": "2048-in-react",
"category": "Classic Games",
"language": "TypeScript",
"github_url": "https://github.com/mateuszsokola/2048-in-react",
"stars": 234,
"archived": false,
"framework": "React/Next.js",
"description": "2048 puzzle game implemented in TypeScript with React",
"inclusion_rationale": "Canonical 2048 in TypeScript; paired with Python version for cross-language comparison",
"min_lines_filter": 5,
"last_commit_date": "2024-09-01"
},
{
"repo": "DexterHuang/CyberCodeOnline",
"name": "CyberCodeOnline",
"category": "MMORPG Games",
"language": "TypeScript",
"github_url": "https://github.com/DexterHuang/CyberCodeOnline",
"stars": 1300,
"archived": false,
"framework": "React",
"description": "Browser-based MMORPG with full game loop and player economy",
"inclusion_rationale": "High-star (>1k) TypeScript MMORPG; evaluates cross-language capability for full-featured web games",
"min_lines_filter": 5,
"last_commit_date": "2026-03-09"
},
{
"repo": "ill-inc/biomes-game",
"name": "biomes-game",
"category": "MMORPG Games",
"language": "TypeScript",
"github_url": "https://github.com/ill-inc/biomes-game",
"stars": 2600,
"archived": false,
"framework": "Next.js/Three.js",
"description": "Open-source MMORPG with 3D rendering and multiplayer support",
"inclusion_rationale": "High-star (>1k) TypeScript 3D game; tests generation of complex interactive 3D GUI environments",
"min_lines_filter": 5,
"last_commit_date": "2023-09-02"
},
{
"repo": "PuruVJ/macos-web",
"name": "macos-web",
"category": "Standalone Applications",
"language": "TypeScript",
"github_url": "https://github.com/PuruVJ/macos-web",
"stars": 2600,
"archived": false,
"framework": "Svelte",
"description": "macOS desktop environment simulator built with Svelte and TypeScript",
"inclusion_rationale": "High-star complex desktop-class web app; adds Svelte framework coverage to the benchmark",
"min_lines_filter": 5,
"last_commit_date": "2025-06-27"
},
{
"repo": "pi0/space-invaders",
"name": "space-invaders",
"category": "Classic Games",
"language": "TypeScript",
"github_url": "https://github.com/pi0/space-invaders",
"stars": 56,
"archived": false,
"framework": "React/Canvas",
"description": "Space Invaders arcade game with canvas-based rendering in TypeScript",
"inclusion_rationale": "Canvas-based TypeScript game; tests generation of real-time animation logic across languages",
"min_lines_filter": 5,
"last_commit_date": "2026-01-26"
}
]
}