big steppy
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

77 lines
2.8 KiB

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>Stroll</title>
  6. <link rel="stylesheet" href="style.css">
  7. <script src="units.js"></script>
  8. <script src="recursive-desc.js"></script>
  9. <script src="recursive-macro.js"></script>
  10. <script src="game.js"></script>
  11. </head>
  12. <body>
  13. <div class=game-area>
  14. <div class=stat-container>
  15. <div class=stat-header-self id=stats-self>
  16. <p>Stats</p>
  17. <div class=stat-line id=height></div>
  18. <div class=stat-line id=mass></div>
  19. </div>
  20. <div class=stat-header id=stats-stomped>
  21. <p>Stomped</p>
  22. </div>
  23. <div class=stat-header id=stats-digested>
  24. <p>Digested</p>
  25. </div>
  26. <div class=stat-header id=stats-stomach>
  27. <p>Stomach</p>
  28. </div>
  29. <div class=stat-header id=stats-bowels>
  30. <p>Bowels</p>
  31. </div>
  32. <div class=stat-header id=stats-breasts>
  33. <p>Breasts</p>
  34. </div>
  35. <div class=stat-header id=stats-womb>
  36. <p>Womb</p>
  37. </div>
  38. <div class=stat-header id=stats-balls>
  39. <p>Balls</p>
  40. </div>
  41. <div class=stat-header id=stats-cock>
  42. <p>Cock</p>
  43. </div>
  44. <div class=stat-header id=stats-smothered>
  45. <p>Smothered</p>
  46. </div>
  47. </div>
  48. <div id=log-area>
  49. <div id=log>
  50. <div>Welcome to Stroll 0.2.2</div>
  51. <div><b>This game features 18+ content</b></div>
  52. <div><a href="https://chemicalcrux.org/stroll">Changelog</a></div>
  53. <div>It's a nice day for a walk</div>
  54. <div>&nbsp;</div>
  55. </div>
  56. </div>
  57. <div class=button-container>
  58. <button class=action-button id=button-look>Look</button>
  59. <button class=action-button id=button-grow>Get Bigger</button>
  60. <button class=action-button id=button-feed>Eat</button>
  61. <button class=action-button id=button-stomp>Stomp</button>
  62. <button class=action-button id=button-anal_vore>Sit</button>
  63. <button class=action-button id=button-breast_crush>Breast Crush</button>
  64. <button class=action-button id=button-unbirth>Unbirth</button>
  65. <button class=action-button id=button-cockslap>Cockslap</button>
  66. <button class=action-button id=button-cock_vore>Cock Vore</button>
  67. <button class=action-button id=button-ball_smother>Ball Smother</button>
  68. <p/>
  69. <button class=action-button id=button-stroll>Status: Standing</button>
  70. <button class=action-button id=button-location>Location: Suburb</button>
  71. <button class=action-button class=action-button id=button-units>Units: Metric</button>
  72. <button class=action-button id=button-verbose>Descriptions: Verbose</button>
  73. </div>
  74. </div>
  75. </body>
  76. </html>