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.
 
 
 

56 lines
1.9 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>
  33. <div id=log-area>
  34. <div id=log>
  35. <div>Welcome to Stroll 0.1.7</div>
  36. <div><a href="https://chemicalcrux.org/stroll">Changelog</a></div>
  37. <div>It's a nice day for a walk</div>
  38. <div>&nbsp;</div>
  39. </div>
  40. </div>
  41. <div class=button-container>
  42. <button class=action-button id=button-look>Look</button>
  43. <button class=action-button id=button-grow>Get Bigger</button>
  44. <button class=action-button id=button-feed>Eat</button>
  45. <button class=action-button id=button-stomp>Stomp</button>
  46. <button class=action-button id=button-anal_vore>Sit</button>
  47. <p/>
  48. <button class=action-button id=button-stroll>Status: Standing</button>
  49. <button class=action-button id=button-location>Location: Suburb</button>
  50. <button class=action-button class=action-button id=button-units>Units: Metric</button>
  51. <button class=action-button id=button-verbose>Descriptions: Verbose</button>
  52. </div>
  53. </div>
  54. </body>
  55. </html>