Você não pode selecionar mais de 25 tópicos
			Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
		
		
		
		
		
			
	
	
		
			
				
					
						
						
							|  | <!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>
 |