crunch
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

216 lines
7.1 KiB

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>Feast</title>
  6. <link rel="stylesheet" href="feast.css">
  7. <script src="combat.js"></script>
  8. <script src="objects.js"></script>
  9. <script src="dialog.js"></script>
  10. <script src="customs.js"></script>
  11. <script src="world.js"></script>
  12. <script src="vore.js"></script>
  13. <script src="feast.js"></script>
  14. <meta name="theme-color" content="#000000" />
  15. <meta name="description" content="A vore text adventure" />
  16. <meta property="og:title" content="Feast" />
  17. <meta property="og:description" content="A vore text adventure" />
  18. <meta property="og:image" content="https://chemicalcrux.org/feast/feast.png" />
  19. <link rel="shortcut icon" href="https://chemicalcrux.org/favicon.ico" type="image/x-icon" />
  20. </head>
  21. <body>
  22. <div id="game">
  23. <div id="game-and-stats">
  24. <div id="log">
  25. <div>
  26. Welcome to Feast v0.2.0
  27. </div>
  28. <div>
  29. &nbsp;
  30. </div>
  31. <div>
  32. It's early morning, and you feel like eating a bunch of people
  33. </div>
  34. </div>
  35. <div class="stats">
  36. <div id="player-stats">
  37. <div class="stat-line" id="time">Time: to file a bug report, because you shouldn't see this!</div>
  38. <div class="stat-line" id="date">Date: you'll have to buy me dinner first :v</div>
  39. <div class="stat-line" id="stat-name">Vim: 15</div>
  40. <div class="stat-line" id="stat-cash">Spondulicks: 150000</div>
  41. <div class="stat-line" id="stat-health">Pulchritude: 44</div>
  42. <div class="stat-line" id="stat-stamina">Imagination: 97</div>
  43. <div class="stat-line" id="stat-fullness">Candy Corn: 3</div>
  44. <div class="stat-line" id="stat-bowels">Emotions: 35/100</div>
  45. </div>
  46. <div id="foe-stats">
  47. FOE
  48. <div class="stat-line" id="stat-foe-name">Vim: 21</div>
  49. <div class="stat-line" id="stat-foe-health">Pulchritude: 21</div>
  50. <div class="stat-line" id="stat-foe-stamina">Imagination: 66</div>
  51. <div class="stat-line" id="stat-foe-str">Blood Sugar: 99</div>
  52. <div class="stat-line" id="stat-foe-dex">Daylight: Filled</div>
  53. <div class="stat-line" id="stat-foe-con">Sonhearst: Alive</div>
  54. </div>
  55. </div>
  56. </div>
  57. <div id="footer">
  58. <div class="selector" id="selector-explore">
  59. <div id="compass">
  60. <table>
  61. <tr>
  62. <th>
  63. <button class="compass-button" id="compass-north-west">North West</button>
  64. </th>
  65. <th>
  66. <button class="compass-button" id="compass-north">North</button>
  67. </th>
  68. <th>
  69. <button class="compass-button" id="compass-north-east">North East</button>
  70. </th>
  71. </tr>
  72. <tr>
  73. <th>
  74. <button class="compass-button" id="compass-west">West</button>
  75. </th>
  76. <th>
  77. <button class="compass-button active-button" id="compass-look">Look</button>
  78. </th>
  79. <th>
  80. <button class="compass-button" id="compass-east">East</button>
  81. </th>
  82. </tr>
  83. <tr>
  84. <th>
  85. <button class="compass-button" id="compass-south-west">South West</button>
  86. </th>
  87. <th>
  88. <button class="compass-button" id="compass-south">South</button>
  89. </th>
  90. <th>
  91. <button class="compass-button" id="compass-south-east">South East</button>
  92. </th>
  93. </tr>
  94. </table>
  95. </div>
  96. <div id="actions">
  97. <table>
  98. <tr>
  99. <th>
  100. <button class="action-button" id="action-look">Look</button>
  101. </th>
  102. <th>
  103. <button class="inactive-button action-button" disabled="true"></button>
  104. </th>
  105. <th>
  106. <button class="inactive-button action-button" disabled="true"></button>
  107. </th>
  108. </tr>
  109. <tr>
  110. <th>
  111. <button class="inactive-button action-button" disabled="true"></button>
  112. </th>
  113. <th>
  114. <button class="inactive-button action-button" disabled="true"></button>
  115. </th>
  116. <th>
  117. <button class="inactive-button action-button" disabled="true"></button>
  118. </th>
  119. </tr>
  120. <tr>
  121. <th>
  122. <button class="inactive-button action-button" disabled="true"></button>
  123. </th>
  124. <th>
  125. <button class="inactive-button action-button" disabled="true"></button>
  126. </th>
  127. <th>
  128. <button class="inactive-button action-button" disabled="true"></button>
  129. </th>
  130. </tr>
  131. </table>
  132. </div>
  133. </div>
  134. <div class="selector" id="selector-combat">
  135. <ul id="combat">
  136. </ul>
  137. <div id="combat-desc">
  138. </div>
  139. </div>
  140. <div class="selector" id="selector-eaten">
  141. <ul id="eaten">
  142. </ul>
  143. <div id="eaten-desc">
  144. </div>
  145. </div>
  146. <div class="selector" id="selector-dialog">
  147. <ul id="dialog">
  148. </ul>
  149. </div>
  150. </div>
  151. </div>
  152. <div id="create">
  153. <p>
  154. Welcome to Feast v0.2.0
  155. </p>
  156. <p>
  157. <b>This game features 18+ content</b>
  158. </p>
  159. <p>
  160. <a href="/feast">Changelog</a>
  161. </p>
  162. <p>
  163. <a href="https://t.me/joinchat/BSXHzQp-Isn9N9XgT2QRpw">Telegram</a>
  164. </p>
  165. <p>
  166. <a href="https://discord.gg/7pdcVhD">Discord</a>
  167. </p>
  168. <form id="character-form">
  169. <ul id="character-form-list">
  170. <li>
  171. <label for="character-name">Name</label>
  172. <input type="text" id="character-name" name="name" placeholder="Player"/>
  173. </li>
  174. <li>
  175. <label for="character-species">Species</label>
  176. <input type="text" id="character-species" name="species" placeholder="nerd"/>
  177. </li>
  178. <li>
  179. <label for="character-prefs-prey">Player can be eaten</label>
  180. <input type="checkbox" id="character-prefs-prey" name="prefs-prey" checked="true" />
  181. </li>
  182. <li>
  183. <label for="character-prefs-vore-cock">Cock vore</label>
  184. <input type="checkbox" id="character-prefs-vore-cock" name="prefs-vore-cock" checked="true" />
  185. </li>
  186. <li>
  187. <label for="character-prefs-vore-unbirth">Unbirth</label>
  188. <input type="checkbox" id="character-prefs-vore-unbirth" name="prefs-vore-unbirth" checked="true" />
  189. </li>
  190. <li>
  191. <label for="character-prefs-scat">Disposal/scat</label>
  192. <input type="checkbox" id="character-prefs-scat" name="prefs-scat"/>
  193. </li>
  194. <li>
  195. <label for="character-prefs-gore">Gore</label>
  196. <input type="checkbox" id="character-prefs-gore" name="prefs-gore"/>
  197. </li>
  198. <li>
  199. <button type="button" id="start-button">Start</button>
  200. </li>
  201. </ul>
  202. </form>
  203. </div>
  204. </body>
  205. </html>