c.yaml 42 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671
  1. - name: C-Dogs SDL
  2. feed: https://cxong.github.io/cdogs-sdl/feed.xml
  3. frameworks:
  4. - SDL2
  5. images:
  6. - https://raw.github.com/cxong/cdogs-sdl/master/wiki/images/thumbs/1.png
  7. - https://raw.github.com/cxong/cdogs-sdl/master/wiki/images/thumbs/2.png
  8. - https://raw.github.com/cxong/cdogs-sdl/master/wiki/images/thumbs/3.png
  9. langs:
  10. - C
  11. licenses:
  12. - BSD2
  13. - GPL2
  14. content: open
  15. development: sporadic
  16. originals:
  17. - C-Dogs
  18. - Cyberdogs
  19. - Wolfenstein 3D
  20. - Spear of Destiny
  21. repo: https://github.com/cxong/cdogs-sdl
  22. status: playable
  23. type: remake
  24. updated: 2021-10-16
  25. url: https://cxong.github.io/cdogs-sdl/
  26. video:
  27. youtube: gnZX0IJV4oo
  28. - name: C-evo
  29. images:
  30. - https://media.indiedb.com/cache/images/games/1/14/13047/thumb_620x2000/two_settlements_up_two_to_go.jpg
  31. - https://media.indiedb.com/cache/images/games/1/14/13047/thumb_620x2000/military_research.jpg
  32. - https://media.indiedb.com/cache/images/games/1/14/13047/thumb_620x2000/The_Pyramids_wonder.jpg
  33. - https://media.indiedb.com/cache/images/games/1/14/13047/thumb_620x2000/the_first_contact_with_French.jpg
  34. - https://media.indiedb.com/cache/images/games/1/14/13047/thumb_620x2000/city_production.jpg
  35. - https://media.indiedb.com/cache/images/games/1/14/13047/thumb_620x2000/full_map.jpg
  36. - https://media.indiedb.com/cache/images/games/1/14/13047/thumb_620x2000/beginning.jpg
  37. langs:
  38. - Delphi
  39. licenses:
  40. - PD
  41. originals:
  42. - Civilization II
  43. repo: http://www.c-evo.org/files/files.php
  44. development: halted
  45. status: playable
  46. type: clone
  47. added: 2013-09-19
  48. updated: 2024-05-15
  49. url: http://www.c-evo.org/
  50. - name: c64-nuclearreaction
  51. langs:
  52. - C
  53. - Assembly
  54. licenses:
  55. - GPL3
  56. originals:
  57. - Nuclear Reaction
  58. status: unplayable
  59. development: halted
  60. repo: https://github.com/maikmerten/c64-nuclearreaction
  61. type: remake
  62. updated: 2022-07-16
  63. - name: Cadaver
  64. development: halted
  65. images:
  66. - https://jotd.pagesperso-orange.fr/cadaver/cadaver_remake_pic.png
  67. langs:
  68. - C++
  69. licenses:
  70. - GPL2
  71. content: commercial
  72. originals:
  73. - Cadaver
  74. status: semi-playable
  75. type: remake
  76. updated: 2021-01-21
  77. url: https://jotd.pagesperso-orange.fr/cadaver/
  78. - name: CaesarIA
  79. info: most of original game works, except war logic
  80. langs:
  81. - C++
  82. - JavaScript
  83. licenses:
  84. - GPL3
  85. development: halted
  86. originals:
  87. - Caesar III
  88. repo: https://github.com/dalerank/caesaria-game
  89. status: playable
  90. type: remake
  91. updated: 2020-02-08
  92. url: https://bitbucket.org/dalerank/caesaria/wiki/Home
  93. - name: Cannon Fodder
  94. licenses:
  95. - As-is
  96. content: commercial
  97. langs:
  98. - JavaScript
  99. development: halted
  100. originals:
  101. - Cannon Fodder
  102. status: unplayable
  103. repo: https://github.com/krazyjakee/CannonFodder
  104. type: remake
  105. updated: 2022-06-03
  106. - name: Cannonball
  107. development: halted
  108. langs:
  109. - C++
  110. frameworks:
  111. - SDL2
  112. licenses:
  113. - MAME
  114. content: commercial
  115. originals:
  116. - Out Run
  117. repo: https://github.com/djyt/cannonball
  118. status: playable
  119. type: remake
  120. added: 2014-02-06
  121. updated: 2024-05-16
  122. url: https://github.com/djyt/cannonball/wiki
  123. images:
  124. - https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhSo2-aVA4K1MzsUor1t3n51n3a68Kzgzs-6F3NEg44BnvA-IOg1tou-UAq1kLRzOlSUtqxBHgrSr4DRrP1UpXOaAxiAUJ63YTiUGlAe-YowTz5wH9qjFkGDsFU4HM_jt6p5g6S/s1600/view1.png
  125. - https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh1VWm_8GDU8orNGwCRdrHXvYObouiwqw50II8Os8D5kPGoSXAu96k4KDd2x_3RnLWonwPUfMbCiIa6D2Q88NRua9c76Q88BfrhGMYuHPPpqQTYaenyA67Pd85UBIKbJhfAXBN5/s1600/view2.png
  126. - https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgw2is-f_L9SzMtcTWTsbcpWzTZDsD1H3lsaqrx-Jxx6ybIG0d-u42ngvSeC16Wyv1JIiG3nbeTStR-JJgOZ9y2iav1pXGfoID-b82LCL6Pw-Jh-Dm8fjb8EbZSBQVbuFlbiv5F/s1600/view3.png
  127. video:
  128. youtube: 2omri7L7Av0
  129. - name: canvas-tetris
  130. originals:
  131. - Tetris
  132. type: remake
  133. repo: 'https://github.com/dionyziz/canvas-tetris'
  134. url: 'https://dionyziz.com/graphics/canvas-tetris/'
  135. development: halted
  136. status: playable
  137. content: open
  138. langs:
  139. - JavaScript
  140. licenses:
  141. - MIT
  142. info: >-
  143. A very simple HTML5 version of Tetris, for educational purposes, made in 45
  144. minutes.
  145. updated: '2022-07-27'
  146. video:
  147. youtube: GQTZ_TPxJhM
  148. - name: Captain Blood
  149. originals:
  150. - Captain Blood
  151. type: official
  152. repo: 'https://github.com/storm-devs/captain-blood'
  153. development: complete
  154. status: playable
  155. content: free
  156. langs:
  157. - C++
  158. frameworks:
  159. - DirectX
  160. licenses:
  161. - GPL3
  162. updated: '2022-12-10'
  163. images:
  164. - 'https://raw.githubusercontent.com/storm-devs/captain-blood/screens/blood1.jpg'
  165. - 'https://raw.githubusercontent.com/storm-devs/captain-blood/screens/blood2.jpg'
  166. - 'https://raw.githubusercontent.com/storm-devs/captain-blood/screens/blood3.jpg'
  167. video:
  168. youtube: UiZMQVPBQhk
  169. - name: Carnage3D
  170. langs:
  171. - C++
  172. frameworks:
  173. - OpenGL
  174. licenses:
  175. - MIT
  176. content: free
  177. development: halted
  178. status: unplayable
  179. originals:
  180. - Grand Theft Auto
  181. repo: https://github.com/codenamecpp/carnage3d
  182. type: remake
  183. url: https://codenamecpp.github.io/carnage3d/web/carnage3D_wasm.html
  184. images:
  185. - https://raw.githubusercontent.com/codenamecpp/carnage3d/master/screenshots/WorksOnLinux.png
  186. - https://raw.githubusercontent.com/codenamecpp/carnage3d/master/screenshots/SplitScreenTest.png
  187. video:
  188. youtube: KnqaO0YZzZY
  189. added: 2019-10-21
  190. updated: 2024-05-17
  191. - name: Cart Life
  192. originals:
  193. - Cart Life
  194. type: remake
  195. repo: 'https://github.com/gondur/cartlife_src'
  196. url: 'https://sourceforge.net/projects/cartlife/'
  197. development: complete
  198. status: playable
  199. content: free
  200. langs:
  201. - AGS Script
  202. frameworks:
  203. - Adventure Game Studio
  204. licenses:
  205. - MIT
  206. info: Source code to CartLife
  207. updated: '2020-11-18'
  208. images:
  209. - 'https://img.itch.zone/aW1nLzQwMDc1NTIucG5n/original/ALH%2FTB.png'
  210. - 'https://img.itch.zone/aW1hZ2UvNDEwOTI3LzIwNDMyNzUucG5n/original/hO5Uq2.png'
  211. - 'https://img.itch.zone/aW1hZ2UvNDEwOTI3LzIwNDMyNzgucG5n/original/HYAymI.png'
  212. video:
  213. youtube: lCjq7X_9wNs
  214. - name: Castle of the Winds in Elm
  215. langs:
  216. - Elm
  217. licenses:
  218. - BSD
  219. development: halted
  220. originals:
  221. - Castle of the Winds
  222. status: playable
  223. repo: https://github.com/mordrax/cotwelm
  224. type: remake
  225. updated: 2022-07-16
  226. url: http://game.castleofthewinds.com/
  227. images:
  228. - https://mordrax.github.io/cotwmtor/images/immortal.png
  229. - https://mordrax.github.io/cotwmtor/images/inventory_after.png
  230. - https://mordrax.github.io/cotwmtor/images/signs.png
  231. - https://mordrax.github.io/cotwmtor/images/corridor-example.png
  232. - https://mordrax.github.io/cotwmtor/images/rip_improved.png
  233. - name: Castle-Combat
  234. images:
  235. - https://www.linux-games.com/castle-combat/shot1.png
  236. - https://www.linux-games.com/castle-combat/shot2.png
  237. langs:
  238. - Python
  239. licenses:
  240. - GPL2
  241. development: halted
  242. originals:
  243. - Rampart
  244. repo: https://github.com/karlb/castle-combat
  245. status: playable
  246. type: remake
  247. updated: 2019-10-17
  248. url: https://www.linux-games.com/castle-combat/
  249. - name: The Castles of Dr. Creep
  250. images:
  251. - https://cdn.cloudflare.steamstatic.com/steam/apps/517930/ss_16407973a1fc0347cbd718f1ea6ed10595fbf41e.600x338.jpg?t=1472936580
  252. - https://cdn.cloudflare.steamstatic.com/steam/apps/517930/ss_5d33c3e4afcb7f9de7e52e345a3e8d597d9447a5.600x338.jpg?t=1472936580
  253. - https://cdn.cloudflare.steamstatic.com/steam/apps/517930/ss_9b2b10d1ea1bfe0d8ed5137e59348e6096cabc68.600x338.jpg?t=1472936580
  254. langs:
  255. - C++
  256. frameworks:
  257. - SDL2
  258. licenses:
  259. - GPL3
  260. content: commercial
  261. development: complete
  262. originals:
  263. - The Castles of Dr. Creep
  264. status: playable
  265. multiplayer:
  266. - Local
  267. - Co-op
  268. - Split-screen
  269. repo: https://github.com/segrax/DrCreep
  270. type: remake
  271. updated: 2021-07-29
  272. url: http://creep.sourceforge.net/
  273. info: open source reimplementation of the original 1984 Commodore 64 game by Ed Hobbs
  274. - name: 'Cataclysm: Dark Days Ahead'
  275. frameworks:
  276. - ncurses
  277. - SDL2
  278. images:
  279. - https://cataclysmdda.org/assets/images/showcase-ultica.png
  280. langs:
  281. - C++
  282. licenses:
  283. - CC-BY-SA
  284. development: very active
  285. originals:
  286. - Cataclysm
  287. repo: https://github.com/CleverRaven/Cataclysm-DDA
  288. status: playable
  289. type: remake
  290. added: 2016-10-09
  291. updated: 2024-05-18
  292. url: https://cataclysmdda.org/
  293. video:
  294. youtube: iHfpBze8ecA
  295. - name: CatacombGL
  296. originals:
  297. - Catacomb 3-D
  298. type: remake
  299. repo: https://github.com/ArnoAnsems/CatacombGL
  300. development: sporadic
  301. status: playable
  302. content: commercial
  303. langs:
  304. - C++
  305. frameworks:
  306. - OpenGL
  307. - SDL2
  308. licenses:
  309. - GPL3
  310. info: CatacombGL is a Windows source port with OpenGL graphics for the 1992 game The Catacomb Abyss.
  311. added: 2019-10-02
  312. updated: 2024-05-19
  313. images:
  314. - https://pbs.twimg.com/media/EFBQFuVXoAYNFVe.jpg
  315. - https://pbs.twimg.com/media/ECrh0FIW4AAbMEe.jpg
  316. - https://pbs.twimg.com/media/D6jd-gjUwAE07jY.jpg
  317. - name: CatacombSDL
  318. development: halted
  319. langs:
  320. - C
  321. licenses:
  322. - GPL2
  323. content: commercial
  324. originals:
  325. - Catacomb
  326. repo: https://github.com/Blzut3/CatacombSDL
  327. status: playable
  328. type: remake
  329. updated: 2014-07-23
  330. - name: Cattle Bity
  331. type: clone
  332. originals:
  333. - Battle City
  334. repo: https://github.com/dogballs/cattle-bity
  335. url: https://dogballs.github.io/cattle-bity/
  336. development: complete
  337. status: playable
  338. langs:
  339. - TypeScript
  340. licenses:
  341. - MIT
  342. content: commercial
  343. updated: 2020-05-01
  344. images:
  345. - https://i.imgur.com/zsXjPTM.png
  346. - https://i.imgur.com/Myp9oY6.png
  347. - https://i.imgur.com/zplA29x.png
  348. - https://i.imgur.com/aamkvUB.png
  349. - name: CaveCube
  350. originals:
  351. - Minecraft
  352. type: clone
  353. repo: 'https://github.com/PQCraft/CaveCube'
  354. feed: 'https://github.com/PQCraft/CaveCube/releases.atom'
  355. development: sporadic
  356. status: unplayable
  357. content: open
  358. langs:
  359. - C
  360. frameworks:
  361. - SDL2
  362. - OpenGL
  363. licenses:
  364. - BSL
  365. info: An in-development Minecraft/Infiniminer clone
  366. added: 2023-04-26
  367. updated: 2024-05-20
  368. images:
  369. - >-
  370. https://raw.githubusercontent.com/PQCraft/PQCraft/master/Screenshot_20221128_010856.png
  371. - name: CaveExpress
  372. frameworks:
  373. - SDL
  374. images:
  375. - https://i0.wp.com/www.linuxlinks.com/wp-content/uploads/2021/03/CaveExpress-tutorial.png?resize=700%2C394&ssl=1
  376. - https://i0.wp.com/www.linuxlinks.com/wp-content/uploads/2021/03/CaveExpress-map-editor.png?resize=700%2C394&ssl=1
  377. langs:
  378. - C++
  379. licenses:
  380. - GPL3
  381. development: halted
  382. originals:
  383. - Ugh!
  384. repo: https://github.com/mgerhardy/caveexpress
  385. feed: https://github.com/mgerhardy/caveexpress/releases.atom
  386. status: playable
  387. type: clone
  388. added: 2014-06-24
  389. updated: 2024-05-21
  390. url: http://www.caveproductions.org/
  391. video:
  392. vimeo: 79598975
  393. - name: CavePacker
  394. frameworks:
  395. - SDL
  396. langs:
  397. - C
  398. licenses:
  399. - GPL3
  400. development: halted
  401. originals:
  402. - Sokoban
  403. repo: https://github.com/mgerhardy/caveexpress
  404. feed: https://github.com/mgerhardy/caveexpress/releases.atom
  405. status: playable
  406. type: clone
  407. added: 2014-06-24
  408. updated: 2024-05-22
  409. url: http://www.caveproductions.org/
  410. video:
  411. vimeo: 105909375
  412. - name: cc94
  413. development: halted
  414. langs:
  415. - C++
  416. licenses:
  417. - AGPL3
  418. content: commercial
  419. originals:
  420. - Sid Meier's Colonization
  421. status: unplayable
  422. repo: https://github.com/institution/cc94
  423. type: remake
  424. updated: 2022-07-16
  425. url: https://institution.github.io/cc94/
  426. images:
  427. - https://raw.githubusercontent.com/institution/cc94/master/screenshot/2016-05-16.png
  428. - https://raw.githubusercontent.com/institution/cc94/master/screenshot/2016-04-21.png
  429. - https://raw.githubusercontent.com/institution/cc94/master/screenshot/2016-04-20.png
  430. - https://raw.githubusercontent.com/institution/cc94/master/screenshot/2016-04-11.png
  431. - name: CCCP
  432. development: active
  433. status: playable
  434. langs:
  435. - C++
  436. frameworks:
  437. - Allegro
  438. - SDL2
  439. licenses:
  440. - AGPL3
  441. content: free
  442. originals:
  443. - Cortex Command
  444. info: Cortex Command Community Project is based on the open sourced code of Cortex Command
  445. repo: https://github.com/cortex-command-community/Cortex-Command-Community-Project
  446. feed: https://github.com/cortex-command-community/Cortex-Command-Community-Project/releases.atom
  447. type: remake
  448. multiplayer:
  449. - Split-screen
  450. - Online
  451. - LAN
  452. added: 2019-08-20
  453. updated: 2024-05-23
  454. images:
  455. - https://cortex-command-community.github.io/static/media/content-laden.5f066946a3126bd6cc7e.gif
  456. - https://cortex-command-community.github.io/static/media/new-content.fe88597c5a6fe22ce735.gif
  457. - https://cortex-command-community.github.io/static/media/improved-gameplay.4cf4dd5ca9ede24ce88b.gif
  458. - name: CCOSS
  459. type: official
  460. originals:
  461. - Cortex Command
  462. repo: https://github.com/DataRealms/CCOSS
  463. url: http://tradestar.datarealms.com/games.html
  464. development: complete
  465. status: playable
  466. langs:
  467. - C++
  468. licenses:
  469. - AGPL3
  470. content: commercial
  471. updated: 2022-05-07
  472. images:
  473. - https://s3.amazonaws.com/DRLMainStatic/images/screenfoursplit.jpg
  474. - https://s3.amazonaws.com/DRLMainStatic/images/screenrobopope.jpg
  475. - https://s3.amazonaws.com/DRLMainStatic/images/ccgifs/rocketboom.gif
  476. video:
  477. youtube: o6NGBGwtwpk
  478. - name: ccleste
  479. originals:
  480. - Celeste Classic
  481. type: remake
  482. repo: 'https://github.com/lemon32767/ccleste'
  483. development: halted
  484. status: playable
  485. content: free
  486. langs:
  487. - C
  488. frameworks:
  489. - SDL
  490. - SDL2
  491. licenses:
  492. - As-is
  493. info: A port of Celeste Classic for 3DS and Windows
  494. added: 2021-10-20
  495. updated: 2024-05-24
  496. images:
  497. - 'https://raw.githubusercontent.com/lemon-sherbet/ccleste/master/screenshot.png'
  498. - name: chainreaction
  499. langs:
  500. - Java
  501. licenses:
  502. - LGPL3
  503. originals:
  504. - Nuclear Reaction
  505. status: playable
  506. repo: https://github.com/maikmerten/chainreaction
  507. development: halted
  508. type: remake
  509. updated: 2022-07-16
  510. url: http://cr.freewarepoint.de/
  511. - name: Chariot
  512. development: halted
  513. frameworks:
  514. - SDL2
  515. images:
  516. - https://cloud.githubusercontent.com/assets/20009343/16906794/daccd474-4c71-11e6-90ec-6821e5797b5c.png
  517. langs:
  518. - Rust
  519. licenses:
  520. - MIT
  521. content: commercial
  522. originals:
  523. - Age of Empires
  524. repo: https://github.com/ChariotEngine/Chariot
  525. status: unplayable
  526. type: remake
  527. updated: 2019-10-26
  528. - name: Chocolate Doom
  529. images:
  530. - https://www.chocolate-doom.org/wiki/images/9/9f/Chocolate-aliens-doom.png
  531. - https://www.chocolate-doom.org/wiki/images/6/6b/Chocolate-aod-doom.png
  532. - https://www.chocolate-doom.org/wiki/images/e/e3/Chocolate-batman-doom.png
  533. - https://www.chocolate-doom.org/wiki/images/d/d5/Obituary.png
  534. langs:
  535. - C
  536. licenses:
  537. - GPL2
  538. development: active
  539. status: playable
  540. originals:
  541. - Doom
  542. - Heretic
  543. - Hexen
  544. - Strife
  545. repo: https://github.com/chocolate-doom/chocolate-doom
  546. type: remake
  547. url: https://www.chocolate-doom.org/
  548. updated: 2021-02-10
  549. - name: Chocolate Duke3D
  550. type: remake
  551. originals:
  552. - Duke Nukem 3D
  553. repo: https://github.com/fabiensanglard/chocolate_duke3D
  554. development: halted
  555. status: playable
  556. langs:
  557. - C
  558. frameworks:
  559. - SDL
  560. licenses:
  561. - Custom
  562. content: commercial
  563. updated: 2020-01-07
  564. - name: Chrono Trigger C
  565. originals:
  566. - Chrono Trigger
  567. type: remake
  568. repo: 'https://github.com/AandersonL/Chrono-Trigger-C'
  569. development: halted
  570. status: unplayable
  571. content: commercial
  572. langs:
  573. - C
  574. frameworks:
  575. - SDL2
  576. licenses:
  577. - As-is
  578. info: 'A simple remake of Chrono Trigger written in C, using the SDL API'
  579. updated: 2022-06-01
  580. images:
  581. - >-
  582. https://raw.githubusercontent.com/AandersonL/Chrono-Trigger-C/master/Resourcers/chrono.png
  583. - name: Chronoshift
  584. langs:
  585. - C++
  586. licenses:
  587. - GPL2
  588. development: halted
  589. originals:
  590. - 'Command & Conquer: Red Alert'
  591. repo: https://github.com/TheAssemblyArmada/Chronoshift
  592. type: remake
  593. status: playable
  594. updated: 2020-07-22
  595. - name: Circus Linux!
  596. images:
  597. - https://libregamewiki.org/images/f/fb/Circus-Linux.png
  598. langs:
  599. - C
  600. licenses:
  601. - GPL2
  602. development: complete
  603. originals:
  604. - Circus Atari
  605. status: playable
  606. type: remake
  607. updated: 2022-02-09
  608. url: http://www.newbreedsoftware.com/circus-linux/
  609. - name: Citadel
  610. info: 'Needs game data from System Shock for audio playback'
  611. langs:
  612. - C#
  613. frameworks:
  614. - Unity
  615. licenses:
  616. - As-is
  617. content: commercial
  618. originals:
  619. - System Shock
  620. status: playable
  621. repo: https://github.com/JosiahJack/Citadel
  622. development: active
  623. type: remake
  624. added: 2016-05-09
  625. updated: 2024-05-26
  626. url: https://www.indiedb.com/games/citadel
  627. video:
  628. indiedb: 2140124
  629. images:
  630. - https://media.indiedb.com/cache/images/games/1/36/35232/thumb_620x2000/deltagrove_comparison.png
  631. - https://media.indiedb.com/cache/images/games/1/36/35232/thumb_620x2000/ezgif-6-aeefb8067282.gif
  632. - https://media.indiedb.com/cache/images/games/1/36/35232/thumb_620x2000/unknown-1.png
  633. - name: Citybound
  634. originals:
  635. - SimCity
  636. type: clone
  637. repo: https://github.com/citybound/citybound
  638. url: https://aeplay.org/citybound
  639. development: halted
  640. status: semi-playable
  641. content: open
  642. langs:
  643. - Rust
  644. licenses:
  645. - AGPL3
  646. added: 2019-11-14
  647. updated: 2024-05-27
  648. video:
  649. youtube: 5YIwHN1vRYk
  650. - name: Civ2-clone
  651. originals:
  652. - Civilization II
  653. type: remake
  654. repo: 'https://github.com/axx0/Civ2-clone'
  655. development: active
  656. status: unplayable
  657. content: commercial
  658. langs:
  659. - C#
  660. frameworks:
  661. - .NET
  662. - raylib
  663. licenses:
  664. - GPL3
  665. added: 2021-03-21
  666. updated: 2024-05-28
  667. images:
  668. - https://github.com/axx0/Civ2-clone/assets/21365802/864ab9b4-ce4c-4715-9447-9e913298a971
  669. - name: 'Civilization: Call To Power 2 Source Project'
  670. licenses:
  671. - Custom
  672. content: commercial
  673. langs:
  674. - C++
  675. frameworks:
  676. - SDL
  677. - SDL2
  678. originals:
  679. - Call to Power II
  680. status: playable
  681. repo: https://github.com/civctp2/civctp2
  682. development: sporadic
  683. type: remake
  684. added: 2015-04-10
  685. updated: 2024-05-29
  686. url: https://ctp2.darkdust.net/
  687. images:
  688. - https://github.com/civctp2/civctp2/raw/master/screenshot.png
  689. - https://github.com/civctp2/civctp2/raw/master/Advance-Graph/Advance_english.png
  690. - name: CivOne
  691. development: halted
  692. langs:
  693. - C#
  694. licenses:
  695. - CC0
  696. content: commercial
  697. originals:
  698. - Civilization
  699. status: unplayable
  700. repo: https://github.com/SWY1985/CivOne
  701. type: remake
  702. updated: 2022-10-10
  703. - name: Classic RBDoom 3 BFG
  704. originals:
  705. - Doom
  706. - Doom 3
  707. type: tool
  708. status: N/A
  709. repo: 'https://github.com/MadDeCoDeR/Classic-RBDOOM-3-BFG'
  710. url: 'https://www.moddb.com/mods/classic-rbdoom-3-bfg-edition'
  711. development: active
  712. content: commercial
  713. langs:
  714. - C++
  715. frameworks:
  716. - SDL2
  717. licenses:
  718. - GPL3
  719. - Custom
  720. info: Classic RBDoom 3 BFG is updating the classic DOOM engine inside DOOM 3 BFG Edition
  721. updated: 2022-07-16
  722. images:
  723. - https://media.moddb.com/images/mods/1/36/35289/DOOM_3_BFG_Edition_7_9_2018_3_16_21.png
  724. - https://media.moddb.com/images/mods/1/36/35289/DOOM_3_BFG_Edition_21_12_2017_2.3.png
  725. - https://media.moddb.com/images/mods/1/36/35289/Classic_RBDOOM_3_BFG.4.jpg
  726. video:
  727. youtube: LwGwpOTDlpA
  728. - name: ClassiCube
  729. originals:
  730. - Minecraft
  731. type: remake
  732. repo: 'https://github.com/UnknownShadow200/ClassiCube'
  733. url: 'https://www.classicube.net'
  734. development: very active
  735. status: playable
  736. multiplayer:
  737. - Online
  738. content: open
  739. langs:
  740. - C
  741. frameworks:
  742. - OpenGL
  743. licenses:
  744. - BSD
  745. info: 'A complete re-implementation of Minecraft Classic, with optional additions.'
  746. updated: '2020-09-08'
  747. images:
  748. - 'https://i.imgur.com/FCiwl27.png'
  749. - 'https://i.imgur.com/etMBl46.jpg'
  750. video:
  751. youtube: ufsasr0yqZk
  752. - name: 'ClassicUO'
  753. langs:
  754. - C#
  755. frameworks:
  756. - FNA
  757. licenses:
  758. - GPL3
  759. development: active
  760. originals:
  761. - Ultima Online
  762. repo: https://github.com/ClassicUO/ClassicUO
  763. feed: https://github.com/ClassicUO/ClassicUO/releases.atom
  764. status: playable
  765. type: clone
  766. added: 2020-12-16
  767. updated: 2024-05-30
  768. url: https://www.classicuo.eu/
  769. multiplayer:
  770. - Online
  771. content: free
  772. images:
  773. - https://i.imgur.com/Q25qFBV.png
  774. - https://camo.githubusercontent.com/1d344910ad90f9b5a2e15b7ca3d244a32aa4ce2264504d10a01aa6e9a554a289/68747470733a2f2f692e706f7374696d672e63632f59324474364e6a382f726f6f662d74696c65732e676966
  775. - https://camo.githubusercontent.com/2ef99c6eaab62079325c714645dc4af20a3a9e10ca977aaac49cb5166e3e5d0f/68747470733a2f2f692e706f7374696d672e63632f4e466e5951745a5a2f747265652d6861636b2e676966
  776. video:
  777. youtube: HITXSeg7zYc
  778. - name: Clonepoint
  779. type: clone
  780. originals:
  781. - Gunpoint
  782. repo: https://github.com/rohit-n/Clonepoint
  783. url: https://rohit.itch.io/clonepoint
  784. development: sporadic
  785. status: playable
  786. langs:
  787. - C++
  788. frameworks:
  789. - SDL2
  790. licenses:
  791. - GPL3
  792. content: open
  793. updated: 2019-04-02
  794. images:
  795. - https://img.itch.zone/aW1hZ2UvMTcyMzAvMjE2NDA4LmpwZw==/original/%2FK3GJg.jpg
  796. - https://img.itch.zone/aW1hZ2UvMTcyMzAvMjE2NDA3LmpwZw==/original/ynL%2FK%2F.jpg
  797. - https://img.itch.zone/aW1hZ2UvMTcyMzAvMjE2NDA5LmdpZg==/original/3ejXxh.gif
  798. - name: Clumsy Bird
  799. frameworks:
  800. - melonJS
  801. licenses:
  802. - GPL3
  803. content: commercial
  804. development: complete
  805. originals:
  806. - Flappy Bird
  807. status: playable
  808. repo: https://github.com/ellisonleao/clumsy-bird
  809. type: remake
  810. updated: 2022-07-16
  811. url: https://ellisonleao.github.io/clumsy-bird/
  812. images:
  813. - https://i.imgur.com/Slbvt65.png
  814. - name: CnC Remastered Collection
  815. originals:
  816. - Command & Conquer
  817. type: official
  818. repo: 'https://github.com/electronicarts/CnC_Remastered_Collection'
  819. url: 'https://www.ea.com/games/command-and-conquer/command-and-conquer-remastered'
  820. development: complete
  821. status: playable
  822. multiplayer:
  823. - Competitive
  824. - Online
  825. content: commercial
  826. langs:
  827. - C++
  828. licenses:
  829. - GPL3
  830. updated: '2022-06-19'
  831. images:
  832. - >-
  833. https://media.contentapi.ea.com/content/dam/ea/command-conquer/remastered/common/spacing-top-screens/ccrem-screenshot-graphics-switching-black-stripe.jpg.adapt.1456w.jpg
  834. - >-
  835. https://media.contentapi.ea.com/content/dam/ea/command-conquer/remastered/common/spacing-top-screens/ccrem-screenshot-bonus-gallery-black-stripe.jpg.adapt.1456w.jpg
  836. - >-
  837. https://media.contentapi.ea.com/content/dam/ea/command-conquer/remastered/common/spacing-top-screens/ccrem-full-res-screenshot-mod-support.png.adapt.1456w.png
  838. - >-
  839. https://media.contentapi.ea.com/content/dam/ea/command-conquer/remastered/common/spacing-top-screens/ccrem-screenshot-upscaled-cinematics-black-stripe.jpg.adapt.1456w.jpg
  840. - >-
  841. https://media.contentapi.ea.com/content/dam/ea/command-conquer/remastered/common/spacing-top-screens/ccrem-screenshot-in-game-ui-sidebar-black-stripe.jpg.adapt.1456w.jpg
  842. - >-
  843. https://media.contentapi.ea.com/content/dam/ea/command-conquer/remastered/common/spacing-top-screens/ccrem-screenshot-jukebox-black-stripe.jpg.adapt.1456w.jpg
  844. - >-
  845. https://media.contentapi.ea.com/content/dam/ea/command-conquer/remastered/common/spacing-top-screens/ccrem-screenshot-multiplayer-custom-games-black-stripe.jpg.adapt.1456w.jpg
  846. - >-
  847. https://media.contentapi.ea.com/content/dam/ea/command-conquer/remastered/common/spacing-top-screens/ccrem-screenshot-1v1-quickmatches-black-stripe.jpg.adapt.1456w.jpg
  848. - >-
  849. https://media.contentapi.ea.com/content/dam/ea/command-conquer/remastered/common/spacing-top-screens/ccrem-screenshot-replays-observer-mode-black-stripe.jpg.adapt.1456w.jpg
  850. - >-
  851. https://media.contentapi.ea.com/content/dam/ea/command-conquer/remastered/common/spacing-top-screens/ccrem-screenshot-console-missions-black-stripe.jpg.adapt.1456w.jpg
  852. - >-
  853. https://media.contentapi.ea.com/content/dam/ea/command-conquer/remastered/common/spacing-top-screens/ccrem-screenshot-console-cinematics-black-stripe.jpg.adapt.1456w.jpg
  854. - >-
  855. https://media.contentapi.ea.com/content/dam/ea/command-conquer/remastered/common/spacing-top-screens/ccrem-screenshot-map-editor-black-stripe.jpg.adapt.1456w.jpg
  856. - >-
  857. https://media.contentapi.ea.com/content/dam/ea/command-conquer/remastered/common/spacing-top-screens/ccrem-screenshot-mission-selection-black-stripe.jpg.adapt.1456w.jpg
  858. - >-
  859. https://media.contentapi.ea.com/content/dam/ea/command-conquer/remastered/common/spacing-top-screens/ccrem-screenshot-camera-zoom-black-stripe.jpg.adapt.1456w.jpg
  860. - >-
  861. https://media.contentapi.ea.com/content/dam/ea/command-conquer/remastered/common/spacing-top-screens/ccrem-screenshot-skirmish-mode-black-stripe.jpg.adapt.1456w.jpg
  862. - >-
  863. https://media.contentapi.ea.com/content/dam/ea/command-conquer/remastered/common/spacing-top-screens/ccrem-screenshot-hotkey-support-black-stripe.jpg.adapt.1456w.jpg
  864. - >-
  865. https://media.contentapi.ea.com/content/dam/ea/command-conquer/remastered/common/spacing-top-screens/ccrem-screenshot-control-improvements-black-stripe.jpg.adapt.1456w.jpg
  866. video:
  867. youtube: DrtodXOIeW8
  868. - name: coab
  869. langs:
  870. - C#
  871. licenses:
  872. - BSD
  873. development: sporadic
  874. originals:
  875. - Curse of the Azure Bonds
  876. repo: https://github.com/simeonpilgrim/coab
  877. status: playable
  878. type: remake
  879. updated: 2013-05-28
  880. - name: Colditz Escape
  881. images:
  882. - https://aperture-software.github.io/colditz-escape/pics/screenshot1.png
  883. - https://aperture-software.github.io/colditz-escape/pics/screenshot2.png
  884. - https://aperture-software.github.io/colditz-escape/pics/screenshot3.png
  885. - https://aperture-software.github.io/colditz-escape/pics/screenshot4.png
  886. langs:
  887. - C
  888. frameworks:
  889. - OpenGL
  890. licenses:
  891. - GPL3
  892. content: free
  893. development: complete
  894. originals:
  895. - Escape from Colditz
  896. status: playable
  897. repo: https://github.com/aperture-software/colditz-escape
  898. type: remake
  899. updated: 2022-03-15
  900. url: https://aperture-software.github.io/colditz-escape/
  901. info: rewritten game engine reverse engineered from the original Amiga game engine
  902. - name: Columns
  903. originals:
  904. - Columns
  905. type: clone
  906. repo: https://github.com/dgcor/Columns
  907. feed: https://github.com/dgcor/Columns/releases.atom
  908. development: sporadic
  909. status: playable
  910. content: free
  911. langs:
  912. - C++
  913. frameworks:
  914. - SFML
  915. licenses:
  916. - Zlib
  917. images:
  918. - >-
  919. https://user-images.githubusercontent.com/20025614/103457653-fcb12400-4cf8-11eb-8552-1ab5f46a8450.png
  920. added: 2021-01-30
  921. updated: 2024-05-31
  922. - name: 'Colobot: Gold Edition'
  923. type: remake
  924. originals:
  925. - Colobot
  926. repo: https://github.com/colobot/colobot
  927. url: https://colobot.info/
  928. development: active
  929. status: playable
  930. langs:
  931. - C++
  932. frameworks:
  933. - SDL2
  934. licenses:
  935. - GPL3
  936. content: open
  937. info: Updated version of the Colobot original source code
  938. updated: 2019-08-01
  939. images:
  940. - https://colobot.info/wordpress/wp-content/uploads/The-Earth-Behind-My-Jet-Engines.png
  941. - https://colobot.info/wordpress/wp-content/uploads/alpha-0.1.5.png
  942. - https://colobot.info/wordpress/wp-content/uploads/I-Found-You.png
  943. - https://colobot.info/wordpress/wp-content/uploads/Prayer-to-the-Fallen.png
  944. video:
  945. youtube: z67XZ155b6g
  946. - name: Coloris
  947. type: clone
  948. added: 2019-10-03
  949. updated: 2024-06-03
  950. originals:
  951. - Coloris
  952. status: playable
  953. development: halted
  954. repo: https://github.com/DanijelAskov/coloris
  955. images:
  956. - https://raw.githubusercontent.com/DanijelAskov/coloris/master/demo/gameplay.gif
  957. licenses:
  958. - GPL3
  959. langs:
  960. - Java
  961. frameworks:
  962. - JavaFX
  963. - name: Command & Conquer - HTML5
  964. type: remake
  965. originals:
  966. - Command & Conquer
  967. repo: https://github.com/adityaravishankar/command-and-conquer
  968. url: http://www.adityaravishankar.com/projects/games/command-and-conquer/
  969. development: halted
  970. status: playable
  971. langs:
  972. - JavaScript
  973. licenses:
  974. - As-is
  975. content: free
  976. updated: 2019-05-24
  977. - name: Command Series Engine
  978. type: remake
  979. originals:
  980. - Crusade in Europe
  981. - Decision in the Desert
  982. - Conflict in Vietnam
  983. repo: https://github.com/pwiecz/command_series
  984. development: sporadic
  985. status: playable
  986. langs:
  987. - Go
  988. frameworks:
  989. - Ebitengine
  990. licenses:
  991. - GPL2
  992. content: commercial
  993. added: 2020-12-24
  994. updated: 2024-06-04
  995. - name: Commander Genius
  996. images:
  997. - https://clonekeenplus.sourceforge.io/img/multiplayerVoritcon.png
  998. - https://clonekeenplus.sourceforge.io/img/SecondplayerHelpsFirst.png
  999. - https://clonekeenplus.sourceforge.io/img/keenvga1.jpg
  1000. - https://clonekeenplus.sourceforge.io/img/keendark.jpg
  1001. langs:
  1002. - C++
  1003. frameworks:
  1004. - SDL2
  1005. licenses:
  1006. - GPL2
  1007. content: commercial
  1008. status: playable
  1009. development: sporadic
  1010. multiplayer:
  1011. - Co-op
  1012. - Local
  1013. originals:
  1014. - Commander Keen Series
  1015. repo: https://gitlab.com/Dringgstein/Commander-Genius
  1016. feed: https://gitlab.com/Dringgstein/Commander-Genius/-/releases.atom
  1017. type: remake
  1018. url: http://clonekeenplus.sourceforge.net/
  1019. added: 2011-06-03
  1020. updated: 2024-06-05
  1021. - name: Commander Wars
  1022. originals:
  1023. - Advance Wars
  1024. type: clone
  1025. repo: 'https://github.com/Robosturm/Commander_Wars'
  1026. feed: 'https://github.com/Robosturm/Commander_Wars/releases.atom'
  1027. development: active
  1028. status: playable
  1029. multiplayer:
  1030. - Competitive
  1031. - Online
  1032. - LAN
  1033. content: free
  1034. langs:
  1035. - C++
  1036. - JavaScript
  1037. frameworks:
  1038. - Oxygine
  1039. - Qt
  1040. licenses:
  1041. - LGPL3
  1042. updated: '2022-05-15'
  1043. images:
  1044. - 'https://i.redd.it/61mcwen38mw51.png'
  1045. video:
  1046. youtube: JoRKQtoM0xE
  1047. - name: CommandoJS
  1048. frameworks:
  1049. - melonJS
  1050. images:
  1051. - https://i.imgur.com/e4ChdOL.png
  1052. langs:
  1053. - JavaScript
  1054. - CoffeeScript
  1055. licenses:
  1056. - MIT
  1057. development: halted
  1058. originals:
  1059. - Commando
  1060. repo: https://github.com/commandojs/CommandoJS
  1061. status: playable
  1062. type: remake
  1063. updated: 2019-09-13
  1064. - name: Contra_remake
  1065. langs:
  1066. - C++
  1067. licenses:
  1068. - GPL2
  1069. content: commercial
  1070. development: halted
  1071. originals:
  1072. - Contra
  1073. status: semi-playable
  1074. repo: https://github.com/EmileSonneveld/Contra_remake
  1075. type: remake
  1076. updated: 2015-05-28
  1077. url: https://emilesonneveld.be/contra/
  1078. images:
  1079. - https://emilesonneveld.be/a/contra/cover.png
  1080. video:
  1081. vimeo: 79514269
  1082. info: The game is a remake of the first level of contra, an arcade game from the 80ies. The graphical assets are found on the internet.
  1083. - name: CookieClickerRemake
  1084. langs:
  1085. - C#
  1086. licenses:
  1087. - As-is
  1088. development: halted
  1089. originals:
  1090. - Cookie Clicker
  1091. status: unplayable
  1092. repo: https://github.com/ricodejong02/CookieClickerRemake
  1093. type: remake
  1094. updated: 2022-07-16
  1095. - name: CookieCrunch
  1096. langs:
  1097. - Swift
  1098. licenses:
  1099. - As-is
  1100. development: halted
  1101. originals:
  1102. - Candy Crush Saga
  1103. status: unplayable
  1104. repo: https://github.com/renatomcamilio/CookieCrunch
  1105. type: clone
  1106. updated: 2022-07-16
  1107. - name: Core Breach
  1108. originals:
  1109. - Wipeout
  1110. status: playable
  1111. licenses:
  1112. - MIT
  1113. - Multiple
  1114. - GPL2
  1115. content: free
  1116. repo: https://github.com/core-code/CoreBreach
  1117. development: halted
  1118. type: clone
  1119. updated: 2022-01-12
  1120. url: https://www.corecode.io/corebreach/CoreBreach/CoreBreach.html
  1121. images:
  1122. - https://www.corecode.io/corebreach/CoreBreach/Pictures_files/Media/1/1.jpg
  1123. - https://www.corecode.io/corebreach/CoreBreach/Pictures_files/Media/track6_2/track6_2.jpg
  1124. - https://www.corecode.io/corebreach/CoreBreach/Pictures_files/Media/withlight-r116-3/withlight-r116-3.jpg
  1125. - name: CorrinoEngine
  1126. development: active
  1127. status: unplayable
  1128. langs:
  1129. - C#
  1130. licenses:
  1131. - GPL3
  1132. content: commercial
  1133. originals:
  1134. - 'Emperor: Battle for Dune'
  1135. type: remake
  1136. repo: https://github.com/cookgreen/CorrinoEngine
  1137. url: https://www.moddb.com/engines/corrinoengine
  1138. updated: 2023-10-25
  1139. images:
  1140. - https://camo.githubusercontent.com/b51a1fd69ae703b6e3b95948e3c603d757ab1369a19d092ba5abaccfe0a26ae0/68747470733a2f2f6d656469612e6d6f6464622e636f6d2f63616368652f696d616765732f656e67696e65732f312f322f313035312f7468756d625f36323078323030302f323032312d31312d31355f31332d33372d30322d32372e706e67
  1141. - name: CorsixTH
  1142. development: active
  1143. feed: https://github.com/CorsixTH/CorsixTH/releases.atom
  1144. frameworks:
  1145. - SDL2
  1146. images:
  1147. - https://th.corsix.org/CorsixTH08.jpg
  1148. - https://i.imgur.com/fYp148T.jpg
  1149. info: time-based releases
  1150. langs:
  1151. - C++
  1152. - Lua
  1153. licenses:
  1154. - MIT
  1155. content: commercial
  1156. originals:
  1157. - Theme Hospital
  1158. repo: https://github.com/CorsixTH/CorsixTH
  1159. status: playable
  1160. type: remake
  1161. url: http://corsixth.com/
  1162. updated: 2021-03-02
  1163. video:
  1164. youtube: rSN1p247J74
  1165. - name: CosmicArk-Advanced
  1166. licenses:
  1167. - Custom
  1168. langs:
  1169. - JavaScript
  1170. originals:
  1171. - Cosmic Ark
  1172. status: unplayable
  1173. repo: https://github.com/JakeGill70/CosmicArk-Advanced
  1174. development: halted
  1175. type: remake
  1176. updated: 2022-07-16
  1177. - name: Cosmo-Engine
  1178. type: remake
  1179. originals:
  1180. - Cosmo's Cosmic Adventure
  1181. repo: https://github.com/yuv422/cosmo-engine
  1182. development: halted
  1183. status: playable
  1184. langs:
  1185. - C
  1186. frameworks:
  1187. - SDL2
  1188. licenses:
  1189. - GPL2
  1190. content: commercial
  1191. added: 2020-06-14
  1192. updated: 2024-06-06
  1193. images:
  1194. - https://raw.githubusercontent.com/yuv422/cosmo-engine/master/img/cosmo-engine.png
  1195. - name: Cosmore
  1196. type: remake
  1197. originals:
  1198. - Cosmo's Cosmic Adventure
  1199. repo: https://github.com/smitelli/cosmore
  1200. url: https://www.scottsmitelli.com/projects/cosmore
  1201. development: active
  1202. status: playable
  1203. langs:
  1204. - C
  1205. - Assembly
  1206. licenses:
  1207. - MIT
  1208. content: commercial
  1209. info: Reconstruction of the original source code, compiles under Turbo-C to an MS-DOS EXE
  1210. updated: 2020-11-23
  1211. images:
  1212. - https://www.scottsmitelli.com/static-projects/cosmore.jpg
  1213. - name: Cosmosmash
  1214. frameworks:
  1215. - SDL
  1216. langs:
  1217. - C++
  1218. licenses:
  1219. - GPL2
  1220. development: halted
  1221. originals:
  1222. - Astrosmash
  1223. status: playable
  1224. type: remake
  1225. updated: 2022-07-16
  1226. url: http://perso.b2b2c.ca/~sarrazip/dev/cosmosmash.html
  1227. - name: Crack Attack!
  1228. images:
  1229. - https://www.nongnu.org/crack-attack/gui-1.1.14-normal.png
  1230. info: networking support
  1231. langs:
  1232. - C++
  1233. licenses:
  1234. - GPL2
  1235. development: halted
  1236. originals:
  1237. - Tetris Attack
  1238. repo: https://github.com/gnu-lorien/crack-attack
  1239. status: playable
  1240. type: remake
  1241. updated: 2014-04-16
  1242. url: https://www.nongnu.org/crack-attack/
  1243. - name: Craft
  1244. type: clone
  1245. originals:
  1246. - Minecraft
  1247. repo: https://github.com/fogleman/Craft
  1248. url: https://www.michaelfogleman.com/projects/craft/
  1249. development: halted
  1250. status: playable
  1251. multiplayer:
  1252. - Online
  1253. langs:
  1254. - C
  1255. - Python
  1256. frameworks:
  1257. - OpenGL
  1258. licenses:
  1259. - MIT
  1260. content: open
  1261. updated: 2019-03-25
  1262. images:
  1263. - https://www.michaelfogleman.com/static/img/project/craft/thumbnail/1.png
  1264. - https://www.michaelfogleman.com/static/img/project/craft/thumbnail/2.png
  1265. - https://www.michaelfogleman.com/static/img/project/craft/thumbnail/3.png
  1266. video:
  1267. youtube: tScCneiTGm4
  1268. - name: CrappyBird
  1269. langs:
  1270. - JavaScript
  1271. licenses:
  1272. - MIT
  1273. development: halted
  1274. originals:
  1275. - Flappy Bird
  1276. status: playable
  1277. repo: https://github.com/varunpant/CrappyBird
  1278. type: remake
  1279. updated: 2022-07-16
  1280. url: https://varunpant.com/resources/CrappyBird/index.html
  1281. images:
  1282. - https://raw.githubusercontent.com/varunpant/CrappyBird/master/SS1.PNG
  1283. - https://raw.githubusercontent.com/varunpant/CrappyBird/master/SS2.PNG
  1284. - https://raw.githubusercontent.com/varunpant/CrappyBird/master/SS3.PNG
  1285. - https://raw.githubusercontent.com/varunpant/CrappyBird/master/SS4.PNG
  1286. - name: Crazy Cars
  1287. langs:
  1288. - BASIC
  1289. licenses:
  1290. - As-is
  1291. frameworks:
  1292. - QB64
  1293. originals:
  1294. - Crazy Cars
  1295. status: playable
  1296. type: remake
  1297. updated: 2022-07-16
  1298. url: http://crazycarscpc.free.fr/indexEN.htm
  1299. development: complete
  1300. - name: Crimson Fields
  1301. images:
  1302. - https://libregamewiki.org/images/b/ba/Crimson_Fields_-_screen17.png
  1303. langs:
  1304. - C++
  1305. licenses:
  1306. - GPL2
  1307. development: halted
  1308. originals:
  1309. - Battle Isle series
  1310. status: playable
  1311. type: clone
  1312. added: 2013-05-29
  1313. updated: 2019-08-27
  1314. url: https://libregamewiki.org/Crimson_Fields
  1315. - name: Cro-Mag Rally
  1316. originals:
  1317. - Cro-Mag Rally
  1318. type: remake
  1319. repo: 'https://github.com/jorio/CroMagRally'
  1320. url: 'https://jorio.itch.io/cromagrally'
  1321. feed: 'https://github.com/jorio/CroMagRally/releases.atom'
  1322. development: sporadic
  1323. status: playable
  1324. multiplayer:
  1325. - Competitive
  1326. - Split-screen
  1327. content: free
  1328. langs:
  1329. - C
  1330. frameworks:
  1331. - SDL2
  1332. - OpenGL
  1333. licenses:
  1334. - CC-BY-NC-SA
  1335. info: >-
  1336. This is a port of Pangea Software’s racing game Cro-Mag Rally to modern
  1337. operating systems.
  1338. added: '2024-04-13'
  1339. updated: '2024-04-13'
  1340. images:
  1341. - 'https://img.itch.zone/aW1hZ2UvMTU2NDAwNS85MTU3MTc2LnBuZw==/original/aaCbpm.png'
  1342. - 'https://img.itch.zone/aW1hZ2UvMTU2NDAwNS85MTU3MTIwLnBuZw==/original/yrQlCE.png'
  1343. - 'https://img.itch.zone/aW1hZ2UvMTU2NDAwNS85MTU3MTIyLnBuZw==/original/gJrC75.png'
  1344. - 'https://img.itch.zone/aW1hZ2UvMTU2NDAwNS85MTU3MTIzLnBuZw==/original/4RF0jm.png'
  1345. - name: CroftEngine
  1346. originals:
  1347. - Tomb Raider
  1348. type: remake
  1349. repo: https://github.com/stohrendorf/CroftEngine
  1350. development: very active
  1351. status: playable
  1352. content: commercial
  1353. langs:
  1354. - C++
  1355. frameworks:
  1356. - OpenGL
  1357. licenses:
  1358. - LGPL3
  1359. info: An open-source Tomb Raider 1 engine remake replicating the original gameplay
  1360. updated: 2022-06-29
  1361. images:
  1362. - https://raw.githubusercontent.com/stohrendorf/CroftEngine/master/share/splash.png
  1363. - https://raw.githubusercontent.com/stohrendorf/CroftEngine/master/readme-assets/controller-config.jpg
  1364. - https://raw.githubusercontent.com/stohrendorf/CroftEngine/master/readme-assets/glidos-pack.jpg
  1365. - https://raw.githubusercontent.com/stohrendorf/CroftEngine/master/readme-assets/setup-wizard.jpg
  1366. - https://raw.githubusercontent.com/stohrendorf/CroftEngine/master/readme-assets/graphics-settings.jpg
  1367. - https://raw.githubusercontent.com/stohrendorf/CroftEngine/master/readme-assets/stats.jpg
  1368. - https://raw.githubusercontent.com/stohrendorf/CroftEngine/master/readme-assets/water.jpg
  1369. - https://raw.githubusercontent.com/stohrendorf/CroftEngine/master/readme-assets/ghost.jpg
  1370. video:
  1371. youtube: IAA6ILvQ4Uw
  1372. - name: 'CrossUO: Ultima Online'
  1373. images:
  1374. - https://crossuo.com/img/client.png
  1375. - https://crossuo.com/img/intro-bg.jpg
  1376. - https://crossuo.com/img/footer-bg.jpg
  1377. langs:
  1378. - C++
  1379. frameworks:
  1380. - OpenGL
  1381. - SDL2
  1382. licenses:
  1383. - GPL3
  1384. development: halted
  1385. originals:
  1386. - Ultima Online
  1387. repo: https://github.com/crossuo/crossuo
  1388. status: playable
  1389. type: clone
  1390. added: 2019-09-24
  1391. updated: 2024-06-07
  1392. url: https://crossuo.com/
  1393. multiplayer:
  1394. - Online
  1395. content: free
  1396. - name: Crown and Cutlass
  1397. images:
  1398. - https://a.fsdn.com/con/app/proj/crownandcutlass/screenshots/82718.jpg/max/max/1
  1399. - https://a.fsdn.com/con/app/proj/crownandcutlass/screenshots/82722.jpg/max/max/1
  1400. - https://a.fsdn.com/con/app/proj/crownandcutlass/screenshots/82720.jpg/max/max/1
  1401. langs:
  1402. - C++
  1403. frameworks:
  1404. - SDL
  1405. - OpenGL
  1406. licenses:
  1407. - BSD
  1408. development: halted
  1409. originals:
  1410. - Sid Meier's Pirates!
  1411. status: semi-playable
  1412. repo: https://sourceforge.net/projects/crownandcutlass/
  1413. type: remake
  1414. updated: 2022-07-08
  1415. url: http://www.crownandcutlass.com/
  1416. - name: Cryogenic
  1417. originals:
  1418. - Dune
  1419. type: remake
  1420. repo: 'https://github.com/OpenRakis/Cryogenic/'
  1421. development: active
  1422. status: playable
  1423. content: commercial
  1424. langs:
  1425. - 'C#'
  1426. frameworks:
  1427. - .NET
  1428. licenses:
  1429. - Apache
  1430. info: >-
  1431. Trying to understand how the game works with Spice86 reverse engineering
  1432. toolkit which allows to run real mode x86 ASM / C# hybrids.
  1433. updated: '2023-06-20'
  1434. images:
  1435. - >-
  1436. https://raw.githubusercontent.com/OpenRakis/Cryogenic/main/doc/cryodune_worm.png
  1437. - >-
  1438. https://raw.githubusercontent.com/OpenRakis/Cryogenic/main/doc/cryodune_send_spice.png
  1439. - name: CrystalQuest
  1440. frameworks:
  1441. - jQuery
  1442. langs:
  1443. - JavaScript
  1444. licenses:
  1445. - As-is
  1446. development: halted
  1447. originals:
  1448. - Crystal Quest
  1449. status: playable
  1450. repo: https://github.com/haleymt/CrystalQuest
  1451. type: remake
  1452. updated: 2022-07-16
  1453. url: https://haleymt.github.io/CrystalQuest/
  1454. - name: CSBwin
  1455. originals:
  1456. - Dungeon Master
  1457. type: remake
  1458. repo: 'http://www.dianneandpaul.net/CSBwin/'
  1459. url: 'http://dmweb.free.fr/?q=node/851'
  1460. development: halted
  1461. status: playable
  1462. content: free
  1463. langs:
  1464. - C++
  1465. frameworks:
  1466. - SDL2
  1467. licenses:
  1468. - As-is
  1469. info: 'Based on disassembly, with many feature enhancements'
  1470. updated: '2021-06-26'
  1471. video:
  1472. youtube: Aj9S9H9UdzY
  1473. - name: CSE2
  1474. type: remake
  1475. originals:
  1476. - Cave Story
  1477. repo: https://github.com/gameblabla/CSE2
  1478. development: halted
  1479. status: playable
  1480. langs:
  1481. - C++
  1482. frameworks:
  1483. - SDL2
  1484. licenses:
  1485. - As-is
  1486. content: free
  1487. info: CSE2 is a decompiled engine from the original game, but dropped DirectX and ported to SDL2
  1488. updated: 2021-10-08
  1489. images:
  1490. - https://raw.githubusercontent.com/gameblabla/CSE2/rs97/screenshot.png
  1491. - name: Cubosphere
  1492. langs:
  1493. - C++
  1494. frameworks:
  1495. - SDL2
  1496. - OpenGL
  1497. licenses:
  1498. - GPL3
  1499. development: halted
  1500. originals:
  1501. - Kula World
  1502. status: playable
  1503. repo: https://github.com/cubosphere/cubosphere-code
  1504. type: remake
  1505. updated: 2022-07-16
  1506. images:
  1507. - https://a.fsdn.com/con/app/proj/cubosphere/screenshots/247692.jpg/max/max/1
  1508. - https://a.fsdn.com/con/app/proj/cubosphere/screenshots/322462.jpg/max/max/1
  1509. - https://a.fsdn.com/con/app/proj/cubosphere/screenshots/273631.jpg/max/max/1
  1510. - https://a.fsdn.com/con/app/proj/cubosphere/screenshots/331769.jpg/max/max/1
  1511. - https://a.fsdn.com/con/app/proj/cubosphere/screenshots/331833.jpg/max/max/1
  1512. - name: Cubyz
  1513. originals:
  1514. - Minecraft
  1515. type: clone
  1516. repo: 'https://github.com/PixelGuys/Cubyz'
  1517. url: 'https://pixelguys.github.io/Cubyz/'
  1518. feed: 'https://github.com/PixelGuys/Cubyz/releases.atom'
  1519. development: very active
  1520. status: semi-playable
  1521. content: open
  1522. langs:
  1523. - Java
  1524. frameworks:
  1525. - LWJGL
  1526. licenses:
  1527. - GPL3
  1528. updated: '2021-10-15'
  1529. images:
  1530. - >-
  1531. https://pixelguys.github.io/Cubyz/assets/images/blog/crystal_caverns_2020-04-27.png
  1532. - >-
  1533. https://pixelguys.github.io/Cubyz/assets/images/blog/underwater_lighting_2020-05-04.png
  1534. video:
  1535. youtube: 0TDcqLFwQrE
  1536. - name: Curvytron
  1537. content: open
  1538. development: halted
  1539. images:
  1540. - https://pbs.twimg.com/profile_banners/2599840670/1419937037/1500x500
  1541. info: Networked, multiplayer, with curves!
  1542. langs:
  1543. - JavaScript
  1544. licenses:
  1545. - MIT
  1546. originals:
  1547. - Achtung, die Kurve!
  1548. repo: https://github.com/Curvytron/curvytron
  1549. status: playable
  1550. type: clone
  1551. updated: 2022-10-04
  1552. - name: Cytadela
  1553. images:
  1554. - https://a.fsdn.com/con/app/proj/cytadela/screenshots/70683.jpg/max/max/1
  1555. - https://a.fsdn.com/con/app/proj/cytadela/screenshots/178579.jpg/max/max/1
  1556. - https://a.fsdn.com/con/app/proj/cytadela/screenshots/178575.jpg/max/max/1
  1557. - https://a.fsdn.com/con/app/proj/cytadela/screenshots/178585.jpg/max/max/1
  1558. - https://a.fsdn.com/con/app/proj/cytadela/screenshots/178587.jpg/max/max/1
  1559. - https://a.fsdn.com/con/app/proj/cytadela/screenshots/178581.jpg/max/max/1
  1560. langs:
  1561. - C++
  1562. licenses:
  1563. - GPL3
  1564. development: halted
  1565. originals:
  1566. - Cytadela
  1567. status: playable
  1568. repo: https://sourceforge.net/projects/cytadela/
  1569. type: remake
  1570. updated: 2022-07-16
  1571. url: http://cytadela.sourceforge.net/
  1572. - name: Cytopia
  1573. originals:
  1574. - SimCity
  1575. type: clone
  1576. repo: https://github.com/CytopiaTeam/Cytopia
  1577. url: https://cytopia.net/
  1578. development: active
  1579. status: playable
  1580. content: open
  1581. langs:
  1582. - C++
  1583. frameworks:
  1584. - SDL2
  1585. licenses:
  1586. - GPL3
  1587. updated: 2019-11-15
  1588. images:
  1589. - https://camo.githubusercontent.com/e47f829fc3e9cdf115ba46e72a8187f56c9485f2/68747470733a2f2f7777772e6379746f7069612e6e65742f6769746875622f53637265656e73686f74322e6a7067
  1590. - https://camo.githubusercontent.com/27d0697f21f286fd4c1f8b68cbfa342036c0d085/687474703a2f2f6379746f7069612e6e65742f6769746875622f53637265656e73686f74312e706e67