<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="/atom.xsl" type="text/xsl"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>Posts tagged: animal-well</title>
  <id>https://waylonwalker.com/tags/animal-well/atom.xml</id>
  <updated>2025-06-06T00:00:00Z</updated>
  <subtitle>All posts with the tag &#34;animal-well&#34;</subtitle>
  <link href="https://waylonwalker.com/tags/animal-well/" rel="alternate" type="text/html"></link>
  <link href="https://waylonwalker.com/tags/animal-well/atom.xml" rel="self" type="application/atom+xml"></link>
  <author>
    <name>Waylon Walker</name>
  </author>
  <generator uri="https://github.com/WaylonWalker/markata-go">markata-go</generator>
  <entry>
    <title>ANIMAL WELL</title>
    <id>https://waylonwalker.com/steam/animal-well/</id>
    <updated>2025-06-06T00:00:00Z</updated>
    <published>2025-06-06T00:00:00Z</published>
    <link href="https://waylonwalker.com/steam/animal-well/" rel="alternate" type="text/html"></link>
    <summary type="text">Steam achievements and progress for ANIMAL WELL - 80.0% complete with 16/20 achievements unlocked.</summary>
    <content type="html">&lt;style&gt;&#xA;.game-header {&#xA;  display: flex;&#xA;  flex-direction: column;&#xA;  justify-content: center;&#xA;  align-items: center;&#xA;  gap: 30px;&#xA;  margin: 30px 0;&#xA;  padding: 20px;&#xA;  background: #1a1a1a;&#xA;  border-radius: 12px;&#xA;  border: 1px solid #333;&#xA;}&#xA;&#xA;.game-header img {&#xA;  width: 200px;&#xA;  height: auto;&#xA;  border-radius: 8px;&#xA;  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);&#xA;  border: 1px solid #333;&#xA;  flex-shrink: 0;&#xA;}&#xA;&#xA;.game-info {&#xA;  flex: 1;&#xA;}&#xA;&#xA;.game-info h1 {&#xA;  margin: 0 0 15px 0;&#xA;  color: #fff;&#xA;  font-size: 2em;&#xA;}&#xA;&#xA;.game-info p {&#xA;  margin: 0 0 15px 0;&#xA;  color: #ccc;&#xA;  line-height: 1.5;&#xA;}&#xA;&#xA;.game-info .developers {&#xA;  font-size: 0.9em;&#xA;  color: #999;&#xA;}&#xA;&#xA;.game-links {&#xA;  margin-top: 20px;&#xA;}&#xA;&#xA;.game-links a {&#xA;  display: inline-block;&#xA;  margin-right: 15px;&#xA;  padding: 8px 12px;&#xA;  background: #2a2a2a;&#xA;  color: #fff;&#xA;  text-decoration: none;&#xA;  border-radius: 6px;&#xA;  font-size: 0.9em;&#xA;  transition: background-color 0.2s ease;&#xA;}&#xA;&#xA;.game-links a:hover {&#xA;  background: #3a3a3a;&#xA;  color: #4caf50;&#xA;}&#xA;&#xA;.steam-game-progress {&#xA;  background: #1a1a1a;&#xA;  border-radius: 8px;&#xA;  padding: 20px;&#xA;  margin: 20px 0;&#xA;  border: 1px solid #333;&#xA;}&#xA;&#xA;.stats-grid {&#xA;  display: grid;&#xA;  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));&#xA;  gap: 20px;&#xA;  margin: 20px 0;&#xA;}&#xA;&#xA;.stat-card {&#xA;  background: #2a2a2a;&#xA;  padding: 20px;&#xA;  border-radius: 8px;&#xA;  text-align: center;&#xA;  border: 1px solid #444;&#xA;}&#xA;&#xA;.stat-card h3 {&#xA;  margin: 0 0 15px 0;&#xA;  color: #4caf50;&#xA;  font-size: 1.1em;&#xA;}&#xA;&#xA;.stat-value {&#xA;  font-size: 2em;&#xA;  font-weight: bold;&#xA;  color: #fff;&#xA;  margin: 10px 0;&#xA;}&#xA;&#xA;.stat-card p {&#xA;  margin: 10px 0 0 0;&#xA;  color: #ccc;&#xA;  font-size: 0.9em;&#xA;}&#xA;&#xA;.progress-bar {&#xA;  width: 100%;&#xA;  height: 24px;&#xA;  background: #2a2a2a;&#xA;  border-radius: 12px;&#xA;  overflow: hidden;&#xA;  margin: 10px 0;&#xA;  position: relative;&#xA;}&#xA;&#xA;.progress-fill {&#xA;  height: 100%;&#xA;  background: linear-gradient(90deg, #4caf50, #8bc34a);&#xA;  border-radius: 12px;&#xA;  transition: width 0.3s ease;&#xA;  display: flex;&#xA;  align-items: center;&#xA;  justify-content: center;&#xA;  color: white;&#xA;  font-weight: bold;&#xA;  font-size: 12px;&#xA;}&#xA;&#xA;.achievements-grid {&#xA;  display: grid;&#xA;  grid-template-columns: repeat(auto-fill, minmax(125px, 1fr));&#xA;  gap: 8px;&#xA;  margin: 20px 0;&#xA;}&#xA;&#xA;.achievement-item {&#xA;  position: relative;&#xA;  text-align: center;&#xA;  cursor: pointer;&#xA;  transition: transform 0.2s ease;&#xA;}&#xA;&#xA;.achievement-item:hover {&#xA;  transform: scale(1.1);&#xA;  z-index: 10;&#xA;}&#xA;&#xA;.achievement-icon-wrapper {&#xA;}&#xA;&#xA;.achievement-icon {&#xA;    margin:0;&#xA;    padding:0;&#xA;  border-radius: 6px;&#xA;  border: 2px solid #444;&#xA;  transition: border-color 0.2s ease;&#xA;}&#xA;&#xA;.achievement-item.unlocked .achievement-icon {&#xA;  border-color: #4caf50;&#xA;  box-shadow: 0 0 10px rgba(76, 175, 80, 0.3);&#xA;}&#xA;&#xA;.achievement-item.locked .achievement-icon {&#xA;  filter: grayscale(100%);&#xA;  opacity: 0.6;&#xA;}&#xA;&#xA;.achievement-tooltip {&#xA;  position: absolute;&#xA;  bottom: 100%;&#xA;  left: 50%;&#xA;  transform: translateX(-50%);&#xA;  background: rgba(0, 0, 0, 0.95);&#xA;  color: white;&#xA;  padding: 8px 12px;&#xA;  border-radius: 6px;&#xA;  font-size: 12px;&#xA;  white-space: nowrap;&#xA;  opacity: 0;&#xA;  pointer-events: none;&#xA;  transition: opacity 0.2s ease;&#xA;  z-index: 100;&#xA;  margin-bottom: 5px;&#xA;  max-width: 200px;&#xA;  white-space: normal;&#xA;  text-align: center;&#xA;}&#xA;&#xA;.achievement-item:hover .achievement-tooltip {&#xA;  opacity: 1;&#xA;}&#xA;&#xA;.achievement-section {&#xA;  background: #1a1a1a;&#xA;  border-radius: 8px;&#xA;  padding: 20px;&#xA;  margin: 20px 0;&#xA;  border: 1px solid #333;&#xA;}&#xA;&#xA;.achievement-section h2 {&#xA;  margin-top: 0;&#xA;  color: #fff;&#xA;}&#xA;&lt;/style&gt;&#xA;&lt;div class=&#34;game-header&#34;&gt;&#xA;  &lt;a href=&#34;https://cdn.akamai.steamstatic.com/steam/apps/813230/library_600x900.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img class=&#34;glightbox&#34; src=&#34;https://cdn.akamai.steamstatic.com/steam/apps/813230/library_600x900.jpg&#34; alt=&#34;ANIMAL WELL box art&#34; loading=&#34;lazy&#34; onerror=&#34;this.src=&amp;#39;https://cdn.akamai.steamstatic.com/steam/apps/813230/header.jpg&amp;#39;&#34;/ data-glightbox=&#34;description: ANIMAL WELL box art&#34;&gt;&lt;/a&gt;&#xA;  &lt;div class=&#34;game-info&#34;&gt;&#xA;    &lt;h1&gt;ANIMAL WELL&lt;/h1&gt;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div class=&#34;steam-game-progress&#34;&gt;&#xA;&lt;h2&gt;&#xA;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; fill=&#34;none&#34; viewBox=&#34;0 0 24 24&#34; stroke-width=&#34;1.5&#34; stroke=&#34;currentColor&#34; class=&#34;w-6&#34;&gt;&#xA;  &lt;path stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34; d=&#34;M3 13.125C3 12.504 3.504 12 4.125 12h2.25c.621 0 1.125.504 1.125 1.125v6.75C7.5 20.496 6.996 21 6.375 21h-2.25A1.125 1.125 0 0 1 3 19.875v-6.75ZM9.75 8.625c0-.621.504-1.125 1.125-1.125h2.25c.621 0 1.125.504 1.125 1.125v11.25c0 .621-.504 1.125-1.125 1.125h-2.25a1.125 1.125 0 0 1-1.125-1.125V8.625ZM16.5 4.125c0-.621.504-1.125 1.125-1.125h2.25C20.496 3 21 3.504 21 4.125v15.75c0 .621-.504 1.125-1.125 1.125h-2.25a1.125 1.125 0 0 1-1.125-1.125V4.125Z&#34;&gt;&lt;/path&gt;&#xA;&lt;/svg&gt;&#xA; Game Progress &amp;amp; Stats&lt;/h2&gt;&#xA;&lt;div class=&#34;stats-grid&#34;&gt;&#xA;  &lt;div class=&#34;stat-card&#34;&gt;&#xA;    &lt;h3 id=&#34;achievements&#34;&gt;Achievements &lt;a href=&#34;#achievements&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h3&gt;&#xA;    &lt;div class=&#34;progress-bar&#34;&gt;&#xA;      &lt;div class=&#34;progress-fill&#34; style=&#34;width: 80.0%&#34;&gt;&#xA;        80.0%&#xA;      &lt;/div&gt;&#xA;    &lt;/div&gt;&#xA;    &lt;p&gt;16/20 Unlocked&lt;/p&gt;&#xA;  &lt;/div&gt;&#xA;  &lt;div class=&#34;stat-card&#34;&gt;&#xA;    &lt;h3 id=&#34;playtime&#34;&gt;Playtime &lt;a href=&#34;#playtime&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h3&gt;&#xA;    &lt;div class=&#34;stat-value&#34;&gt;26.5h&lt;/div&gt;&#xA;    &lt;p&gt;Total hours played&lt;/p&gt;&#xA;  &lt;/div&gt;&#xA;  &lt;div class=&#34;stat-card&#34;&gt;&#xA;    &lt;h3 id=&#34;last-played&#34;&gt;Last Played &lt;a href=&#34;#last-played&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h3&gt;&#xA;    &lt;div class=&#34;stat-value&#34;&gt;2025-06-06&lt;/div&gt;&#xA;    &lt;p&gt;Most recent session&lt;/p&gt;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div class=&#34;achievement-section&#34;&gt;&#xA;&lt;h2&gt;&#xA;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; fill=&#34;none&#34; viewBox=&#34;0 0 24 24&#34; stroke-width=&#34;1.5&#34; stroke=&#34;currentColor&#34; class=&#34;w-6&#34;&gt;&#xA;  &lt;path stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34; d=&#34;M16.5 18.75h-9m9 0a3 3 0 0 1 3 3h-15a3 3 0 0 1 3-3m9 0v-3.375c0-.621-.503-1.125-1.125-1.125h-.871M7.5 18.75v-3.375c0-.621.504-1.125 1.125-1.125h.872m5.007 0H9.497m5.007 0a7.454 7.454 0 0 1-.982-3.172M9.497 14.25a7.454 7.454 0 0 0 .981-3.172M5.25 4.236c-.982.143-1.954.317-2.916.52A6.003 6.003 0 0 0 7.73 9.728M5.25 4.236V4.5c0 2.108.966 3.99 2.48 5.228M5.25 4.236V2.721C7.456 2.41 9.71 2.25 12 2.25c2.291 0 4.545.16 6.75.47v1.516M7.73 9.728a6.726 6.726 0 0 0 2.748 1.35m8.272-6.842V4.5c0 2.108-.966 3.99-2.48 5.228m2.48-5.492a46.32 46.32 0 0 1 2.916.52 6.003 6.003 0 0 1-5.395 4.972m0 0a6.726 6.726 0 0 1-2.749 1.35m0 0a6.772 6.772 0 0 1-3.044 0&#34;&gt;&lt;/path&gt;&#xA;&lt;/svg&gt;&#xA; Unlocked Achievements (16)&lt;/h2&gt;&#xA;&lt;div class=&#34;achievements-grid&#34;&gt;&#xA;&lt;div class=&#34;achievement-item unlocked&#34;&gt;&#xA;  &lt;span class=&#34;achievement-icon-wrapper&#34;&gt;&#xA;    &lt;a href=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/813230/4bbbed9216852d1eb0ff7a9958cda1faff07bd95.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/813230/4bbbed9216852d1eb0ff7a9958cda1faff07bd95.jpg&#34; alt=&#34;EXPLORER&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: EXPLORER&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;EXPLORER&lt;/strong&gt;&lt;br/&gt;&#xA;    Find the map&lt;br/&gt;&#xA;    &lt;small&gt;Unlocked: June 11, 2024&lt;/small&gt;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div class=&#34;achievement-item unlocked&#34;&gt;&#xA;  &lt;span class=&#34;achievement-icon-wrapper&#34;&gt;&#xA;    &lt;a href=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/813230/931bc11f79bb2dd4d2031887ca25b83b24e993fd.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/813230/931bc11f79bb2dd4d2031887ca25b83b24e993fd.jpg&#34; alt=&#34;SECRET EGG&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: SECRET EGG&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;SECRET EGG&lt;/strong&gt;&lt;br/&gt;&#xA;    No description&lt;br/&gt;&#xA;    &lt;small&gt;Unlocked: June 11, 2024&lt;/small&gt;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div class=&#34;achievement-item unlocked&#34;&gt;&#xA;  &lt;span class=&#34;achievement-icon-wrapper&#34;&gt;&#xA;    &lt;a href=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/813230/67666b8dffd5821527b45bbc3700d2a96b228599.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/813230/67666b8dffd5821527b45bbc3700d2a96b228599.jpg&#34; alt=&#34;EGG ENJOYER&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: EGG ENJOYER&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;EGG ENJOYER&lt;/strong&gt;&lt;br/&gt;&#xA;    No description&lt;br/&gt;&#xA;    &lt;small&gt;Unlocked: June 16, 2024&lt;/small&gt;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div class=&#34;achievement-item unlocked&#34;&gt;&#xA;  &lt;span class=&#34;achievement-icon-wrapper&#34;&gt;&#xA;    &lt;a href=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/813230/705f4a039a16f1f1fb360afc0bb42112bff665d9.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/813230/705f4a039a16f1f1fb360afc0bb42112bff665d9.jpg&#34; alt=&#34;EGG HOBBYIST&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: EGG HOBBYIST&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;EGG HOBBYIST&lt;/strong&gt;&lt;br/&gt;&#xA;    No description&lt;br/&gt;&#xA;    &lt;small&gt;Unlocked: June 17, 2024&lt;/small&gt;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div class=&#34;achievement-item unlocked&#34;&gt;&#xA;  &lt;span class=&#34;achievement-icon-wrapper&#34;&gt;&#xA;    &lt;a href=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/813230/6c79fe492b58f6d8fea24c9ec54234e8a4c2fce5.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/813230/6c79fe492b58f6d8fea24c9ec54234e8a4c2fce5.jpg&#34; alt=&#34;EGG LORD&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: EGG LORD&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;EGG LORD&lt;/strong&gt;&lt;br/&gt;&#xA;    No description&lt;br/&gt;&#xA;    &lt;small&gt;Unlocked: June 25, 2024&lt;/small&gt;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div class=&#34;achievement-item unlocked&#34;&gt;&#xA;  &lt;span class=&#34;achievement-icon-wrapper&#34;&gt;&#xA;    &lt;a href=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/813230/a2ca0d439c080e2fe2c95c1e8c43b2ccd325cb4b.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/813230/a2ca0d439c080e2fe2c95c1e8c43b2ccd325cb4b.jpg&#34; alt=&#34;SECRET RABBIT&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: SECRET RABBIT&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;SECRET RABBIT&lt;/strong&gt;&lt;br/&gt;&#xA;    No description&lt;br/&gt;&#xA;    &lt;small&gt;Unlocked: June 28, 2024&lt;/small&gt;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div class=&#34;achievement-item unlocked&#34;&gt;&#xA;  &lt;span class=&#34;achievement-icon-wrapper&#34;&gt;&#xA;    &lt;a href=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/813230/77b9c8684d6655207398681c47cbe91a2ace0f10.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/813230/77b9c8684d6655207398681c47cbe91a2ace0f10.jpg&#34; alt=&#34;CHAMELEON&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: CHAMELEON&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;CHAMELEON&lt;/strong&gt;&lt;br/&gt;&#xA;    No description&lt;br/&gt;&#xA;    &lt;small&gt;Unlocked: June 22, 2024&lt;/small&gt;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div class=&#34;achievement-item unlocked&#34;&gt;&#xA;  &lt;span class=&#34;achievement-icon-wrapper&#34;&gt;&#xA;    &lt;a href=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/813230/72213dca4480c51f821b5da5e8b0ace552213ba0.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/813230/72213dca4480c51f821b5da5e8b0ace552213ba0.jpg&#34; alt=&#34;GHOST&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: GHOST&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;GHOST&lt;/strong&gt;&lt;br/&gt;&#xA;    No description&lt;br/&gt;&#xA;    &lt;small&gt;Unlocked: July 01, 2024&lt;/small&gt;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div class=&#34;achievement-item unlocked&#34;&gt;&#xA;  &lt;span class=&#34;achievement-icon-wrapper&#34;&gt;&#xA;    &lt;a href=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/813230/c552dad4473ef810557def44365bfa0d63ac4adc.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/813230/c552dad4473ef810557def44365bfa0d63ac4adc.jpg&#34; alt=&#34;SEAHORSE&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: SEAHORSE&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;SEAHORSE&lt;/strong&gt;&lt;br/&gt;&#xA;    No description&lt;br/&gt;&#xA;    &lt;small&gt;Unlocked: June 28, 2024&lt;/small&gt;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div class=&#34;achievement-item unlocked&#34;&gt;&#xA;  &lt;span class=&#34;achievement-icon-wrapper&#34;&gt;&#xA;    &lt;a href=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/813230/953f5501f27eb91fdc2caf246a1eebc175afaaea.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/813230/953f5501f27eb91fdc2caf246a1eebc175afaaea.jpg&#34; alt=&#34;OSTRICH&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: OSTRICH&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;OSTRICH&lt;/strong&gt;&lt;br/&gt;&#xA;    No description&lt;br/&gt;&#xA;    &lt;small&gt;Unlocked: July 01, 2024&lt;/small&gt;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div class=&#34;achievement-item unlocked&#34;&gt;&#xA;  &lt;span class=&#34;achievement-icon-wrapper&#34;&gt;&#xA;    &lt;a href=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/813230/4031f8ca0e462cf80eead1560d27b1be38c14989.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/813230/4031f8ca0e462cf80eead1560d27b1be38c14989.jpg&#34; alt=&#34;CANDLE BRIGHT&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: CANDLE BRIGHT&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;CANDLE BRIGHT&lt;/strong&gt;&lt;br/&gt;&#xA;    No description&lt;br/&gt;&#xA;    &lt;small&gt;Unlocked: July 11, 2024&lt;/small&gt;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div class=&#34;achievement-item unlocked&#34;&gt;&#xA;  &lt;span class=&#34;achievement-icon-wrapper&#34;&gt;&#xA;    &lt;a href=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/813230/b2445d174dbf192475d426ac54400413a72fb25c.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/813230/b2445d174dbf192475d426ac54400413a72fb25c.jpg&#34; alt=&#34;MANTICORE&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: MANTICORE&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;MANTICORE&lt;/strong&gt;&lt;br/&gt;&#xA;    No description&lt;br/&gt;&#xA;    &lt;small&gt;Unlocked: July 03, 2024&lt;/small&gt;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div class=&#34;achievement-item unlocked&#34;&gt;&#xA;  &lt;span class=&#34;achievement-icon-wrapper&#34;&gt;&#xA;    &lt;a href=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/813230/00a015b4b1b16658f63daf1e08dc68b489e5dc0f.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/813230/00a015b4b1b16658f63daf1e08dc68b489e5dc0f.jpg&#34; alt=&#34;BACK AND FORTH FOREVER&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: BACK AND FORTH FOREVER&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;BACK AND FORTH FOREVER&lt;/strong&gt;&lt;br/&gt;&#xA;    No description&lt;br/&gt;&#xA;    &lt;small&gt;Unlocked: June 16, 2024&lt;/small&gt;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div class=&#34;achievement-item unlocked&#34;&gt;&#xA;  &lt;span class=&#34;achievement-icon-wrapper&#34;&gt;&#xA;    &lt;a href=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/813230/e9188bf7f7ba2a6595e9c75c49b90e3b97a573a0.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/813230/e9188bf7f7ba2a6595e9c75c49b90e3b97a573a0.jpg&#34; alt=&#34;BUBBLE ECSTASY&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: BUBBLE ECSTASY&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;BUBBLE ECSTASY&lt;/strong&gt;&lt;br/&gt;&#xA;    No description&lt;br/&gt;&#xA;    &lt;small&gt;Unlocked: June 24, 2024&lt;/small&gt;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div class=&#34;achievement-item unlocked&#34;&gt;&#xA;  &lt;span class=&#34;achievement-icon-wrapper&#34;&gt;&#xA;    &lt;a href=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/813230/6b669c974a60b4554799ee4311d54d269d1e0f17.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/813230/6b669c974a60b4554799ee4311d54d269d1e0f17.jpg&#34; alt=&#34;TRAVEL FLUTE&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: TRAVEL FLUTE&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;TRAVEL FLUTE&lt;/strong&gt;&lt;br/&gt;&#xA;    No description&lt;br/&gt;&#xA;    &lt;small&gt;Unlocked: June 25, 2024&lt;/small&gt;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div class=&#34;achievement-item unlocked&#34;&gt;&#xA;  &lt;span class=&#34;achievement-icon-wrapper&#34;&gt;&#xA;    &lt;a href=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/813230/27cb14fe24e211ca7c8b694660a5e4ead36085a6.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/813230/27cb14fe24e211ca7c8b694660a5e4ead36085a6.jpg&#34; alt=&#34;WALK THE DOG&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: WALK THE DOG&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;WALK THE DOG&lt;/strong&gt;&lt;br/&gt;&#xA;    No description&lt;br/&gt;&#xA;    &lt;small&gt;Unlocked: June 17, 2024&lt;/small&gt;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div class=&#34;achievement-section&#34;&gt;&#xA;&lt;h2&gt;&#xA;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; fill=&#34;none&#34; viewBox=&#34;0 0 24 24&#34; stroke-width=&#34;1.5&#34; stroke=&#34;currentColor&#34; class=&#34;w-6&#34;&gt;&#xA;  &lt;path stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34; d=&#34;M16.5 10.5V6.75a4.5 4.5 0 1 0-9 0v3.75m-.75 11.25h10.5a2.25 2.25 0 0 0 2.25-2.25v-6.75a2.25 2.25 0 0 0-2.25-2.25H6.75a2.25 2.25 0 0 0-2.25 2.25v6.75a2.25 2.25 0 0 0 2.25 2.25Z&#34;&gt;&lt;/path&gt;&#xA;&lt;/svg&gt;&#xA;&lt;p&gt;Locked Achievements (4)&lt;/p&gt;&lt;/h2&gt;&lt;p&gt;&lt;/p&gt;&#xA;&lt;div class=&#34;achievements-grid&#34;&gt;&#xA;&lt;div class=&#34;achievement-item locked&#34;&gt;&#xA;  &lt;span class=&#34;achievement-icon-wrapper&#34;&gt;&#xA;    &lt;a href=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/813230/50527e78efbb47e043479a9e960eeb2a4d55ba0a.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/813230/50527e78efbb47e043479a9e960eeb2a4d55ba0a.jpg&#34; alt=&#34;EGG WELL&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: EGG WELL&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;EGG WELL&lt;/strong&gt;&lt;br/&gt;&#xA;    No description&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div class=&#34;achievement-item locked&#34;&gt;&#xA;  &lt;span class=&#34;achievement-icon-wrapper&#34;&gt;&#xA;    &lt;a href=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/813230/50527e78efbb47e043479a9e960eeb2a4d55ba0a.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/813230/50527e78efbb47e043479a9e960eeb2a4d55ba0a.jpg&#34; alt=&#34;GOOD ENDING&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: GOOD ENDING&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;GOOD ENDING&lt;/strong&gt;&lt;br/&gt;&#xA;    No description&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div class=&#34;achievement-item locked&#34;&gt;&#xA;  &lt;span class=&#34;achievement-icon-wrapper&#34;&gt;&#xA;    &lt;a href=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/813230/50527e78efbb47e043479a9e960eeb2a4d55ba0a.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/813230/50527e78efbb47e043479a9e960eeb2a4d55ba0a.jpg&#34; alt=&#34;EXIT&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: EXIT&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;EXIT&lt;/strong&gt;&lt;br/&gt;&#xA;    No description&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div class=&#34;achievement-item locked&#34;&gt;&#xA;  &lt;span class=&#34;achievement-icon-wrapper&#34;&gt;&#xA;    &lt;a href=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/813230/50527e78efbb47e043479a9e960eeb2a4d55ba0a.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/813230/50527e78efbb47e043479a9e960eeb2a4d55ba0a.jpg&#34; alt=&#34;SNEAK&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: SNEAK&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;SNEAK&lt;/strong&gt;&lt;br/&gt;&#xA;    No description&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;hr/&gt;&#xA;&lt;p&gt;&lt;em&gt;Game data automatically imported from Steam. Achievement links will be created as individual posts when achievements are unlocked.&lt;/em&gt;&lt;/p&gt;&#xA;</content>
    <author>
      <name>Waylon Walker</name>
      <email>hello@waylonwalker.com</email>
      <uri>https://waylonwalker.com</uri>
    </author>
  </entry>
  <entry>
    <title>animal well keyboard</title>
    <id>https://waylonwalker.com/animal-well-keyboard/</id>
    <updated>2024-07-04T21:58:41Z</updated>
    <published>2024-07-04T21:58:41Z</published>
    <link href="https://waylonwalker.com/animal-well-keyboard/" rel="alternate" type="text/html"></link>
    <summary type="text">Animal well does not let you remap keys, and really doesn&#39;t even inform you that it is keyboard compatible. I had to play around and discover the keymap,...</summary>
    <content type="html">&lt;p&gt;Animal well does not let you remap keys, and really doesn’t even inform you&#xA;that it is keyboard compatible.  I had to play around and discover the keymap,&#xA;which can be a bit tricky on a 40% board.  This is what I found.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;wasd - move&lt;/li&gt;&#xA;&lt;li&gt;space - jump / a&lt;/li&gt;&#xA;&lt;li&gt;enter - interact / b&lt;/li&gt;&#xA;&lt;li&gt;x - throw&lt;/li&gt;&#xA;&lt;li&gt;c - inventory&lt;/li&gt;&#xA;&lt;li&gt;1 - left item / rb&lt;/li&gt;&#xA;&lt;li&gt;2 - open item menu / triangle&lt;/li&gt;&#xA;&lt;li&gt;3 - right item / lb&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;</content>
    <author>
      <name>Waylon Walker</name>
      <email>hello@waylonwalker.com</email>
      <uri>https://waylonwalker.com</uri>
    </author>
  </entry>
</feed>