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.
|
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="utf-8">
- <title>Stroll</title>
- <link rel="stylesheet" href="style.css">
- <script src="recursive-macro.js"></script>
- <script src="game.js"></script>
- </head>
- <body>
- <div id=game-area>
- <div id=log>
- It's a nice day for a walk.
- </div>
- <button id=button-grow>Get Bigger</button>
- <button id=button-feed>Eat</button>
- <button id=button-stomp>Stomp</button>
- <button id=button-anal_vore>Sit</button>
- <div></div>
- <button id=button-stroll>Stroll</button>
-
- <p>Stats</p>
- <div id=height></div>
- <div id=mass></div>
- <div class=stat-header id=stats-stomped>
- <p>Stomped</p>
- </div>
- <div class=stat-header id=stats-digested>
- <p>Digested</p>
- </div>
- <div class=stat-header id=stats-stomach>
- <p>Stomach</p>
- </div>
- <div class=stat-header id=stats-bowels>
- <p>Bowels</p>
- </div>
- </div>
- </body>
- </html>
|