|  | <!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <title>Feast</title>
  <link rel="stylesheet" href="feast.css">
  <script src="status.js"></script>
  <script src="alley.js"></script>
  <script src="forest.js"></script>
  <script src="combat.js"></script>
  <script src="objects.js"></script>
  <script src="dialog.js"></script>
  <script src="customs.js"></script>
  <script src="world.js"></script>
  <script src="vore.js"></script>
  <script src="feast.js"></script>
  <meta name="theme-color" content="#000000" />
  <meta name="description" content="A vore text adventure" />
  <meta property="og:title" content="Feast" />
  <meta property="og:description" content="A vore text adventure" />
  <meta property="og:image" content="https://chemicalcrux.org/feast/feast.png" />
  <link rel="shortcut icon" href="https://chemicalcrux.org/favicon.ico" type="image/x-icon" />
</head>
<body>
  <div id="game">
    <div id="game-and-stats">
      <div id="log">
        <div>
          Welcome to Feast v0.2.6
        </div>
        <div>
           
        </div>
        <div>
          It's early morning, and you feel like eating a bunch of people
        </div>
      </div>
      <div class="stats">
        <div id="player-stats">
          <div class="stat-line" id="time">Time: to file a bug report, because you shouldn't see this!</div>
          <div class="stat-line" id="date">Date: you'll have to buy me dinner first :v</div>
          <div class="stat-line" id="stat-name">Vim: 15</div>
          <div class="stat-line" id="stat-cash">Spondulicks: 150000</div>
          <div class="stat-line" id="stat-health">Pulchritude: 44</div>
          <div class="stat-line" id="stat-stamina">Imagination: 97</div>
          <div class="stat-line" id="stat-str">Blood Sugar: 235</div>
          <div class="stat-line" id="stat-dex">Daylight: Empty</div>
          <div class="stat-line" id="stat-con">Sonhearst: River</div>
          <div class="stat-line" id="stat-arousal">Pep Gold: 3</div>
          <div class="stat-line" id="stat-stomach">Candy Corn: 3</div>
          <div class="stat-line" id="stat-bowels">Emotions: 35/100</div>
          <div class="stat-line" id="stat-balls">Sick Burn: 85/100</div>
          <div class="stat-line" id="stat-womb">Nerves: 22/55</div>
          <div class="stat-line" id="stat-breasts">Fractal Prospectus: 99/100</div>
          <button class="stat-button" id="stat-button-status">Status</button>
          <button class="stat-button" id="log-button">Log: Enabled</button>
        </div>
        <div id="foe-stats">
          FOE
          <div class="stat-line" id="stat-foe-name">Vim: 21</div>
          <div class="stat-line" id="stat-foe-health">Pulchritude: 21</div>
          <div class="stat-line" id="stat-foe-stamina">Imagination: 66</div>
          <div class="stat-line" id="stat-foe-str">Blood Sugar: 99</div>
          <div class="stat-line" id="stat-foe-dex">Daylight: Filled</div>
          <div class="stat-line" id="stat-foe-con">Sonhearst: Alive</div>
        </div>
      </div>
    </div>
    <div id="footer">
      <div class="selector" id="selector-explore">
        <div id="compass">
          <table>
            <tr>
              <th>
                <button class="compass-button" id="compass-north-west">North West</button>
              </th>
              <th>
                <button class="compass-button" id="compass-north">North</button>
              </th>
              <th>
                <button class="compass-button" id="compass-north-east">North East</button>
              </th>
            </tr>
            <tr>
              <th>
                <button class="compass-button" id="compass-west">West</button>
              </th>
              <th>
                <button class="compass-button active-button" id="compass-look">Look</button>
              </th>
              <th>
                <button class="compass-button" id="compass-east">East</button>
              </th>
            </tr>
            <tr>
              <th>
                <button class="compass-button" id="compass-south-west">South West</button>
              </th>
              <th>
                <button class="compass-button" id="compass-south">South</button>
              </th>
              <th>
                <button class="compass-button" id="compass-south-east">South East</button>
              </th>
            </tr>
          </table>
        </div>
        <div id="actions">
          <table>
            <tr>
              <th>
                <button class="action-button" id="action-look">Look</button>
              </th>
              <th>
                <button class="inactive-button action-button" disabled="true"></button>
              </th>
              <th>
                <button class="inactive-button action-button" disabled="true"></button>
              </th>
            </tr>
            <tr>
              <th>
                <button class="inactive-button action-button" disabled="true"></button>
              </th>
              <th>
                <button class="inactive-button action-button" disabled="true"></button>
              </th>
              <th>
                <button class="inactive-button action-button" disabled="true"></button>
              </th>
            </tr>
            <tr>
              <th>
                <button class="inactive-button action-button" disabled="true"></button>
              </th>
              <th>
                <button class="inactive-button action-button" disabled="true"></button>
              </th>
              <th>
                <button class="inactive-button action-button" disabled="true"></button>
              </th>
            </tr>
          </table>
        </div>
      </div>
      <div class="selector" id="selector-combat">
        <ul id="combat">
        </ul>
        <div id="combat-desc">
        </div>
      </div>
      <div class="selector" id="selector-eaten">
        <ul id="eaten">
        </ul>
        <div id="eaten-desc">
        </div>
      </div>
      <div class="selector" id="selector-dialog">
        <ul id="dialog">
        </ul>
      </div>
    </div>
  </div>
  <div id="create">
    <p>
      Welcome to Feast v0.2.6
    </p>
    <p>
      <b>This game features 18+ content</b>
    </p>
    <p>
      <a href="/feast">Changelog</a>
    </p>
    <p>
      <a href="https://t.me/joinchat/BSXHzQp-Isn9N9XgT2QRpw">Telegram</a>
    </p>
    <p>
      <a href="https://discord.gg/7pdcVhD">Discord</a>
    </p>
    <form id="character-form">
      <ul id="character-form-list">
        <li>
          <label for="character-name">Name</label>
          <input type="text" id="character-name" name="name" placeholder="Player"/>
        </li>
        <li>
          <label for="character-species">Species</label>
          <input type="text" id="character-species" name="species" placeholder="nerd"/>
        </li>
        <li>
          <label for="character-prefs-scat">Disposal/scat</label>
          <input type="checkbox" id="character-prefs-scat" name="prefs-scat"/>
        </li>
        <li>
          <label for="character-prefs-prey">Player can be eaten</label>
          <input type="checkbox" id="character-prefs-prey" name="prefs-prey" checked="true" />
        </li>
        <li>
          <ul class="pref-list">
            <div>Player stuff</div>
            <li class="pref-select">
              <span class="pref-type">Ass</span>
              <input type="radio" class="pref-radio" id="character-parts-anal-off" disabled="true" name="parts-anal" value="0" />
              <label class="pref-disable pref-gray" for="character-parts-anal-off">Disable</label>
              <input type="radio" class="pref-radio" id="character-parts-anal-on" name="parts-anal" checked="true" value="1" />
              <label class="pref-enable" for="character-parts-anal-on" checked="true">Enable</label>
              <input type="radio" class="pref-radio" id="character-parts-anal-vore" name="parts-anal" checked="true" value="2" />
              <label class="pref-prefer" for="character-parts-anal-vore" checked="true">Enable Vore</label>
            </li>
            <li class="pref-select">
              <span class="pref-type">Cock/balls</span>
              <input type="radio" class="pref-radio" id="character-parts-cock-off" name="parts-cock" value="0" />
              <label class="pref-disable" for="character-parts-cock-off">Disable</label>
              <input type="radio" class="pref-radio" id="character-parts-cock-on" name="parts-cock" checked="true" value="1" />
              <label class="pref-enable" for="character-parts-cock-on" checked="true">Enable</label>
              <input type="radio" class="pref-radio" id="character-parts-cock-vore" name="parts-cock" checked="true" value="2" />
              <label class="pref-prefer" for="character-parts-cock-vore" checked="true">Enable Vore</label>
            </li>
            <li class="pref-select">
              <span class="pref-type">Slit/womb</span>
              <input type="radio" class="pref-radio" id="character-parts-unbirth-off" name="parts-unbirth" value="0" />
              <label class="pref-disable" for="character-parts-unbirth-off">Disable</label>
              <input type="radio" class="pref-radio" id="character-parts-unbirth-on" name="parts-unbirth" checked="true" value="1" />
              <label class="pref-enable" for="character-parts-unbirth-on" checked="true">Enable</label>
              <input type="radio" class="pref-radio" id="character-parts-unbirth-vore" name="parts-unbirth" checked="true" value="2" />
              <label class="pref-prefer" for="character-parts-unbirth-vore" checked="true">Enable Vore</label>
            </li>
            <li class="pref-select">
              <span class="pref-type">Breasts</span>
              <input type="radio" class="pref-radio" id="character-parts-breast-off" name="parts-breast" value="0" />
              <label class="pref-disable" for="character-parts-breast-off">Disable</label>
              <input type="radio" class="pref-radio" id="character-parts-breast-on" name="parts-breast" checked="true" value="1" />
              <label class="pref-enable" for="character-parts-breast-on" checked="true">Enable</label>
              <input type="radio" class="pref-radio" id="character-parts-breast-vore" name="parts-breast" checked="true" value="2" />
              <label class="pref-prefer" for="character-parts-breast-vore" checked="true">Enable Vore</label>
            </li>
          </ul>
        <li>
          <ul class="pref-list">
            <div>Enemy vore types</div>
            <li class="pref-select">
              <span class="pref-type">Oral</span>
              <input type="radio" class="pref-radio" id="character-prefs-vore-oral-0" name="prefs-vore-oral" value="0" />
              <label class="pref-disable" for="character-prefs-vore-oral-0">Disable</label>
              <input type="radio" class="pref-radio" id="character-prefs-vore-oral-1" name="prefs-vore-oral" value="1" />
              <label class="pref-avoid" for="character-prefs-vore-oral-1">Avoid</label>
              <input type="radio" class="pref-radio" id="character-prefs-vore-oral-2" name="prefs-vore-oral" checked="true" value="2" />
              <label class="pref-enable" for="character-prefs-vore-oral-2">Enable</label>
              <input type="radio" class="pref-radio" id="character-prefs-vore-oral-3" name="prefs-vore-oral" value="3" />
              <label class="pref-prefer" for="character-prefs-vore-oral-3">Prefer</label>
            </li>
            <li class="pref-select">
              <span class="pref-type">Cock</span>
              <input type="radio" class="pref-radio" id="character-prefs-vore-cock-0" name="prefs-vore-cock" value="0" />
              <label class="pref-disable" for="character-prefs-vore-cock-0">Disable</label>
              <input type="radio" class="pref-radio" id="character-prefs-vore-cock-1" name="prefs-vore-cock" value="1" />
              <label class="pref-avoid" for="character-prefs-vore-cock-1">Avoid</label>
              <input type="radio" class="pref-radio" id="character-prefs-vore-cock-2" name="prefs-vore-cock" checked="true" value="2" />
              <label class="pref-enable" for="character-prefs-vore-cock-2">Enable</label>
              <input type="radio" class="pref-radio" id="character-prefs-vore-cock-3" name="prefs-vore-cock" value="3" />
              <label class="pref-prefer" for="character-prefs-vore-cock-3">Prefer</label>
            </li>
            <li class="pref-select">
              <span class="pref-type">Anal</span>
              <input type="radio" class="pref-radio" id="character-prefs-vore-anal-0" name="prefs-vore-anal" value="0" />
              <label class="pref-disable" for="character-prefs-vore-anal-0">Disable</label>
              <input type="radio" class="pref-radio" id="character-prefs-vore-anal-1" name="prefs-vore-anal" value="1" />
              <label class="pref-avoid" for="character-prefs-vore-anal-1">Avoid</label>
              <input type="radio" class="pref-radio" id="character-prefs-vore-anal-2" name="prefs-vore-anal" checked="true" value="2" />
              <label class="pref-enable" for="character-prefs-vore-anal-2">Enable</label>
              <input type="radio" class="pref-radio" id="character-prefs-vore-anal-3" name="prefs-vore-anal" value="3" />
              <label class="pref-prefer" for="character-prefs-vore-anal-3">Prefer</label>
            </li>
            <li class="pref-select">
              <span class="pref-type">Tail</span>
              <input type="radio" class="pref-radio" id="character-prefs-vore-tail-0" name="prefs-vore-tail" value="0" />
              <label class="pref-disable" for="character-prefs-vore-tail-0">Disable</label>
              <input type="radio" class="pref-radio" id="character-prefs-vore-tail-1" name="prefs-vore-tail" value="1" />
              <label class="pref-avoid" for="character-prefs-vore-tail-1">Avoid</label>
              <input type="radio" class="pref-radio" id="character-prefs-vore-tail-2" name="prefs-vore-tail" checked="true" value="2" />
              <label class="pref-enable" for="character-prefs-vore-tail-2">Enable</label>
              <input type="radio" class="pref-radio" id="character-prefs-vore-tail-3" name="prefs-vore-tail" value="3" />
              <label class="pref-prefer" for="character-prefs-vore-tail-3">Prefer</label>
            </li>
            <li class="pref-select">
              <span class="pref-type">Unbirth</span>
              <input type="radio" class="pref-radio" id="character-prefs-vore-unbirth-0" name="prefs-vore-unbirth" value="0" />
              <label class="pref-disable" for="character-prefs-vore-unbirth-0">Disable</label>
              <input type="radio" class="pref-radio" id="character-prefs-vore-unbirth-1" name="prefs-vore-unbirth" value="1" />
              <label class="pref-avoid" for="character-prefs-vore-unbirth-1">Avoid</label>
              <input type="radio" class="pref-radio" id="character-prefs-vore-unbirth-2" name="prefs-vore-unbirth" checked="true" value="2" />
              <label class="pref-enable" for="character-prefs-vore-unbirth-2">Enable</label>
              <input type="radio" class="pref-radio" id="character-prefs-vore-unbirth-3" name="prefs-vore-unbirth" value="3" />
              <label class="pref-prefer" for="character-prefs-vore-unbirth-3">Prefer</label>
            </li>
            <li class="pref-select">
              <span class="pref-type">Breast</span>
              <input type="radio" class="pref-radio" id="character-prefs-vore-breast-0" name="prefs-vore-breast" value="0" />
              <label class="pref-disable" for="character-prefs-vore-breast-0">Disable</label>
              <input type="radio" class="pref-radio" id="character-prefs-vore-breast-1" name="prefs-vore-breast" value="1" />
              <label class="pref-avoid" for="character-prefs-vore-breast-1">Avoid</label>
              <input type="radio" class="pref-radio" id="character-prefs-vore-breast-2" name="prefs-vore-breast" checked="true" value="2" />
              <label class="pref-enable" for="character-prefs-vore-breast-2">Enable</label>
              <input type="radio" class="pref-radio" id="character-prefs-vore-breast-3" name="prefs-vore-breast" value="3" />
              <label class="pref-prefer" for="character-prefs-vore-breast-3">Prefer</label>
            </li>
            <li class="pref-select">
              <span class="pref-type">Hard</span>
              <input type="radio" class="pref-radio" id="character-prefs-vore-hard-0" name="prefs-vore-hard" checked="true" value="0" />
              <label class="pref-disable" for="character-prefs-vore-hard-0">Disable</label>
              <input type="radio" class="pref-radio" id="character-prefs-vore-hard-1" name="prefs-vore-hard" value="1" />
              <label class="pref-avoid" for="character-prefs-vore-hard-1">Avoid</label>
              <input type="radio" class="pref-radio" id="character-prefs-vore-hard-2" name="prefs-vore-hard" value="2" />
              <label class="pref-enable" for="character-prefs-vore-hard-2">Enable</label>
              <input type="radio" class="pref-radio" id="character-prefs-vore-hard-3" name="prefs-vore-hard" value="3" />
              <label class="pref-prefer" for="character-prefs-vore-hard-3">Prefer</label>
            </li>
            <li class="pref-select">
              <span class="pref-type">Soul</span>
              <input type="radio" class="pref-radio" id="character-prefs-vore-soul-0" name="prefs-vore-soul" checked="true" value="0" />
              <label class="pref-disable" for="character-prefs-vore-soul-0">Disable</label>
              <input type="radio" class="pref-radio" id="character-prefs-vore-soul-1" name="prefs-vore-soul" value="1" />
              <label class="pref-avoid" for="character-prefs-vore-soul-1">Avoid</label>
              <input type="radio" class="pref-radio" id="character-prefs-vore-soul-2" name="prefs-vore-soul" value="2" />
              <label class="pref-enable" for="character-prefs-vore-soul-2">Enable</label>
              <input type="radio" class="pref-radio" id="character-prefs-vore-soul-3" name="prefs-vore-soul" value="3" />
              <label class="pref-prefer" for="character-prefs-vore-soul-3">Prefer</label>
            </li>
          </ul>
        </li>
        <li>
          <button type="button" id="start-button">Start</button>
        </li>
      </ul>
    </form>
  </div>
</body>
</html>
 |