-
Notifications
You must be signed in to change notification settings - Fork 420
Expand file tree
/
Copy pathj.yaml
More file actions
888 lines (842 loc) · 20.9 KB
/
j.yaml
File metadata and controls
888 lines (842 loc) · 20.9 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
- name: J2ME Pacman
originals:
- Pac-Man
type: clone
repo: 'https://sourceforge.net/projects/j2mw-pacman329/'
url: 'https://j2mw-pacman329.sourceforge.net/'
feed: 'https://sourceforge.net/projects/j2mw-pacman329/rss?path=/'
development: halted
status: playable
content: open
langs:
- Java
licenses:
- GPL2
info: Pacman game for J2ME-enabled devices.
added: 2025-10-25
updated: 2025-10-25
images:
- 'https://j2mw-pacman329.sourceforge.net/ss2.png'
- 'https://j2mw-pacman329.sourceforge.net/ss1.png'
- name: Jactorio
type: clone
originals:
- Factorio
repo: https://github.com/jaihysc/Jactorio
url: https://jaihysc.github.io/jactorio.html
development: halted
status: playable
langs:
- C++
frameworks:
- SDL2
licenses:
- MIT
content: commercial
updated: 2023-12-13
images:
- https://i.imgur.com/MMwQvxn.png
- https://i.imgur.com/mwITVoY.png
- name: jag2048
originals:
- '2048'
type: clone
repo: 'https://github.com/toarnold/jag2048'
feed: 'https://github.com/toarnold/jag2048/releases.atom'
development: complete
status: playable
content: open
langs:
- C
licenses:
- MIT
info: A 2048 game for the ATARI Jaguar.
added: 2026-02-07
updated: 2026-02-07
images:
- 'https://raw.githubusercontent.com/toarnold/jag2048/master/images/jag2048.png'
- name: Jagged Alliance 2 Stracciatella
images:
- https://ja2-stracciatella.github.io/img/features/high-res.jpg
- https://ja2-stracciatella.github.io/img/features/integrated-editor.jpg
langs:
- C++
- C
licenses:
- PD
development: active
originals:
- Jagged Alliance 2
repo: https://github.com/ja2-stracciatella/ja2-stracciatella
status: playable
type: remake
updated: 2019-08-17
url: https://ja2-stracciatella.github.io
- name: 'Jagged Alliance 2: Unfinished Business'
originals:
- 'Jagged Alliance 2: Unfinished Business'
type: official
repo: 'https://github.com/gondur/jagged-alliance-2.5'
url: 'https://web.archive.org/web/20190406170235/http://kermi.pp.fi/JA_UB/Source/'
development: complete
status: playable
content: commercial
langs:
- C
licenses:
- As-is
added: 2026-02-08
updated: 2026-02-08
- name: Jake2
images:
- https://bytonic.de/assets/images/db_images/db_javaquake14.jpg
- https://bytonic.de/assets/images/db_images/db_javaquake24.jpg
- https://bytonic.de/assets/images/db_images/db_snapshot206.jpg
langs:
- Java
frameworks:
- OpenGL
licenses:
- GPL2
content: commercial
development: halted
originals:
- Quake 2
status: playable
repo: https://sourceforge.net/projects/jake2/
type: remake
updated: 2021-09-28
url: https://bytonic.de/html/jake2.html
info: Java port of the Quake2 game engine
- name: JavaFX – Pong
originals:
- Pong
type: clone
repo: 'https://github.com/toivjon/javafx-pong'
url: 'https://toivjon.wordpress.com/2017/11/12/javafx-pong/'
development: complete
status: playable
multiplayer:
- Competitive
- Local
langs:
- Java
frameworks:
- JavaFX
licenses:
- MIT
added: 2025-12-25
updated: 2025-12-25
images:
- https://toivjon.wordpress.com/wp-content/uploads/2017/11/javafx-pong.png
- https://raw.githubusercontent.com/toivjon/javafx-pong/master/screenshots/welcome-scene.png
- https://raw.githubusercontent.com/toivjon/javafx-pong/master/screenshots/court-scene.png
- https://raw.githubusercontent.com/toivjon/javafx-pong/master/screenshots/endgame-scene.png
- name: Javascript BoulderDash
originals:
- Boulder Dash
type: remake
repo: 'https://github.com/jakesgordon/javascript-boulderdash/'
url: 'https://jakesgordon.com/writing/javascript-boulderdash/'
development: halted
status: playable
content: commercial
langs:
- JavaScript
licenses:
- MIT
added: 2025-08-08
updated: 2025-08-08
images:
- 'https://jakesgordon.com/writing/javascript-boulderdash/level1.png'
- name: Javascript Tetris
originals:
- Tetris
type: clone
repo: 'https://github.com/jakesgordon/javascript-tetris'
url: 'https://jakesgordon.com/writing/javascript-tetris/'
development: halted
status: playable
langs:
- JavaScript
- HTML
licenses:
- MIT
added: 2026-02-06
updated: 2026-02-06
images:
- https://jakesgordon.com/writing/javascript-tetris/thumb.png
- name: javascript-E.T.
langs:
- JavaScript
licenses:
- MIT
content: free
development: halted
originals:
- E.T. the Extra-Terrestrial
status: unplayable
repo: https://github.com/FranciscoG/javascript-E.T.
type: remake
updated: 2022-02-07
- name: Jawbreaker Disassembly
originals:
- Jawbreaker
type: remake
repo: 'https://www.qotile.net/minidig/disassembly/jaw_breaker.asm'
url: 'https://www.romhacking.net/documents/513/'
development: complete
status: playable
langs:
- Assembly
licenses:
- As-is
added: 2025-11-02
updated: 2025-11-02
- name: Jazz² Resurrection
development: active
frameworks:
- SDL2
- OpenGL
images:
- https://raw.githubusercontent.com/deathkiller/jazz2/master/Docs/Screen2.gif
info: Rewritten from C# to C++ since version 1.0.0
langs:
- C++
licenses:
- GPL3
multiplayer:
- Online
content: commercial
originals:
- Jazz Jackrabbit 2
repo: https://github.com/deathkiller/jazz2-native
status: playable
type: remake
updated: 2023-12-14
url: http://deat.tk/jazz2/
video:
youtube: M794QHwfMXg
- name: Jedi Academy
originals:
- 'Star Wars Jedi Knight: Jedi Academy'
type: official
repo: 'https://github.com/abergmeier/jedi_academy'
url: >-
https://kotaku.com/lucasarts-closure-convinces-developers-to-release-aweso-468994505#:~:text=Jedi%20Academy
development: complete
status: playable
content: commercial
langs:
- C++
licenses:
- GPL2
added: 2025-11-28
updated: 2025-11-28
- name: jedi_outcast
originals:
- 'Star Wars Jedi Knight II: Jedi Outcast'
type: official
repo: 'https://github.com/abergmeier/jedi_outcast'
url: >-
https://kotaku.com/lucasarts-closure-convinces-developers-to-release-aweso-468994505#:~:text=Jedi%20Outcast
development: complete
status: playable
multiplayer:
- Competitive
- LAN
content: commercial
langs:
- C++
- C
frameworks:
- id Tech 3
licenses:
- GPL2
added: 2025-12-06
updated: 2025-12-06
- name: JediAcademyLinux
langs:
- C++
licenses:
- GPL2
development: halted
originals:
- 'Star Wars Jedi Knight: Jedi Academy'
status: playable
type: remake
updated: 2013-05-28
url: https://github.com/xLAva/JediAcademyLinux
- name: JediOutcastLinux
langs:
- C++
licenses:
- GPL2
development: active
originals:
- 'Star Wars Jedi Knight II: Jedi Outcast'
status: playable
type: remake
updated: 2013-05-28
url: https://github.com/xLAva/JediOutcastLinux
- name: Jet Lee
images:
- https://raw.githubusercontent.com/Uvadzucumi/JetLee/master/data/scr/scr-01.png
- https://raw.githubusercontent.com/Uvadzucumi/JetLee/master/data/scr/scr-03.png
langs:
- C++
frameworks:
- SDL2
licenses:
- As-is
development: halted
originals:
- Bruce Lee
status: playable
repo: https://github.com/Uvadzucumi/JetLee
type: remake
updated: 2022-09-13
- name: Jet-Story
langs:
- C++
frameworks:
- DirectX
licenses:
- MIT
development: halted
originals:
- Jet-Story
status: semi-playable
repo: https://github.com/adamenkov/jet-story
type: remake
updated: 2023-12-15
info: Remake of the ZX Spectrum game "Jet-Story" based on reverse engineering
- name: JetPac
frameworks:
- XNA
langs:
- C#
licenses:
- As-is
development: complete
originals:
- Jetpac
status: playable
repo: https://github.com/ian-wigley/JetPac
type: remake
updated: 2022-09-13
images:
- https://raw.githubusercontent.com/ian-wigley/JetPac/master/XNA_Jetpac/XNA_Jetpac_Remake.jpg
- name: Jetrix TetriNET Server
originals:
- TetriNET
type: remake
repo: 'https://sourceforge.net/projects/jetrix/'
url: 'https://jetrix.sourceforge.net/'
feed: 'https://sourceforge.net/p/jetrix/news/feed.rss'
development: halted
status: playable
multiplayer:
- Online
langs:
- Java
licenses:
- GPL2
info: A new generation TetriNET server.
added: 2025-12-26
updated: 2025-12-26
- name: jewelthief
images:
- https://raw.githubusercontent.com/frittatenbank/jewelthief/master/excluded-resources/screenshots/en/device-2016-08-23-163225.png
- https://raw.githubusercontent.com/frittatenbank/jewelthief/master/excluded-resources/screenshots/en/device-2016-08-23-163328.png
- https://raw.githubusercontent.com/frittatenbank/jewelthief/master/excluded-resources/screenshots/en/device-2016-08-23-163342.png
- https://raw.githubusercontent.com/frittatenbank/jewelthief/master/excluded-resources/screenshots/en/device-2016-08-23-163421.png
langs:
- Java
licenses:
- CC-BY
content: open
development: halted
originals:
- Jewel Thief
status: playable
repo: https://github.com/cdetamble/jewelthief
url: https://goo.gl/58hR5u
type: remake
updated: 2022-09-13
video:
youtube: RObU2xX5HiE
- name: JExplosion
originals:
- Minesweeper
type: clone
url: 'https://jexplosion.sourceforge.net/'
repo: https://sourceforge.net/projects/jexplosion/
feed: 'https://sourceforge.net/p/jexplosion/news/feed.rss'
development: halted
status: playable
content: open
langs:
- Java
frameworks:
- Swing
licenses:
- GPL2
added: 2025-10-07
updated: 2025-10-07
images:
- 'https://a.fsdn.com/con/app/proj/jexplosion/screenshots/98200.jpg'
- 'https://a.fsdn.com/con/app/proj/jexplosion/screenshots/98210.jpg'
- 'https://a.fsdn.com/con/app/proj/jexplosion/screenshots/98202.jpg'
- 'https://a.fsdn.com/con/app/proj/jexplosion/screenshots/98204.jpg'
- name: Jezzball
originals:
- JezzBall
type: clone
repo: 'https://github.com/tassaron/jezzball'
url: 'https://rainey.tech/game/jezzball'
development: complete
status: playable
content: open
langs:
- JavaScript
licenses:
- MIT
info: Touchscreen compatible
updated: '2023-07-14'
images:
- https://rainey.tech/static/client/rainey_arcade/img/projects/jezzball500x325.png
- name: JFDuke3D
type: remake
originals:
- Duke Nukem 3D
repo: https://github.com/jonof/jfduke3d
url: https://www.jonof.id.au/jfduke3d
development: sporadic
status: playable
multiplayer:
- LAN
langs:
- C
frameworks:
- SDL2
- OpenGL
licenses:
- Custom
content: commercial
updated: 2023-02-25
images:
- https://www.jonof.id.au/jfduke3d/splash.jpg
- name: jffe
frameworks:
- SDL
langs:
- C++
licenses:
- As-is
development: halted
originals:
- Elite III
status: unplayable
repo: https://github.com/videogamepreservation/jjffe
type: remake
updated: 2022-09-13
- name: JLud2D
images:
- https://raw.githubusercontent.com/rafael-esper/JLud2D/master/screenshots/Ak_1.png
- https://raw.githubusercontent.com/rafael-esper/JLud2D/master/screenshots/Ak_2.png
- https://raw.githubusercontent.com/rafael-esper/JLud2D/master/screenshots/PS_2.png
info: 2D old-school Engine for Games
langs:
- Java
licenses:
- As-is
content: commercial
development: halted
originals:
- Phantasy Star
- Alex Kidd in Miracle World
status: playable
repo: https://github.com/rafael-esper/JLud2D
type: remake
updated: 2022-09-13
- name: JMinesweeper
originals:
- Minesweeper
type: clone
repo: 'https://sourceforge.net/projects/jminesweeper/'
url: 'https://jminesweeper.sourceforge.net/'
feed: 'https://sourceforge.net/projects/jminesweeper/rss?path=/'
development: halted
status: playable
content: open
langs:
- Java
licenses:
- GPL2
added: 2025-10-12
updated: 2025-10-12
images:
- 'https://jminesweeper.sourceforge.net/doc_files/help1.jpg'
- 'https://a.fsdn.com/con/app/proj/jminesweeper/screenshots/93386.jpg'
- 'https://a.fsdn.com/con/app/proj/jminesweeper/screenshots/93388.jpg'
- name: John Smith Special Agent
originals:
- James Bond Jr
type: official
repo: >-
https://shrigley.com/source_code_archive/#:~:text=John%20Smith%20Special%20Agent
url: 'https://www.romhacking.net/documents/558/'
development: halted
status: playable
content: free
langs:
- Assembly
licenses:
- As-is
info: >-
John Smith is the prototype to the game James Bond Jr. John Smith is slightly
different, with different characters but then was overhauled by Eurocom and
changed to be James Bond Jr.
added: 2025-12-25
updated: 2025-12-25
- name: JonoF's Shadow Warrior Port (JFSW)
images:
- https://www.jonof.id.au/jfsw/splash.jpg
langs:
- C
licenses:
- GPL2
development: halted
originals:
- Shadow Warrior
repo: https://github.com/jonof/jfsw
status: playable
type: remake
updated: 2020-08-25
url: https://www.jonof.id.au/jfsw/
- name: JonoF's Witchaven Port
originals:
- Witchaven
type: remake
repo: 'https://github.com/jonof/jfwhaven'
development: halted
status: unplayable
content: commercial
langs:
- C
frameworks:
- SDL2
licenses:
- As-is
info: A WIP incomplete port of Witchaven using JFBuild.
updated: 2022-02-08
- name: Joust Source Code Documented
originals:
- Joust
type: official
repo: 'https://github.com/videogamepreservation/joust-7800'
url: 'https://www.romhacking.net/documents/514/'
development: complete
status: playable
langs:
- Assembly
licenses:
- As-is
added: 2025-11-19
updated: 2025-11-26
images:
- https://www.atarimania.com/2600/screens/joust.gif
- name: JOverflow
langs:
- Java
licenses:
- As-is
development: halted
originals:
- Overflow
status: unplayable
repo: https://github.com/bluepoke/JOverflow
type: remake
updated: 2022-09-13
- name: Jpong
originals:
- Breakout
type: clone
url: 'https://www.ticalc.org/archives/files/fileinfo/334/33493.html'
development: complete
status: playable
langs:
- C
frameworks:
- ExtGraph
licenses:
- As-is
added: 2026-01-15
updated: 2026-01-15
images:
- 'https://www.ticalc.org/archives/files/ss/617/61744.gif'
- name: JSettlers
development: sporadic
images:
- https://www.settlers-android-clone.com/wp-content/uploads/2017/01/Screenshot_20170127-222244.png
video:
youtube: DdVtOhIIjow
langs:
- Java
licenses:
- MIT
content: commercial
originals:
- The Settlers III
status: semi-playable
repo: https://github.com/paulwedeck/settlers-remake
type: remake
updated: 2023-12-16
- name: JScorch
originals:
- Scorched Earth
type: clone
repo: 'https://sourceforge.net/projects/jscorch/'
url: 'https://jscorch.sourceforge.net/'
feed: 'https://sourceforge.net/projects/jscorch/rss'
development: halted
status: playable
multiplayer:
- Competitive
- Hotseat
content: open
langs:
- Java
licenses:
- GPL2
added: 2025-06-27
updated: 2025-06-27
images:
- https://web.archive.org/web/20070626181055/http://jscorch.sourceforge.net/pic/20020826c.png
- https://web.archive.org/web/20070626181135/http://jscorch.sourceforge.net/pic/20020826b.png
- https://web.archive.org/web/20070626181112/http://jscorch.sourceforge.net/pic/20020826a.png
- https://web.archive.org/web/20070626181121/http://jscorch.sourceforge.net/pic/20020811.png
- https://web.archive.org/web/20070626181048/http://jscorch.sourceforge.net/pic/20020702.png
- name: jsFO
development: halted
langs:
- JavaScript
- Python
licenses:
- Apache
content: commercial
originals:
- Fallout 2
status: semi-playable
repo: https://github.com/ajxs/jsFO
type: remake
updated: 2022-04-18
- name: JSoko
originals:
- Sokoban
type: clone
repo: 'https://sourceforge.net/projects/jsokoapplet/'
url: 'https://jsokoapplet.sourceforge.io/'
feed: 'https://hosting.zeta-producer.com/7836711377/assets/php/blog/feed_1928.rss'
development: sporadic
status: playable
content: open
langs:
- Java
licenses:
- GPL3
added: 2025-08-30
updated: 2025-08-30
images:
- 'https://a.fsdn.com/con/app/proj/jsokoapplet/screenshots/318177.jpg'
- 'https://a.fsdn.com/con/app/proj/jsokoapplet/screenshots/318181.jpg'
- 'https://a.fsdn.com/con/app/proj/jsokoapplet/screenshots/318179.jpg'
- >-
https://jsokoapplet.sourceforge.io/media/images/screenshotjsoko_main_view-large.png
- name: jspacman-canvas
langs:
- JavaScript
frameworks:
- Impact
licenses:
- As-is
development: halted
originals:
- Pac-Man
status: playable
repo: https://github.com/hguillermo/jspacman-canvas
type: remake
updated: 2022-09-13
- name: Julius
langs:
- C
frameworks:
- SDL2
licenses:
- AGPL3
content: commercial
development: sporadic
originals:
- Caesar III
repo: https://github.com/bvschaik/julius
feed: https://github.com/bvschaik/julius/releases.atom
status: playable
type: remake
updated: 2023-12-17
images:
- https://github.com/bvschaik/julius/blob/master/res/vita/bg.png?raw=true
- name: Jump & Roll
originals:
- SkyRoads
type: clone
repo: 'https://sourceforge.net/projects/jumpnroll/'
url: 'https://jumpnroll.sourceforge.net/'
feed: 'https://sourceforge.net/p/jumpnroll/code/feed/'
development: halted
status: playable
content: open
langs:
- C++
frameworks:
- OpenGL
- Qt
licenses:
- GPL2
added: 2025-11-11
updated: 2025-11-11
images:
- 'https://a.fsdn.com/con/app/proj/jumpnroll/screenshots/70978.jpg'
- 'https://a.fsdn.com/con/app/proj/jumpnroll/screenshots/70982.jpg'
- 'https://a.fsdn.com/con/app/proj/jumpnroll/screenshots/70980.jpg'
- 'https://a.fsdn.com/con/app/proj/jumpnroll/screenshots/70984.jpg'
- name: Jump'n'Bump
langs:
- C
frameworks:
- SDL
licenses:
- GPL2
development: halted
originals:
- Jump 'n Bump
status: playable
type: remake
updated: 2022-08-10
url: https://www.icculus.org/jumpnbump/
- name: 'Jumping Jack: Further Adventures'
langs:
- C++
frameworks:
- Allegro
licenses:
- Custom
development: complete
originals:
- Jumping Jack
status: playable
multiplayer:
- Competitive
- Local
type: remake
added: 2015-04-13
updated: 2022-07-06
url: https://retrospec.sgn.net/info.htm?id=jj&t=g
images:
- https://retrospec.sgn.net/style/images/gamelogos/jj.gif
- name: 'Jumping Jack 2: Worryingly Familiar'
langs:
- C++
frameworks:
- Allegro
licenses:
- Custom
development: halted
originals:
- Jumping Jack
status: playable
type: remake
added: 2015-04-13
updated: 2022-06-15
url: https://retrospec.sgn.net/info.htm?id=jj2&t=g
images:
- https://retrospec.sgn.net/style/images/gamelogos/jj2.gif
- name: Jumpman
langs:
- Assembly
licenses:
- PD
development: halted
originals:
- Jumpman
status: playable
type: remake
updated: 2022-09-13
url: http://www.oldskool.org/pc/jumpman
- name: 'Jurassic Park: Trespasser'
originals:
- Trespasser
type: remake
repo: 'https://github.com/OpenTrespasser/JurassicParkTrespasser'
feed: 'https://github.com/OpenTrespasser/JurassicParkTrespasser/releases.atom'
development: halted
status: playable
content: free
langs:
- C++
licenses:
- As-is
info: 'A git-based fork of the Jurassic Park: Trespasser source code.'
added: 2026-03-10
updated: 2026-03-10
- name: jy-remake
originals:
- Heroes of Jin Yong
type: remake
repo: 'https://github.com/scarsty/jy-remake'
development: halted
status: semi-playable
content: commercial
langs:
- C++
frameworks:
- SDL
- SDL2
licenses:
- As-is
added: 2026-03-08
updated: 2026-03-08
- name: jynew
originals:
- Heroes of Jin Yong
type: clone
repo: 'https://github.com/jynew/jynew'
url: 'https://www.taptap.cn/app/246004'
feed: 'https://github.com/jynew/jynew/releases.atom'
development: complete
status: playable
content: free
langs:
- 'C#'
frameworks:
- Unity
licenses:
- Custom
info: >-
群侠传,启动! is an RPG game framework like Heroes of Jin Yong (金庸群俠傳), which
includes full modding support and a 3D remake of the original game.
added: 2026-03-15
updated: 2026-03-15
images:
- https://github.com/jynew/jynew/assets/7448857/b229deda-9687-499c-b4c5-32778eba9eda
- https://user-images.githubusercontent.com/7448857/192085025-b38ca9f9-726b-458b-aab3-7e5ec36df1ca.png
- https://user-images.githubusercontent.com/7448857/192085027-ba8beebf-8743-48fb-bc1d-f315b256e2a7.png
- https://user-images.githubusercontent.com/7448857/207826751-6e74d7cd-1b67-4efe-83e1-5a5fce28a451.png
- https://user-images.githubusercontent.com/7448857/207826895-fa8db838-c165-4103-ac1f-8e3e0a744005.gif
- https://user-images.githubusercontent.com/7448857/145429032-4cb357f9-077d-4450-acb2-bea62e9910d6.jpg
- https://user-images.githubusercontent.com/7448857/144630410-bc1676eb-b548-41ea-ae54-90c72e9d066d.png
- https://user-images.githubusercontent.com/7448857/144630415-c2c3b37e-6008-49d9-a690-fc25d995f21c.png
- https://user-images.githubusercontent.com/7448857/144630418-38aa752d-332a-4e2e-a297-959b921c9316.png
- https://user-images.githubusercontent.com/7448857/144630403-e35a6772-2442-465c-8a23-c1f5ae0037bc.png
- https://user-images.githubusercontent.com/7448857/144630913-bb59a38f-4cb2-4312-b5e4-6051d38c3a84.png
- https://user-images.githubusercontent.com/7448857/144630919-b21370e1-0783-417e-99c3-763e9563d06a.png