big steppy
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 

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