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.
 
 
 

49 lines
1.4 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=stat-header-self id=stats-self>
  14. <p>Stats</p>
  15. <div class=stat-line id=height></div>
  16. <div class=stat-line id=mass></div>
  17. </div>
  18. <div id=game-area>
  19. <div id=log>
  20. <div>Welcome to Stroll 0.1.4</div>
  21. <div>It's a nice day for a walk</div>
  22. </div>
  23. <button id=button-grow>Get Bigger</button>
  24. <button id=button-feed>Eat</button>
  25. <button id=button-stomp>Stomp</button>
  26. <button id=button-anal_vore>Sit</button>
  27. <div></div>
  28. <button id=button-stroll>Stroll</button>
  29. <div id=strolling-indicator>Standing</div>
  30. <button id=button-units>Metric</button>
  31. <button id=button-verbose>Verbose</button>
  32. <div class=flex-container>
  33. <div class=stat-header id=stats-stomped>
  34. <p>Stomped</p>
  35. </div>
  36. <div class=stat-header id=stats-digested>
  37. <p>Digested</p>
  38. </div>
  39. <div class=stat-header id=stats-stomach>
  40. <p>Stomach</p>
  41. </div>
  42. <div class=stat-header id=stats-bowels>
  43. <p>Bowels</p>
  44. </div>
  45. </div>
  46. </div>
  47. </body>
  48. </html>