<?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: poly-bridge-2</title>
  <id>https://waylonwalker.com/tags/poly-bridge-2/atom.xml</id>
  <updated>2023-08-12T00:00:00Z</updated>
  <subtitle>All posts with the tag &#34;poly-bridge-2&#34;</subtitle>
  <link href="https://waylonwalker.com/tags/poly-bridge-2/" rel="alternate" type="text/html"></link>
  <link href="https://waylonwalker.com/tags/poly-bridge-2/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>Poly Bridge 2</title>
    <id>https://waylonwalker.com/steam/poly-bridge-2/</id>
    <updated>2023-08-12T00:00:00Z</updated>
    <published>2023-08-12T00:00:00Z</published>
    <link href="https://waylonwalker.com/steam/poly-bridge-2/" rel="alternate" type="text/html"></link>
    <summary type="text">Steam achievements and progress for Poly Bridge 2 - 9.09% complete with 2/22 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/1062160/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/1062160/library_600x900.jpg&#34; alt=&#34;Poly Bridge 2 box art&#34; loading=&#34;lazy&#34; onerror=&#34;this.src=&amp;#39;https://cdn.akamai.steamstatic.com/steam/apps/1062160/header.jpg&amp;#39;&#34;/ data-glightbox=&#34;description: Poly Bridge 2 box art&#34;&gt;&lt;/a&gt;&#xA;  &lt;div class=&#34;game-info&#34;&gt;&#xA;    &lt;h1&gt;Poly Bridge 2&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: 9.09%&#34;&gt;&#xA;        9.09%&#xA;      &lt;/div&gt;&#xA;    &lt;/div&gt;&#xA;    &lt;p&gt;2/22 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;15.6h&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;2023-08-12&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 (2)&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/1062160/a5dea5f689314da5e8a473b817cc796b2b4c34f7.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/1062160/a5dea5f689314da5e8a473b817cc796b2b4c34f7.jpg&#34; alt=&#34;Tutorial Complete!&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: Tutorial Complete!&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;Tutorial Complete!&lt;/strong&gt;&lt;br/&gt;&#xA;    Complete the Tutorial.&lt;br/&gt;&#xA;    &lt;small&gt;Unlocked: June 18, 2023&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/1062160/f4fb74418e533e205d4e9d3ee9b6c289949652be.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/1062160/f4fb74418e533e205d4e9d3ee9b6c289949652be.jpg&#34; alt=&#34;Half off&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: Half off&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;Half off&lt;/strong&gt;&lt;br/&gt;&#xA;    Complete a level in the Main or Challenge Worlds with 50% of budget or less.&lt;br/&gt;&#xA;    &lt;small&gt;Unlocked: August 12, 2023&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 (20)&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/1062160/6f6212b2867b0ee0f767e0b59b0f5387a4f32446.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/1062160/6f6212b2867b0ee0f767e0b59b0f5387a4f32446.jpg&#34; alt=&#34;Hydro Free&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: Hydro Free&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;Hydro Free&lt;/strong&gt;&lt;br/&gt;&#xA;    Complete a level with hydraulics in the Main or Challenge Worlds without using hydraulics, split joints are allowed.&#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/1062160/1cccd7ccd12f33327a8827cd4330e6e48afd82ee.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/1062160/1cccd7ccd12f33327a8827cd4330e6e48afd82ee.jpg&#34; alt=&#34;Watch What I Can Do!&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: Watch What I Can Do!&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;Watch What I Can Do!&lt;/strong&gt;&lt;br/&gt;&#xA;    Share a replay of your bridge to the Gallery in-game.&#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/1062160/f42dbceb0b5505af8ff9d2c0e6969fbad71b423e.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/1062160/f42dbceb0b5505af8ff9d2c0e6969fbad71b423e.jpg&#34; alt=&#34;Workshoppin&amp;#39;&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: Workshoppin&amp;#39;&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;Workshoppin&amp;#39;&lt;/strong&gt;&lt;br/&gt;&#xA;    Complete a Workshop Level.&#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/1062160/6786a02c1d3b972d1f295268ef4ca5a9fb94073e.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/1062160/6786a02c1d3b972d1f295268ef4ca5a9fb94073e.jpg&#34; alt=&#34;World Workshoppin&amp;#39;&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: World Workshoppin&amp;#39;&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;World Workshoppin&amp;#39;&lt;/strong&gt;&lt;br/&gt;&#xA;    Complete a Workshop Campaign.&#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/1062160/48dd5eba609ca580e43eb3da67fe2a6ddac4be0e.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/1062160/48dd5eba609ca580e43eb3da67fe2a6ddac4be0e.jpg&#34; alt=&#34;Novice Engineer&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: Novice Engineer&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;Novice Engineer&lt;/strong&gt;&lt;br/&gt;&#xA;    Complete a challenge level in the Challenge Worlds.&#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/1062160/dd8f8b7ed926b22c77b0b60ccc25402ffe908c4a.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/1062160/dd8f8b7ed926b22c77b0b60ccc25402ffe908c4a.jpg&#34; alt=&#34;Apprentice Engineer&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: Apprentice Engineer&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;Apprentice Engineer&lt;/strong&gt;&lt;br/&gt;&#xA;    Complete a Challenge World.&#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/1062160/6a689539e89cfd73e6e7c6932f6744380a879fc7.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/1062160/6a689539e89cfd73e6e7c6932f6744380a879fc7.jpg&#34; alt=&#34;Journeyman Engineer&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: Journeyman Engineer&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;Journeyman Engineer&lt;/strong&gt;&lt;br/&gt;&#xA;    Complete all Main and Challenge Campaign Worlds.&#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/1062160/7de7f08daf9214d85ea18af04d4f1a5857818ea6.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/1062160/7de7f08daf9214d85ea18af04d4f1a5857818ea6.jpg&#34; alt=&#34;Master Engineer&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: Master Engineer&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;Master Engineer&lt;/strong&gt;&lt;br/&gt;&#xA;    Complete all Main and Challenge Worlds levels under budget and unbreaking.&#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/1062160/e704e40fd4a2e1ac8e5712a90e5483e2cc8b7d1c.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/1062160/e704e40fd4a2e1ac8e5712a90e5483e2cc8b7d1c.jpg&#34; alt=&#34;Complete Pine Mountains&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: Complete Pine Mountains&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;Complete Pine Mountains&lt;/strong&gt;&lt;br/&gt;&#xA;    Successfully complete all levels in Pine Mountains.&#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/1062160/d6daa9891b859a84d12261c58325559150131658.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/1062160/d6daa9891b859a84d12261c58325559150131658.jpg&#34; alt=&#34;Complete Pine Mountains Under Budget and Unbreaking&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: Complete Pine Mountains Under Budget and Unbreaking&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;Complete Pine Mountains Under Budget and Unbreaking&lt;/strong&gt;&lt;br/&gt;&#xA;    Successfully complete all levels under budget and unbreaking in Pine Mountains.&#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/1062160/6e8465f407cb7bc8f5cf4af8aadabe95aeeda134.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/1062160/6e8465f407cb7bc8f5cf4af8aadabe95aeeda134.jpg&#34; alt=&#34;Complete Glowing Gorge&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: Complete Glowing Gorge&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;Complete Glowing Gorge&lt;/strong&gt;&lt;br/&gt;&#xA;    Successfully complete all levels in Glowing Gorge.&#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/1062160/068a93b19dcbd2a10efda8b8636696d13382ea81.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/1062160/068a93b19dcbd2a10efda8b8636696d13382ea81.jpg&#34; alt=&#34;Complete Glowing Gorge Under Budget and Unbreaking&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: Complete Glowing Gorge Under Budget and Unbreaking&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;Complete Glowing Gorge Under Budget and Unbreaking&lt;/strong&gt;&lt;br/&gt;&#xA;    Successfully complete all levels under budget and unbreaking in Glowing Gorge.&#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/1062160/efc5df41864a7ae16c13864b52afdb8e5429f318.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/1062160/efc5df41864a7ae16c13864b52afdb8e5429f318.jpg&#34; alt=&#34;Complete Tranquil Oasis&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: Complete Tranquil Oasis&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;Complete Tranquil Oasis&lt;/strong&gt;&lt;br/&gt;&#xA;    Successfully complete all levels in Tranquil Oasis.&#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/1062160/1debb5b049df7c1c2687d2dda8cf0a38f0d47b36.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/1062160/1debb5b049df7c1c2687d2dda8cf0a38f0d47b36.jpg&#34; alt=&#34;Complete Tranquil Oasis Under Budget and Unbreaking&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: Complete Tranquil Oasis Under Budget and Unbreaking&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;Complete Tranquil Oasis Under Budget and Unbreaking&lt;/strong&gt;&lt;br/&gt;&#xA;    Successfully complete all levels under budget and unbreaking in Tranquil Oasis.&#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/1062160/ef5adb07d4c71de2b415d818ec4eb1158351109b.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/1062160/ef5adb07d4c71de2b415d818ec4eb1158351109b.jpg&#34; alt=&#34;Complete Sanguine Gulch&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: Complete Sanguine Gulch&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;Complete Sanguine Gulch&lt;/strong&gt;&lt;br/&gt;&#xA;    Successfully complete all levels in Sanguine Gulch.&#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/1062160/982cff2f6b046a00ec21e7372448faff01252272.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/1062160/982cff2f6b046a00ec21e7372448faff01252272.jpg&#34; alt=&#34;Complete Sanguine Gulch Under Budget and Unbreaking&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: Complete Sanguine Gulch Under Budget and Unbreaking&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;Complete Sanguine Gulch Under Budget and Unbreaking&lt;/strong&gt;&lt;br/&gt;&#xA;    Successfully complete all levels under budget and unbreaking in Sanguine Gulch.&#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/1062160/2ccd32de1b0d8f0792480fc808467e630c4b6e47.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/1062160/2ccd32de1b0d8f0792480fc808467e630c4b6e47.jpg&#34; alt=&#34;Complete Serenity Valley&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: Complete Serenity Valley&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;Complete Serenity Valley&lt;/strong&gt;&lt;br/&gt;&#xA;    Successfully complete all levels in Serenity Valley.&#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/1062160/976f1408888170d6e8ba33ca4f6080dcaa40249f.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/1062160/976f1408888170d6e8ba33ca4f6080dcaa40249f.jpg&#34; alt=&#34;Complete Serenity Valley Under Budget and Unbreaking&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: Complete Serenity Valley Under Budget and Unbreaking&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;Complete Serenity Valley Under Budget and Unbreaking&lt;/strong&gt;&lt;br/&gt;&#xA;    Successfully complete all levels under budget and unbreaking in Serenity Valley.&#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/1062160/ffc2865542c9b5e739018c77873dd33f9bedf57b.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/1062160/ffc2865542c9b5e739018c77873dd33f9bedf57b.jpg&#34; alt=&#34;Complete Steamtown&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: Complete Steamtown&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;Complete Steamtown&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/1062160/929d2e9d9c3709c96c8b18970ec392ebc74ce48f.jpg&#34; class=&#34;glightbox-link&#34;&gt;&lt;img src=&#34;https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/1062160/929d2e9d9c3709c96c8b18970ec392ebc74ce48f.jpg&#34; alt=&#34;Complete Steamtown Under Budget and Unbreaking&#34; class=&#34;achievement-icon glightbox&#34;/ data-glightbox=&#34;description: Complete Steamtown Under Budget and Unbreaking&#34;&gt;&lt;/a&gt;&#xA;  &lt;/span&gt;&#xA;  &lt;div class=&#34;achievement-tooltip&#34;&gt;&#xA;    &lt;strong&gt;Complete Steamtown Under Budget and Unbreaking&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>
</feed>