{"id":3434,"date":"2025-12-17T11:34:34","date_gmt":"2025-12-17T11:34:34","guid":{"rendered":"https:\/\/hone.gg\/blog\/?p=3434"},"modified":"2025-12-21T12:06:36","modified_gmt":"2025-12-21T12:06:36","slug":"it-takes-two-chapters-list","status":"publish","type":"post","link":"https:\/\/hone.gg\/blog\/it-takes-two-chapters-list\/","title":{"rendered":"It Takes Two Chapters List &#8211; All Levels in Order"},"content":{"rendered":"\n<div style=\"margin-bottom:20px;\">\n  <div style=\"border-left:3px solid #f99926;padding:6px 12px;background:transparent;color:#ffffff;font-size:0.8em;font-style:italic;\">\n    <span style=\"color:#f99926;\"><strong>Note:<\/strong><\/span> This article reflects technical best practices from the writer&#8217;s perspective and does not necessarily reflect the views of Hone.\n  <\/div>\n<\/div>\n\n\n\n<p class=\"intro-paragraph\">You boot up It Takes Two with your <a href=\"https:\/\/hone.gg\/blog\/boost-your-fps-in-split-fiction\/\">co-op<\/a> partner and see seven chapters listed. The game shows 12 to 15 hours to complete. You want to know what you are getting into before you commit your weekend.<\/p>\n\n\n\n<p class=\"intro-paragraph\">This guide breaks down all chapters in It Takes Two in exact order. You will learn what mechanics each chapter introduces, how long each section takes, where all 25 minigames hide, and what boss fights require. Everything you need to plan your <a href=\"https:\/\/hone.gg\/blog\/optimize-pc-for-gaming\/\">playthrough<\/a> or find that one minigame you missed.<\/p>\n\n\n\n<style>\n  :root {\n    --primary-color: #f99926;\n    --primary-light: rgba(249, 153, 38, 0.1);\n    --primary-hover: rgba(249, 153, 38, 0.8);\n    --secondary-color: #080f1b;\n    --secondary-light: rgba(8, 15, 27, 0.1);\n    --text-dark: #e4e6eb;\n    --text-medium: #b0b3b8;\n    --text-light: #8a8d93;\n    --bg-light: #0c131f;\n    --bg-dark: #080f1b;\n    --border-light: #1c2635;\n    --success: #28a745;\n    --warning: #ffc107;\n    --danger: #dc3545;\n    --info: #17a2b8;\n  }\n\n  .progression-timeline {\n    background: linear-gradient(135deg, var(--bg-light) 0%, var(--secondary-light) 100%);\n    border-radius: 25px;\n    padding: 40px;\n    margin: 40px 0;\n    position: relative;\n    overflow: hidden;\n  }\n  \n  .timeline-header {\n    text-align: center;\n    margin-bottom: 50px;\n  }\n  \n  .timeline-title {\n    font-size: 28px;\n    font-weight: 700;\n    color: var(--primary-color);\n    margin-bottom: 10px;\n  }\n  \n  .timeline-subtitle {\n    font-size: 16px;\n    color: var(--text-medium);\n  }\n  \n  .timeline-track {\n    position: relative;\n    padding: 30px 0;\n  }\n  \n  .timeline-line {\n    position: absolute;\n    left: 50%;\n    transform: translateX(-50%);\n    width: 4px;\n    height: 100%;\n    background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-light) 100%);\n    border-radius: 2px;\n  }\n  \n  .timeline-item {\n    position: relative;\n    margin-bottom: 60px;\n    display: flex;\n    align-items: center;\n    gap: 30px;\n  }\n  \n  .timeline-item:nth-child(even) {\n    flex-direction: row-reverse;\n  }\n  \n  .timeline-content {\n    flex: 1;\n    background: rgba(249, 153, 38, 0.05);\n    border: 2px solid var(--primary-light);\n    border-radius: 15px;\n    padding: 25px;\n    position: relative;\n    transition: all 0.3s ease;\n  }\n  \n  .timeline-content:hover {\n    transform: translateY(-5px);\n    box-shadow: 0 10px 30px rgba(249, 153, 38, 0.2);\n    border-color: var(--primary-color);\n  }\n  \n  .timeline-dot {\n    width: 50px;\n    height: 50px;\n    background: var(--primary-color);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 20px;\n    font-weight: 700;\n    color: var(--secondary-color);\n    flex-shrink: 0;\n    z-index: 2;\n    position: relative;\n    box-shadow: 0 0 0 8px var(--bg-light);\n  }\n  \n  .chapter-number {\n    font-size: 12px;\n    color: var(--primary-color);\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    margin-bottom: 8px;\n  }\n  \n  .chapter-name {\n    font-size: 22px;\n    font-weight: 700;\n    color: var(--text-dark);\n    margin-bottom: 10px;\n  }\n  \n  .chapter-theme {\n    font-size: 14px;\n    color: var(--text-medium);\n    font-style: italic;\n    margin-bottom: 15px;\n  }\n  \n  .chapter-stats {\n    display: flex;\n    gap: 20px;\n    flex-wrap: wrap;\n    margin-top: 15px;\n  }\n  \n  .stat-badge {\n    background: rgba(249, 153, 38, 0.1);\n    color: var(--primary-color);\n    padding: 5px 12px;\n    border-radius: 20px;\n    font-size: 13px;\n    font-weight: 600;\n    display: flex;\n    align-items: center;\n    gap: 5px;\n  }\n\n  .quick-overview {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n    gap: 20px;\n    margin: 30px 0;\n  }\n  \n  .overview-card {\n    background: var(--bg-light);\n    border-radius: 15px;\n    padding: 25px;\n    text-align: center;\n    border: 2px solid var(--border-light);\n    transition: all 0.3s ease;\n  }\n  \n  .overview-card:hover {\n    border-color: var(--primary-color);\n    transform: translateY(-5px);\n  }\n  \n  .overview-icon {\n    font-size: 40px;\n    margin-bottom: 15px;\n  }\n  \n  .overview-number {\n    font-size: 32px;\n    font-weight: 700;\n    color: var(--primary-color);\n    margin-bottom: 8px;\n  }\n  \n  .overview-label {\n    font-size: 14px;\n    color: var(--text-medium);\n  }\n\n  .chapter-detail-card {\n    background: var(--bg-light);\n    border-radius: 20px;\n    overflow: hidden;\n    margin: 30px 0;\n    border: 2px solid var(--border-light);\n    transition: all 0.3s ease;\n  }\n  \n  .chapter-detail-card:hover {\n    border-color: var(--primary-color);\n  }\n  \n  .chapter-banner {\n    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-hover) 100%);\n    padding: 30px;\n    position: relative;\n    overflow: hidden;\n  }\n  \n  .chapter-banner::after {\n    content: '';\n    position: absolute;\n    top: -50%;\n    right: -50%;\n    width: 200%;\n    height: 200%;\n    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);\n  }\n  \n  .chapter-banner-content {\n    position: relative;\n    z-index: 1;\n  }\n  \n  .chapter-banner-title {\n    font-size: 28px;\n    font-weight: 700;\n    color: var(--secondary-color);\n    margin-bottom: 10px;\n  }\n  \n  .chapter-banner-subtitle {\n    font-size: 16px;\n    color: rgba(8, 15, 27, 0.7);\n    margin-bottom: 20px;\n  }\n  \n  .mechanic-tags {\n    display: flex;\n    gap: 10px;\n    flex-wrap: wrap;\n  }\n  \n  .mechanic-tag {\n    background: rgba(8, 15, 27, 0.3);\n    color: var(--secondary-color);\n    padding: 6px 14px;\n    border-radius: 20px;\n    font-size: 13px;\n    font-weight: 600;\n  }\n  \n  .chapter-body {\n    padding: 30px;\n  }\n  \n  .section-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));\n    gap: 20px;\n    margin-top: 20px;\n  }\n  \n  .section-card {\n    background: rgba(249, 153, 38, 0.03);\n    border: 1px solid var(--border-light);\n    border-radius: 12px;\n    padding: 20px;\n    transition: all 0.3s ease;\n  }\n  \n  .section-card:hover {\n    background: rgba(249, 153, 38, 0.08);\n    border-color: var(--primary-color);\n    transform: translateX(5px);\n  }\n  \n  .section-name {\n    font-size: 16px;\n    font-weight: 700;\n    color: var(--text-dark);\n    margin-bottom: 10px;\n  }\n  \n  .section-description {\n    font-size: 14px;\n    color: var(--text-medium);\n    line-height: 1.5;\n  }\n\n  .boss-battle-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));\n    gap: 25px;\n    margin: 30px 0;\n  }\n  \n  .boss-card {\n    background: var(--bg-dark);\n    border-radius: 15px;\n    overflow: hidden;\n    border: 2px solid var(--danger);\n    transition: all 0.3s ease;\n  }\n  \n  .boss-card:hover {\n    transform: scale(1.02);\n    box-shadow: 0 10px 40px rgba(220, 53, 69, 0.3);\n  }\n  \n  .boss-header {\n    background: linear-gradient(135deg, var(--danger) 0%, #a82a2a 100%);\n    padding: 20px;\n    text-align: center;\n  }\n  \n  .boss-name {\n    font-size: 20px;\n    font-weight: 700;\n    color: white;\n    margin-bottom: 5px;\n  }\n  \n  .boss-location {\n    font-size: 13px;\n    color: rgba(255, 255, 255, 0.7);\n  }\n  \n  .boss-phases {\n    padding: 20px;\n  }\n  \n  .phase-item {\n    margin-bottom: 15px;\n    padding: 12px;\n    background: rgba(220, 53, 69, 0.1);\n    border-left: 3px solid var(--danger);\n    border-radius: 5px;\n  }\n  \n  .phase-title {\n    font-size: 14px;\n    font-weight: 700;\n    color: var(--danger);\n    margin-bottom: 5px;\n  }\n  \n  .phase-desc {\n    font-size: 13px;\n    color: var(--text-medium);\n    line-height: 1.5;\n  }\n\n  .minigame-finder {\n    background: var(--bg-light);\n    border-radius: 20px;\n    padding: 35px;\n    margin: 30px 0;\n    border: 2px solid var(--border-light);\n  }\n  \n  .finder-header {\n    text-align: center;\n    margin-bottom: 30px;\n  }\n  \n  .finder-title {\n    font-size: 24px;\n    font-weight: 700;\n    color: var(--text-dark);\n    margin-bottom: 10px;\n  }\n  \n  .finder-subtitle {\n    font-size: 14px;\n    color: var(--text-medium);\n  }\n  \n  .minigame-list {\n    display: grid;\n    gap: 15px;\n  }\n  \n  .minigame-row {\n    display: grid;\n    grid-template-columns: 60px 200px 150px 1fr;\n    gap: 20px;\n    align-items: center;\n    background: rgba(249, 153, 38, 0.03);\n    padding: 15px 20px;\n    border-radius: 10px;\n    border-left: 4px solid var(--primary-color);\n    transition: all 0.3s ease;\n  }\n  \n  .minigame-row:hover {\n    background: rgba(249, 153, 38, 0.1);\n    transform: translateX(10px);\n  }\n  \n  .minigame-num {\n    font-size: 18px;\n    font-weight: 700;\n    color: var(--primary-color);\n    text-align: center;\n  }\n  \n  .minigame-name {\n    font-size: 15px;\n    font-weight: 600;\n    color: var(--text-dark);\n  }\n  \n  .minigame-chapter {\n    font-size: 13px;\n    color: var(--text-light);\n  }\n  \n  .minigame-location {\n    font-size: 13px;\n    color: var(--text-medium);\n    line-height: 1.4;\n  }\n\n  .completion-tracker {\n    background: linear-gradient(135deg, var(--bg-light) 0%, var(--secondary-light) 100%);\n    border-radius: 20px;\n    padding: 35px;\n    margin: 30px 0;\n    border: 2px solid var(--primary-light);\n  }\n  \n  .tracker-header {\n    text-align: center;\n    margin-bottom: 30px;\n  }\n  \n  .tracker-title {\n    font-size: 24px;\n    font-weight: 700;\n    color: var(--primary-color);\n    margin-bottom: 10px;\n  }\n  \n  .progress-bars {\n    display: grid;\n    gap: 25px;\n  }\n  \n  .progress-item {\n    background: rgba(8, 15, 27, 0.3);\n    border-radius: 15px;\n    padding: 20px;\n  }\n  \n  .progress-label {\n    display: flex;\n    justify-content: space-between;\n    margin-bottom: 10px;\n  }\n  \n  .progress-name {\n    font-size: 16px;\n    font-weight: 600;\n    color: var(--text-dark);\n  }\n  \n  .progress-count {\n    font-size: 14px;\n    color: var(--primary-color);\n    font-weight: 700;\n  }\n  \n  .progress-bar-container {\n    height: 12px;\n    background: var(--secondary-light);\n    border-radius: 6px;\n    overflow: hidden;\n  }\n  \n  .progress-bar-fill {\n    height: 100%;\n    background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-hover) 100%);\n    border-radius: 6px;\n    transition: width 0.3s ease;\n  }\n\n  .alert-box {\n    border-radius: 12px;\n    padding: 20px 25px;\n    margin: 20px 0;\n    position: relative;\n    overflow: hidden;\n  }\n  \n  .alert-box::before {\n    content: '';\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 5px;\n    height: 100%;\n  }\n  \n  .alert-info {\n    background: rgba(23, 162, 184, 0.1);\n    border: 1px solid var(--info);\n  }\n  \n  .alert-info::before {\n    background: var(--info);\n  }\n  \n  .alert-warning {\n    background: rgba(255, 193, 7, 0.1);\n    border: 1px solid var(--warning);\n  }\n  \n  .alert-warning::before {\n    background: var(--warning);\n  }\n  \n  .alert-header {\n    display: flex;\n    align-items: center;\n    gap: 15px;\n    margin-bottom: 10px;\n  }\n  \n  .alert-icon {\n    font-size: 24px;\n  }\n  \n  .alert-info .alert-icon {\n    color: var(--info);\n  }\n  \n  .alert-warning .alert-icon {\n    color: var(--warning);\n  }\n  \n  .alert-title {\n    font-weight: 700;\n    font-size: 16px;\n  }\n  \n  .alert-info .alert-title {\n    color: var(--info);\n  }\n  \n  .alert-warning .alert-title {\n    color: var(--warning);\n  }\n  \n  .alert-content {\n    color: var(--text-medium);\n    font-size: 14px;\n    line-height: 1.6;\n    padding-left: 39px;\n  }\n\n  @media (max-width: 1024px) {\n    .minigame-row {\n      grid-template-columns: 50px 1fr;\n      gap: 15px;\n    }\n    \n    .minigame-chapter,\n    .minigame-location {\n      grid-column: 2;\n    }\n  }\n  \n  @media (max-width: 768px) {\n    .timeline-item {\n      flex-direction: column !important;\n    }\n    \n    .timeline-line {\n      left: 25px;\n    }\n    \n    .timeline-dot {\n      position: absolute;\n      left: 0;\n    }\n    \n    .timeline-content {\n      margin-left: 60px;\n    }\n    \n    .section-grid {\n      grid-template-columns: 1fr;\n    }\n    \n    .minigame-row {\n      grid-template-columns: 1fr;\n      padding: 15px;\n    }\n    \n    .minigame-num {\n      text-align: left;\n    }\n  }\n<\/style>\n\n<div class=\"quick-overview\">\n  <div class=\"overview-card\">\n    <div class=\"overview-icon\">\ud83d\udcd6<\/div>\n    <div class=\"overview-number\">7<\/div>\n    <div class=\"overview-label\">Main Chapters<\/div>\n  <\/div>\n  <div class=\"overview-card\">\n    <div class=\"overview-icon\">\ud83c\udfae<\/div>\n    <div class=\"overview-number\">25<\/div>\n    <div class=\"overview-label\">Minigames<\/div>\n  <\/div>\n  <div class=\"overview-card\">\n    <div class=\"overview-icon\">\u2694\ufe0f<\/div>\n    <div class=\"overview-number\">11+<\/div>\n    <div class=\"overview-label\">Boss Battles<\/div>\n  <\/div>\n  <div class=\"overview-card\">\n    <div class=\"overview-icon\">\u23f1\ufe0f<\/div>\n    <div class=\"overview-number\">12-15<\/div>\n    <div class=\"overview-label\">Hours to Beat<\/div>\n  <\/div>\n<\/div>\n\n<div class=\"alert-box alert-info\">\n  <div class=\"alert-header\"><span class=\"alert-icon\">\ud83d\udca1<\/span><span class=\"alert-title\">Quick Navigation<\/span><\/div>\n  <div class=\"alert-content\">\n    Use this guide to find specific chapters, minigame locations, or boss strategies. Each chapter changes mechanics completely, so you never repeat the same <a href=\"https:\/\/hone.gg\/blog\/what-is-fps\/\">gameplay<\/a> twice.\n  <\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Complete Chapter Timeline for It Takes Two<\/strong><\/h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"512\" src=\"https:\/\/hone.gg\/blog\/wp-content\/uploads\/2025\/12\/2x1_NSwitch_ItTakesTwo_image1280w-1-1024x512.jpg\" alt=\"It Takes Two\" class=\"wp-image-3471\" srcset=\"https:\/\/hone.gg\/blog\/wp-content\/uploads\/2025\/12\/2x1_NSwitch_ItTakesTwo_image1280w-1-1024x512.jpg 1024w, https:\/\/hone.gg\/blog\/wp-content\/uploads\/2025\/12\/2x1_NSwitch_ItTakesTwo_image1280w-1-300x150.jpg 300w, https:\/\/hone.gg\/blog\/wp-content\/uploads\/2025\/12\/2x1_NSwitch_ItTakesTwo_image1280w-1-768x384.jpg 768w, https:\/\/hone.gg\/blog\/wp-content\/uploads\/2025\/12\/2x1_NSwitch_ItTakesTwo_image1280w-1.jpg 1280w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<div class=\"progression-timeline\">\n  <div class=\"timeline-header\">\n    <h3 class=\"timeline-title\">All Chapters in Story Order<\/h3>\n    <p class=\"timeline-subtitle\">Every chapter introduces completely new mechanics and discards the previous ones<\/p>\n  <\/div>\n\n  <div class=\"timeline-track\">\n    <div class=\"timeline-line\"><\/div>\n\n\n<div class=\"timeline-item\">\n  <div class=\"timeline-dot\">1<\/div>\n  <div class=\"timeline-content\">\n    <div class=\"chapter-number\">Chapter 1<\/div>\n    <div class=\"chapter-name\">The Shed<\/div>\n    <div class=\"chapter-theme\">Theme: Resentment and Utility<\/div>\n    <div class=\"chapter-stats\">\n      <span class=\"stat-badge\">\u23f1\ufe0f 1.5-2 hours<\/span>\n      <span class=\"stat-badge\">\ud83c\udfae 2 minigames<\/span>\n      <span class=\"stat-badge\">\ud83d\udd27 Hammer &#038; Nails<\/span>\n    <\/div>\n  <\/div>\n<\/div>\n\n<div class=\"timeline-item\">\n  <div class=\"timeline-dot\">2<\/div>\n  <div class=\"timeline-content\">\n    <div class=\"chapter-number\">Chapter 2<\/div>\n    <div class=\"chapter-name\">The Tree<\/div>\n    <div class=\"chapter-theme\">Theme: External Conflict<\/div>\n    <div class=\"chapter-stats\">\n      <span class=\"stat-badge\">\u23f1\ufe0f 2-2.5 hours<\/span>\n      <span class=\"stat-badge\">\ud83c\udfae 2 minigames<\/span>\n      <span class=\"stat-badge\">\ud83d\udca5 Sap &#038; Match Gun<\/span>\n    <\/div>\n  <\/div>\n<\/div>\n\n<div class=\"timeline-item\">\n  <div class=\"timeline-dot\">3<\/div>\n  <div class=\"timeline-content\">\n    <div class=\"chapter-number\">Chapter 3<\/div>\n    <div class=\"chapter-name\">Rose&#8217;s Room<\/div>\n    <div class=\"chapter-theme\">Theme: Neglect and Imagination<\/div>\n    <div class=\"chapter-stats\">\n      <span class=\"stat-badge\">\u23f1\ufe0f 3-4 hours<\/span>\n      <span class=\"stat-badge\">\ud83c\udfae 7 minigames<\/span>\n      <span class=\"stat-badge\">\ud83c\udfaa Genre-Shifting<\/span>\n    <\/div>\n  <\/div>\n<\/div>\n\n<div class=\"timeline-item\">\n  <div class=\"timeline-dot\">4<\/div>\n  <div class=\"timeline-content\">\n    <div class=\"chapter-number\">Chapter 4<\/div>\n    <div class=\"chapter-name\">Cuckoo Clock<\/div>\n    <div class=\"chapter-theme\">Theme: Time and Regret<\/div>\n    <div class=\"chapter-stats\">\n      <span class=\"stat-badge\">\u23f1\ufe0f 1.5-2 hours<\/span>\n      <span class=\"stat-badge\">\ud83c\udfae 2 minigames<\/span>\n      <span class=\"stat-badge\">\u23f0 Time &#038; Cloning<\/span>\n    <\/div>\n  <\/div>\n<\/div>\n\n<div class=\"timeline-item\">\n  <div class=\"timeline-dot\">5<\/div>\n  <div class=\"timeline-content\">\n    <div class=\"chapter-number\">Chapter 5<\/div>\n    <div class=\"chapter-name\">Snow Globe<\/div>\n    <div class=\"chapter-theme\">Theme: Attraction and Distance<\/div>\n    <div class=\"chapter-stats\">\n      <span class=\"stat-badge\">\u23f1\ufe0f 1.5-2 hours<\/span>\n      <span class=\"stat-badge\">\ud83c\udfae 4 minigames<\/span>\n      <span class=\"stat-badge\">\ud83e\uddf2 Magnetism<\/span>\n    <\/div>\n  <\/div>\n<\/div>\n\n<div class=\"timeline-item\">\n  <div class=\"timeline-dot\">6<\/div>\n  <div class=\"timeline-content\">\n    <div class=\"chapter-number\">Chapter 6<\/div>\n    <div class=\"chapter-name\">Garden<\/div>\n    <div class=\"chapter-theme\">Theme: Passion and Nurturing<\/div>\n    <div class=\"chapter-stats\">\n      <span class=\"stat-badge\">\u23f1\ufe0f 2-2.5 hours<\/span>\n      <span class=\"stat-badge\">\ud83c\udfae 3 minigames<\/span>\n      <span class=\"stat-badge\">\ud83c\udf31 Water &#038; Plants<\/span>\n    <\/div>\n  <\/div>\n<\/div>\n\n<div class=\"timeline-item\">\n  <div class=\"timeline-dot\">7<\/div>\n  <div class=\"timeline-content\">\n    <div class=\"chapter-number\">Chapter 7<\/div>\n    <div class=\"chapter-name\">The Attic<\/div>\n    <div class=\"chapter-theme\">Theme: Harmony and Music<\/div>\n    <div class=\"chapter-stats\">\n      <span class=\"stat-badge\">\u23f1\ufe0f 2-2.5 hours<\/span>\n      <span class=\"stat-badge\">\ud83c\udfae 5 minigames<\/span>\n      <span class=\"stat-badge\">\ud83c\udfb5 Music &#038; Flight<\/span>\n    <\/div>\n  <\/div>\n<\/div>\n\n\n  <\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Chapter 1: The Shed<\/strong> &#8211; Hammer and Nails Mechanics<\/h2>\n\n\n\n<div class=\"chapter-detail-card\">\n  <div class=\"chapter-banner\">\n    <div class=\"chapter-banner-content\">\n      <div class=\"chapter-banner-title\">The Shed<\/div>\n      <div class=\"chapter-banner-subtitle\">Your first transformation into dolls. Learn cooperation in a hostile workshop environment.<\/div>\n      <div class=\"mechanic-tags\">\n        <span class=\"mechanic-tag\">May: Hammer<\/span>\n        <span class=\"mechanic-tag\">Cody: Nails<\/span>\n        <span class=\"mechanic-tag\">5 Sections<\/span>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <div class=\"chapter-body\">\n    <p style=\"color: var(--text-medium); margin-bottom: 20px;\">The Shed introduces asymmetric <a href=\"https:\/\/hone.gg\/blog\/game-lagging-on-pc\/\">cooperation<\/a>. May&#8217;s hammer smashes obstacles and swings from nails. Cody&#8217;s throwable nails pin objects and create swing points. Neither player can progress alone.<\/p>\n\n\n<div class=\"section-grid\">\n  <div class=\"section-card\">\n    <div class=\"section-name\">Wake-up Call<\/div>\n    <div class=\"section-description\">Tutorial section. Learn movement, double jump, and ground pound. First cooperative door puzzle.<\/div>\n  <\/div>\n  \n  <div class=\"section-card\">\n    <div class=\"section-name\">Biting the Dust<\/div>\n    <div class=\"section-description\">Get your tools from Dr. Hakim. Solve hammer and nail puzzles. Boss: Vacuum Tower.<\/div>\n  <\/div>\n  \n  <div class=\"section-card\">\n    <div class=\"section-name\">The Depths<\/div>\n    <div class=\"section-description\">Dark underbelly section. Both minigames are here. Complex rotating fan puzzles.<\/div>\n  <\/div>\n  \n  <div class=\"section-card\">\n    <div class=\"section-name\">Wired Up<\/div>\n    <div class=\"section-description\">Vertical section with rail grinding. High speed nail throwing while on moving cables.<\/div>\n  <\/div>\n  \n  <div class=\"section-card\">\n    <div class=\"section-name\">Boss: Toolbox<\/div>\n    <div class=\"section-description\">Final boss. Pin the arm, smash locks, launch Cody to hit explosive canister. Three phase fight.<\/div>\n  <\/div>\n<\/div>\n\n\n  <\/div>\n<\/div>\n\n<div class=\"alert-box alert-warning\">\n  <div class=\"alert-header\"><span class=\"alert-icon\">\ud83c\udfae<\/span><span class=\"alert-title\">Minigames in The Shed<\/span><\/div>\n  <div class=\"alert-content\">\n    <strong>Whack-a-Cody:<\/strong> Automatic path in sawdust room during The Depths section.<br>\n    <strong>Flip the Switch:<\/strong> Side path near Danger Moving Parts button, also in The Depths. Easy to miss if you rush.\n  <\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Chapter 2: The Tree<\/strong> &#8211; Sap and Match Combat<\/h2>\n\n\n\n<div class=\"chapter-detail-card\">\n  <div class=\"chapter-banner\">\n    <div class=\"chapter-banner-content\">\n      <div class=\"chapter-banner-title\">The Tree<\/div>\n      <div class=\"chapter-banner-subtitle\">Enter a war zone between squirrels and wasps. Your first pure combat chapter.<\/div>\n      <div class=\"mechanic-tags\">\n        <span class=\"mechanic-tag\">May: Sap Gun<\/span>\n        <span class=\"mechanic-tag\">Cody: Match Gun<\/span>\n        <span class=\"mechanic-tag\">5 Sections<\/span>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <div class=\"chapter-body\">\n    <p style=\"color: var(--text-medium); margin-bottom: 20px;\">Fuel and spark mechanics. May sprays red sap that does no damage. Cody fires matches that explode on sap. You must focus fire on the same targets together.<\/p>\n\n\n<div class=\"section-grid\">\n  <div class=\"section-card\">\n    <div class=\"section-name\">Fresh Air<\/div>\n    <div class=\"section-description\">Receive new weapons. Enter the organic tree environment. Learn combustion mechanics.<\/div>\n  <\/div>\n  \n  <div class=\"section-card\">\n    <div class=\"section-name\">Captured<\/div>\n    <div class=\"section-description\">Squirrel base with military training grounds. Tug of War minigame. Boss: Mortar Wasp.<\/div>\n  <\/div>\n  \n  <div class=\"section-card\">\n    <div class=\"section-name\">Deeply Rooted<\/div>\n    <div class=\"section-description\">Descend into bioluminescent roots. Ride the blue catfish. Plunger Dunger minigame. Boss: Giant Beetle.<\/div>\n  <\/div>\n  \n  <div class=\"section-card\">\n    <div class=\"section-name\">Extermination<\/div>\n    <div class=\"section-description\">Assault the wasp nest. High speed <a href=\"https:\/\/hone.gg\/blog\/pc-stuttering-in-games\/\">rail grinding<\/a> with shooting obstacles. Cinematic action sequences.<\/div>\n  <\/div>\n  \n  <div class=\"section-card\">\n    <div class=\"section-name\">Gateway: Wasp Queen<\/div>\n    <div class=\"section-description\">Three phase boss. Armor destruction, swarm formations, and circular rail bullet hell finale.<\/div>\n  <\/div>\n<\/div>\n\n\n  <\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Chapter 3: Rose&#8217;s Room<\/strong> &#8211; The Longest Chapter<\/h2>\n\n\n\n<div class=\"chapter-detail-card\">\n  <div class=\"chapter-banner\">\n    <div class=\"chapter-banner-content\">\n      <div class=\"chapter-banner-title\">Rose&#8217;s Room<\/div>\n      <div class=\"chapter-banner-subtitle\">The game&#8217;s centerpiece. Ten sections with completely different mechanics in each one.<\/div>\n      <div class=\"mechanic-tags\">\n        <span class=\"mechanic-tag\">Genre Shifting<\/span>\n        <span class=\"mechanic-tag\">10 Sections<\/span>\n        <span class=\"mechanic-tag\">7 Minigames<\/span>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <div class=\"chapter-body\">\n    <p style=\"color: var(--text-medium); margin-bottom: 20px;\">Rose&#8217;s Room is the most diverse chapter. You navigate childhood imagination, encountering toys the parents bought but never played with. Mechanics change every section from space exploration to top down RPG combat.<\/p>\n\n\n<div class=\"section-grid\">\n  <div class=\"section-card\">\n    <div class=\"section-name\">Pillow Fort<\/div>\n    <div class=\"section-description\">Cozy blanket labyrinth. Seek Moon Baboon. Tank Brothers minigame at the very start.<\/div>\n  <\/div>\n  \n  <div class=\"section-card\">\n    <div class=\"section-name\">Spaced Out<\/div>\n    <div class=\"section-description\">Sci-fi shift. Cody shrinks and grows. May gets gravity boots for wall walking. Space Walk and Laser Tennis minigames.<\/div>\n  <\/div>\n  \n  <div class=\"section-card\">\n    <div class=\"section-name\">Hopscotch<\/div>\n    <div class=\"section-description\">Board game world with dice and cards. Rodeo, Feed the Reptile, and Batting Team minigames.<\/div>\n  <\/div>\n  \n  <div class=\"section-card\">\n    <div class=\"section-name\">Train Station<\/div>\n    <div class=\"section-description\">Puzzle area with toy train track rearrangement. No minigames but complex routing challenges.<\/div>\n  <\/div>\n  \n  <div class=\"section-card\">\n    <div class=\"section-name\">Dino Island<\/div>\n    <div class=\"section-description\">Ride toy dinosaurs. May on Ankylosaurus smashes obstacles. Cody on Apatosaurus creates platforms.<\/div>\n  <\/div>\n  \n  <div class=\"section-card\">\n    <div class=\"section-name\">Pirates Ahoy<\/div>\n    <div class=\"section-description\">Water level with toy ship. Boss: Giant Octopus requiring cooperative steering and cannon fire.<\/div>\n  <\/div>\n  \n  <div class=\"section-card\">\n    <div class=\"section-name\">The Greatest Show<\/div>\n    <div class=\"section-description\">Circus theme with cannon launches and trapeze. Manic colorful environment.<\/div>\n  <\/div>\n  \n  <div class=\"section-card\">\n    <div class=\"section-name\">Once Upon a Time<\/div>\n    <div class=\"section-description\">Medieval castle assault. Birdstar rhythm minigame near TV at start.<\/div>\n  <\/div>\n  \n  <div class=\"section-card\">\n    <div class=\"section-name\">Dungeon Crawler<\/div>\n    <div class=\"section-description\">Full top down isometric RPG. Cody is ice mage, May is warrior. Traditional RPG tactics required.<\/div>\n  <\/div>\n  \n  <div class=\"section-card\">\n    <div class=\"section-name\">The Queen (Chessboard)<\/div>\n    <div class=\"section-description\">Chess puzzle boss. Navigate grid avoiding chess piece capture zones. Final boss: Moon Baboon with four phases.<\/div>\n  <\/div>\n<\/div>\n\n\n  <\/div>\n<\/div>\n\n<div class=\"alert-box alert-info\">\n  <div class=\"alert-header\"><span class=\"alert-icon\">\ud83d\udcca<\/span><span class=\"alert-title\">Rose&#8217;s Room Completion<\/span><\/div>\n  <div class=\"alert-content\">\n    This chapter alone takes 3 to 4 hours and contains 7 of the 25 total minigames. Budget more time here than any other chapter. Many players spend an entire session just in Rose&#8217;s Room.\n  <\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Chapter 4: Cuckoo Clock<\/strong> &#8211; Time and Cloning Puzzles<\/h2>\n\n\n\n<div class=\"chapter-detail-card\">\n  <div class=\"chapter-banner\">\n    <div class=\"chapter-banner-content\">\n      <div class=\"chapter-banner-title\">Cuckoo Clock<\/div>\n      <div class=\"chapter-banner-subtitle\">Steampunk precision platforming inside an antique clock mechanism.<\/div>\n      <div class=\"mechanic-tags\">\n        <span class=\"mechanic-tag\">Cody: Time Control<\/span>\n        <span class=\"mechanic-tag\">May: Cloning<\/span>\n        <span class=\"mechanic-tag\">3 Sections<\/span>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <div class=\"chapter-body\">\n    <p style=\"color: var(--text-medium); margin-bottom: 20px;\">Temporal mechanics define this chapter. Cody rewinds and fast forwards objects. May creates a clone, moves, and teleports back to it. The most cerebral puzzles in the game requiring multi-step planning.<\/p>\n\n\n<div class=\"section-grid\">\n  <div class=\"section-card\">\n    <div class=\"section-name\">Gates of Time<\/div>\n    <div class=\"section-description\">Bavarian village hub. Horse Derby and Bomb Run minigames in the funfair area and rooftops.<\/div>\n  <\/div>\n  \n  <div class=\"section-card\">\n    <div class=\"section-name\">Clockworks<\/div>\n    <div class=\"section-description\">Inner machinery with gears and pendulums. Complex temporal puzzles. Boss: Clockwork Bull using clone misdirection.<\/div>\n  <\/div>\n  \n  <div class=\"section-card\">\n    <div class=\"section-name\">A Blast from the Past<\/div>\n    <div class=\"section-description\">Falling through the clock timeline. Dodge pendulum blades and ticking hands. Transition sequence to next chapter.<\/div>\n  <\/div>\n<\/div>\n\n\n  <\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Chapter 5: Snow Globe<\/strong> &#8211; Magnet Physics<\/h2>\n\n\n\n<div class=\"chapter-detail-card\">\n  <div class=\"chapter-banner\">\n    <div class=\"chapter-banner-content\">\n      <div class=\"chapter-banner-title\">Snow Globe<\/div>\n      <div class=\"chapter-banner-subtitle\">Winter wonderland with literal attraction and repulsion mechanics.<\/div>\n      <div class=\"mechanic-tags\">\n        <span class=\"mechanic-tag\">Magnetism<\/span>\n        <span class=\"mechanic-tag\">4 Sections<\/span>\n        <span class=\"mechanic-tag\">4 Minigames<\/span>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <div class=\"chapter-body\">\n    <p style=\"color: var(--text-medium); margin-bottom: 20px;\">Each player gets half of a magnet. Red North and Blue South. Like poles repel, opposite poles attract. You pull each other across gaps or push objects away. Symbolizes relationship attraction and repulsion.<\/p>\n\n\n<div class=\"section-grid\">\n  <div class=\"section-card\">\n    <div class=\"section-name\">Warming Up<\/div>\n    <div class=\"section-description\">Introduction to magnet mechanics. Learn attraction and repulsion basics through simple puzzles.<\/div>\n  <\/div>\n  \n  <div class=\"section-card\">\n    <div class=\"section-name\">Winter Village<\/div>\n    <div class=\"section-description\">Open hub with three towers. Icicle Throwing, Shuffle Board, and Snow Warfare minigames in tower caves.<\/div>\n  <\/div>\n  \n  <div class=\"section-card\">\n    <div class=\"section-name\">Beneath the Ice<\/div>\n    <div class=\"section-description\">Underwater swimming section. Use magnets to latch onto pipes and navigate currents. Ice Race minigame at surface.<\/div>\n  <\/div>\n  \n  <div class=\"section-card\">\n    <div class=\"section-name\">Slippery Slopes<\/div>\n    <div class=\"section-description\">High speed <a href=\"https:\/\/hone.gg\/blog\/why-you-get-lag-spikes\/\">skiing<\/a> down icy tracks. Momentum based exit sequence avoiding chasms.<\/div>\n  <\/div>\n<\/div>\n\n\n  <\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Chapter 6: Garden<\/strong> &#8211; Plant Transformation<\/h2>\n\n\n\n<div class=\"chapter-detail-card\">\n  <div class=\"chapter-banner\">\n    <div class=\"chapter-banner-content\">\n      <div class=\"chapter-banner-title\">Garden<\/div>\n      <div class=\"chapter-banner-subtitle\">Overgrown garden representing Cody&#8217;s lost passion. Nurture and corruption themes.<\/div>\n      <div class=\"mechanic-tags\">\n        <span class=\"mechanic-tag\">May: Water &#038; Sickle<\/span>\n        <span class=\"mechanic-tag\">Cody: Plant Forms<\/span>\n        <span class=\"mechanic-tag\">5 Sections<\/span>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <div class=\"chapter-body\">\n    <p style=\"color: var(--text-medium); margin-bottom: 20px;\">May clears corruption with water and cuts vines. Cody burrows underground and transforms into different plants like Cactus Turrets and Vine Walls. The boss Joy is cured rather than destroyed, fitting the restoration theme.<\/p>\n\n\n<div class=\"section-grid\">\n  <div class=\"section-card\">\n    <div class=\"section-name\">Green Fingers<\/div>\n    <div class=\"section-description\">Get water hose and plant transformation. Garden Swings and Larva Basket minigames near start.<\/div>\n  <\/div>\n  \n  <div class=\"section-card\">\n    <div class=\"section-name\">Weed Whacking<\/div>\n    <div class=\"section-description\">Navigate the thicket. Boss: The Burrower, a giant pest requiring whack-a-mole tactics.<\/div>\n  <\/div>\n  \n  <div class=\"section-card\">\n    <div class=\"section-name\">Trespassing<\/div>\n    <div class=\"section-description\">Stealth section sneaking past sleeping moles. Stepping on twigs wakes them. Requires patience.<\/div>\n  <\/div>\n  \n  <div class=\"section-card\">\n    <div class=\"section-name\">Frog Pond<\/div>\n    <div class=\"section-description\">Ride frogs with charged jumps and tongue grapples. Snail Race minigame near big lantern.<\/div>\n  <\/div>\n  \n  <div class=\"section-card\">\n    <div class=\"section-name\">Affliction: Boss Joy<\/div>\n    <div class=\"section-description\">Three phase boss using Tomato, Potato, and Lime forms. Focus on cleaning and healing, not destruction.<\/div>\n  <\/div>\n<\/div>\n\n\n  <\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Chapter 7: The Attic<\/strong> &#8211; Music and Flight<\/h2>\n\n\n\n<div class=\"chapter-detail-card\">\n  <div class=\"chapter-banner\">\n    <div class=\"chapter-banner-content\">\n      <div class=\"chapter-banner-title\">The Attic<\/div>\n      <div class=\"chapter-banner-subtitle\">Final gameplay chapter. Forgotten dreams and the music of your relationship.<\/div>\n      <div class=\"mechanic-tags\">\n        <span class=\"mechanic-tag\">May: Voice<\/span>\n        <span class=\"mechanic-tag\">Cody: Cymbal<\/span>\n        <span class=\"mechanic-tag\">Jetpacks<\/span>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <div class=\"chapter-body\">\n    <p style=\"color: var(--text-medium); margin-bottom: 20px;\">May sings to activate machinery. Cody throws a cymbal shield to block lasers. You gain jetpacks for full flight freedom. The finale is a concert victory lap using all musical mechanics with spectacular light shows.<\/p>\n\n\n<div class=\"section-grid\">\n  <div class=\"section-card\">\n    <div class=\"section-name\">Setting the Stage<\/div>\n    <div class=\"section-description\">Hub with musical instruments. Slotcars, Chess, and Musical Chairs minigames all near start.<\/div>\n  <\/div>\n  \n  <div class=\"section-card\">\n    <div class=\"section-name\">Rehearsal<\/div>\n    <div class=\"section-description\">Learn voice and cymbal mechanics. May opens paths by singing, Cody protects with cymbal blocks.<\/div>\n  <\/div>\n  \n  <div class=\"section-card\">\n    <div class=\"section-name\">Symphony<\/div>\n    <div class=\"section-description\">Recruit orchestra of toys. Get jetpacks for Z-axis flight. Volleyball and Track Runner minigames.<\/div>\n  <\/div>\n  \n  <div class=\"section-card\">\n    <div class=\"section-name\">Turn Up<\/div>\n    <div class=\"section-description\">DJ themed section with neon lights. Platforms appear to music beats. Time jumps to audio cues.<\/div>\n  <\/div>\n  \n  <div class=\"section-card\">\n    <div class=\"section-name\">A Grand Finale<\/div>\n    <div class=\"section-description\">The concert. Victory lap using all musical mechanics. Less combat, more spectacle and celebration.<\/div>\n  <\/div>\n<\/div>\n\n\n  <\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>All 25 Minigame Locations<\/strong> Complete List<\/h2>\n\n\n\n<div class=\"minigame-finder\">\n  <div class=\"finder-header\">\n    <h3 class=\"finder-title\">Complete Minigame Location Guide<\/h3>\n    <p class=\"finder-subtitle\">All 25 minigames in chronological order with exact location hints<\/p>\n  <\/div>\n\n  <div class=\"minigame-list\">\n    <div class=\"minigame-row\">\n      <div class=\"minigame-num\">#1<\/div>\n      <div class=\"minigame-name\">Whack-a-Cody<\/div>\n      <div class=\"minigame-chapter\">The Shed<\/div>\n      <div class=\"minigame-location\">The Depths section, automatic path in sawdust room after cutscene<\/div>\n    <\/div>\n\n\n<div class=\"minigame-row\">\n  <div class=\"minigame-num\">#2<\/div>\n  <div class=\"minigame-name\">Flip the Switch<\/div>\n  <div class=\"minigame-chapter\">The Shed<\/div>\n  <div class=\"minigame-location\">The Depths, side path near Danger Moving Parts button (easy to miss)<\/div>\n<\/div>\n\n<div class=\"minigame-row\">\n  <div class=\"minigame-num\">#3<\/div>\n  <div class=\"minigame-name\">Tug of War<\/div>\n  <div class=\"minigame-chapter\">The Tree<\/div>\n  <div class=\"minigame-location\">Captured section, cave to the left near white soccer ball<\/div>\n<\/div>\n\n<div class=\"minigame-row\">\n  <div class=\"minigame-num\">#4<\/div>\n  <div class=\"minigame-name\">Plunger Dunger<\/div>\n  <div class=\"minigame-chapter\">The Tree<\/div>\n  <div class=\"minigame-location\">Deeply Rooted, directly after riding the blue catfish<\/div>\n<\/div>\n\n<div class=\"minigame-row\">\n  <div class=\"minigame-num\">#5<\/div>\n  <div class=\"minigame-name\">Tank Brothers<\/div>\n  <div class=\"minigame-chapter\">Rose&#8217;s Room<\/div>\n  <div class=\"minigame-location\">Pillow Fort start, climb first stack of pillows immediately<\/div>\n<\/div>\n\n<div class=\"minigame-row\">\n  <div class=\"minigame-num\">#6<\/div>\n  <div class=\"minigame-name\">Space Walk<\/div>\n  <div class=\"minigame-chapter\">Rose&#8217;s Room<\/div>\n  <div class=\"minigame-location\">Spaced Out elevator, hidden wall opening below first portal tier<\/div>\n<\/div>\n\n<div class=\"minigame-row\">\n  <div class=\"minigame-num\">#7<\/div>\n  <div class=\"minigame-name\">Laser Tennis<\/div>\n  <div class=\"minigame-chapter\">Rose&#8217;s Room<\/div>\n  <div class=\"minigame-location\">Spaced Out elevator, higher up before second portal tier<\/div>\n<\/div>\n\n<div class=\"minigame-row\">\n  <div class=\"minigame-num\">#8<\/div>\n  <div class=\"minigame-name\">Rodeo<\/div>\n  <div class=\"minigame-chapter\">Rose&#8217;s Room<\/div>\n  <div class=\"minigame-location\">Hopscotch start, go straight to end instead of taking right turn<\/div>\n<\/div>\n\n<div class=\"minigame-row\">\n  <div class=\"minigame-num\">#9<\/div>\n  <div class=\"minigame-name\">Feed the Reptile<\/div>\n  <div class=\"minigame-chapter\">Rose&#8217;s Room<\/div>\n  <div class=\"minigame-location\">Hopscotch, after first rail slide near cow square<\/div>\n<\/div>\n\n<div class=\"minigame-row\">\n  <div class=\"minigame-num\">#10<\/div>\n  <div class=\"minigame-name\">Batting Team<\/div>\n  <div class=\"minigame-chapter\">Rose&#8217;s Room<\/div>\n  <div class=\"minigame-location\">Hopscotch main path, unmissable<\/div>\n<\/div>\n\n<div class=\"minigame-row\">\n  <div class=\"minigame-num\">#11<\/div>\n  <div class=\"minigame-name\">Birdstar<\/div>\n  <div class=\"minigame-chapter\">Rose&#8217;s Room<\/div>\n  <div class=\"minigame-location\">Once Upon a Time start, near <a href=\"https:\/\/hone.gg\/blog\/what-is-vsync-in-games\/\">TV screen<\/a> (rhythm game)<\/div>\n<\/div>\n\n<div class=\"minigame-row\">\n  <div class=\"minigame-num\">#12<\/div>\n  <div class=\"minigame-name\">Horse Derby<\/div>\n  <div class=\"minigame-chapter\">Cuckoo Clock<\/div>\n  <div class=\"minigame-location\">Gates of Time town square funfair area<\/div>\n<\/div>\n\n<div class=\"minigame-row\">\n  <div class=\"minigame-num\">#13<\/div>\n  <div class=\"minigame-name\">Bomb Run<\/div>\n  <div class=\"minigame-chapter\">Cuckoo Clock<\/div>\n  <div class=\"minigame-location\">Gates of Time rooftops near Horse Derby<\/div>\n<\/div>\n\n<div class=\"minigame-row\">\n  <div class=\"minigame-num\">#14<\/div>\n  <div class=\"minigame-name\">Icicle Throwing<\/div>\n  <div class=\"minigame-chapter\">Snow Globe<\/div>\n  <div class=\"minigame-location\">Winter Village left tower (activate this tower first)<\/div>\n<\/div>\n\n<div class=\"minigame-row\">\n  <div class=\"minigame-num\">#15<\/div>\n  <div class=\"minigame-name\">Shuffle Board<\/div>\n  <div class=\"minigame-chapter\">Snow Globe<\/div>\n  <div class=\"minigame-location\">Winter Village middle tower cave<\/div>\n<\/div>\n\n<div class=\"minigame-row\">\n  <div class=\"minigame-num\">#16<\/div>\n  <div class=\"minigame-name\">Snow Warfare<\/div>\n  <div class=\"minigame-chapter\">Snow Globe<\/div>\n  <div class=\"minigame-location\">Winter Village right tower cave (snowball fight)<\/div>\n<\/div>\n\n<div class=\"minigame-row\">\n  <div class=\"minigame-num\">#17<\/div>\n  <div class=\"minigame-name\">Ice Race<\/div>\n  <div class=\"minigame-chapter\">Snow Globe<\/div>\n  <div class=\"minigame-location\">Beneath the Ice surface level after underwater station<\/div>\n<\/div>\n\n<div class=\"minigame-row\">\n  <div class=\"minigame-num\">#18<\/div>\n  <div class=\"minigame-name\">Garden Swings<\/div>\n  <div class=\"minigame-chapter\">Garden<\/div>\n  <div class=\"minigame-location\">Weed Whacking start, climb stones to the right<\/div>\n<\/div>\n\n<div class=\"minigame-row\">\n  <div class=\"minigame-num\">#19<\/div>\n  <div class=\"minigame-name\">Larva Basket<\/div>\n  <div class=\"minigame-chapter\">Garden<\/div>\n  <div class=\"minigame-location\">Weed Whacking near bouncy mushrooms on left side<\/div>\n<\/div>\n\n<div class=\"minigame-row\">\n  <div class=\"minigame-num\">#20<\/div>\n  <div class=\"minigame-name\">Snail Race<\/div>\n  <div class=\"minigame-chapter\">Garden<\/div>\n  <div class=\"minigame-location\">Frog Pond near big lantern after frog ride<\/div>\n<\/div>\n\n<div class=\"minigame-row\">\n  <div class=\"minigame-num\">#21<\/div>\n  <div class=\"minigame-name\">Slotcars<\/div>\n  <div class=\"minigame-chapter\">The Attic<\/div>\n  <div class=\"minigame-location\">Setting the Stage race track on floor near start<\/div>\n<\/div>\n\n<div class=\"minigame-row\">\n  <div class=\"minigame-num\">#22<\/div>\n  <div class=\"minigame-name\">Chess<\/div>\n  <div class=\"minigame-chapter\">The Attic<\/div>\n  <div class=\"minigame-location\">Setting the Stage near Symphony entrance (fully playable chess)<\/div>\n<\/div>\n\n<div class=\"minigame-row\">\n  <div class=\"minigame-num\">#23<\/div>\n  <div class=\"minigame-name\">Musical Chairs<\/div>\n  <div class=\"minigame-chapter\">The Attic<\/div>\n  <div class=\"minigame-location\">Setting the Stage left of Chess, swing across hooks<\/div>\n<\/div>\n\n<div class=\"minigame-row\">\n  <div class=\"minigame-num\">#24<\/div>\n  <div class=\"minigame-name\">Volleyball<\/div>\n  <div class=\"minigame-chapter\">The Attic<\/div>\n  <div class=\"minigame-location\">Symphony section on white cloud in outdoor area<\/div>\n<\/div>\n\n<div class=\"minigame-row\">\n  <div class=\"minigame-num\">#25<\/div>\n  <div class=\"minigame-name\">Track Runner<\/div>\n  <div class=\"minigame-chapter\">The Attic<\/div>\n  <div class=\"minigame-location\">Setting the Stage arcade machine in hub area<\/div>\n<\/div>\n\n\n  <\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Boss Battle Quick Reference<\/strong> Strategy Guide<\/h2>\n\n\n\n<div class=\"boss-battle-grid\">\n  <div class=\"boss-card\">\n    <div class=\"boss-header\">\n      <div class=\"boss-name\">Vacuum Tower<\/div>\n      <div class=\"boss-location\">The Shed &#8211; Biting the Dust<\/div>\n    <\/div>\n    <div class=\"boss-phases\">\n      <div class=\"phase-item\">\n        <div class=\"phase-title\">Phase 1: Evasion<\/div>\n        <div class=\"phase-desc\">Dodge explosive canisters using dash mechanics<\/div>\n      <\/div>\n      <div class=\"phase-item\">\n        <div class=\"phase-title\">Phase 2: Suction Loop<\/div>\n        <div class=\"phase-desc\">One player sucks canisters, other aims and fires the cannon. Requires vocal coordination<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <div class=\"boss-card\">\n    <div class=\"boss-header\">\n      <div class=\"boss-name\">Toolbox<\/div>\n      <div class=\"boss-location\">The Shed &#8211; Final Boss<\/div>\n    <\/div>\n    <div class=\"boss-phases\">\n      <div class=\"phase-item\">\n        <div class=\"phase-title\">Phase 1: The Arm<\/div>\n        <div class=\"phase-desc\">Cody pins sweeping arm with nails, May smashes locks using pinned arm as bridge<\/div>\n      <\/div>\n      <div class=\"phase-item\">\n        <div class=\"phase-title\">Phase 2: The Saw<\/div>\n        <div class=\"phase-desc\">Circular saw <a href=\"https:\/\/hone.gg\/blog\/how-to-reduce-lag-on-pc\/\">reduces arena size<\/a>, forces confined movement<\/div>\n      <\/div>\n      <div class=\"phase-item\">\n        <div class=\"phase-title\">Phase 3: Rust-eze Can<\/div>\n        <div class=\"phase-desc\">May catapults Cody into air, Cody shoots nails at explosive canister mid-flight<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <div class=\"boss-card\">\n    <div class=\"boss-header\">\n      <div class=\"boss-name\">Wasp Queen<\/div>\n      <div class=\"boss-location\">The Tree &#8211; Gateway<\/div>\n    <\/div>\n    <div class=\"boss-phases\">\n      <div class=\"phase-item\">\n        <div class=\"phase-title\">Phase 1: Armor<\/div>\n        <div class=\"phase-desc\">May targets connection points with sap, Cody detonates<\/div>\n      <\/div>\n      <div class=\"phase-item\">\n        <div class=\"phase-title\">Phase 2: Formations<\/div>\n        <div class=\"phase-desc\">Swarms form shapes like hammers and swords. Identify safe zones<\/div>\n      <\/div>\n      <div class=\"phase-item\">\n        <div class=\"phase-title\">Phase 3: Rail Bullet Hell<\/div>\n        <div class=\"phase-desc\">Circular rail track. Jump electrical barriers while shooting weak points<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <div class=\"boss-card\">\n    <div class=\"boss-header\">\n      <div class=\"boss-name\">Moon Baboon<\/div>\n      <div class=\"boss-location\">Rose&#8217;s Room &#8211; The Queen<\/div>\n    <\/div>\n    <div class=\"boss-phases\">\n      <div class=\"phase-item\">\n        <div class=\"phase-title\">Phase 1: Lasers<\/div>\n        <div class=\"phase-desc\">Redirect lasers using reflector pylons<\/div>\n      <\/div>\n      <div class=\"phase-item\">\n        <div class=\"phase-title\">Phase 2: Rockets<\/div>\n        <div class=\"phase-desc\">Ride homing missiles back at UFO<\/div>\n      <\/div>\n      <div class=\"phase-item\">\n        <div class=\"phase-title\">Phase 3: Ejection<\/div>\n        <div class=\"phase-desc\">Cody shrinks to enter UFO and eject pilot<\/div>\n      <\/div>\n      <div class=\"phase-item\">\n        <div class=\"phase-title\">Phase 4: Radar Targeting<\/div>\n        <div class=\"phase-desc\">May pilots ship blind, Cody aims laser using radar screen. One player is the eyes<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <div class=\"boss-card\">\n    <div class=\"boss-header\">\n      <div class=\"boss-name\">Clockwork Bull<\/div>\n      <div class=\"boss-location\">Cuckoo Clock &#8211; Clockworks<\/div>\n    <\/div>\n    <div class=\"boss-phases\">\n      <div class=\"phase-item\">\n        <div class=\"phase-title\">Clone Matador Tactics<\/div>\n        <div class=\"phase-desc\">May places clone in front of statue, lures Bull as bait, teleports away last second. Bull crashes into statue for damage<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <div class=\"boss-card\">\n    <div class=\"boss-header\">\n      <div class=\"boss-name\">Joy<\/div>\n      <div class=\"boss-location\">Garden &#8211; Affliction<\/div>\n    <\/div>\n    <div class=\"boss-phases\">\n      <div class=\"phase-item\">\n        <div class=\"phase-title\">Phase 1: Tomato Form<\/div>\n        <div class=\"phase-desc\">Cody dashes into corrupt bulbs. May washes purple sludge<\/div>\n      <\/div>\n      <div class=\"phase-item\">\n        <div class=\"phase-title\">Phase 2: Potato Form<\/div>\n        <div class=\"phase-desc\">Ground slam attacks. Navigate rising pot lids to avoid shockwaves<\/div>\n      <\/div>\n      <div class=\"phase-item\">\n        <div class=\"phase-title\">Phase 3: Lime Form<\/div>\n        <div class=\"phase-desc\">Cody rolls and dashes while May clears path. Focus on healing not destroying<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Completion Tracker and Playtime Estimates<\/strong><\/h2>\n\n\n\n<div class=\"completion-tracker\">\n  <div class=\"tracker-header\">\n    <h3 class=\"tracker-title\">What to Expect for Full Completion<\/h3>\n  <\/div>\n\n  <div class=\"progress-bars\">\n    <div class=\"progress-item\">\n      <div class=\"progress-label\">\n        <span class=\"progress-name\">Main Story Completion<\/span>\n        <span class=\"progress-count\">12-15 Hours<\/span>\n      <\/div>\n      <div class=\"progress-bar-container\">\n        <div class=\"progress-bar-fill\" style=\"width: 70%;\"><\/div>\n      <\/div>\n    <\/div>\n\n\n<div class=\"progress-item\">\n  <div class=\"progress-label\">\n    <span class=\"progress-name\">All 25 Minigames<\/span>\n    <span class=\"progress-count\">+3-5 Hours<\/span>\n  <\/div>\n  <div class=\"progress-bar-container\">\n    <div class=\"progress-bar-fill\" style=\"width: 85%;\"><\/div>\n  <\/div>\n<\/div>\n\n<div class=\"progress-item\">\n  <div class=\"progress-label\">\n    <span class=\"progress-name\">Completionist Run<\/span>\n    <span class=\"progress-count\">20+ Hours<\/span>\n  <\/div>\n  <div class=\"progress-bar-container\">\n    <div class=\"progress-bar-fill\" style=\"width: 100%;\"><\/div>\n  <\/div>\n<\/div>\n\n\n  <\/div>\n<\/div>\n\n<div class=\"alert-box alert-info\">\n  <div class=\"alert-header\"><span class=\"alert-icon\">\u23f0<\/span><span class=\"alert-title\">Planning Your Sessions<\/span><\/div>\n  <div class=\"alert-content\">\n    Most players complete It Takes Two in 3 to 5 co-op sessions. Rose&#8217;s Room alone can fill an entire 4 hour session. Budget 2 hours minimum per session to make meaningful progress through chapters.\n  <\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Conclusion<\/strong><\/h2>\n\n\n\n<p>It Takes Two delivers seven completely unique chapters across 12 to 15 hours of cooperative gameplay. Every chapter discards the previous mechanics and introduces entirely new systems, keeping the experience fresh from start to finish. Rose&#8217;s Room is the longest chapter at 3 to 4 hours with the most diverse gameplay. The Shed and Cuckoo Clock are the shortest at around 1.5 to 2 hours each.<\/p>\n\n\n\n<p>All 25 minigames are optional but required for full completion. Most are easy to find on the main path, but several like Flip the Switch in The Shed and Space Walk in Rose&#8217;s Room hide in side paths. Use the location guide above to collect them all without backtracking.<\/p>\n\n\n\n<p>Boss battles emphasize cooperation over reflexes. The Wasp Queen and Moon Baboon have the most phases at three and four respectively. Joy in the Garden is unique because you cure the boss rather than destroy it, fitting the restoration theme of that chapter.<\/p>\n\n\n\n<p>Plan for multiple sessions with your co-op partner. The game saves progress after every section, so you can stop and resume anytime. Expect the full journey to take 3 to 5 play sessions depending on your pace and whether you hunt for all minigames.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">FAQ<\/h2>\n\n\n\n<div data-schema-only=\"false\" class=\"wp-block-aioseo-faq\"><h3 class=\"aioseo-faq-block-question\">How many chapters are in It Takes Two<\/h3><div class=\"aioseo-faq-block-answer\">\n<p>It Takes Two has 7 main gameplay chapters plus a narrative epilogue. The chapters are The Shed, The Tree, Rose&#8217;s Room, Cuckoo Clock, Snow Globe, Garden, and The Attic. Some guides list 8 or 9 chapters by counting the final narrative section separately.<\/p>\n<\/div><\/div>\n\n\n\n<div data-schema-only=\"false\" class=\"wp-block-aioseo-faq\"><h3 class=\"aioseo-faq-block-question\">How long does it take to beat It Takes Two<\/h3><div class=\"aioseo-faq-block-answer\">\n<p>The main story takes 12 to 15 hours for most players. Completionists who find all 25 minigames and explore every section can expect 20 plus hours. Rose&#8217;s Room alone takes 3 to 4 hours as the longest chapter.<\/p>\n<\/div><\/div>\n\n\n\n<div data-schema-only=\"false\" class=\"wp-block-aioseo-faq\"><h3 class=\"aioseo-faq-block-question\">What is the longest chapter in It Takes Two<\/h3><div class=\"aioseo-faq-block-answer\">\n<p>Rose&#8217;s Room is the longest chapter with 10 distinct sections and 7 minigames. It takes 3 to 4 hours to complete. The chapter shifts genres constantly from space exploration to top down RPG combat to pirate ship battles.<\/p>\n<\/div><\/div>\n\n\n\n<div data-schema-only=\"false\" class=\"wp-block-aioseo-faq\"><h3 class=\"aioseo-faq-block-question\">How many minigames are in It Takes Two<\/h3><div class=\"aioseo-faq-block-answer\">\n<p>There are exactly 25 minigames spread across all chapters. Rose&#8217;s Room has the most with 7 minigames. The Attic has 5. Most are on the main path but several like Flip the Switch and Space Walk hide in side areas.<\/p>\n<\/div><\/div>\n\n\n\n<div data-schema-only=\"false\" class=\"wp-block-aioseo-faq\"><h3 class=\"aioseo-faq-block-question\">Can you replay chapters in It Takes Two<\/h3><div class=\"aioseo-faq-block-answer\">\n<p>Yes, you can replay any chapter from the chapter select menu. This lets you go back to find missed minigames or replay favorite sections without starting a new save file. Progress and collectibles save when you replay.<\/p>\n<\/div><\/div>\n\n\n\n<div data-schema-only=\"false\" class=\"wp-block-aioseo-faq\"><h3 class=\"aioseo-faq-block-question\">What mechanics does each chapter use<\/h3><div class=\"aioseo-faq-block-answer\">\n<p>Every chapter has unique mechanics. The Shed uses Hammer and Nails. The Tree uses Sap and Match guns. Rose&#8217;s Room shifts genres constantly. Cuckoo Clock uses Time Control and Cloning. Snow Globe uses Magnetism. Garden uses Water and Plant transformation. The Attic uses Voice and Flight.<\/p>\n<\/div><\/div>\n\n\n\n<div data-schema-only=\"false\" class=\"wp-block-aioseo-faq\"><h3 class=\"aioseo-faq-block-question\">Which chapter has the most boss fights<\/h3><div class=\"aioseo-faq-block-answer\">\n<p>The Tree has the most boss encounters with the Mortar Wasp, Giant Beetle, and Wasp Queen. Rose&#8217;s Room has the Giant Octopus and Moon Baboon which has 4 phases making it the longest single boss fight.<\/p>\n<\/div><\/div>\n\n\n\n<div data-schema-only=\"false\" class=\"wp-block-aioseo-faq\"><h3 class=\"aioseo-faq-block-question\">Do you need to find all minigames for completion<\/h3><div class=\"aioseo-faq-block-answer\">\n<p>Minigames are optional for story completion but required for 100 percent achievement hunting. You can beat the game without playing any minigames. Chapter replay lets you go back and collect missed ones later.<\/p>\n<\/div><\/div>\n\n\n\n<div data-schema-only=\"false\" class=\"wp-block-aioseo-faq\"><h3 class=\"aioseo-faq-block-question\">What is the hardest boss in It Takes Two<\/h3><div class=\"aioseo-faq-block-answer\">\n<p>The Wasp Queen is considered the hardest boss with its three phase bullet hell finale on circular rails. Moon Baboon is also challenging with 4 distinct phases requiring different strategies. The Toolbox in The Shed tests early cooperation skills.<\/p>\n<\/div><\/div>\n\n\n\n<div data-schema-only=\"false\" class=\"wp-block-aioseo-faq\"><h3 class=\"aioseo-faq-block-question\">Can you play It Takes Two solo<\/h3><div class=\"aioseo-faq-block-answer\">\n<p>No, It Takes Two requires two players at all times. The game is designed around mandatory cooperation where puzzles and mechanics need both players working together. You cannot progress solo even with controller swapping.<\/p>\n<\/div><\/div>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>This guide breaks down all chapters in It Takes Two in exact order. You will learn what mechanics each chapter introduces, how long each section takes, where all 25 minigames hide, and what boss fights require. <\/p>\n","protected":false},"author":2,"featured_media":3443,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[74],"tags":[],"class_list":["post-3434","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-it-takes-two"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/hone.gg\/blog\/wp-json\/wp\/v2\/posts\/3434","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hone.gg\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/hone.gg\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/hone.gg\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/hone.gg\/blog\/wp-json\/wp\/v2\/comments?post=3434"}],"version-history":[{"count":3,"href":"https:\/\/hone.gg\/blog\/wp-json\/wp\/v2\/posts\/3434\/revisions"}],"predecessor-version":[{"id":3478,"href":"https:\/\/hone.gg\/blog\/wp-json\/wp\/v2\/posts\/3434\/revisions\/3478"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/hone.gg\/blog\/wp-json\/wp\/v2\/media\/3443"}],"wp:attachment":[{"href":"https:\/\/hone.gg\/blog\/wp-json\/wp\/v2\/media?parent=3434"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/hone.gg\/blog\/wp-json\/wp\/v2\/categories?post=3434"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/hone.gg\/blog\/wp-json\/wp\/v2\/tags?post=3434"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}