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.
 
 
 

40 line
1016 B

  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="recursive-macro.js"></script>
  8. <script src="game.js"></script>
  9. </head>
  10. <body>
  11. <div id=game-area>
  12. <div id=log>
  13. It's a nice day for a walk.
  14. </div>
  15. <button id=button-grow>Get Bigger</button>
  16. <button id=button-feed>Eat</button>
  17. <button id=button-stomp>Stomp</button>
  18. <button id=button-anal_vore>Sit</button>
  19. <div></div>
  20. <button id=button-stroll>Stroll</button>
  21. <p>Stats</p>
  22. <div id=height></div>
  23. <div id=mass></div>
  24. <div class=stat-header id=stats-stomped>
  25. <p>Stomped</p>
  26. </div>
  27. <div class=stat-header id=stats-digested>
  28. <p>Digested</p>
  29. </div>
  30. <div class=stat-header id=stats-stomach>
  31. <p>Stomach</p>
  32. </div>
  33. <div class=stat-header id=stats-bowels>
  34. <p>Bowels</p>
  35. </div>
  36. </div>
  37. </body>
  38. </html>