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="units.js"></script>
    <script src="recursive-desc.js"></script>
    <script src="recursive-macro.js"></script>
    <script src="game.js"></script>
  </head>
  <body>
    <div class=game-area>
      <div class=stat-container>
        <div class=stat-header-self id=stats-self>
          <p>Stats</p>
          <div class=stat-line id=height></div>
          <div class=stat-line id=mass></div>
        </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 class=stat-header id=stats-breasts>
          <p>Breasts</p>
        </div>
        <div class=stat-header id=stats-womb>
          <p>Womb</p>
        </div>
        <div class=stat-header id=stats-balls>
          <p>Balls</p>
        </div>
        <div class=stat-header id=stats-cock>
          <p>Cock</p>
        </div>
        <div class=stat-header id=stats-smothered>
          <p>Smothered</p>
        </div>
      </div>
      <div id=log-area>
        <div id=log>
          <div>Welcome to Stroll 0.2.2</div>
          <div><b>This game features 18+ content</b></div>
          <div><a href="https://chemicalcrux.org/stroll">Changelog</a></div>
          <div>It's a nice day for a walk</div>
          <div> </div>
        </div>
      </div>
      <div class=button-container>
        <button class=action-button id=button-look>Look</button>
        <button class=action-button id=button-grow>Get Bigger</button>
        <button class=action-button id=button-feed>Eat</button>
        <button class=action-button id=button-stomp>Stomp</button>
        <button class=action-button id=button-anal_vore>Sit</button>
        <button class=action-button id=button-breast_crush>Breast Crush</button>
        <button class=action-button id=button-unbirth>Unbirth</button>
        <button class=action-button id=button-cockslap>Cockslap</button>
        <button class=action-button id=button-cock_vore>Cock Vore</button>
        <button class=action-button id=button-ball_smother>Ball Smother</button>
        <p/>
        <button class=action-button id=button-stroll>Status: Standing</button>
        <button class=action-button id=button-location>Location: Suburb</button>
        <button class=action-button class=action-button id=button-units>Units: Metric</button>
        <button class=action-button id=button-verbose>Descriptions: Verbose</button>
      </div>
    </div>
  </body>
</html>
 |