---
title: "Human: Fall Flat"
description: "Steam achievements and progress for Human: Fall Flat - 48.98% complete with 72/147 achievements unlocked."
date: 2024-09-19
published: false
tags:
  - gaming
  - human-fall-flat
  - steam
  - steam-game
template: steam_achievement
---


<style>
.game-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin: 30px 0;
  padding: 20px;
  background: #1a1a1a;
  border-radius: 12px;
  border: 1px solid #333;
}

.game-header img {
  width: 200px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  border: 1px solid #333;
  flex-shrink: 0;
}

.game-info {
  flex: 1;
}

.game-info h1 {
  margin: 0 0 15px 0;
  color: #fff;
  font-size: 2em;
}

.game-info p {
  margin: 0 0 15px 0;
  color: #ccc;
  line-height: 1.5;
}

.game-info .developers {
  font-size: 0.9em;
  color: #999;
}

.game-links {
  margin-top: 20px;
}

.game-links a {
  display: inline-block;
  margin-right: 15px;
  padding: 8px 12px;
  background: #2a2a2a;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-size: 0.9em;
  transition: background-color 0.2s ease;
}

.game-links a:hover {
  background: #3a3a3a;
  color: #4caf50;
}

.steam-game-progress {
  background: #1a1a1a;
  border-radius: 8px;
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #333;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin: 20px 0;
}

.stat-card {
  background: #2a2a2a;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  border: 1px solid #444;
}

.stat-card h3 {
  margin: 0 0 15px 0;
  color: #4caf50;
  font-size: 1.1em;
}

.stat-value {
  font-size: 2em;
  font-weight: bold;
  color: #fff;
  margin: 10px 0;
}

.stat-card p {
  margin: 10px 0 0 0;
  color: #ccc;
  font-size: 0.9em;
}

.progress-bar {
  width: 100%;
  height: 24px;
  background: #2a2a2a;
  border-radius: 12px;
  overflow: hidden;
  margin: 10px 0;
  position: relative;
}

.progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #4caf50, #8bc34a);
  border-radius: 12px;
  transition: width 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 12px;
}

.achievements-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(125px, 1fr));
  gap: 8px;
  margin: 20px 0;
}

.achievement-item {
  position: relative;
  text-align: center;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.achievement-item:hover {
  transform: scale(1.1);
  z-index: 10;
}

.achievement-icon-wrapper {
}

.achievement-icon {
    margin:0;
    padding:0;
  border-radius: 6px;
  border: 2px solid #444;
  transition: border-color 0.2s ease;
}

.achievement-item.unlocked .achievement-icon {
  border-color: #4caf50;
  box-shadow: 0 0 10px rgba(76, 175, 80, 0.3);
}

.achievement-item.locked .achievement-icon {
  filter: grayscale(100%);
  opacity: 0.6;
}

.achievement-tooltip {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.95);
  color: white;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 12px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: 100;
  margin-bottom: 5px;
  max-width: 200px;
  white-space: normal;
  text-align: center;
}

.achievement-item:hover .achievement-tooltip {
  opacity: 1;
}

.achievement-section {
  background: #1a1a1a;
  border-radius: 8px;
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #333;
}

.achievement-section h2 {
  margin-top: 0;
  color: #fff;
}
</style>

<div class="game-header">
  <img src="https://cdn.akamai.steamstatic.com/steam/apps/477160/library_600x900.jpg" alt="Human: Fall Flat box art" loading="lazy" 
       onerror="this.src='https://cdn.akamai.steamstatic.com/steam/apps/477160/header.jpg'">
  <div class="game-info">
    <h1>Human: Fall Flat</h1>
    
    

  </div>
</div>

<div class="steam-game-progress">
<h2>
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6">
  <path stroke-linecap="round" stroke-linejoin="round" d="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" />
</svg>
 Game Progress & Stats</h2>

<div class="stats-grid">
  <div class="stat-card">
    <h3>Achievements</h3>
    <div class="progress-bar">
      <div class="progress-fill" style="width: 48.98%">
        48.98%
      </div>
    </div>
    <p>72/147 Unlocked</p>
  </div>
  
  <div class="stat-card">
    <h3>Playtime</h3>
    <div class="stat-value">1998.9h</div>
    <p>Total hours played</p>
  </div>
  
  <div class="stat-card">
    <h3>Last Played</h3>
    <div class="stat-value">2024-09-19</div>
    <p>Most recent session</p>
  </div>
</div>
</div>


<div class="achievement-section">
<h2>
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6">
  <path stroke-linecap="round" stroke-linejoin="round" d="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" />
</svg>
 Unlocked Achievements (72)</h2>

<div class="achievements-grid">

<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/be2ca7728b348b6e3b8e7b6ef138b2ad17ab3f98.jpg" alt="Leap of Fail" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Leap of Fail</strong><br>
    Complete "Mansion"<br>
    <small>Unlocked: January 25, 2020</small>
  </div>
</div>
<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/ff963655efb5b8000cea2bf314e141d82334ffce.jpg" alt="Choo Choo!" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Choo Choo!</strong><br>
    Complete "Train"<br>
    <small>Unlocked: January 25, 2020</small>
  </div>
</div>
<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/4d56eab4c42e270945e88e5d183d78186f843eac.jpg" alt="Don't Get a Splinter!" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Don't Get a Splinter!</strong><br>
    Complete "Carry"<br>
    <small>Unlocked: January 25, 2020</small>
  </div>
</div>
<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/666538e0b81ddfa87b7a0aff7b3ecf43afe6a485.jpg" alt="What Goes Up" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>What Goes Up</strong><br>
    Complete "Mountain"<br>
    <small>Unlocked: January 26, 2020</small>
  </div>
</div>
<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/c372d5468856b6ea830e886de68247cd3d6b8eb5.jpg" alt="Brute Force" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Brute Force</strong><br>
    Complete "Demolition"<br>
    <small>Unlocked: January 26, 2020</small>
  </div>
</div>
<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/0951829565b4129746b0ceee20f3a3f20d33ccd4.jpg" alt="Storm the Gate!" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Storm the Gate!</strong><br>
    Complete "Castle"<br>
    <small>Unlocked: January 28, 2020</small>
  </div>
</div>
<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/09ac323d713ae6c85ac82150b5b3b0ac6e74cd0d.jpg" alt="Feet First" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Feet First</strong><br>
    Complete "Water" diving feet-first<br>
    <small>Unlocked: July 18, 2020</small>
  </div>
</div>
<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/5b72990149cc53e20f7f69cb1af027ab9a5f0ccb.jpg" alt="Head First" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Head First</strong><br>
    Complete "Water" diving head-first<br>
    <small>Unlocked: July 20, 2020</small>
  </div>
</div>
<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/2e6709365917cd09b327a98c6a9707de3935f07c.jpg" alt="The End?" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>The End?</strong><br>
    Complete "Power Plant"<br>
    <small>Unlocked: January 30, 2020</small>
  </div>
</div>
<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/41f97336c04175dca346f753b71af224bf365529.jpg" alt="No escape" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>No escape</strong><br>
    Fall and respawn once<br>
    <small>Unlocked: January 25, 2020</small>
  </div>
</div>
<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/fd86c1a9e2487ab8b07a6e2df33e8d8b6aeac1c6.jpg" alt="Pigeon Simulator" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Pigeon Simulator</strong><br>
    Stand on the head of the statue in the intro<br>
    <small>Unlocked: February 10, 2020</small>
  </div>
</div>
<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/531c3214dcd6dce107b4a410fb20f6b3c678311f.jpg" alt="Mind the gap!" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Mind the gap!</strong><br>
    Take a big shortcut in the level "Mansion"<br>
    <small>Unlocked: May 07, 2020</small>
  </div>
</div>
<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/c2a1ab1c9240e3448ad01ee4809ce77189e456bf.jpg" alt="Public service" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Public service</strong><br>
    Place 5 pieces of debris in a dumpster<br>
    <small>Unlocked: May 07, 2020</small>
  </div>
</div>
<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/2e5b595c457b457f8bd8b4095d0a3ddb41a5df09.jpg" alt="Perfectionist" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Perfectionist</strong><br>
    Align a flipped bench with a wall<br>
    <small>Unlocked: May 07, 2020</small>
  </div>
</div>
<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/22000f86fb4bdf87f2068fcd799942df91a2cb79.jpg" alt="It's stuck" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>It's stuck</strong><br>
    Jam a door and go through it in "Carry"<br>
    <small>Unlocked: September 22, 2020</small>
  </div>
</div>
<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/5781717188685084c75e12ad948e74a51dcb93ed.jpg" alt="Tower" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Tower</strong><br>
    Stack all 4 boxes in the level "Carry"<br>
    <small>Unlocked: September 22, 2020</small>
  </div>
</div>
<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/832b10fa0d382288fced1301698eccaed050a9f7.jpg" alt="Silent hours (Noisy neighbours)" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Silent hours (Noisy neighbours)</strong><br>
    Get rid of the speaker set in "Mountain"<br>
    <small>Unlocked: May 07, 2020</small>
  </div>
</div>
<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/e3b2dd3ea1a23b5ef3c5635a1741e3a4db407007.jpg" alt="My treasure" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>My treasure</strong><br>
    Collect all gems into a pile in "Mountain"<br>
    <small>Unlocked: January 26, 2020</small>
  </div>
</div>
<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/dc264f45d561b2c2e2c8e8130b3a53f678ef6ea2.jpg" alt="Wrong direction" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Wrong direction</strong><br>
    Use the window on your left instead of smashing the wall in "Demolition"<br>
    <small>Unlocked: February 06, 2020</small>
  </div>
</div>
<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/f0b0fcd1f809669c5031f2a84107e8b1970eb641.jpg" alt="Surprise! (Avalanche!)" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Surprise! (Avalanche!)</strong><br>
    Unleash the boulder gate in "Demolition"<br>
    <small>Unlocked: January 26, 2020</small>
  </div>
</div>
<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/74e6a7f5bd801e223f68c058aae1bec103cb56ff.jpg" alt="Primal" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Primal</strong><br>
    Break 4 walls without using any gadgets in "Demolition"<br>
    <small>Unlocked: April 06, 2020</small>
  </div>
</div>
<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/dac11214fcfa9c9c60bc23a29bd08220d2753f3e.jpg" alt="Improvised Ammo" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Improvised Ammo</strong><br>
    Launch yourself with the catapult in "Castle"<br>
    <small>Unlocked: January 26, 2020</small>
  </div>
</div>
<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/f795a247b93b22e0d392b65db100cc2ade789cd5.jpg" alt="For whom the bell tolls" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>For whom the bell tolls</strong><br>
    Ring the castle bell in "Castle"<br>
    <small>Unlocked: September 22, 2020</small>
  </div>
</div>
<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/9c8e87cfd8b72effbaeb967d1265907a398a27e3.jpg" alt="Row, row, row your boat" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Row, row, row your boat</strong><br>
    Use the row boat to get to the cargo ship in "Water"<br>
    <small>Unlocked: May 08, 2020</small>
  </div>
</div>
<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/4f847b1f07a587375cfcb198c94fe8791def78f3.jpg" alt="Reverse gear" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Reverse gear</strong><br>
    Enter the dock with the ship backwards in "Water"<br>
    <small>Unlocked: May 09, 2020</small>
  </div>
</div>
<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/d242336329c9ee04617259cdb6cf9e5a07d93d80.jpg" alt="Beacon" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Beacon</strong><br>
    Light up the lighthouse in "Water"<br>
    <small>Unlocked: July 20, 2020</small>
  </div>
</div>
<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/ede65412193b0ace68f2fd41b5ed95488e539424.jpg" alt="Breathing exercise" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Breathing exercise</strong><br>
    In "Water", get out of the water in 100ms to avoid drowning<br>
    <small>Unlocked: January 28, 2020</small>
  </div>
</div>
<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/a736af95b7c032d8fe226af11d36907a2fa326b2.jpg" alt="Surfer" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Surfer</strong><br>
    Don't get wet while surfing down the mountain in "Water"<br>
    <small>Unlocked: July 18, 2020</small>
  </div>
</div>
<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/e510ce945d7740abfe04972353994b0779ebd184.jpg" alt="Electricity 101" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Electricity 101</strong><br>
    Short-circuit the wires in "Power Plant"<br>
    <small>Unlocked: October 28, 2020</small>
  </div>
</div>
<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/2abef9d88abc5839b7d21a523060b8426bfcc113.jpg" alt="Delivery boy" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Delivery boy</strong><br>
    Deliver 10 pieces of coal to the main island in "Power Plant"<br>
    <small>Unlocked: January 30, 2020</small>
  </div>
</div>
<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/2f487e974b4c81f6dd0257893d2d7d4bfb353bf3.jpg" alt="Thief" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Thief</strong><br>
    Steal the battery from the statue in "Power Plant"<br>
    <small>Unlocked: July 21, 2020</small>
  </div>
</div>
<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/c5256fc3c8d743d8c99e55f98a76a545ff9f3e3f.jpg" alt="Tourist" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Tourist</strong><br>
    Travel 1km<br>
    <small>Unlocked: January 25, 2020</small>
  </div>
</div>
<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/35376cbf4e82e5ca54f1fe82a2e6aeb38dbe0f63.jpg" alt="Traveler" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Traveler</strong><br>
    Travel 10km<br>
    <small>Unlocked: January 26, 2020</small>
  </div>
</div>
<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/96b2bb79c77f05fe528d5051266bafc76b95df0f.jpg" alt="Adventurer" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Adventurer</strong><br>
    Travel 25km<br>
    <small>Unlocked: January 29, 2020</small>
  </div>
</div>
<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/38260dc21d5cc82e60a35379720f6e99e56f78ca.jpg" alt="Let it rain" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Let it rain</strong><br>
    Respawn 100 times<br>
    <small>Unlocked: January 26, 2020</small>
  </div>
</div>
<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/3bdb40f9799cdc69c8ce5c0c698f128139dae602.jpg" alt="Trampoline" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Trampoline</strong><br>
    Jump 1000 times<br>
    <small>Unlocked: January 26, 2020</small>
  </div>
</div>
<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/960a1d4d39f3b4c6abecad1ac0f21dc783570b48.jpg" alt="Climber" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Climber</strong><br>
    Climb 100m<br>
    <small>Unlocked: January 26, 2020</small>
  </div>
</div>
<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/57efe2db3f7597e04c6bce1da8dee1a0a669e154.jpg" alt="Heavy lifting" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Heavy lifting</strong><br>
    Carry objects for a total of 1000m<br>
    <small>Unlocked: January 26, 2020</small>
  </div>
</div>
<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/e8a28ef30a67ed324a4be620c0895de3c7a22a41.jpg" alt="Learn to swim" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Learn to swim</strong><br>
    Drown 10 times<br>
    <small>Unlocked: January 26, 2020</small>
  </div>
</div>
<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/18a689ac397d16f9552faf9204b305a2e0ca656c.jpg" alt="Sail away!" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Sail away!</strong><br>
    Use any of the boats to travel 1km<br>
    <small>Unlocked: January 28, 2020</small>
  </div>
</div>
<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/2e1bd187e99d26847f0958e65c58b56c88dd395c.jpg" alt="Petrolhead" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Petrolhead</strong><br>
    Use any of the ground vehicles to travel 1km<br>
    <small>Unlocked: January 30, 2020</small>
  </div>
</div>
<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/c277797f590eca16811f242b89471b377dfc3a66.jpg" alt="The End" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>The End</strong><br>
    Complete "Aztec"<br>
    <small>Unlocked: February 01, 2020</small>
  </div>
</div>
<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/9c23007555357b3867674adf3958d8405e105641.jpg" alt="It's Alive!" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>It's Alive!</strong><br>
    Complete "Dark"<br>
    <small>Unlocked: February 02, 2020</small>
  </div>
</div>
<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/e4ffe0b6e0baa071f5386544fd9d05d2926734ad.jpg" alt="Fry Me to the Moon" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Fry Me to the Moon</strong><br>
    Hold on to the EXIT lid after you flick the switch in "Dark"<br>
    <small>Unlocked: April 04, 2020</small>
  </div>
</div>
<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/2f1bd1c30ab4c6d92665892b15e6e11c1e4e04f3.jpg" alt="Under Pressure" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Under Pressure</strong><br>
    Complete "Steam"<br>
    <small>Unlocked: February 02, 2020</small>
  </div>
</div>
<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/1f856187dd602483c9583f056b7ff34430bc9658.jpg" alt="Walk the Plank" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Walk the Plank</strong><br>
    Reach the big wheel in "Steam" without using the crane controls<br>
    <small>Unlocked: April 03, 2020</small>
  </div>
</div>
<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/d621a3009368fdd76a1489f517bfa0e4ab7d43fb.jpg" alt="Get Dizzy" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Get Dizzy</strong><br>
    Ride 3 complete revolutions of the big wheel in "Steam"<br>
    <small>Unlocked: May 16, 2020</small>
  </div>
</div>
<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/19727978d6b02c26ea9e8bee9677a438f8d2fa01.jpg" alt="Whoops!" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Whoops!</strong><br>
    No description<br>
    <small>Unlocked: February 02, 2020</small>
  </div>
</div>
<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/b13e2bbf196345c7923651c97ad445d65b233294.jpg" alt="Avalanche" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Avalanche</strong><br>
    Complete "Ice"<br>
    <small>Unlocked: February 05, 2020</small>
  </div>
</div>
<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/93aef7f6d605da32f6bc09cdc039056af7b52db5.jpg" alt="Tricky" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Tricky</strong><br>
    Complete the slope jump in "Ice" with 2 snowboards strapped to your feet<br>
    <small>Unlocked: February 04, 2020</small>
  </div>
</div>
<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/317224b7e99398a6f5dcf261f6947c8ad9cad212.jpg" alt="No Ice Ice Baby" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>No Ice Ice Baby</strong><br>
    Complete the seesaw puzzle in "Ice" without using an ice cube<br>
    <small>Unlocked: February 04, 2020</small>
  </div>
</div>
<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/f48efb72948cd286ca81a78af93072520d9a6af2.jpg" alt="Candy Rush" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Candy Rush</strong><br>
    Zip line down from the mountain in "Christmas" using a candy cane<br>
    <small>Unlocked: March 26, 2020</small>
  </div>
</div>
<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/ded27b48f2c2abe7d05a0fec532970b0df396e1c.jpg" alt="Bah, Humbug!" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Bah, Humbug!</strong><br>
    Shoot the Christmas angel off the tree top in "Christmas"<br>
    <small>Unlocked: May 12, 2020</small>
  </div>
</div>
<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/7255f3b2066f46f7a1451d88285081a241ba6c8e.jpg" alt="Wrapped Up" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Wrapped Up</strong><br>
    Complete "Thermal"<br>
    <small>Unlocked: April 03, 2020</small>
  </div>
</div>
<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/fd2a6dbff3bce53ba45841f8c2d5c30f2f0bf3a9.jpg" alt="Hook, Line and Jumper" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Hook, Line and Jumper</strong><br>
    Enter the compound in "Thermal" without passing through the main gate<br>
    <small>Unlocked: April 03, 2020</small>
  </div>
</div>
<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/5f63e52a6a51babe5ba79380e70599b5aa7f32c4.jpg" alt="Amped!" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Amped!</strong><br>
    Attach all electrical cables in 35 seconds or less in "Thermal"<br>
    <small>Unlocked: September 19, 2020</small>
  </div>
</div>
<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/d56aa96ac8cc2c3b6d6b39afddf0b78238330a24.jpg" alt="The Foreman" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>The Foreman</strong><br>
    Complete "Factory"<br>
    <small>Unlocked: May 22, 2020</small>
  </div>
</div>
<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/37df58da989bddbbcbcbd429be2bbda642a537a7.jpg" alt="Radio Silence" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Radio Silence</strong><br>
    Throw all four radios off the level in “Factory”<br>
    <small>Unlocked: July 23, 2020</small>
  </div>
</div>
<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/4f76811938943ebd9bfc8156602b91c67e74bc62.jpg" alt="After Hours" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>After Hours</strong><br>
    Complete the first half of “Factory” without turning any lights on<br>
    <small>Unlocked: July 23, 2020</small>
  </div>
</div>
<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/ea337db0cbe77bad2935611fb3cea3228f8a6197.jpg" alt="How to get Fired!" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>How to get Fired!</strong><br>
    Throw one of each item in the final room into the fire in “Factory”<br>
    <small>Unlocked: May 23, 2020</small>
  </div>
</div>
<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/ccfc9a8e5266861d0be60d2d225eca7204ebb334.jpg" alt="Hole in One" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Hole in One</strong><br>
    Complete "Golf"<br>
    <small>Unlocked: September 19, 2020</small>
  </div>
</div>
<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/fbae0b7f3eefb0b1e3d8d04c50ce7a8312bab8e6.jpg" alt="Birdie" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Birdie</strong><br>
    Using ONLY the golf club, putt the ball in 3 strokes or less<br>
    <small>Unlocked: October 27, 2020</small>
  </div>
</div>
<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/184d8265ba4a289e7d5b1a3e0d00a06b6508b62d.jpg" alt="Bogey (1 Over Par)" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Bogey (1 Over Par)</strong><br>
    Take the alternate route above the cave<br>
    <small>Unlocked: October 27, 2020</small>
  </div>
</div>
<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/6c56506570fc712c36c4b2e8d0b92db88b1ecd35.jpg" alt="Mulligan" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Mulligan</strong><br>
    Drive the golf cart off the edge of the level<br>
    <small>Unlocked: September 19, 2020</small>
  </div>
</div>
<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/09a9425531ae83353c60c9a7642a98568ce2feb4.jpg" alt="Sports Fan" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Sports Fan</strong><br>
    Complete "City" level<br>
    <small>Unlocked: January 23, 2021</small>
  </div>
</div>
<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/aaeca1c1e8e13035ee9b1261bdfcf4ab9801e26b.jpg" alt="Tip-Top Ten Pin" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Tip-Top Ten Pin</strong><br>
    Complete all 4 bowling lanes<br>
    <small>Unlocked: January 23, 2021</small>
  </div>
</div>
<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/c0396237bfe59108efcd15aa7ab163eacde10487.jpg" alt="Fortune Tree" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Fortune Tree</strong><br>
    Collect the Golden Sycees from the fortune tree<br>
    <small>Unlocked: May 17, 2021</small>
  </div>
</div>
<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/d496f513f3c9232d8e315e92a448bf07935805d4.jpg" alt="Wrecking Crew" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Wrecking Crew</strong><br>
    Destroy the statue<br>
    <small>Unlocked: June 24, 2021</small>
  </div>
</div>
<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/bf51ca58b3c628c76756fb60ab894f5b90f9badc.jpg" alt="Toasty" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Toasty</strong><br>
    Light the marshmallows over the bonfire<br>
    <small>Unlocked: June 26, 2021</small>
  </div>
</div>
<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/5307c3e4643552ed23ab5fde536db1536a28cc32.jpg" alt="On Thin Ice" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>On Thin Ice</strong><br>
    Don't let the ice block melt<br>
    <small>Unlocked: June 26, 2021</small>
  </div>
</div>
<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/f4f4f2ebba8fad6ca25e87f6a3c0988dba7277ad.jpg" alt="Wrong Turn" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Wrong Turn</strong><br>
    Complete "Forest"<br>
    <small>Unlocked: June 26, 2021</small>
  </div>
</div>
<div class="achievement-item unlocked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/8fbeacfc97471fcd811334e0cf611cff403e0c7f.jpg" alt="KABOOM!" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>KABOOM!</strong><br>
    Complete “Laboratory”<br>
    <small>Unlocked: August 29, 2021</small>
  </div>
</div>
</div>
</div>

<div class="achievement-section">
<h2>
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6">
  <path stroke-linecap="round" stroke-linejoin="round" d="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" />
</svg>

 Locked Achievements (75)</h2>

<div class="achievements-grid">

<div class="achievement-item locked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/c3bc8f811796fdafe26eba3d979c2d3ff78aa070.jpg" alt="Speedrun " class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Speedrun </strong><br>
    Complete the game start-to-end in one run
  </div>
</div>
<div class="achievement-item locked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/5b191992c3b38ff03afdb628cd08977a6dad1c62.jpg" alt="AH, EO, EO, EO, EO, OOOOO!" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>AH, EO, EO, EO, EO, OOOOO!</strong><br>
    Use the rope to go above the abyss in the level "Mountain"
  </div>
</div>
<div class="achievement-item locked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/d1460625b8e696a17b1ed1db22e93c21e912ccef.jpg" alt="Zipline" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Zipline</strong><br>
    Zipline from the church tower in "Castle"
  </div>
</div>
<div class="achievement-item locked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/220c62307919928001e4b5a96bffc0a328e8c8e3.jpg" alt="Smooth moves" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Smooth moves</strong><br>
    Parkour fluidly from the alley to the blacksmith in "Castle" without touching the ground.
  </div>
</div>
<div class="achievement-item locked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/8d5d0eb96d8f631aadb8ae458f45dddc9c944fde.jpg" alt="Will it fry?" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Will it fry?</strong><br>
    Feed an appliance with power from 3 batteries in "Power Plant"
  </div>
</div>
<div class="achievement-item locked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/9f4c48ebab75c5da5ea2cdac477a6dc01e28c7b3.jpg" alt="Convertible ride" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Convertible ride</strong><br>
    Ride 50m in a dumpster
  </div>
</div>
<div class="achievement-item locked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/e6dddaa727b6076fd56bbe7cad2933bf060ff0c3.jpg" alt="Bird's eye view" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Bird's eye view</strong><br>
    Climb to the top of the tree with the birds nest in “Aztec”
  </div>
</div>
<div class="achievement-item locked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/13487216ac07739c172e0f83792b95a2d95213a4.jpg" alt="Rollin'" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Rollin'</strong><br>
    Walk on the rolling ball to bypass a puzzle in “Aztec”
  </div>
</div>
<div class="achievement-item locked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/7063d095ef895d21a90de7870c6cf1610d0cff4e.jpg" alt="Clockwork" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Clockwork</strong><br>
    Pass the pendulum obstacle course in 60 seconds in “Aztec”
  </div>
</div>
<div class="achievement-item locked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/d3c69670cdc6a8a6b50b765eba7f1240a9bb8394.jpg" alt="Tick Tock" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Tick Tock</strong><br>
    Climb the Clock Tower in 40 seconds in "Dark"
  </div>
</div>
<div class="achievement-item locked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/08bbbc5a30499e4f606d0cb64843db434441d35c.jpg" alt="Planks? No Thanks!" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Planks? No Thanks!</strong><br>
    Complete "Dark" without moving any planks that are barring doors
  </div>
</div>
<div class="achievement-item locked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/329e2ca6947cebbd03783db21b7fa3c1ade3141d.jpg" alt="Taking the Piste" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Taking the Piste</strong><br>
    No description
  </div>
</div>
<div class="achievement-item locked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/f3d57ee2dfc85ce104a4c19d664a446ca205fd81.jpg" alt="Deck the Halls" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Deck the Halls</strong><br>
    Land in the snow fort in "Christmas" on a snowboard
  </div>
</div>
<div class="achievement-item locked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/339b5683dda0e159201ded0321c930352b1d9acb.jpg" alt="Top the Hat" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Top the Hat</strong><br>
    Stand atop the large snowman's hat in "Christmas"
  </div>
</div>
<div class="achievement-item locked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/a5e3c18b34bb61328404a6f9dc3a0041d0172803.jpg" alt="Pay Day" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Pay Day</strong><br>
    Complete "Thermal" while holding a gold bar
  </div>
</div>
<div class="achievement-item locked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/f54259166d326b1a05840c69b22aa0586a8768cc.jpg" alt="Hitchhiker" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Hitchhiker</strong><br>
    Ride one of the vehicles for 10 seconds
  </div>
</div>
<div class="achievement-item locked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/1f3fb71eb0f4ce3696a7222d222981583cdb8b66.jpg" alt="Temper Tantrum" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Temper Tantrum</strong><br>
    Knock all 3 rag dolls off the level
  </div>
</div>
<div class="achievement-item locked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/93b20325e41736fcfce32e273287979b5e4a4a25.jpg" alt="Lucky Carp" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Lucky Carp</strong><br>
    Walk through the gates of the heavenly palace
  </div>
</div>
<div class="achievement-item locked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/32fdbc4332e1dc1b907cdf9819b27726e35d8cf1.jpg" alt="Zodiac" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Zodiac</strong><br>
    Unite all 12 Zodiac heads
  </div>
</div>
<div class="achievement-item locked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/4f6f296988a28515d9243dce8c39e16858afb898.jpg" alt="Laojun’s Furnace" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Laojun’s Furnace</strong><br>
    Craft 3 different magical item in the golden furnace
  </div>
</div>
<div class="achievement-item locked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/714092488cfbacb9c9616b9c91cac5ce03fbe2f7.jpg" alt="Bullseye" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Bullseye</strong><br>
    Hit all targets without missing a single shot
  </div>
</div>
<div class="achievement-item locked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/6b1300749ad4bfc380ec66524ac6ecb0d16d9ac7.jpg" alt="Cast it into the fire" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Cast it into the fire</strong><br>
    Throw an orb into the lava
  </div>
</div>
<div class="achievement-item locked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/2097d0d024a48e09b269d31565b2014e7755af56.jpg" alt="Overachiever" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Overachiever</strong><br>
    Reach the exit door whilst holding an orb in the launch pad room
  </div>
</div>
<div class="achievement-item locked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/6971b429e0a8ff98ff08a6744b1e3cb598f6e51f.jpg" alt="The Great Outdoors" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>The Great Outdoors</strong><br>
    Complete Lumber
  </div>
</div>
<div class="achievement-item locked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/71ec2c70f0da254ce89c1b972caa0a68cad7a300.jpg" alt="Safety first" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Safety first</strong><br>
    Use two hooks when crossing the chasm in Lumber
  </div>
</div>
<div class="achievement-item locked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/d440c29421e5d773de5540d827b64c719b0dec56.jpg" alt="Bedwetter" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Bedwetter</strong><br>
    Wet the bed in Lumber
  </div>
</div>
<div class="achievement-item locked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/c7c0dbab8236f995c67e79af12fb4bdd6e87437f.jpg" alt="Lights out" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Lights out</strong><br>
    Throw the lanterns off the map
  </div>
</div>
<div class="achievement-item locked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/6935d1e14dd881ff46853fd393dd4a6885150a6f.jpg" alt="Don’t blame it on the sunshine" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Don’t blame it on the sunshine</strong><br>
    Turn on the jukebox in "Red Rock"
  </div>
</div>
<div class="achievement-item locked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/56fd8eb97db57c8b18ff86a1b2f133c037b607b8.jpg" alt="Pipe dream" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Pipe dream</strong><br>
    Use the sewer to escape the junkyard on "Redrock"
  </div>
</div>
<div class="achievement-item locked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/d963e9a1cb28234ab0e88bf896500f3f220223c5.jpg" alt="Pretty fly for a cacti" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Pretty fly for a cacti</strong><br>
    Place the hat on the cactus in "Red Rock"
  </div>
</div>
<div class="achievement-item locked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/0ca9b3aaebf18804eaeab037c209ee4fa46d90d4.jpg" alt="Currently Attractive" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Currently Attractive</strong><br>
    Complete "Red Rock"
  </div>
</div>
<div class="achievement-item locked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/89e273f4bc8e66abe360627ab91acb7e53a23d5c.jpg" alt="Out of the orbinary" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Out of the orbinary</strong><br>
    Go fishing in "Tower"
  </div>
</div>
<div class="achievement-item locked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/061bb58405ad9b1b1d645a39b82924a30f2e293c.jpg" alt="Time saver" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Time saver</strong><br>
    Use the pipe to cross the lava in "Tower"
  </div>
</div>
<div class="achievement-item locked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/bce4c651fcf2e3fc2eda9405be76da5908afe040.jpg" alt="Foot in the door" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Foot in the door</strong><br>
    Find a shorter route for moving the batteries in "Tower"
  </div>
</div>
<div class="achievement-item locked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/e4c05965620acc22e86d56e3b8b426233b95f7fa.jpg" alt="Just walked in" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Just walked in</strong><br>
    Complete "Tower"
  </div>
</div>
<div class="achievement-item locked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/cc5682d431c38b3301e7feee39446c1d6e2069bb.jpg" alt="Small fish, big pond" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Small fish, big pond</strong><br>
    Complete "Miniature"
  </div>
</div>
<div class="achievement-item locked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/d320855917bbe16315e0942706f81cdf9acaf521.jpg" alt="Top Shelf" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Top Shelf</strong><br>
    Reach the highest platform above the power drill in "Miniature" 
  </div>
</div>
<div class="achievement-item locked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/305b1e2827fd464405e66b1bad85dbcca3237712.jpg" alt="Spotless clean" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Spotless clean</strong><br>
    Get rid of the ash in "Miniature"
  </div>
</div>
<div class="achievement-item locked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/b4e97bacd8497c5d7515263a07d780a2251f8c6e.jpg" alt="The floor is lava" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>The floor is lava</strong><br>
    Starting from the bag of soil, reach the top of the crate without touching the red tiles in "Miniature"
  </div>
</div>
<div class="achievement-item locked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/61a71584e82ed669464be87c7350086bf2ddd178.jpg" alt="Square peg in a round hole" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Square peg in a round hole</strong><br>
    Attempt to use an improvised battery in "Copper World"
  </div>
</div>
<div class="achievement-item locked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/48ccf5a4ebd0aa334f81a9982fcf447e94406550.jpg" alt="Unlimited Power!" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Unlimited Power!</strong><br>
    Form an independent laser loop in "Copper World"
  </div>
</div>
<div class="achievement-item locked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/8aea3cbfcfc78b3c3d695f256b9a5307c19c94c0.jpg" alt="Loose change" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Loose change</strong><br>
    Throw all four hidden coins off the level in "Copper World"
  </div>
</div>
<div class="achievement-item locked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/229e1027bc6ccc5affc4501e8e3d4d3e1af4b2d4.jpg" alt="Cu later" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Cu later</strong><br>
    Complete "Copper World"
  </div>
</div>
<div class="achievement-item locked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/46f51630254d7ccbbaf2f4acc8e23f993a72c943.jpg" alt="Barrel of laughs" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Barrel of laughs</strong><br>
    Complete "Port"
  </div>
</div>
<div class="achievement-item locked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/73ba319fd937e6722c30dcf3fb404d0123eac386.jpg" alt="A call for aid" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>A call for aid</strong><br>
    Light the beacons in "Port"
  </div>
</div>
<div class="achievement-item locked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/6ac632c164581c83d4e2b1212fc3a28d30cadd7f.jpg" alt="Spring cleaning" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Spring cleaning</strong><br>
    Clear out the room directly after the zipline in "Port"
  </div>
</div>
<div class="achievement-item locked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/330fc7e7633a9702cd083240409cadf68d93821b.jpg" alt="To beach their own" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>To beach their own</strong><br>
    Reach the hidden island in "Port"
  </div>
</div>
<div class="achievement-item locked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/94d973b0b4cab3f5d3e4753dee36fe9b7e568530.jpg" alt="Explorer of the Deep" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Explorer of the Deep</strong><br>
    Complete "Underwater"
  </div>
</div>
<div class="achievement-item locked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/6c61b5bcde670025446c38a196936d129ac7ac93.jpg" alt="Improvised Exploration Device" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Improvised Exploration Device</strong><br>
    Use the spring boards to get across the chasm in "Underwater"
  </div>
</div>
<div class="achievement-item locked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/c7b56e8dba6cb4ab35cb290af493cc3bcf0a0940.jpg" alt="Subpar parking job" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Subpar parking job</strong><br>
    Find the speed boat in "Underwater"
  </div>
</div>
<div class="achievement-item locked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/ce2c8ac20ef0f3ce061b7e7a9fc8b8c9dfb9aec7.jpg" alt="Cove-r up!" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Cove-r up!</strong><br>
    Go above the cave in "Underwater"
  </div>
</div>
<div class="achievement-item locked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/d0d6f326331627a98fc2afc70ca850253be0ae86.jpg" alt="Ship it" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Ship it</strong><br>
    Complete "Dockyard"
  </div>
</div>
<div class="achievement-item locked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/e9efa3a8c74dc0b18efae3264742cd53da599ad7.jpg" alt="Olympic Grandeur" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Olympic Grandeur</strong><br>
    In "Dockyard", use the chains to swing directly to the window
  </div>
</div>
<div class="achievement-item locked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/1236d2c9540026019e0c669989aa12f55af42a14.jpg" alt="Shattered Dreams" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Shattered Dreams</strong><br>
    Smash all the glass in "Dockyard"
  </div>
</div>
<div class="achievement-item locked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/ac4a4ad1be95b21b2b9ea71c72b00fc3c908584a.jpg" alt="Seas the day" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Seas the day</strong><br>
    Reach the hidden boat in "Dockyard"
  </div>
</div>
<div class="achievement-item locked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/37e48f6281a965c32e3da437fa561dc43a6d57de.jpg" alt="Exclusive Tour" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Exclusive Tour</strong><br>
    Complete "Museum"
  </div>
</div>
<div class="achievement-item locked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/d7b26b98047d5c5e202fdb75134f12f25a9301bb.jpg" alt="Buckshot" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Buckshot</strong><br>
    Destroy the wall by firing all 5 cannon balls at once in "Museum"
  </div>
</div>
<div class="achievement-item locked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/0e8cc3fee33f958413789bb8df1ae4a8a628a33e.jpg" alt="Laser Accurate" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Laser Accurate</strong><br>
    Avoid all security lasers in "Museum"
  </div>
</div>
<div class="achievement-item locked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/8a176d55dc030ed77824fb20aa3c90ae8aa4fc81.jpg" alt="Eye Spy" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Eye Spy</strong><br>
    Find the three hidden eye symbols in "Museum"
  </div>
</div>
<div class="achievement-item locked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/48af0cd35b4b7a932687cec0b373eba1b23197d9.jpg" alt="A Leisurely Stroll" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>A Leisurely Stroll</strong><br>
    Complete "Hike"
  </div>
</div>
<div class="achievement-item locked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/489578c677be6d1a67f027184bc5abab2176873d.jpg" alt="Human Thawed Flat" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Human Thawed Flat</strong><br>
    Free the cardboard cutout in "Hike"
  </div>
</div>
<div class="achievement-item locked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/dc803ac8b601b60ffe2803f88aa1743de6a93b9d.jpg" alt="Speed Skating" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Speed Skating</strong><br>
    Complete three laps around the glacier in 60 seconds in "Hike"
  </div>
</div>
<div class="achievement-item locked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/24d3f5f2f92137b9c6270cd6397e8dbd8beec49e.jpg" alt="Prepared for winter" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Prepared for winter</strong><br>
    Roll the barrel inside the cellar in "Hike"
  </div>
</div>
<div class="achievement-item locked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/c953ec760b87e24e30eb62387a49be0e59ac89bb.jpg" alt="Sweet Dreams" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Sweet Dreams</strong><br>
    Complete "Candyland"
  </div>
</div>
<div class="achievement-item locked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/0edb8efd3f59e956378e3a710f5c388fad9f6032.jpg" alt="Stay Puft" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Stay Puft</strong><br>
    Get a marshmallow from the tree in "Candyland"
  </div>
</div>
<div class="achievement-item locked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/7a95fa2a77874d166f713bcc7cb09c95080df3c3.jpg" alt="Route Canal" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Route Canal</strong><br>
    Avoid hitting any donuts in chocolate river in "Candyland"
  </div>
</div>
<div class="achievement-item locked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/3efc5df58c52ece34457125552fd90718842f1d8.jpg" alt="Dodgeball" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Dodgeball</strong><br>
    Avoid all of the rolling balls in "Candyland"
  </div>
</div>
<div class="achievement-item locked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/bdccff9f9ce776a9eedba449c211f9d9b6a2dca2.jpg" alt="Test Complete" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Test Complete</strong><br>
    Complete "Test Chamber"
  </div>
</div>
<div class="achievement-item locked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/c3cafaa03e3fabe298fe508a637a409b03dd78ec.jpg" alt="Half-baked puzzle" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Half-baked puzzle</strong><br>
    Find the cake in "Test Chamber"
  </div>
</div>
<div class="achievement-item locked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/5eef155d18ac844cdef1771c973a0ca6e17d3e5c.jpg" alt="Need to vent" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Need to vent</strong><br>
    Go through all the ventilation shafts in "Test Chamber"
  </div>
</div>
<div class="achievement-item locked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/60754b17f6d140eb96589590646ce7ff03bcad47.jpg" alt="Hope that wasn't important" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Hope that wasn't important</strong><br>
    Recycle the cube blueprints in "Test Chamber"
  </div>
</div>
<div class="achievement-item locked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/1798b45a2390e333faa72f2feadea528f95d0f2d.jpg" alt="Full steam ahead" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Full steam ahead</strong><br>
    Complete "Steampunk Party"
  </div>
</div>
<div class="achievement-item locked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/972ab64b0609eb40b3402df32419f13030ee5d0b.jpg" alt="Party Animal" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Party Animal</strong><br>
    Start the party in "Steampunk Party"
  </div>
</div>
<div class="achievement-item locked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/e62450ad04cd1f9edbf55f1bad0a25a679464fb2.jpg" alt="Let off some steam" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Let off some steam</strong><br>
    Find and turn the hidden valves in "Steampunk Party"
  </div>
</div>
<div class="achievement-item locked">
  <span class="achievement-icon-wrapper">
    <img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/477160/ca10c32e813864f9f15ef2427d58c76179a9834f.jpg" alt="Bellhop" class="achievement-icon">
  </span>
  <div class="achievement-tooltip">
    <strong>Bellhop</strong><br>
    Ring the bell in "Steampunk Party"
  </div>
</div>
</div>
</div>

---

*Game data automatically imported from Steam. Achievement links will be created as individual posts when achievements are unlocked.*
