<!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-macro.js"></script> <script src="recursive-desc.js"></script> <script src="game.js"></script> </head> <body> <div class=game-area> <div class=stat-container id=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 class=stat-line id=growth-points></div> <div class=stat-line id=arousal></div> <div class=stat-line id=cum></div> <div class=stat-line id=cumPercent></div> <div class=stat-line id=femcum></div> <div class=stat-line id=femcumPercent></div> </div> <div class=stat-header-self>Growth</div> <table id=grow-panel> <tr> <th><input class=growth-option type="radio" name="part" checked=true id="part-body"> <label class=growth-label for="part-body" >Body</label></th> <th><button class=growth-amount id="button-amount-1">1x</button></th> </tr> <tr> <th><input class=growth-option type="radio" name="part" id="part-ass"> <label class=growth-label for="part-ass">Ass</label></th> <th><button class=growth-amount id="button-amount-5">5x</button></th> </tr> <tr> <th><input class=growth-option type="radio" name="part" id="part-dick"> <label class=growth-label for="part-dick">Cock</label></th> <th><button class=growth-amount id="button-amount-10">10x</button></th> </tr> <tr> <th><input class=growth-option type="radio" name="part" id="part-balls"> <label class=growth-label for="part-balls">Balls</label></th> <th><button class=growth-amount id="button-amount-20">20x</button></th> </tr> <tr> <th><input class=growth-option type="radio" name="part" id="part-breasts"> <label class=growth-label for="part-breasts">Breasts</label></th> <th><button class=growth-amount id="button-amount-50">50x</button></th> </tr> <tr> <th><input class=growth-option type="radio" name="part" id="part-vagina"> <label class=growth-label for="part-vagina">Slit</label></th> <th><button class=growth-amount id="button-amount-100">100x</button></th> </tr> </table> </div> <div id=log-area> <div id=log> <div>Welcome to Stroll 0.3.3</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 id=action-panel> <button class=action-button id=button-look>Look</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> <button class=action-button id=button-arousal>Arousal On</button> <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-numbers>Numbers: Full</button> <button class=action-button class=action-button id=button-units>Units: Metric</button> <button class=action-button id=button-verbose>Descriptions: Verbose</button> <button class=action-button id=button-grow-lots>Get WAY Bigger</button> </div> <div class=option-container id=option-panel> <p>Welcome to Stroll 0.3.3</p> <p><b>This game features 18+ content</b></p> <a href="https://chemicalcrux.org/stroll">Changelog</a> <br> <div id=custom-species> <p>Build your Character (leave blank for defaults)</p> <form id=custom-species-form name="custom-species-form"> <ul class="flex-outer"> <li> <label for="species">Species</label> <input type="text" name="species" placeholder="crux"/> </li> <li> <label for="scale" class="has-tooltip" title="Multiply your base height by this much">Scale (?)</label> <input type="text" name="scale" placeholder="3"/> </li> <li> <label for="baseHeight">Height</label> <input type="number" name="baseHeight" placeholder="2.26"/> </li> <li> <label for="baseMass">Weight</label> <input type="number" name="baseMass" placeholder="135"> </li> <br> <li> <label for="basePawArea">Paw area</label> <input type="number" name="basePawArea" placeholder="0.1"><br> </li> <li> <label for="baseHandArea">Hand area</label> <input type="number" name="baseHandArea" placeholder="0.1"><br> </li> <li> <label for="baseAnalVoreArea">Tailhole area</label> <input type="number" name="baseAnalVoreArea" placeholder="0.1"><br> </li> <li> <label for="baseAsArea">Ass area</label> <input type="number" name="baseAssArea" placeholder="0.4"><br> </li> <br> <div> Arousal:<br> <input type="checkbox" checked=true name="arousalEnabled"/><br> <div class=reveal-if-active> <li> <label class="has-tooltip" for="arousalFactor" title="Multiplies arousal gain by this much">Arousal multiplier</label> <input type="number" name="arousalFactor" placeholder="1"/><br> </li> </div> </div> <br> <div> Male genitals:<br> <input type="checkbox" checked=true name="maleParts"/><br> <div class=reveal-if-active> <li> <label for="baseDickLength">Cock type</label> <input type="text" name="baseDickLength" placeholder="canine"/><br> </li> <li> <label for="baseDickLength">Cock length</label> <input type="number" name="baseDickLength" placeholder="0.3"/><br> </li> <li> <label for="baseDickDiameter">Cock diameter</label> <input type="number" name="baseDickDiameter" placeholder="0.08"/><br> </li> <li> <label for="baseBallDiameter">Ball diameter</label> <input type="number" name="baseBallDiameter" placeholder="0.05"/><br> </li> <li> <label for="baseCumRatio" class="has-tooltip" title="scales how much cum is released with each shot">Orgasm cum ratio</label> <input type="number" name="baseCumRatio" placeholder="1"/><br> </li> <li> <label for="baseMass">Cum production factor</label> <input type="number" name="cumScale" placeholder="1"/><br> </li> </div> </div> <br> <div> Female genitals:<br> <input type="checkbox" checked=true name="femaleParts"/><br> <div class=reveal-if-active> <li> <label for="baseVaginaLength">Slit length</label> <input type="number" name="baseVaginaLength" placeholder="0.1"/><br> </li> <li> <label for="baseVaginaWidth">Slit width</label> <input type="number" name="baseVaginaWidth" placeholder="0.05"/><br> </li> <li> <label for="baseBreastDiameter">Breast diameter</label> <input type="number" name="baseBreastDiameter" placeholder="0.1"/><br> </li> <li> <label for="baseFemcumRatio" class="has-tooltip" title="scales how much femcum is released with each shot">Orgasm femcum ratio</label> <input type="number" name="baseFemcumRatio" placeholder="1"/><br> </li> <li> <label for="femcumScale">Femcum production factor</label> <input type="number" name="femcumScale" placeholder="1"/><br> </li> </div> </div> </ul> </form> <button class=option-button id=button-start>Start Game</button> </div> </div> </div> <table id=victim-table> </table> </body> </html>