forked from opengaming/osgameclones
-
Notifications
You must be signed in to change notification settings - Fork 0
/
p.yaml
875 lines (823 loc) · 18.4 KB
/
p.yaml
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
- name: Pac Go
originals:
- Pac-Man
type: clone
repo: https://github.com/danicat/pacgo
development: active
status: playable
content: open
lang:
- Go
license:
- MIT
updated: 2019-11-15
images:
- https://raw.githubusercontent.com/danicat/pacgo/master/screenshot.jpg
- name: pacman
lang:
- JavaScript
license:
- WTFPL
development: halted
originals:
- Pac-Man
repo: https://github.com/daleharvey/pacman
type: remake
updated: 2015-05-19
- name: pacman
license:
- As-is
development: halted
originals:
- Pac-Man
repo: https://github.com/harto/pacman
type: remake
updated: 2015-05-19
url: http://harto.github.io/pacman/
- name: pacman
lang:
- JavaScript
license:
- ISC
development: active
originals:
- Pac-Man
repo: https://github.com/snozza/pacman
type: remake
updated: 2015-05-20
url: http://hacman.herokuapp.com/
- name: pacman-canvas
images:
- http://pacman.platzh1rsch.ch/img/instructions/instructions_scatter.PNG
- http://pacman.platzh1rsch.ch/img/instructions/instructions_chase.PNG
- http://pacman.platzh1rsch.ch/img/instructions/instructions_powerpill.PNG
license:
- CC-BY-SA
development: active
originals:
- Pac-Man
repo: https://github.com/platzhersh/pacman-canvas
type: remake
updated: 2015-05-19
url: http://pacman.platzh1rsch.ch/
- name: Panel Attack
info: basic networking support
lang:
- Lua
license:
- Zlib
development: sporadic
originals:
- Tetris Attack
repo: https://github.com/sharpobject/panel-attack
status: playable
type: remake
updated: 2013-05-27
- name: Pang Zero
images:
- http://apocalypse.rulez.org/kozosfiles/upipang11/version_1.0.jpg
lang:
- Perl
license:
- GPL2
development: halted
originals:
- Buster Bros
repo: http://pangzero.cvs.sourceforge.net/pangzero/pangzero/
type: remake
updated: 2019-09-14
url: https://apocalypse.rulez.org/kozos/UpiPangBlog
- name: Paper Isaac
type: clone
originals:
- The Binding of Isaac
repo: https://github.com/fasterthanlime/isaac-paper
url: https://amos.me/games/paper-isaac/
development: halted
status: playable
lang:
- ooc
license:
- MIT
content: open
updated: 2019-05-23
images:
- https://amos.me/img/paperisaac-shot.png
video:
youtube: m2Rw_1OFSho
- name: Paratrooper
images:
- http://pygame.org/shots/706.jpg
lang:
- Python
license:
- As-is
development: halted
originals:
- Paratrooper
repo: http://www.onderstekop.nl/coding/24_Paratrooper_1.2.3.zip
type: remake
updated: 2015-04-11
url: http://pygame.org/project-Paratrooper-706-.html
- name: PARPG
images:
- http://a.fsdn.com/con/app/proj/parpg/screenshots/286275.jpg
lang:
- Python
- C++
license:
- GPL3
- CC-BY-SA
development: halted
originals:
- Fallout 2
repo: http://parpg-trac.cvsdude.com/parpg/browser
type: remake
updated: 2019-08-17
url: http://blog.parpg.net/
- name: Pathological
images:
- http://pathological.sourceforge.net/screenshots/intro.png
- http://pathological.sourceforge.net/screenshots/theabyss.png
- http://pathological.sourceforge.net/screenshots/ketchupandmustard.png
- http://pathological.sourceforge.net/screenshots/wildberries.png
- http://pathological.sourceforge.net/screenshots/triggerpractice.png
lang:
- Python
license:
- GPL2
development: halted
originals:
- Log!cal
repo: http://pathological.cvs.sourceforge.net/viewvc/pathological/
type: remake
updated: 2015-04-16
url: http://pathological.sourceforge.net/
- name: PCExhumed
type: remake
originals:
- Powerslave
repo: https://github.com/nukeykt/NBlood
url: http://pcex.retrohost.net/
development: very active
status: playable
lang:
- C++
framework:
- SDL
- SDL2
- OpenGL
license:
- GPL2
content: commercial
info: Based on EDuke32
updated: 2020-01-04
video:
youtube: g6HaMv6FYvE
- name: Pendomotion
framework:
- pygame
lang:
- Python
license:
- As-is
development: active
originals:
- Locomotion (Amiga 1992)
repo: https://github.com/Pafycio/Pendomotion
type: remake
updated: 2015-07-14
- name: Pentagram
images:
- http://pentagram.sourceforge.net/images/screenshots/pagan.png
- http://pentagram.sourceforge.net/images/screenshots/noremorse.png
- http://pentagram.sourceforge.net/images/screenshots/noregret.png
- http://pentagram.sourceforge.net/images/screenshots/japanese.png
lang:
- C++
license:
- GPL2
development: sporadic
originals:
- Ultima VIII
repo: https://github.com/pentagram-u8/pentagram
type: remake
url: http://pentagram.sourceforge.net/
updated: 2018-10-06
- name: Performous
lang:
- C++
license:
- GPL2
development: active
originals:
- Dance Dance Revolution
- Guitar Hero
- SingStar
repo: https://github.com/performous/performous
status: playable
type: clone
updated: 2014-09-19
url: http://performous.org/
video:
youtube: soYIbsVmcyU
- name: Phantasy
lang:
- Java
license:
- As-is
development: halted
info: DEPRECATED Use JLud2D instead
originals:
- Phantasy Star
repo: https://github.com/rafael-esper/Phantasy
type: remake
updated: 2015-05-28
- name: Phavon
images:
- http://phavon.sourceforge.net/snap001.jpg
lang:
- C
license:
- GPL2
development: halted
originals:
- Xenon 2 Megablast
repo: http://phavon.cvs.sourceforge.net/viewvc/phavon/
type: remake
updated: 2015-04-15
url: http://phavon.sourceforge.net/
- name: Phoenix
lang:
- Java
license:
- As-is
development: active
originals:
- Emperor of the Fading Suns
repo: https://github.com/joulupunikki/Phoenix
type: remake
updated: 2015-05-29
- name: Pingus
development: sporadic
framework:
- SDL2
images:
- http://pingus.seul.org/images/screen_0.7.0-3.jpg
- http://pingus.seul.org/images/screen_0.7.0-4.jpg
lang:
- C++
license:
- GPL3
content: open
originals:
- Lemmings
repo: https://gitlab.com/pingus/pingus
status: playable
type: clone
updated: 2018-07-14
url: http://pingus.seul.org
- name: Pink Pony
type: clone
originals:
- Tron
repo: https://github.com/ginkgo/pink-pony
url: https://ginkgo.github.io/pink-pony/
development: halted
status: playable
multiplayer:
- Split-screen
lang:
- C++
license:
- GPL3
content: open
updated: 2019-06-11
images:
- https://ginkgo.github.io/pink-pony/pinkpony1.jpg
- https://ginkgo.github.io/pink-pony/pinkpony2.jpg
video:
youtube: g3wy1Nh8-KA
- name: Pioneer
images:
- http://pioneerspacesim.net/assets/ss2.png
- http://pioneerspacesim.net/assets/ss1.png
lang:
- C++
- C
- Lua
license:
- GPL3
development: active
originals:
- Elite II
repo: https://github.com/pioneerspacesim/pioneer
status: playable
type: clone
updated: 2013-05-27
url: http://pioneerspacesim.net/
video:
vimeo: 78452479
- name: Pipemania
framework:
- Love3D
lang:
- Lua
license:
- As-is
development: halted
originals:
- Pipe Mania
repo: https://github.com/zbiq13/Pipemania
type: remake
updated: 2015-06-01
- name: Pizza Business
images:
- http://pizza-business.sourceforge.net/gtk1.png
lang:
- C++
license:
- GPL2
development: halted
originals:
- Pizza Tycoon
repo: http://pizza-business.cvs.sourceforge.net/viewvc/pizza-business/
type: clone
updated: 2015-04-03
url: http://pizza-business.sourceforge.net/
- name: PKMN-FX
lang:
- Java
license:
- GPL3
development: active
originals:
- "Pok\xE9mon Mystery Dungeon"
repo: https://github.com/jonasdemoor/PKMN-FX
type: remake
updated: 2016-05-14
- name: Planet Lander
originals:
- Lunar Lander
type: clone
repo: 'https://github.com/maxerbox/Planet-Lander-with-pygame'
development: active
status: playable
content: free
lang:
- Python
framework:
- pygame
license:
- As-is
updated: '2019-12-31'
images:
- >-
https://github.com/maxerbox/Planet-Lander-with-pygame/raw/master/media/media/intro.png
- >-
https://github.com/maxerbox/Planet-Lander-with-pygame/raw/master/media/media/ai.png
- >-
https://github.com/maxerbox/Planet-Lander-with-pygame/raw/master/media/media/credit.png
- name: Play Freeciv!
info: online browser game
lang:
- C
- Java
- JavaScript
license:
- AGPL3
development: active
originals:
- Civilization II
repo: https://github.com/freeciv/freeciv-web
type: clone
url: https://www.freecivweb.org/
updated: 2019-11-20
- name: Prince-Monogame
originals:
- Prince of Persia 2
lang:
- C#
license:
- GPL2
development: active
status: playable
repo: https://github.com/salvadorc17/Prince-Monogame
type: remake
updated: 2019-11-19
images:
- https://github.com/salvadorc17/Prince-Monogame/blob/master/preview.png
- name: Project-Uranium-Godot
originals:
- Pokémon Uranium
type: remake
repo: 'https://github.com/acedogblast/Project-Uranium-Godot'
development: active
status: unplayable
content: free
lang:
- GDScript
framework:
- Godot
license:
- MIT
info: A work in progress re-implementation of the game Pokemon Uranium in the Godot Engine.
updated: 2019-10-29
video:
youtube: jIErfbevFOM
- name: POSTAL 1 Open Source
originals:
- Postal
type: remake
repo: https://bitbucket.org/gopostal/postal-1-open-source
development: halted
status: playable
content: commercial
lang:
- C++
framework:
- SDL2
license:
- GPL2
info: POSTAL 1 source code
updated: 2019-06-26
images:
- https://runningwithscissors.com/wp-content/uploads/2016/09/p1_screen_02-300x225.png
- name: The Powder Toy
originals:
- Powder Game
type: clone
repo: https://github.com/The-Powder-Toy/The-Powder-Toy
url: https://powdertoy.co.uk/
development: active
status: playable
content: open
lang:
- C++
framework:
- SDL2
license:
- GPL3
updated: 2019-07-10
images:
- https://powdertoy.co.uk/Themes/Next/Design/Images/Screen3.png
- https://powdertoy.co.uk/Themes/Next/Design/Images/Screen2.png
- https://powdertoy.co.uk/Themes/Next/Design/Images/Screen1.png
video:
youtube: QKfwYOg1yog
- name: PowerslaveGDX
originals:
- Powerslave
type: remake
repo: 'https://gitlab.com/m210/PowerslaveGDX'
url: 'http://m210.duke4.net/'
development: very active
status: playable
content: commercial
lang:
- Java
framework:
- LibGDX
license:
- Custom
info: PC version (BUILD engine based)
updated: '2020-01-07'
video:
youtube: wRmQHJnAPac
- name: Powerslave EX
originals:
- Powerslave
repo: https://github.com/svkaiser/PowerslaveEX
url: https://powerslaveex.wordpress.com/
development: halted
status: playable
content: commercial
license:
- GPL3
type: remake
updated: 2020-01-05
info: Remake of the PlayStation version of the game
framework:
- SDL2
lang:
- C++
video:
youtube: -zZYsNvPwEA
- name: Powerslide remake
originals:
- Powerslide
type: remake
repo: https://bitbucket.org/dm_999/powerslideremake
url: https://www.moddb.com/mods/powerslideremake
development: sporadic
status: semi-playable
content: commercial
lang:
- C++
framework:
- OGRE
- SFML
license:
- MIT
updated: 2019-08-11
multiplayer:
- Competitive
- Online
images:
- https://media.moddb.com/cache/images/mods/1/42/41287/thumb_620x2000/02.jpg
- https://media.moddb.com/cache/images/mods/1/42/41287/thumb_620x2000/04.jpg
- https://media.moddb.com/cache/images/mods/1/42/41287/thumb_620x2000/01.jpg
video:
moddb: 2035338
- name: pq2
framework:
- ncurses
lang:
- C++
license:
- GPL3
development: active
originals:
- Progress Quest
repo: https://github.com/nbollom/pq2
type: remake
updated: 2016-06-03
- name: PrBoom+
images:
- https://sourceforge.net/p/prboom-plus/screenshot/222124.jpg
lang:
- C
license:
- GPL2
development: active
originals:
- Doom
- Heretic
- Hexen
repo: http://www.crowproductions.de/repos/prboom/branches/prboom-plus-24/prboom2/
type: remake
url: https://sourceforge.net/projects/prboom-plus/
- name: Privateer - Gemini Gold
images:
- http://privateer.sourceforge.net/images/screenshot-3-perry-superbase-landing-pad.png
- http://privateer.sourceforge.net/images/screenshot-1-approaching-planet-under-attack.png
- http://privateer.sourceforge.net/images/screenshot-4-merchant-guild-room.png
- http://privateer.sourceforge.net/images/screenshot-5-kilrathi-gothri-explosion.png
lang:
- C++
license:
- GPL2
development: sporadic
originals:
- 'Wing Commander: Privateer'
repo: https://sourceforge.net/projects/privateer/
type: remake
url: http://privateer.sourceforge.net/
updated: 2018-10-06
- name: progress-quest
framework:
- Qt
info: More or less feature parity with the original, saving/loading/etc. works.
lang:
- C++
license:
- MIT
development: active
originals:
- Progress Quest
repo: https://github.com/sandsmark/progress-quest
type: remake
updated: 2019-09-14
- name: Project Carrot
framework:
- Qt
info: Needs original game data
lang:
- C++
license:
- MIT
development: sporadic
originals:
- Jazz Jackrabbit 2
repo: https://github.com/soulweaver91/project-carrot
status: semi-playable
type: remake
updated: 2017-11-01
url: https://carrot.soulweaver.fi/
- name: Project Dollhouse
framework:
- MonoGame
lang:
- C#
license:
- MPL
development: active
originals:
- The Sims Online
repo: https://github.com/Afr0Games/Project-Dollhouse
type: remake
url: http://www.afr0games.com
- name: 'Project: Xenocide'
lang:
- C++
license:
- GPL2
development: halted
originals:
- 'X-COM: UFO Defense'
- 'X-COM: Terror from the Deep'
- 'X-COM: Apocalypse'
- 'UFO: Enemy Unknown'
repo: http://xenocide.cvs.sourceforge.net/viewvc/xenocide/
type: clone
updated: 2015-04-11
url: https://sourceforge.net/projects/xenocide/
- name: ProjectX
images:
- http://forsakenx.github.io/fsplanet/images/I_ins_koth001.JPG
- http://forsakenx.github.io/fsplanet/images/I_ins_koth006.JPG
- http://forsakenx.github.io/fsplanet/images/I_ins_koth011.JPG
lang:
- C
license:
- GPL2
development: halted
originals:
- Forsaken
repo: https://github.com/ForsakenX/forsaken
status: playable
type: remake
updated: 2013-05-29
url: http://forsakenx.github.io/
- name: ProQuake 4
license:
- GPL2
lang:
- C
originals:
- Quake
repo: http://quakeone.com/proquake/proquake_493_src.rar
type: remake
updated: 2015-04-03
url: http://quakeone.com/proquake/
- name: proxx
development: complete
images:
- https://user-images.githubusercontent.com/234957/57080494-8caff680-6cea-11e9-8477-54ea0e1670e2.png
repo: https://github.com/GoogleChromeLabs/proxx
url: https://proxx.app/
license:
- Apache
status: playable
framework:
- WebGL
lang:
- TypeScript
originals:
- Minesweeper
type: clone
updated: 2019-06-06
- name: PseuWoW
images:
- https://camo.githubusercontent.com/6fc54f5f0ce41476adf68c27e767e9975483cdb0/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f313130323639352f3235333934332f37633465663061322d386265362d313165322d386166392d3939633063393635663631612e706e67
info: Can only connect to MaNGOS Servers (FOSS reimplementation of World of Warcraft servers).
lang:
- C
- C++
license:
- GPL2
development: halted
originals:
- World of Warcraft
repo: https://github.com/shlainn/pseuwow
status: unplayable
type: remake
updated: 2016-12-08
- name: pucpr-ld-mario3
framework:
- Construct2
license:
- As-is
development: halted
originals:
- Super Mario
repo: https://github.com/jvlppm/pucpr-ld-mario3
type: remake
updated: 2015-06-02
- name: pucpr-ld-parodius
info: Remake of the first levels of the snes game Gokujou Parodius
framework:
- Construct
license:
- As-is
development: halted
originals:
- Fantastic Journey
repo: https://github.com/jvlppm/pucpr-ld-parodius
type: remake
updated: 2015-06-01
- name: Pushover
images:
- https://pushover.github.io/website/images/Screenshot2.jpg
- https://pushover.github.io/website/images/Screenshot3n.jpg
- https://pushover.github.io/website/images/Screenshot4.jpg
lang:
- C++
license:
- GPL3
development: sporadic
originals:
- Pushover
repo: https://github.com/pushover/pushover.github.io
status: playable
type: remake
updated: 2013-05-19
url: https://pushover.github.io/
- name: Py1945
lang:
- Python
license:
- As-is
development: halted
originals:
- Strikers 1945
repo: http://py1945game.googlecode.com/svn/trunk/
type: remake
updated: 2015-04-13
url: https://code.google.com/p/py1945game/
- name: PyBreak360
images:
- https://a.fsdn.com/con/app/proj/pybreak360/screenshots/pybreak360v107.jpg
- https://a.fsdn.com/con/app/proj/pybreak360/screenshots/pybreak360b.png
- https://a.fsdn.com/con/app/proj/pybreak360/screenshots/pybreak360c.png
- https://a.fsdn.com/con/app/proj/pybreak360/screenshots/pybreak360a.png
lang:
- Python
license:
- GPL3
development: active
originals:
- Arkanoid
repo: git://git.code.sf.net/p/pybreak360/code
type: clone
updated: 2015-04-05
url: http://sourceforge.net/projects/pybreak360/
- name: pycraft
lang:
- Python
license:
- GPL2
development: active
originals:
- Minecraft
repo: https://github.com/itsapi/pycraft
type: remake
updated: 2015-12-29
- name: pyskool
images:
- http://pyskool.ca/wp-content/uploads/2010/05/skool_daze-0.4.png
- http://pyskool.ca/wp-content/uploads/2010/05/back_to_skool-0.4.png
- http://pyskool.ca/wp-content/uploads/2010/05/skool_daze_take_too-0.4.png
- http://pyskool.ca/wp-content/uploads/2010/05/ezad_looks-0.4.png
- http://pyskool.ca/wp-content/uploads/2010/05/back_to_skool_daze-0.4.png
- http://pyskool.ca/wp-content/uploads/2010/05/skool_daze-wide-0.4.png
lang:
- Python
license:
- GPL3
development: active
originals:
- Skool Daze
repo: https://github.com/skoolkid/pyskool
type: remake
updated: 2015-04-05
url: http://pyskool.ca/
- name: pyspaceinvaders
images:
- http://www.pygame.org/shots/1259.gif
lang:
- Python
license:
- GPL2
development: halted
originals:
- Space Invaders
repo: https://github.com/map0logo/pyspaceinvaders
type: remake
updated: 2015-04-11
- name: PyTouhou
images:
- http://pytouhou.linkmauve.fr/screenshots/big/s1-01.png
- http://pytouhou.linkmauve.fr/screenshots/big/s6-06.png
- http://pytouhou.linkmauve.fr/screenshots/big/s7-06.png
lang:
- Python
license:
- GPL3
development: active
originals:
- Touhou
repo: http://hg.linkmauve.fr/touhou
type: remake
updated: 2015-07-11
url: http://pytouhou.linkmauve.fr/