d.yaml 41 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731
  1. - name: D2X-XL
  2. langs:
  3. - C++
  4. frameworks:
  5. - OpenGL
  6. licenses:
  7. - GPL2
  8. development: halted
  9. originals:
  10. - Descent
  11. - Descent II
  12. repo: https://sourceforge.net/projects/d2x-xl/
  13. status: playable
  14. type: remake
  15. updated: 2021-01-22
  16. url: http://www.descent2.de/
  17. images:
  18. - https://a.fsdn.com/con/app/proj/d2x-xl/screenshots/148449.jpg/245/183/1.5
  19. - https://a.fsdn.com/con/app/proj/d2x-xl/screenshots/148453.jpg/245/183/1.5
  20. - https://a.fsdn.com/con/app/proj/d2x-xl/screenshots/148451.jpg/245/183/1.5
  21. video:
  22. youtube: AJwOTmmbze4
  23. - name: D3es
  24. originals:
  25. - 'Doom 3'
  26. type: remake
  27. repo: 'https://github.com/emileb/d3es-multithread'
  28. development: halted
  29. status: playable
  30. content: commercial
  31. langs:
  32. - C++
  33. licenses:
  34. - GPL3
  35. info: A Doom 3 source port forked from Dhewm3 and D3Wasm that uses a GLES2 renderer. A PS Vita port is in the works.
  36. updated: 2022-03-30
  37. video:
  38. youtube: TrUooxLiK44
  39. - name: Daggerfall Unity
  40. langs:
  41. - C#
  42. frameworks:
  43. - Unity
  44. licenses:
  45. - MIT
  46. development: active
  47. originals:
  48. - 'The Elder Scrolls II: Daggerfall'
  49. repo: https://github.com/Interkarma/daggerfall-unity
  50. status: playable
  51. type: remake
  52. updated: 2023-01-01
  53. url: https://www.dfworkshop.net/
  54. images:
  55. - https://user-images.githubusercontent.com/10426244/198905388-6e715073-3ee2-42fb-b05e-08275343691c.png
  56. - https://user-images.githubusercontent.com/10426244/198906676-e3d139f9-e46a-49f8-aa09-afe4d5e51a7e.png
  57. - https://user-images.githubusercontent.com/10426244/198906775-2a4b6bca-a700-4429-931c-8bb46a0576ca.png
  58. video:
  59. youtube: xPHnyKXazxc
  60. - name: Daggerfall.NET
  61. langs:
  62. - C#
  63. frameworks:
  64. - MonoGame
  65. licenses:
  66. - As-is
  67. development: halted
  68. originals:
  69. - 'The Elder Scrolls II: Daggerfall'
  70. status: unplayable
  71. repo: https://github.com/JohnathanGreen/Daggerfall.NET
  72. type: remake
  73. updated: 2022-07-02
  74. - name: Danger from the Deep
  75. images:
  76. - https://a.fsdn.com/con/app/proj/dangerdeep/screenshots/217888.jpg/max/max/1
  77. - https://a.fsdn.com/con/app/proj/dangerdeep/screenshots/217884.jpg/max/max/1
  78. - https://a.fsdn.com/con/app/proj/dangerdeep/screenshots/217886.jpg/max/max/1
  79. - https://a.fsdn.com/con/app/proj/dangerdeep/screenshots/218174.jpg/max/max/1
  80. langs:
  81. - C++
  82. frameworks:
  83. - SDL
  84. licenses:
  85. - CC-BY-NC-ND
  86. - GPL2
  87. development: sporadic
  88. originals:
  89. - Silent Hunter 4
  90. status: playable
  91. repo: https://sourceforge.net/projects/dangerdeep/
  92. type: remake
  93. updated: 2021-04-27
  94. url: http://dangerdeep.sourceforge.net/
  95. video:
  96. youtube: LU1aM_SmoSM
  97. - name: 'Dangerous Dave 2: Modification Edition'
  98. originals:
  99. - Dangerous Dave in the Haunted Mansion
  100. type: remake
  101. repo: 'https://github.com/Harchvertelol/Dangerous-Dave-2-Modification-Edition'
  102. feed: >-
  103. https://github.com/Harchvertelol/Dangerous-Dave-2-Modification-Edition/releases.atom
  104. development: active
  105. status: playable
  106. content: commercial
  107. langs:
  108. - C++
  109. frameworks:
  110. - SFML
  111. - TGUI
  112. licenses:
  113. - Custom
  114. info: >-
  115. Now you can play (in addition to standard levels) in additional levels! For it
  116. choose levelpack in launcher!
  117. updated: '2022-08-02'
  118. images:
  119. - >-
  120. https://raw.githubusercontent.com/Harchvertelol/Dangerous-Dave-2-Modification-Edition/master/Screenshots/1.png
  121. - >-
  122. https://raw.githubusercontent.com/Harchvertelol/Dangerous-Dave-2-Modification-Edition/master/Screenshots/2.png
  123. - >-
  124. https://raw.githubusercontent.com/Harchvertelol/Dangerous-Dave-2-Modification-Edition/master/Screenshots/3.png
  125. - >-
  126. https://raw.githubusercontent.com/Harchvertelol/Dangerous-Dave-2-Modification-Edition/master/Screenshots/5.png
  127. - >-
  128. https://raw.githubusercontent.com/Harchvertelol/Dangerous-Dave-2-Modification-Edition/master/Screenshots/6.png
  129. - >-
  130. https://raw.githubusercontent.com/Harchvertelol/Dangerous-Dave-2-Modification-Edition/master/Screenshots/7.png
  131. - >-
  132. https://raw.githubusercontent.com/Harchvertelol/Dangerous-Dave-2-Modification-Edition/master/Screenshots/8.png
  133. - >-
  134. https://raw.githubusercontent.com/Harchvertelol/Dangerous-Dave-2-Modification-Edition/master/Screenshots/9.png
  135. - >-
  136. https://raw.githubusercontent.com/Harchvertelol/Dangerous-Dave-2-Modification-Edition/master/Screenshots/10.png
  137. - >-
  138. https://raw.githubusercontent.com/Harchvertelol/Dangerous-Dave-2-Modification-Edition/master/Screenshots/4.jpg
  139. - name: The Dark Mod
  140. images:
  141. - https://www.thedarkmod.com/wp-content/uploads/2023/02/1484820459_seeking0_31.jpg
  142. - https://www.thedarkmod.com/wp-content/uploads/2023/02/hazard_blur211.jpg
  143. - https://www.thedarkmod.com/wp-content/uploads/2023/02/Assets211.jpg
  144. - https://www.thedarkmod.com/wp-content/uploads/2022/03/iris.jpg
  145. langs:
  146. - C++
  147. licenses:
  148. - GPL3
  149. content: commercial
  150. development: very active
  151. originals:
  152. - Thief
  153. repo: https://github.com/stgatilov/darkmod_src
  154. status: playable
  155. type: clone
  156. updated: 2024-01-28
  157. url: https://www.thedarkmod.com/main/
  158. video:
  159. youtube: brJqHnXmpgE
  160. - name: Dark Oberon
  161. images:
  162. - https://dark-oberon.sourceforge.net/screenshots/2005-08-16_1_1024x768.jpg
  163. - https://dark-oberon.sourceforge.net/screenshots/2005-08-16_4_1024x768.jpg
  164. - https://dark-oberon.sourceforge.net/screenshots/2005-08-16_7_1024x768.jpg
  165. originals:
  166. - Warcraft II
  167. status: playable
  168. licenses:
  169. - GPL2
  170. content: open
  171. langs:
  172. - C++
  173. frameworks:
  174. - OpenGL
  175. development: halted
  176. repo: https://sourceforge.net/projects/dark-oberon/
  177. type: clone
  178. updated: 2022-01-29
  179. url: http://dark-oberon.sourceforge.net/
  180. video:
  181. youtube: pgFWAeM4Rm8
  182. - name: Darkflame Universe
  183. originals:
  184. - Lego Universe
  185. type: remake
  186. repo: https://github.com/DarkflameUniverse/DarkflameServer
  187. url: 'https://darkflameuniverse.org/'
  188. feed: https://github.com/DarkflameUniverse/DarkflameServer/releases.atom
  189. development: very active
  190. status: playable
  191. multiplayer:
  192. - Local
  193. - Online
  194. - LAN
  195. content: commercial
  196. langs:
  197. - C++
  198. licenses:
  199. - AGPL3
  200. info: This project is a server emulating an MMO developed by NetDevil and released in 2010.
  201. updated: 2024-02-19
  202. images:
  203. - 'https://pbs.twimg.com/media/E5jL9BvWQAQOeYQ?format=jpg&name=900x900'
  204. - 'https://pbs.twimg.com/media/E17cXShWYAMLJI9?format=jpg&name=large'
  205. video:
  206. youtube: ZhzMy-o0ByM
  207. - name: DarkFO
  208. development: halted
  209. langs:
  210. - JavaScript
  211. - Python
  212. licenses:
  213. - Apache
  214. content: commercial
  215. originals:
  216. - Fallout 2
  217. status: semi-playable
  218. repo: https://github.com/darkf/darkfo
  219. type: remake
  220. updated: 2022-04-18
  221. - name: DarkPlaces
  222. images:
  223. - https://icculus.org/twilight/darkplaces/pics/rygelpack_pretty1.jpg
  224. - https://icculus.org/twilight/darkplaces/pics/rygelpack_pretty6.jpg
  225. - https://icculus.org/twilight/darkplaces/pics/rygelpack_pretty10.jpg
  226. langs:
  227. - C
  228. frameworks:
  229. - OpenGL
  230. - SDL2
  231. licenses:
  232. - GPL2
  233. development: very active
  234. originals:
  235. - Quake
  236. status: playable
  237. repo: https://github.com/DarkPlacesEngine/darkplaces
  238. type: remake
  239. updated: 2024-01-29
  240. url: https://icculus.org/twilight/darkplaces/
  241. feed: https://github.com/DarkPlacesEngine/darkplaces/releases.atom
  242. - name: datastorm
  243. langs:
  244. - C
  245. licenses:
  246. - Apache
  247. development: halted
  248. originals:
  249. - Turmoil
  250. status: playable
  251. repo: https://github.com/haroldo-ok/datastorm
  252. type: remake
  253. updated: 2022-07-02
  254. - name: Dave Gnukem
  255. development: very active
  256. frameworks:
  257. - SDL2
  258. images:
  259. - https://scorpioncity.com/dave_gnukem/gallery/Dave%20Gnukem%200.90%20%2813%20Jan%202018%29.png
  260. - https://djoffe.com/gnukem/files/Dave_Gnukem_0.81.png
  261. langs:
  262. - C++
  263. licenses:
  264. - GPL2
  265. content: open
  266. originals:
  267. - Duke Nukem
  268. repo: https://github.com/davidjoffe/dave_gnukem
  269. status: playable
  270. type: similar
  271. updated: 2024-01-30
  272. url: https://djoffe.com/gnukem/
  273. video:
  274. youtube: Hi7WYnOA_fo
  275. - name: Deathchase 3D
  276. licenses:
  277. - GPL2
  278. langs:
  279. - C
  280. frameworks:
  281. - SDL
  282. originals:
  283. - Deathchase
  284. status: playable
  285. repo: https://github.com/BachToTheFuture/DeathChase3D
  286. development: halted
  287. type: remake
  288. updated: 2022-06-12
  289. url: https://web.archive.org/web/20070711231311/http://www.robsons.org.uk/archive/www.autismuk.freeserve.co.uk/index.htm
  290. - name: Deathlord Relorded
  291. images:
  292. - https://img.itch.zone/aW1hZ2UvMTQxNTUxMi84MjQ1MDM1LnBuZw==/original/TciGJK.png
  293. licenses:
  294. - AGPL3
  295. langs:
  296. - C++
  297. frameworks:
  298. - DirectX
  299. originals:
  300. - Deathlord
  301. status: playable
  302. repo: https://github.com/hasseily/Deathlord-Relorded
  303. development: complete
  304. type: remake
  305. updated: 2023-02-17
  306. url: https://rikkles.itch.io/deathlord-relorded
  307. info: original code runs under a heavily patched AppleWin emulation. 1920x1080 Win10+ (DX12) required.
  308. - name: Defendguin
  309. images:
  310. - https://libregamewiki.org/images/2/24/Defendguin.gif
  311. langs:
  312. - C
  313. frameworks:
  314. - SDL
  315. licenses:
  316. - GPL2
  317. development: complete
  318. originals:
  319. - Defender
  320. status: playable
  321. type: remake
  322. updated: 2022-02-10
  323. url: http://www.newbreedsoftware.com/defendguin/
  324. - name: Deflektor X4
  325. images:
  326. - https://retrospec.sgn.net/config/screenshots/deflektorx4.f.DeflektorX40.gif
  327. - https://retrospec.sgn.net/config/screenshots/deflektorx4.f.DeflektorX42.gif
  328. - https://retrospec.sgn.net/config/screenshots/deflektorx4.f.DeflektorX41.gif
  329. langs:
  330. - C
  331. frameworks:
  332. - Allegro
  333. licenses:
  334. - As-is
  335. development: complete
  336. originals:
  337. - Deflektor
  338. status: playable
  339. type: remake
  340. updated: 2021-09-04
  341. url: http://retrospec.sgn.net/users/ignacio/dfli.htm
  342. video:
  343. youtube: VN0qi5o3tl0
  344. - name: DelverEngine
  345. images:
  346. - https://camo.githubusercontent.com/66a1ba4602dd94e3ebca0d7ed7ef0e5d8c926c83/68747470733a2f2f692e696d6775722e636f6d2f747165654a71482e706e67
  347. langs:
  348. - Java
  349. frameworks:
  350. - libGDX
  351. licenses:
  352. - Zlib
  353. content: commercial
  354. development: complete
  355. originals:
  356. - Delver
  357. status: playable
  358. repo: https://github.com/Interrupt/delverengine
  359. type: official
  360. updated: 2022-07-02
  361. url: http://www.delvergame.com
  362. - name: Der Clou!
  363. langs:
  364. - C
  365. frameworks:
  366. - SDL2
  367. licenses:
  368. - Custom
  369. content: commercial
  370. development: halted
  371. originals:
  372. - The Clue!
  373. status: playable
  374. repo: https://github.com/vcosta/derclou
  375. type: remake
  376. updated: 2022-07-02
  377. video:
  378. youtube: UlQovLvleKg
  379. images:
  380. - https://repo.openpandora.org/files/pnd/derclou-sdl/preview/1.png
  381. - https://repo.openpandora.org/files/pnd/derclou-sdl/preview/2.png
  382. - https://repo.openpandora.org/files/pnd/derclou-sdl/preview/3.png
  383. - https://repo.openpandora.org/files/pnd/derclou-sdl/preview/4.png
  384. - https://repo.openpandora.org/files/pnd/derclou-sdl/preview/5.png
  385. - name: Descent 3
  386. originals:
  387. - Descent 3
  388. type: official
  389. repo: https://github.com/DescentDevelopers/Descent3
  390. development: very active
  391. status: playable
  392. content: commercial
  393. langs:
  394. - C++
  395. frameworks:
  396. - SDL2
  397. licenses:
  398. - GPL3
  399. added: 2024-04-20
  400. updated: 2024-09-26
  401. video:
  402. youtube: oasEAoPHk7I
  403. - name: 'Descent 3: Piccu Engine'
  404. originals:
  405. - Descent 3
  406. type: remake
  407. repo: 'https://github.com/InsanityBringer/PiccuEngine'
  408. feed: 'https://github.com/InsanityBringer/PiccuEngine/releases.atom'
  409. development: active
  410. status: playable
  411. content: commercial
  412. langs:
  413. - C++
  414. frameworks:
  415. - SDL
  416. licenses:
  417. - GPL3
  418. info: a version of the game Descent 3 focused on quality-of-life improvements.
  419. added: '2024-10-22'
  420. updated: '2024-10-22'
  421. video:
  422. youtube: CaYHlpVBHd0
  423. - name: DesktopAdventures
  424. development: halted
  425. langs:
  426. - C
  427. frameworks:
  428. - SDL2
  429. licenses:
  430. - LGPL2
  431. content: commercial
  432. originals:
  433. - Indiana Jones and his Desktop Adventures
  434. - 'Star Wars: Yoda Stories'
  435. repo: https://github.com/shinyquagsire23/DesktopAdventures
  436. status: semi-playable
  437. type: remake
  438. updated: 2024-01-31
  439. video:
  440. youtube: zD0fdu-dhTw
  441. - name: Desktop Adventures Engine for ScummVM
  442. development: halted
  443. langs:
  444. - C++
  445. licenses:
  446. - GPL2
  447. content: commercial
  448. originals:
  449. - Indiana Jones and his Desktop Adventures
  450. - 'Star Wars: Yoda Stories'
  451. status: semi-playable
  452. type: remake
  453. updated: 2019-10-02
  454. repo: https://github.com/digitall/scummvm-deskadv
  455. - name: Dethrace
  456. originals:
  457. - Carmageddon
  458. type: remake
  459. repo: 'https://github.com/dethrace-labs/dethrace'
  460. url: 'https://twitter.com/dethrace_labs'
  461. development: active
  462. status: semi-playable
  463. content: commercial
  464. langs:
  465. - C
  466. frameworks:
  467. - SDL2
  468. licenses:
  469. - GPL3
  470. info: Reverse engineering the 1997 game "Carmageddon"
  471. updated: '2022-08-03'
  472. images:
  473. - >-
  474. https://user-images.githubusercontent.com/78985374/166819615-22a5446c-0ed1-4cab-a833-a0fcdcac8da8.png
  475. - name: Deuteros X
  476. langs:
  477. - C#
  478. frameworks:
  479. - SDL.NET
  480. licenses:
  481. - GPL2
  482. development: halted
  483. originals:
  484. - Deuteros
  485. status: unplayable
  486. repo: http://sourceforge.net/projects/deuterosx/
  487. type: remake
  488. updated: 2022-07-02
  489. - name: Devilution
  490. images:
  491. - https://camo.githubusercontent.com/9426dfe5fc03654a8f1d3c024019cd7c5fb468b6/68747470733a2f2f7333332e706f7374696d672e63632f36786e6e68686c6d6e2f6469616275696d6f6e2e706e67
  492. langs:
  493. - C++
  494. licenses:
  495. - Custom
  496. content: commercial
  497. development: active
  498. originals:
  499. - Diablo
  500. repo: https://github.com/diasurgical/devilution
  501. status: playable
  502. type: remake
  503. info: Engine recreation (same bugs as original)
  504. updated: 2021-09-03
  505. - name: DevilutionX
  506. type: remake
  507. originals:
  508. - Diablo
  509. repo: https://github.com/diasurgical/devilutionX
  510. development: active
  511. status: playable
  512. langs:
  513. - C++
  514. frameworks:
  515. - SDL
  516. - SDL2
  517. licenses:
  518. - Custom
  519. content: commercial
  520. info: Improved engine recreation with improvements, bugfixes, and some optional quality of life features.
  521. updated: 2021-09-03
  522. images:
  523. - https://user-images.githubusercontent.com/204594/113578478-26912400-9623-11eb-9ff6-9bd9717462b6.png
  524. - name: DGEngine
  525. images:
  526. - https://user-images.githubusercontent.com/20025614/30250613-4033a546-9649-11e7-86d7-97a718d0f119.gif
  527. - https://user-images.githubusercontent.com/20025614/37241587-65586a1c-2453-11e8-87b8-1956eeb09acd.png
  528. - https://user-images.githubusercontent.com/20025614/62253488-e8734400-b3ed-11e9-9265-d37b89eea241.png
  529. - https://cloud.githubusercontent.com/assets/20025614/16467025/4bd77ef0-3e3d-11e6-872a-38ca8eb2c9f8.gif
  530. - https://user-images.githubusercontent.com/20025614/57727911-917d8e80-768a-11e9-9d39-6b7a7370716b.png
  531. - https://user-images.githubusercontent.com/20025614/57727918-92162500-768a-11e9-80c6-59e6a057fefb.png
  532. langs:
  533. - C++
  534. frameworks:
  535. - SFML
  536. licenses:
  537. - GPL3
  538. - Zlib
  539. content: swappable
  540. development: sporadic
  541. originals:
  542. - Diablo
  543. - Diablo II
  544. status: semi-playable
  545. repo: https://github.com/dgcor/DGEngine
  546. type: remake
  547. updated: 2024-01-02
  548. url: https://github.com/dgcor/DGEngine/wiki
  549. info: Also supports Flare
  550. - name: dhewm3
  551. langs:
  552. - C++
  553. frameworks:
  554. - SDL
  555. - SDL2
  556. licenses:
  557. - GPL3
  558. content: commercial
  559. development: active
  560. originals:
  561. - Doom 3
  562. status: playable
  563. repo: https://github.com/dhewm/dhewm3
  564. type: remake
  565. updated: 2022-07-02
  566. url: https://dhewm3.org/
  567. images:
  568. - https://dhewm3.org/dhewm3-linux.jpg
  569. - https://dhewm3.org/dhewm3-win.jpg
  570. - https://dhewm3.org/dhewm3-osx.jpg
  571. - https://dhewm3.org/dhewm3-aros.jpg
  572. - https://dhewm3.org/dhewm3-switch-linux.jpg
  573. - https://dhewm3.org/dhewm3-1.jpg
  574. - https://dhewm3.org/dhewm3-d3xp1.jpg
  575. - name: Diablerie
  576. originals:
  577. - Diablo II
  578. type: remake
  579. repo: 'https://github.com/mofr/Diablerie'
  580. development: halted
  581. status: semi-playable
  582. content: commercial
  583. langs:
  584. - 'C#'
  585. frameworks:
  586. - Unity
  587. licenses:
  588. - MIT
  589. info: Needs original Diablo II + Lord of Destruction game data.
  590. updated: 2024-02-02
  591. images:
  592. - https://raw.github.com/mofr/Diablerie/master/Screenshots/rogue_camp.png
  593. - name: Diabolika
  594. originals:
  595. - Diabolika 2
  596. type: clone
  597. repo: https://github.com/dgcor/Diabolika
  598. development: complete
  599. status: playable
  600. content: free
  601. langs:
  602. - C++
  603. frameworks:
  604. - SFML
  605. licenses:
  606. - Zlib
  607. updated: 2021-06-01
  608. images:
  609. - >-
  610. https://user-images.githubusercontent.com/20025614/103456786-56155500-4cf1-11eb-8911-954eb57fc886.png
  611. - name: Digbuild
  612. langs:
  613. - C++
  614. frameworks:
  615. - SDL
  616. - OpenGL
  617. licenses:
  618. - GPL2
  619. development: halted
  620. originals:
  621. - Minecraft
  622. status: semi-playable
  623. repo: https://github.com/emezeske/digbuild
  624. type: similar
  625. updated: 2022-07-02
  626. url: http://blog.mezeske.com/?p=507
  627. - name: Digger
  628. langs:
  629. - JavaScript
  630. licenses:
  631. - As-is
  632. content: open
  633. development: halted
  634. originals:
  635. - Boulder Dash
  636. status: playable
  637. repo: https://github.com/lutzroeder/digger
  638. type: remake
  639. updated: 2024-02-03
  640. url: https://lutzroeder.github.io/digger/
  641. info: no license, but contains assets from xdigger (GPL3)
  642. images:
  643. - https://github.com/lutzroeder/digger/raw/main/.github/screenshot.png
  644. - name: Digger Remastered
  645. langs:
  646. - C
  647. licenses:
  648. - GPL2
  649. development: halted
  650. originals:
  651. - Digger
  652. repo: https://digger.org/download.html
  653. status: playable
  654. type: remake
  655. url: https://digger.org/
  656. updated: 2020-08-25
  657. images:
  658. - https://www.retrogames.cz/games/973/DOS_03.gif
  659. - name: Digimon World Project Ark
  660. frameworks:
  661. - Unity
  662. langs:
  663. - C#
  664. licenses:
  665. - As-is
  666. development: halted
  667. originals:
  668. - Digimon World
  669. status: unplayable
  670. repo: https://github.com/dwProjectark/Digimon-World-Project-Ark
  671. type: remake
  672. updated: 2022-07-02
  673. - name: Dink Smallwood HD
  674. originals:
  675. - Dink Smallwood
  676. type: remake
  677. repo: 'https://github.com/SethRobinson/RTDink'
  678. url: 'https://www.rtsoft.com/pages/dink.php'
  679. development: sporadic
  680. status: playable
  681. content: free
  682. langs:
  683. - C++
  684. frameworks:
  685. - OpenGL
  686. licenses:
  687. - Custom
  688. info: >-
  689. Dink Smallwood HD is the newly remixed version of the irreverent old-school
  690. RPG adventure cult classic brought to you by the original creators.
  691. updated: 2024-02-04
  692. images:
  693. - 'https://www.rtsoft.com/dink/hd/ipad_dragons.jpg'
  694. - 'https://www.rtsoft.com/dink/hd/ipad_snow.jpg'
  695. - 'https://www.rtsoft.com/dink/hd/ipad_inventory.jpg'
  696. - 'https://www.rtsoft.com/dink/hd/ipad_darklands.jpg'
  697. - 'https://www.rtsoft.com/dink/hd/iphone4_pigfarmer.jpg'
  698. - 'https://www.rtsoft.com/dink/hd/iphone4_map.jpg'
  699. - 'https://www.rtsoft.com/dink/hd/iphone4_store.jpg'
  700. - 'https://www.rtsoft.com/dink/hd/iphone4_big_building.jpg'
  701. video:
  702. youtube: aDHQ17Gf34c
  703. - name: Dino Run DX
  704. originals:
  705. - Dino Run DX
  706. type: official
  707. repo: 'https://github.com/pixeljam/DinoRunDX'
  708. url: 'https://store.steampowered.com/news/app/248330/view/3639504956058288978'
  709. development: complete
  710. status: playable
  711. multiplayer:
  712. - Competitive
  713. - Online
  714. content: open
  715. langs:
  716. - ActionScript
  717. frameworks:
  718. - Adobe AIR
  719. licenses:
  720. - GPL3
  721. updated: '2023-04-08'
  722. images:
  723. - >-
  724. https://cdn.cloudflare.steamstatic.com/steamcommunity/public/images/clans//10209198/1fabb2e735129fa613377fc8e86e10c63b99d044.jpg
  725. - name: div-columns
  726. frameworks:
  727. - DIV Games Studio
  728. licenses:
  729. - MIT
  730. development: complete
  731. originals:
  732. - Columns
  733. status: playable
  734. repo: https://github.com/MikeDX/div-columns
  735. type: remake
  736. updated: 2022-07-02
  737. url: http://js.mikedx.co.uk/columns.html
  738. - name: div-pacman2600
  739. frameworks:
  740. - DIV Games Studio
  741. licenses:
  742. - MIT
  743. development: complete
  744. originals:
  745. - Pac-Man
  746. status: playable
  747. repo: https://github.com/MikeDX/div-pacman2600
  748. type: remake
  749. updated: 2022-07-02
  750. url: http://js.mikedx.co.uk/pacman2600.html
  751. info: clone of Atari Pac-Man
  752. - name: div-pitfall
  753. frameworks:
  754. - DIV Games Studio
  755. licenses:
  756. - MIT
  757. development: complete
  758. originals:
  759. - Pitfall!
  760. status: playable
  761. repo: https://github.com/MikeDX/div-pitfall
  762. type: remake
  763. updated: 2022-07-02
  764. url: http://js.mikedx.co.uk/pitfall.html
  765. - name: div-spaceinvaders2600
  766. frameworks:
  767. - DIV Games Studio
  768. licenses:
  769. - MIT
  770. development: complete
  771. originals:
  772. - Space Invaders
  773. status: playable
  774. repo: https://github.com/MikeDX/div-spaceinvaders2600
  775. type: remake
  776. updated: 2022-07-02
  777. url: http://js.mikedx.co.uk/invadersa2600.html
  778. - name: Divercity
  779. originals:
  780. - SimCity
  781. type: clone
  782. repo: 'https://github.com/Team--Rocket/divercity'
  783. url: 'https://team--rocket.github.io/divercity/'
  784. development: halted
  785. status: playable
  786. content: open
  787. langs:
  788. - Java
  789. licenses:
  790. - GPL3
  791. updated: '2020-07-24'
  792. images:
  793. - https://raw.githubusercontent.com/Team--Rocket/divercity/master/graphics/splash_1.png
  794. - https://raw.githubusercontent.com/Team--Rocket/divercity/master/betterScreenshot.png
  795. - name: Dizgruntled
  796. type: remake
  797. originals:
  798. - Gruntz
  799. repo: https://bitbucket.org/pointcliki/dizgruntled/
  800. development: halted
  801. status: playable
  802. langs:
  803. - Java
  804. licenses:
  805. - As-is
  806. content: commercial
  807. updated: 2019-12-22
  808. - name: dodger-remake
  809. langs:
  810. - C++
  811. frameworks:
  812. - SFML
  813. licenses:
  814. - As-is
  815. development: halted
  816. originals:
  817. - Dodger
  818. status: unplayable
  819. repo: https://github.com/funchal/dodger-remake
  820. type: remake
  821. updated: 2022-07-02
  822. - name: Domino-Chain
  823. langs:
  824. - C++
  825. frameworks:
  826. - SDL2
  827. licenses:
  828. - GPL3
  829. development: active
  830. originals:
  831. - Pushover
  832. repo: https://gitlab.com/domino-chain/domino-chain.gitlab.io
  833. status: playable
  834. type: remake
  835. updated: 2024-02-20
  836. url: https://domino-chain.gitlab.io/
  837. images:
  838. - https://domino-chain.gitlab.io/assets/domino-chain-header.jpg
  839. - name: DonkeyInTrouble
  840. frameworks:
  841. - "L\xD6VE"
  842. langs:
  843. - Lua
  844. licenses:
  845. - As-is
  846. development: halted
  847. originals:
  848. - Kaboom!
  849. status: semi-playable
  850. repo: https://github.com/Zap123/DonkeyInTrouble
  851. type: remake
  852. updated: 2022-07-02
  853. images:
  854. - https://raw.githubusercontent.com/Zap123/DonkeyInTrouble/master/demo.png
  855. - name: donut
  856. type: remake
  857. originals:
  858. - 'The Simpsons: Hit & Run'
  859. repo: https://github.com/plowteam/donut
  860. development: halted
  861. status: unplayable
  862. langs:
  863. - C++
  864. frameworks:
  865. - SDL2
  866. - OpenGL
  867. licenses:
  868. - GPL3
  869. content: commercial
  870. updated: 2024-02-05
  871. images:
  872. - https://files.facepunch.com/Layla/2019/August/11/2019-08-09_22-12-28.png
  873. - https://files.facepunch.com/Layla/2019/August/11/2019-08-09_22-11-26.png
  874. - name: Doom
  875. langs:
  876. - C
  877. licenses:
  878. - Custom
  879. development: complete
  880. originals:
  881. - Doom
  882. repo: https://github.com/id-Software/DOOM
  883. status: playable
  884. type: official
  885. updated: 2022-05-07
  886. url: https://bethesda.net/en/store/product/DO1GNGPCBG01
  887. images:
  888. - https://images.ctfassets.net/rporu91m20dc/5z6KhDv8HgZJ2ZYDygrrLY/f55fc2da6477454637f9865022844fde/doom-doom_classic-doom_1993_1-big_effing_guns-png?q=70&fm=webp
  889. - https://images.ctfassets.net/rporu91m20dc/1GDSXoXoWlH68QLWY1kmr1/464a151c291511476cb93b04464ad322/doom-doom_classic-doom_1993_2-demon_slaying-png?q=70&fm=webp
  890. - https://images.ctfassets.net/rporu91m20dc/6My9dmRclfWQvx8PI9vL42/96b05ecfd861b98ebe8ed9a7ae581d5e/doom-doom_classic-doom_1993_5-escape_mars-png?q=70&fm=webp
  891. - https://images.ctfassets.net/rporu91m20dc/6QaMnGFwH9nUG0CzeiwSBX/b9175102cc5304eb83bf136de9ac84a4/doom-doom_classic-doom_1993_3-fierce_combat-png?q=70&fm=webp
  892. - https://images.ctfassets.net/rporu91m20dc/6GnydS4hyMGHkl8X4kfzHn/c66f37c406328205837639d65f7246de/doom-doom_classic-doom_1993_6_non_mobile_only-png?q=70&fm=webp
  893. video:
  894. youtube: yr-lQZzevwA
  895. - name: Doom Classic for iOS
  896. info: iOS
  897. langs:
  898. - C
  899. licenses:
  900. - GPL2
  901. content: commercial
  902. development: complete
  903. originals:
  904. - Doom
  905. status: playable
  906. repo: https://github.com/id-Software/DOOM-IOS2
  907. type: official
  908. updated: 2022-05-19
  909. - name: Doom Legacy
  910. images:
  911. - https://doomlegacy.sourceforge.net/images/legacy/multibf1.gif
  912. - https://doomlegacy.sourceforge.net/images/legacy/3dfx.gif
  913. langs:
  914. - C++
  915. licenses:
  916. - GPL2
  917. development: active
  918. originals:
  919. - Doom
  920. - Heretic
  921. - Hexen
  922. repo: https://sourceforge.net/projects/doomlegacy/
  923. status: playable
  924. type: remake
  925. updated: 2014-08-20
  926. url: http://doomlegacy.sourceforge.net/
  927. - name: DOOM Retro
  928. type: remake
  929. originals:
  930. - Doom
  931. repo: https://github.com/bradharding/doomretro
  932. feed: https://github.com/bradharding/doomretro/releases.atom
  933. url: https://www.doomretro.com/
  934. development: very active
  935. status: playable
  936. langs:
  937. - C
  938. frameworks:
  939. - SDL2
  940. licenses:
  941. - GPL3
  942. content: commercial
  943. updated: 2024-02-06
  944. images:
  945. - https://raw.githubusercontent.com/bradharding/www.doomretro.com/master/wiki/screenshot1.png
  946. - https://raw.githubusercontent.com/bradharding/www.doomretro.com/master/wiki/screenshot2.png
  947. - https://raw.githubusercontent.com/bradharding/www.doomretro.com/master/wiki/screenshot3.png
  948. - https://raw.githubusercontent.com/bradharding/www.doomretro.com/master/wiki/screenshot4.png
  949. - name: Doom64EX
  950. images:
  951. - https://doom64ex.files.wordpress.com/2011/08/d64ex_01.png
  952. - https://doom64ex.files.wordpress.com/2011/08/d64ex_12.png
  953. - https://doom64ex.files.wordpress.com/2011/08/d64ex_03.png
  954. langs:
  955. - C
  956. frameworks:
  957. - SDL2
  958. licenses:
  959. - GPL2
  960. development: halted
  961. originals:
  962. - Doom 64
  963. repo: https://github.com/svkaiser/Doom64EX
  964. type: remake
  965. status: semi-playable
  966. updated: 2022-07-02
  967. url: https://doom64ex.wordpress.com/
  968. - name: Doomsday Engine
  969. langs:
  970. - C++
  971. frameworks:
  972. - SDL2
  973. licenses:
  974. - GPL3
  975. content: commercial
  976. development: active
  977. status: playable
  978. originals:
  979. - Doom
  980. - Heretic
  981. - Hexen
  982. repo: https://github.com/skyjake/Doomsday-Engine
  983. type: remake
  984. url: http://dengine.net/
  985. feed: http://blog.dengine.net/category/news/feed/atom/
  986. updated: 2021-02-15
  987. images:
  988. - https://a.fsdn.com/con/app/proj/deng/screenshots/240398.jpg/245/183/1.5
  989. - https://a.fsdn.com/con/app/proj/deng/screenshots/11853.jpg/245/183/1.5
  990. - https://a.fsdn.com/con/app/proj/deng/screenshots/11855.jpg/245/183/1.5
  991. video:
  992. youtube: p3UgWUcTxN0
  993. - name: Dope Wars
  994. images:
  995. - https://dopewars.sourceforge.net/screenshots/linux-gtk-multi.png
  996. - https://dopewars.sourceforge.net/screenshots/winxp-multi.png
  997. langs:
  998. - C
  999. licenses:
  1000. - GPL2
  1001. content: open
  1002. development: sporadic
  1003. originals:
  1004. - Drugwars
  1005. status: playable
  1006. multiplayer:
  1007. - Competitive
  1008. - Online
  1009. repo: https://github.com/benmwebb/dopewars
  1010. type: remake
  1011. updated: 2021-05-14
  1012. url: https://dopewars.sourceforge.io/
  1013. - name: DOS Raptor
  1014. originals:
  1015. - 'Raptor: Call of the Shadows'
  1016. type: official
  1017. repo: 'https://github.com/skynettx/dosraptor#dos-raptor'
  1018. development: complete
  1019. status: playable
  1020. content: commercial
  1021. langs:
  1022. - C
  1023. licenses:
  1024. - GPL2
  1025. info: Original Raptor Call Of The Shadows version 1.2 DOS source code
  1026. updated: '2023-10-08'
  1027. - name: doukutsu-rs
  1028. images:
  1029. - https://i.imgur.com/eZ0V5rK.png
  1030. langs:
  1031. - Rust
  1032. licenses:
  1033. - MIT
  1034. content: free
  1035. development: active
  1036. status: playable
  1037. originals:
  1038. - Cave Story
  1039. repo: https://github.com/doukutsu-rs/doukutsu-rs
  1040. type: remake
  1041. updated: 2022-01-19
  1042. - name: Dr. Robotnik's Ring Racers
  1043. originals:
  1044. - Mario Kart
  1045. type: similar
  1046. repo: 'https://github.com/KartKrewDev/RingRacers'
  1047. url: 'https://www.kartkrew.org/'
  1048. feed: https://www.kartkrew.org/feeds/all.atom.xml
  1049. development: active
  1050. status: playable
  1051. multiplayer:
  1052. - Competitive
  1053. - Local
  1054. - Online
  1055. - LAN
  1056. - Split-screen
  1057. content: free
  1058. langs:
  1059. - C
  1060. frameworks:
  1061. - SDL2
  1062. licenses:
  1063. - GPL2
  1064. info: Sonic Fan Game
  1065. added: 2024-06-11
  1066. updated: 2024-06-11
  1067. video:
  1068. youtube: KvAJCrdhrrQ
  1069. - name: dRally
  1070. type: remake
  1071. originals:
  1072. - Death Rally
  1073. repo: https://github.com/urxp/drally
  1074. url: https://github.com/urxp/drally
  1075. development: active
  1076. status: playable
  1077. langs:
  1078. - Assembly
  1079. - C
  1080. licenses:
  1081. - MIT
  1082. content: commercial
  1083. updated: 2020-04-25
  1084. images:
  1085. - https://www.mobygames.com/images/promo/original/1473346915-1714402233.jpg
  1086. - https://www.mobygames.com/images/promo/l/66325-death-rally-screenshot.jpg
  1087. - https://www.mobygames.com/images/promo/original/1473346916-703948363.jpg
  1088. - https://www.mobygames.com/images/promo/original/1473346916-705742774.jpg
  1089. - https://www.mobygames.com/images/promo/original/1473346916-2495139689.jpg
  1090. video:
  1091. youtube: YTRI71PmgDY
  1092. - name: DreamZZT
  1093. type: remake
  1094. originals:
  1095. - ZZT
  1096. repo: https://github.com/c99koder/DreamZZT
  1097. development: halted
  1098. status: semi-playable
  1099. langs:
  1100. - C++
  1101. licenses:
  1102. - GPL2
  1103. updated: 2020-06-26
  1104. - name: Dreerally
  1105. type: remake
  1106. originals:
  1107. - Death Rally
  1108. repo: https://github.com/enriquesomolinos/DreeRally
  1109. development: halted
  1110. status: semi-playable
  1111. langs:
  1112. - C
  1113. frameworks:
  1114. - SDL
  1115. licenses:
  1116. - PD
  1117. content: commercial
  1118. updated: 2024-02-07
  1119. video:
  1120. youtube: bGx5Oa4G2so
  1121. - name: Dragon Alpha
  1122. originals:
  1123. - Dragon Alpha
  1124. type: official
  1125. repo: 'https://github.com/jaredplumb/Dragon-Alpha'
  1126. development: halted
  1127. status: playable
  1128. content: open
  1129. langs:
  1130. - C++
  1131. frameworks:
  1132. - GameSprockets
  1133. - Carbon
  1134. licenses:
  1135. - MIT
  1136. info: >-
  1137. Will likely not compile on current macOS versions because of the use of
  1138. discontinued libraries
  1139. updated: '2023-12-08'
  1140. - name: Dstroy
  1141. originals:
  1142. - Dstroy
  1143. type: clone
  1144. status: playable
  1145. url: 'http://narroin.free.fr/dstroy/'
  1146. content: commercial
  1147. langs:
  1148. - C++
  1149. frameworks:
  1150. - SDL
  1151. licenses:
  1152. - GPL2
  1153. updated: '2023-02-17'
  1154. - name: Duck Hunt JS
  1155. originals:
  1156. - Duck Hunt
  1157. type: remake
  1158. repo: 'https://github.com/MattSurabian/DuckHunt-JS'
  1159. url: 'https://duckhuntjs.com'
  1160. development: halted
  1161. status: playable
  1162. content: free
  1163. langs:
  1164. - JavaScript
  1165. frameworks:
  1166. - PixiJS
  1167. licenses:
  1168. - MIT
  1169. info: DuckHunt ported to JS and HTML5
  1170. updated: '2022-09-22'
  1171. images:
  1172. - 'https://walyou.com/wp-content/uploads//2011/10/Duck_Hunt.png'
  1173. - name: Duck Hunt Remake
  1174. images:
  1175. - https://pygame.org/shots/2045.png
  1176. langs:
  1177. - Python
  1178. frameworks:
  1179. - pygame
  1180. licenses:
  1181. - As-is
  1182. content: free
  1183. development: halted
  1184. originals:
  1185. - Duck Hunt
  1186. status: playable
  1187. repo: https://github.com/aosyborg/duckhunt
  1188. type: remake
  1189. updated: 2022-01-13
  1190. url: https://pygame.org/project-Duck+Hunt+Remake-2045-.html
  1191. - name: Duck Hunter
  1192. images:
  1193. - https://pygame.org/shots/1615.png
  1194. langs:
  1195. - Python
  1196. licenses:
  1197. - As-is
  1198. development: halted
  1199. originals:
  1200. - Duck Hunt
  1201. status: playable
  1202. repo: https://app.box.com/shared/zkh7rt575i
  1203. type: remake
  1204. updated: 2022-03-22
  1205. url: https://pygame.org/project-Duck+Hunter-1615-.html
  1206. - name: Duck Marines
  1207. images:
  1208. - https://tangramgames.dk/games/duckmarines/images/teaser.png
  1209. - https://tangramgames.dk/games/duckmarines/images/duckbeat.png
  1210. - https://tangramgames.dk/games/duckmarines/images/vacuum.gif
  1211. langs:
  1212. - Lua
  1213. frameworks:
  1214. - LÖVE
  1215. licenses:
  1216. - CC-BY-SA
  1217. - CC-BY-NC-ND
  1218. content: free
  1219. development: halted
  1220. originals:
  1221. - ChuChu Rocket!
  1222. repo: https://github.com/SimonLarsen/duckmarines
  1223. feed: https://github.com/SimonLarsen/duckmarines/releases.atom
  1224. status: playable
  1225. type: remake
  1226. updated: 2024-02-08
  1227. url: http://tangramgames.dk/games/duckmarines/
  1228. video:
  1229. youtube: SAz0BsTSXy4
  1230. - name: Duck Rehunt
  1231. images:
  1232. - https://pygame.org/shots/1862.png
  1233. langs:
  1234. - Python
  1235. frameworks:
  1236. - pygame
  1237. licenses:
  1238. - GPL3
  1239. content: open
  1240. development: halted
  1241. originals:
  1242. - Duck Hunt
  1243. status: unplayable
  1244. repo: https://github.com/Serioussam24/Duck-Rehunt
  1245. type: remake
  1246. updated: 2022-03-26
  1247. url: https://pygame.org/project-Duck+Rehunt-1862-.html
  1248. - name: DuckHunt
  1249. langs:
  1250. - JavaScript
  1251. licenses:
  1252. - As-is
  1253. content: commercial
  1254. development: halted
  1255. originals:
  1256. - Duck Hunt
  1257. status: playable
  1258. repo: https://github.com/grosbouddha/duckhunt
  1259. type: remake
  1260. updated: 2022-07-02
  1261. url: https://grosbouddha.github.io/duckhunt/
  1262. - name: Duke 2 Reconstructed
  1263. originals:
  1264. - Duke Nukem II
  1265. type: remake
  1266. repo: 'https://github.com/lethal-guitar/Duke2Reconstructed'
  1267. development: halted
  1268. status: playable
  1269. content: commercial
  1270. langs:
  1271. - C
  1272. licenses:
  1273. - GPL2
  1274. info: >-
  1275. reconstruction of the source code, based on disassembly of the original
  1276. executable.
  1277. updated: 2024-02-09
  1278. images:
  1279. - >-
  1280. https://raw.githubusercontent.com/lethal-guitar/Duke2Reconstructed/main/media/code.png
  1281. - name: Duke3D
  1282. type: remake
  1283. originals:
  1284. - Duke Nukem 3D
  1285. repo: https://svn.icculus.org/duke3d/trunk/
  1286. url: https://icculus.org/duke3d/
  1287. development: halted
  1288. status: playable
  1289. multiplayer:
  1290. - LAN
  1291. langs:
  1292. - C
  1293. frameworks:
  1294. - SDL
  1295. licenses:
  1296. - Custom
  1297. content: commercial
  1298. updated: 2020-01-07
  1299. images:
  1300. - https://icculus.org/duke3d/2003_04_03_150737_shot.jpg
  1301. - name: Duke3d_win32
  1302. type: remake
  1303. originals:
  1304. - Duke Nukem 3D
  1305. repo: http://www.rancidmeat.com/projects/duke3d_w32/duke3d_w32_b20_src.zip
  1306. url: http://www.rancidmeat.com/project.php3?id=1
  1307. development: halted
  1308. status: playable
  1309. multiplayer:
  1310. - LAN
  1311. langs:
  1312. - C
  1313. frameworks:
  1314. - SDL
  1315. licenses:
  1316. - Custom
  1317. content: commercial
  1318. updated: 2020-01-07
  1319. images:
  1320. - https://www.rancidmeat.com/screenshots/duke3d/duke3d_w32_desktop2.png
  1321. - https://www.rancidmeat.com/screenshots/duke3d/hollywood.png
  1322. - name: DukeGDX
  1323. originals:
  1324. - Duke Nukem 3D
  1325. type: remake
  1326. repo: 'https://gitlab.com/m210/DukeGDX'
  1327. url: 'http://m210.duke4.net/'
  1328. development: active
  1329. status: playable
  1330. multiplayer:
  1331. - Online
  1332. - LAN
  1333. - Co-op
  1334. content: commercial
  1335. langs:
  1336. - Java
  1337. frameworks:
  1338. - libGDX
  1339. licenses:
  1340. - Custom
  1341. updated: '2020-01-07'
  1342. video:
  1343. youtube: gBr9_pI6A1c
  1344. - name: Dune II - The Maker
  1345. originals:
  1346. - Dune 2
  1347. type: remake
  1348. repo: 'https://github.com/stefanhendriks/Dune-II---The-Maker'
  1349. url: 'https://dune2themaker.fundynamic.com'
  1350. feed: https://dune2themaker.fundynamic.com/feed/
  1351. development: halted
  1352. status: playable
  1353. content: commercial
  1354. langs:
  1355. - C++
  1356. frameworks:
  1357. - Allegro
  1358. licenses:
  1359. - As-is
  1360. updated: 2024-02-10
  1361. video:
  1362. youtube: zWqR0cDDiiU
  1363. - name: Dune 2 - The Maker - Java version
  1364. langs:
  1365. - Java
  1366. licenses:
  1367. - MIT
  1368. development: halted
  1369. originals:
  1370. - Dune 2
  1371. status: semi-playable
  1372. repo: https://github.com/Fundynamic/dune2themaker4j
  1373. type: remake
  1374. updated: 2022-07-02
  1375. video:
  1376. youtube: 8QgvRy5vS5Q
  1377. - name: Dune Dynasty
  1378. images:
  1379. - https://github.com/gameflorist/dunedynasty/blob/master/docs/screenshots.jpg?raw=true
  1380. langs:
  1381. - C
  1382. licenses:
  1383. - GPL2
  1384. development: sporadic
  1385. originals:
  1386. - Dune 2
  1387. status: playable
  1388. repo: https://github.com/gameflorist/dunedynasty
  1389. type: remake
  1390. updated: 2024-02-09
  1391. url: http://dunedynasty.sourceforge.net/
  1392. feed: https://github.com/gameflorist/dunedynasty/releases.atom
  1393. info: continuation of the abandoned sourceforge project by David Wang
  1394. - name: Dune Legacy
  1395. info: Updated clone which uses data files from the original game. New features include multiple unit selection/control, high resolution support, multiplayer gaming, improved gui and a selection of new AIs to play against.
  1396. images:
  1397. - https://dunelegacy.sourceforge.net/website/screenshots/Dunelegacy-0.96-mission7.png
  1398. - https://dunelegacy.sourceforge.net/website/screenshots/Dunelegacy-0.96-mission9-2.png
  1399. - https://a.fsdn.com/con/app/proj/dunelegacy/screenshots/Dunelegacy-0.96-score.png/max/max/1
  1400. langs:
  1401. - C++
  1402. frameworks:
  1403. - SDL2
  1404. licenses:
  1405. - GPL2
  1406. content: commercial
  1407. development: active
  1408. originals:
  1409. - Dune 2
  1410. status: playable
  1411. multiplayer:
  1412. - Competitive
  1413. - Online
  1414. repo: https://sourceforge.net/projects/dunelegacy/
  1415. type: remake
  1416. updated: 2024-02-12
  1417. url: https://dunelegacy.sourceforge.net/website/
  1418. video:
  1419. youtube: tX_3Ah7gFdI
  1420. - name: Dungeon Craft
  1421. images:
  1422. - https://uaf.sourceforge.net/images/ss01.png
  1423. - https://uaf.sourceforge.net/images/ss03.png
  1424. - https://uaf.sourceforge.net/images/ss06.png
  1425. langs:
  1426. - C++
  1427. frameworks:
  1428. - DirectX
  1429. licenses:
  1430. - GPL2
  1431. content: commercial
  1432. development: sporadic
  1433. originals:
  1434. - 'Forgotten Realms: Unlimited Adventures'
  1435. repo: https://github.com/grannypron/uaf
  1436. status: playable
  1437. type: remake
  1438. updated: 2024-02-13
  1439. url: http://uaf.sourceforge.net/
  1440. info: 'Updated emulator of Forgotten Realms: Unlimited Adventures'
  1441. - name: Dungeon Digger
  1442. images:
  1443. - https://a.fsdn.com/con/app/proj/dungeondigger/screenshots/87295.jpg
  1444. - https://a.fsdn.com/con/app/proj/dungeondigger/screenshots/85468.jpg
  1445. - https://a.fsdn.com/con/app/proj/dungeondigger/screenshots/96980.jpg
  1446. - https://a.fsdn.com/con/app/proj/dungeondigger/screenshots/108567.jpg
  1447. - https://a.fsdn.com/con/app/proj/dungeondigger/screenshots/84862.jpg
  1448. langs:
  1449. - C++
  1450. - Lua
  1451. frameworks:
  1452. - SDL
  1453. licenses:
  1454. - GPL2
  1455. content: open
  1456. development: halted
  1457. originals:
  1458. - Dungeon Keeper
  1459. status: playable
  1460. repo: https://sourceforge.net/projects/dungeondigger/
  1461. type: clone
  1462. url: http://dungeondigger.sourceforge.net/
  1463. updated: 2022-01-08
  1464. - name: Dungeon Eye
  1465. langs:
  1466. - C#
  1467. licenses:
  1468. - GPL3
  1469. development: halted
  1470. originals:
  1471. - Eye of the Beholder II
  1472. status: playable
  1473. repo: https://github.com/iliak/dungeoneye
  1474. type: remake
  1475. updated: 2021-07-06
  1476. - name: DungeonMaster
  1477. langs:
  1478. - C#
  1479. frameworks:
  1480. - .NET
  1481. licenses:
  1482. - As-is
  1483. development: halted
  1484. originals:
  1485. - Dungeon Master
  1486. status: unplayable
  1487. repo: https://github.com/ggrrin/DungeonMaster
  1488. type: remake
  1489. updated: 2022-07-02
  1490. - name: Dungeon of Quake
  1491. langs:
  1492. - Odin
  1493. licenses:
  1494. - MIT
  1495. - Unlicense
  1496. frameworks:
  1497. - raylib
  1498. content: free
  1499. development: halted
  1500. status: semi-playable
  1501. originals:
  1502. - Quake
  1503. repo: https://github.com/jakubtomsu/dungeon-of-quake
  1504. feed: https://github.com/jakubtomsu/dungeon-of-quake/releases.atom
  1505. type: similar
  1506. updated: 2024-02-14
  1507. video:
  1508. youtube: 4DKa01rcJPY
  1509. images:
  1510. - https://raw.githubusercontent.com/jakubtomsu/dungeon-of-quake/main/misc/screenshot0.png
  1511. - https://raw.githubusercontent.com/jakubtomsu/dungeon-of-quake/main/misc/screenshot1.png
  1512. - https://raw.githubusercontent.com/jakubtomsu/dungeon-of-quake/main/misc/screenshot3.png
  1513. - https://raw.githubusercontent.com/jakubtomsu/dungeon-of-quake/main/misc/screenshot4.png
  1514. - https://raw.githubusercontent.com/jakubtomsu/dungeon-of-quake/main/misc/screenshot5.png
  1515. - https://raw.githubusercontent.com/jakubtomsu/dungeon-of-quake/main/misc/screenshot6.png
  1516. - https://raw.githubusercontent.com/jakubtomsu/dungeon-of-quake/main/misc/dqmake_screenshot0.png
  1517. - https://raw.githubusercontent.com/jakubtomsu/dungeon-of-quake/main/misc/dqmake_screenshot1.png
  1518. - name: Dupocracy
  1519. licenses:
  1520. - As-is
  1521. langs:
  1522. - JavaScript
  1523. development: halted
  1524. status: semi-playable
  1525. originals:
  1526. - DEFCON
  1527. repo: https://github.com/gtanczyk/Dupocracy
  1528. type: clone
  1529. url: http://gtanczyk.warsztat.io/Dupocracy/game/index.html
  1530. updated: 2021-02-23
  1531. - name: Dust Racing 2D
  1532. images:
  1533. - https://juzzlin.github.io/DustRacing2D/screenshots/1.10.0/1.jpg
  1534. - https://juzzlin.github.io/DustRacing2D/screenshots/1.10.0/2.jpg
  1535. - https://juzzlin.github.io/DustRacing2D/screenshots/1.10.0/3.jpg
  1536. - https://juzzlin.github.io/DustRacing2D/screenshots/1.10.0/4.jpg
  1537. langs:
  1538. - C++
  1539. frameworks:
  1540. - Qt
  1541. - OpenGL
  1542. licenses:
  1543. - GPL3
  1544. content: open
  1545. development: halted
  1546. originals:
  1547. - Micro Machines
  1548. repo: https://github.com/juzzlin/DustRacing2D
  1549. type: remake
  1550. multiplayer:
  1551. - Split-screen
  1552. updated: 2024-02-15
  1553. url: http://juzzlin.github.io/DustRacing2D/index.html
  1554. feed: https://github.com/juzzlin/DustRacing2D/releases.atom
  1555. status: playable
  1556. video:
  1557. youtube: 3hrIzzItggQ
  1558. - name: DwarfCorp
  1559. originals:
  1560. - Dwarf Fortress
  1561. - Minecraft
  1562. type: similar
  1563. repo: 'https://github.com/Blecki/dwarfcorp'
  1564. url: 'http://www.dwarfcorp.com/'
  1565. feed: 'http://dwarfcorp.holeydonutgames.com/feed/'
  1566. development: sporadic
  1567. status: playable
  1568. content: commercial
  1569. langs:
  1570. - 'C#'
  1571. frameworks:
  1572. - XNA
  1573. licenses:
  1574. - MIT
  1575. info: Base building strategy game inspired by Dwarf Fortress and Minecraft
  1576. updated: 2024-02-16
  1577. images:
  1578. - https://user-images.githubusercontent.com/241184/46921044-8a8f8000-cfc4-11e8-92bf-5431b3e41d3d.gif
  1579. - >-
  1580. https://i0.wp.com/dwarfcorp.holeydonutgames.com/wp-content/uploads/2018/10/hires_3.png
  1581. - >-
  1582. https://i0.wp.com/dwarfcorp.holeydonutgames.com/wp-content/uploads/2017/11/turkey_twighlight.png
  1583. - >-
  1584. https://i2.wp.com/dwarfcorp.holeydonutgames.com/wp-content/uploads/2018/09/palisade_spiders.png
  1585. video:
  1586. youtube: a_kTB1R9PcE
  1587. - name: DXBall
  1588. info: Android
  1589. langs:
  1590. - Java
  1591. licenses:
  1592. - As-is
  1593. development: halted
  1594. originals:
  1595. - DX-Ball
  1596. status: unplayable
  1597. repo: https://github.com/nomanHasan/DXBall
  1598. type: remake
  1599. updated: 2022-07-02
  1600. - name: DXX-Rebirth
  1601. images:
  1602. - https://www.dxx-rebirth.com/wp-content/gallery/d1x-rebirth_screenshots/d1xr-scrn10.jpg
  1603. - https://www.dxx-rebirth.com/wp-content/gallery/d1x-rebirth_screenshots/d1xr-scrn17.jpg
  1604. - https://www.dxx-rebirth.com/wp-content/gallery/d2x-rebirth_screenshots/d2xr-scrn1.jpg
  1605. - https://www.dxx-rebirth.com/wp-content/gallery/d2x-rebirth_screenshots/d2xr-scrn18.jpg
  1606. langs:
  1607. - C++
  1608. licenses:
  1609. - GPL3
  1610. - Custom
  1611. development: active
  1612. originals:
  1613. - Descent
  1614. - Descent II
  1615. repo: https://github.com/dxx-rebirth/dxx-rebirth
  1616. type: remake
  1617. multiplayer:
  1618. - Online
  1619. - LAN
  1620. status: playable
  1621. url: https://www.dxx-rebirth.com/
  1622. updated: 2021-03-03
  1623. - name: DynaDungeons
  1624. originals:
  1625. - Bomberman
  1626. type: clone
  1627. repo: https://github.com/akien-mga/dynadungeons
  1628. development: halted
  1629. status: semi-playable
  1630. multiplayer:
  1631. - Competitive
  1632. content: open
  1633. langs:
  1634. - GDScript
  1635. frameworks:
  1636. - Godot
  1637. licenses:
  1638. - CC-BY
  1639. - CC-BY-SA
  1640. - GPL3
  1641. - OFL
  1642. updated: 2019-11-14
  1643. images:
  1644. - https://raw.githubusercontent.com/akien-mga/dynadungeons/master/background.png