using.html 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. <!-- See COPYING.adoc for license terms of this file. -->
  2. <!DOCTYPE html>
  3. <html lang="en">
  4. <head>
  5. <title>Freedoom — Other Projects Using Freedoom Assets</title>
  6. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  7. <meta name="generator" content="AsciiDoc 9.1.0" />
  8. <meta itemprop="name" content="Freedoom" />
  9. <meta property="og:title" content="Freedoom" />
  10. <meta itemprop="description" content="Freedoom's website" />
  11. <meta name="description" content="Freedoom's website" />
  12. <meta property="og:description" content="Freedoom's website" />
  13. <meta name="keywords" content="freedoom, doom, fps, open-source, open source, free, vanilla, 1990s, 90s, 1993, 1994" />
  14. <meta property="og:site_name" content="Free content game using the Doom engine" />
  15. <meta property="og:type" content="website" />
  16. <meta property="og:image" content="https://freedoom.github.io/mugshot.png" />
  17. <link rel="icon" href="favicon.ico" />
  18. <link rel="stylesheet" href="mint.css" type="text/css" />
  19. <link rel="alternate" type="application/atom+xml" title="Freedoom Atom News" href="atom.xml" />
  20. </head>
  21. <body>
  22. <!-- Automatically generated, do not hand-hack!
  23. This web page uses AsciiDoc to generate its contents,
  24. edit the *.txt sources in order to change it.
  25. -->
  26. <div id="header">
  27. <h1 id="site">Freedoom</h1>
  28. <h2 id="page">Other Projects Using Freedoom Assets</h2>
  29. <a href="https://github.com/freedoom/freedoom"><img id="forkme" src="forkme.png" alt="Fork me on GitHub" /></a>
  30. </div>
  31. <div id="navigation">
  32. <div id="contents" class="nav">
  33. <h3>Contents</h3>
  34. <ul>
  35. <li><a href="index.html">Home Page</a></li>
  36. <li><a href="about.html">What is Freedoom?</a></li>
  37. <li><a href="screenshots.html">Screenshots</a></li>
  38. <li><a href="download.html">Download</a></li>
  39. <li><a href="help.html">Help Freedoom!</a></li>
  40. <li><hr /></li>
  41. <li><a href="https://github.com/freedoom/freedoom/issues">Report Issues</a></li>
  42. <li><a href="https://www.doomworld.com/forum/17-freedoom/">Discuss on the Forum</a></li>
  43. <li><a href="https://discord.gg/cGsSCXq">Talk on Discord</a></li>
  44. <li><hr /></li>
  45. <li><a href="using.html">Other Projects</a></li>
  46. <li style="text-align: center;">
  47. <a href="https://github.com/freedoom/freedoom"><img src="img/social/github.png" alt="GitHub" /></a>
  48. <a href="https://www.youtube.com/FreedoomGame"><img src="img/social/youtube.png" alt="YouTube" /></a>
  49. </li>
  50. </ul>
  51. </div>
  52. </div>
  53. <div id="main">
  54. <div id="preamble">
  55. <div class="sectionbody">
  56. <div class="paragraph"><p>Since <a href="about.html"><em>Freedoom</em> is free</a>, some other projects have
  57. used <em>Freedoom</em>'s assets. We think this is a great use of the project
  58. and should be encouraged. Here are the ones that we know about. If
  59. you find any others, please let us know by filing an issue or pull
  60. request on the <a href="https://github.com/freedoom/freedoom.github.io">website
  61. project at GitHub</a>.</p></div>
  62. <div class="ulist"><ul>
  63. <li>
  64. <p>
  65. <a href="https://zdoom.org/wiki/Barista">Barista</a>
  66. </p>
  67. </li>
  68. <li>
  69. <p>
  70. <a href="https://github.com/Blasphemer">Blasphemer</a>
  71. </p>
  72. </li>
  73. <li>
  74. <p>
  75. <a href="http://www.indiedb.com/games/doominator-wave-survival">Doominator Wave Survival</a>
  76. </p>
  77. </li>
  78. <li>
  79. <p>
  80. <a href="https://filmsbykris.com/games/2021/cyber-griffin/website">Cyber Griffin</a>
  81. </p>
  82. </li>
  83. <li>
  84. <p>
  85. <a href="https://github.com/mkrupczak3/GZDoom-Android">Freedoom for Android</a>
  86. </p>
  87. </li>
  88. <li>
  89. <p>
  90. <a href="https://mobile.zame-dev.org/gloomy">Gloomy Dungeons</a>
  91. </p>
  92. </li>
  93. <li>
  94. <p>
  95. <a href="http://contest.gamedevfort.com/submission/657#.Ve8jwpcQlj0">Nocturne In Yellow</a>
  96. </p>
  97. </li>
  98. <li>
  99. <p>
  100. <a href="https://www.reddit.com/r/gamedev/comments/xdwba/so_i_decided_to_make_an_fps_with_the_doom_engine/">Omega Point</a>
  101. </p>
  102. </li>
  103. <li>
  104. <p>
  105. <a href="http://www.indiedb.com/games/terrorized">Terrorized</a>
  106. </p>
  107. </li>
  108. <li>
  109. <p>
  110. <a href="http://www.moddb.com/mods/zombie-panic-doom">Zombie Panic</a>
  111. </p>
  112. </li>
  113. </ul></div>
  114. </div>
  115. </div>
  116. <p></p>
  117. <hr />
  118. <p>
  119. Copyright 2001 - <script type="text/javascript">
  120. var today = new Date()
  121. var year = today.getFullYear()
  122. document.write(year)
  123. </script> by contributors of the Freedoom project. Freedoom and this website is <a href="https://github.com/freedoom/freedoom/blob/master/COPYING.adoc">licensed under an open-license</a>. We have an <a href="feed.xml">RSS feed that you can follow</a>.</p>
  124. </div>
  125. </body>
  126. </html>