{"id":24371,"date":"2026-03-04T06:47:12","date_gmt":"2026-03-04T06:47:12","guid":{"rendered":"https:\/\/immortalboost.com\/blog\/?p=24371"},"modified":"2026-03-04T06:47:13","modified_gmt":"2026-03-04T06:47:13","slug":"marathon-game-guide","status":"publish","type":"post","link":"https:\/\/immortalboost.com\/blog\/marathon\/marathon-game-guide\/","title":{"rendered":"Marathon Game Guide: Release Date, Gameplay, Classes, Maps &amp; Story In 2026"},"content":{"rendered":"\n<p><strong>The complete no-fluff guide \u2014 release date, price, gameplay, classes, maps, and the drama behind it all.<\/strong><\/p>\n\n\n<figure class=\"wp-block-post-featured-image\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1536\" height=\"1024\" src=\"https:\/\/immortalboost.com\/blog\/wp-content\/uploads\/2026\/03\/task_01kjvrh5yje9nazagfw5xcehkm_1772605779_img_1.webp\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"Marathon 2026 gameplay showing Runner class fighting on Tau Ceti IV extraction map\" style=\"object-fit:cover;\" srcset=\"https:\/\/immortalboost.com\/blog\/wp-content\/uploads\/2026\/03\/task_01kjvrh5yje9nazagfw5xcehkm_1772605779_img_1.webp 1536w, https:\/\/immortalboost.com\/blog\/wp-content\/uploads\/2026\/03\/task_01kjvrh5yje9nazagfw5xcehkm_1772605779_img_1-300x200.webp 300w, https:\/\/immortalboost.com\/blog\/wp-content\/uploads\/2026\/03\/task_01kjvrh5yje9nazagfw5xcehkm_1772605779_img_1-1024x683.webp 1024w, https:\/\/immortalboost.com\/blog\/wp-content\/uploads\/2026\/03\/task_01kjvrh5yje9nazagfw5xcehkm_1772605779_img_1-768x512.webp 768w\" sizes=\"(max-width: 1536px) 100vw, 1536px\" \/><\/figure>\n\n\n<p class=\"has-blush-light-purple-gradient-background has-background\">Losing gear before extraction is one of the biggest frustrations for new Marathon players. <strong><a href=\"https:\/\/immortalboost.com\/marathon-boost\/\">Immortalboost&#8217;s Marathon Boost<\/a><\/strong> helps you learn the maps, optimize Runner builds, and extract with better loot consistently. Start boosting your runs and turn every drop into progress.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>What Is Marathon Game?<\/strong><\/h2>\n\n\n\n<p>Marathon is a PvPvE extraction shooter made by Bungie \u2014 the studio behind Halo and Destiny. You play as a cybernetic mercenary called a Runner, drop into a lost alien colony, loot what you can find, fight rivals and AI enemies, and extract alive. Die before getting out and you lose everything.<\/p>\n\n\n\n<p>Released March 5, 2026 on PS5, Xbox Series X\/S, and PC. Full cross-play included.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Who Made Marathon?<\/strong><\/h2>\n\n\n\n<p>Bungie developed it. Sony Interactive Entertainment co-published it. It&#8217;s Bungie&#8217;s first brand-new game in over a decade \u2014 everything since 2014 has been Destiny.<\/p>\n\n\n\n<style>\n    .product-section {\n        background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);\n        color: #1f2937;\n        padding: 30px;\n        font-family: 'Arial', sans-serif;\n        border-radius: 12px;\n        margin: 30px 0;\n        border: 2px solid #e5e7eb;\n        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);\n    }\n    \n    .section-title {\n        text-align: center;\n        margin-bottom: 35px;\n        font-size: 28px;\n        color: #1f2937;\n        font-weight: 700;\n    }\n    \n    .product-container {\n        display: flex;\n        justify-content: center;\n        flex-wrap: wrap;\n        gap: 25px;\n        max-width: 1200px;\n        margin: 0 auto;\n    }\n    \n    .product-row {\n        display: flex;\n        justify-content: center;\n        width: 100%;\n        gap: 30px;\n        margin-bottom: 25px;\n        flex-wrap: wrap;\n    }\n    \n    .product-card {\n        width: 300px;\n        background-color: #ffffff;\n        border-radius: 12px;\n        overflow: hidden;\n        box-shadow: 0 4px 15px rgba(0,0,0,0.12);\n        transition: all 0.3s ease;\n        border: 2px solid transparent;\n    }\n    \n    .product-card:hover {\n        transform: translateY(-8px);\n        box-shadow: 0 8px 25px rgba(255, 127, 0, 0.2);\n        border-color: #FF7F00;\n    }\n    \n    .product-header {\n        padding: 18px;\n        text-align: center;\n        font-weight: bold;\n        font-size: 20px;\n        color: #ffffff;\n        background: linear-gradient(135deg, #2563EB 0%, #1d4ed8 100%);\n        border-bottom: 3px solid #FF7F00;\n    }\n    \n    .product-image {\n        height: 220px;\n        background-color: #f9fafb;\n        display: flex;\n        justify-content: center;\n        align-items: center;\n        overflow: hidden;\n        border-bottom: 1px solid #e5e7eb;\n    }\n    \n    .product-image img {\n        max-width: 100%;\n        max-height: 100%;\n        object-fit: cover;\n        transition: transform 0.3s ease;\n    }\n    \n    .product-card:hover .product-image img {\n        transform: scale(1.05);\n    }\n    \n    .product-features {\n        padding: 20px;\n        background-color: #fefefe;\n        min-height: 140px;\n    }\n    \n    .feature {\n        margin: 16px 0;\n        color: #4b5563;\n        font-size: 16px;\n        display: flex;\n        align-items: center;\n    }\n    \n    .feature-icon {\n        color: #FF7F00;\n        margin-right: 8px;\n        font-weight: bold;\n        font-size: 18px;\n    }\n    \n    .product-price {\n        font-size: 34px;\n        font-weight: bold;\n        padding: 15px 18px;\n        display: inline-block;\n        color: #2563EB;\n    }\n    \n    .product-footer {\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        padding: 0 20px 20px 20px;\n        background-color: #fefefe;\n    }\n    \n    .order-btn {\n        background: linear-gradient(135deg, #FF7F00 0%, #ff6500 100%);\n        color: white;\n        border: none;\n        border-radius: 8px;\n        padding: 12px 30px;\n        cursor: pointer;\n        font-weight: bold;\n        text-decoration: none;\n        display: inline-block;\n        transition: all 0.3s ease;\n        font-size: 15px;\n        text-transform: uppercase;\n        letter-spacing: 0.5px;\n    }\n    \n    .order-btn:hover {\n        background: linear-gradient(135deg, #ff6500 0%, #e55a00 100%);\n        transform: translateY(-2px);\n        box-shadow: 0 4px 12px rgba(255, 127, 0, 0.4);\n    }\n    \n    .product-highlight {\n        background: linear-gradient(135deg, #FF7F00 0%, #2563EB 100%);\n        -webkit-background-clip: text;\n        -webkit-text-fill-color: transparent;\n        background-clip: text;\n        font-weight: bold;\n    }\n    \n    .arena-background {\n        position: relative;\n    }\n    \n    .arena-background::before {\n        content: '';\n        position: absolute;\n        top: 0;\n        left: 0;\n        right: 0;\n        bottom: 0;\n        background: url('https:\/\/i.imgur.com\/placeholder-marathon.jpg') no-repeat center center;\n        background-size: cover;\n        opacity: 0.05;\n        z-index: -1;\n        border-radius: 10px;\n    }\n    \n    \/* Mobile Responsive Styles *\/\n    @media (max-width: 1000px) {\n        .product-row {\n            gap: 25px;\n        }\n        \n        .product-card {\n            width: 280px;\n        }\n    }\n    \n    @media (max-width: 768px) {\n        .product-section {\n            padding: 20px;\n            margin: 20px 10px;\n        }\n        \n        .section-title {\n            font-size: 22px;\n            margin-bottom: 25px;\n        }\n        \n        .product-container {\n            gap: 20px;\n        }\n        \n        .product-row {\n            flex-direction: column;\n            align-items: center;\n            gap: 20px;\n            margin-bottom: 0;\n        }\n        \n        .product-card {\n            width: 100%;\n            max-width: 350px;\n        }\n        \n        .product-header {\n            font-size: 18px;\n            padding: 15px;\n        }\n        \n        .product-image {\n            height: 180px;\n        }\n        \n        .product-features {\n            padding: 15px;\n            min-height: auto;\n        }\n        \n        .feature {\n            margin: 10px 0;\n            font-size: 15px;\n        }\n        \n        .product-price {\n            font-size: 30px;\n            padding: 12px 15px;\n        }\n        \n        .product-footer {\n            padding: 0 15px 15px 15px;\n        }\n        \n        .order-btn {\n            padding: 10px 24px;\n            font-size: 14px;\n        }\n    }\n    \n    \/* Extra small screens *\/\n    @media (max-width: 480px) {\n        .product-section {\n            padding: 15px;\n            margin: 15px 5px;\n        }\n        \n        .section-title {\n            font-size: 20px;\n        }\n        \n        .product-price {\n            font-size: 26px;\n        }\n        \n        .order-btn {\n            padding: 8px 20px;\n            font-size: 13px;\n        }\n        \n        .product-card {\n            max-width: 100%;\n        }\n    }\n<\/style>\n\n<div class=\"product-section arena-background\">\n    <div class=\"section-title\">Our Premium <span class=\"product-highlight\">Marathon Boosting<\/span> Services<\/div>\n    \n    <div class=\"product-container\">\n        <div class=\"product-row\">\n            <div class=\"product-card\">\n                <div class=\"product-header\">Marathon Credits<\/div>\n                <div class=\"product-image\">\n                    <img decoding=\"async\" src=\"https:\/\/immortalboost.com\/marathon-boost\/wp-content\/uploads\/2026\/03\/task_01kjq0k5szfs2s92j80tjbcx7t_1772446429_img_1_11zon.webp\" alt=\"Marathon Credits\">\n                <\/div>\n                <div class=\"product-features\">\n                    <div class=\"feature\">\n                        <span class=\"feature-icon\">\u203a<\/span>Premium Currency\n                    <\/div>\n                    <div class=\"feature\">\n                        <span class=\"feature-icon\">\u203a<\/span>Instant Delivery\n                    <\/div>\n                    <div class=\"feature\">\n                        <span class=\"feature-icon\">\u203a<\/span>Secure Transaction\n                    <\/div>\n                <\/div>\n                <div class=\"product-footer\">\n                    <a href=\"https:\/\/immortalboost.com\/marathon-boost\/product\/credits\/\" class=\"order-btn\">Order now<\/a>\n                <\/div>\n            <\/div>\n            \n            <div class=\"product-card\">\n                <div class=\"product-header\">Traxus Rank Boost<\/div>\n                <div class=\"product-image\">\n                    <img decoding=\"async\" src=\"https:\/\/immortalboost.com\/marathon-boost\/wp-content\/uploads\/2026\/03\/task_01kjq0bk24fb099h74tv3rment_1772446191_img_1_11zon-300x300.webp\" alt=\"Marathon Traxus Rank Boost\">\n                <\/div>\n                <div class=\"product-features\">\n                    <div class=\"feature\">\n                        <span class=\"feature-icon\">\u203a<\/span>Rank Advancement\n                    <\/div>\n                    <div class=\"feature\">\n                        <span class=\"feature-icon\">\u203a<\/span>Professional Players\n                    <\/div>\n                    <div class=\"feature\">\n                        <span class=\"feature-icon\">\u203a<\/span>Fast Completion\n                    <\/div>\n                <\/div>\n                <div class=\"product-footer\">\n                    <a href=\"https:\/\/immortalboost.com\/marathon-boost\/product\/traxus-rank\/\" class=\"order-btn\">Order now<\/a>\n                <\/div>\n            <\/div>\n            \n            <div class=\"product-card\">\n                <div class=\"product-header\">Cryo Archive Raid<\/div>\n                <div class=\"product-image\">\n                    <img decoding=\"async\" src=\"https:\/\/immortalboost.com\/marathon-boost\/wp-content\/uploads\/2026\/03\/task_01kjpz7yjsf8f94m33az833mcz_1772445022_img_1_11zon.webp\" alt=\"Marathon Cryo Archive Raid Boost\">\n                <\/div>\n                <div class=\"product-features\">\n                    <div class=\"feature\">\n                        <span class=\"feature-icon\">\u203a<\/span>Raid Completion\n                    <\/div>\n                    <div class=\"feature\">\n                        <span class=\"feature-icon\">\u203a<\/span>Epic Rewards\n                    <\/div>\n                    <div class=\"feature\">\n                        <span class=\"feature-icon\">\u203a<\/span>Expert Guidance\n                    <\/div>\n                <\/div>\n                <div class=\"product-footer\">\n                    <a href=\"https:\/\/immortalboost.com\/marathon-boost\/product\/cryo-archive\/\" class=\"order-btn\">Order now<\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Is This a New Game or a Remake?<\/strong><\/h2>\n\n\n\n<p>Neither. It&#8217;s a return to a universe Bungie first built in 1994.<\/p>\n\n\n\n<p>The original Marathon was a Mac-exclusive FPS trilogy that ran from 1994 to 1996. The 2026 game is set in the same universe, 99 years later, on the same planet \u2014 Tau Ceti IV. The colony has gone silent. 30,000 people have vanished. You&#8217;re here to scavenge what they left behind.<\/p>\n\n\n\n<p>You don&#8217;t need to know the old games to play. But if you do, there&#8217;s a lot waiting for you.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>What Type of Game Is Marathon?<\/strong><\/h2>\n\n\n\n<p>An extraction shooter \u2014 think Escape from Tarkov with Bungie&#8217;s gunplay and a class system on top.<\/p>\n\n\n\n<p>Drop in, loot, fight or avoid other players, extract. Die and you lose everything. Map knowledge and decision-making matter more than raw aim. The gunplay feels exactly like you&#8217;d expect from Bungie \u2014 even critics of the game agree on that.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>How Much Does Marathon Cost?<\/strong><\/h2>\n\n\n\n<p>$40. No subscription, no pay-to-win.<\/p>\n\n\n\n<p>Seasonal reward passes also don&#8217;t expire \u2014 miss a season, come back later and still complete it. Most live-service games don&#8217;t do that.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>When Did Marathon Come Out?<\/strong><\/h2>\n\n\n\n<p>March 5, 2026. Originally planned for September 2025, delayed after a poorly received closed alpha. Bungie spent six months reworking it before locking the new date.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>The 7 Runner Shells \u2014 Marathon&#8217;s Class System<\/strong><\/h2>\n\n\n\n<p>Shells are Marathon&#8217;s classes. Pick one before every run. Customize further with Cores, Implants, and weapon mods.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td><strong>Runner Shell<\/strong><\/td><td><strong>Role<\/strong><\/td><td><strong>What Makes It Dangerous<\/strong><\/td><\/tr><tr><td>Destroyer<\/td><td>Aggressive brawler<\/td><td>Homing shoulder missiles + deployable riot shield<\/td><\/tr><tr><td>Assassin<\/td><td>Stealth flanker<\/td><td>Full invisibility and smoke screens<\/td><\/tr><tr><td>Recon<\/td><td>Intel specialist<\/td><td>Sonar reveals all enemies \u2014 Bungie internally calls this one &#8220;fun police&#8221;<\/td><\/tr><tr><td>Vandal<\/td><td>Mobility chaos<\/td><td>Double jump, kinetic knockback, extreme movement tech<\/td><\/tr><tr><td>Thief<\/td><td>Loot collector<\/td><td>Drone that knocks loot from enemies, X-ray vision through walls<\/td><\/tr><tr><td>Triage<\/td><td>Squad medic<\/td><td>Remote healing and weapon buffs \u2014 keeps squads alive<\/td><\/tr><tr><td>Rook<\/td><td>Solo scavenger<\/td><td>Joins matches mid-game with no gear and no risk<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>Worth knowing: Rook isn&#8217;t a standard class. No gear, no squad, zero risk \u2014 anything you find you keep. Best way to learn maps without losing your stash.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>The Five Maps of Tau Ceti IV<\/strong><\/h2>\n\n\n\n<p>Each zone gets harder and more rewarding as you go deeper.<\/p>\n\n\n\n<p>Perimeter \u2014 Starter zone. Low threat, low reward. Good for learning.<\/p>\n\n\n\n<p>Dire Marsh \u2014 Wetlands with unusual vertical geometry and luminescent ground. Rotations matter here.<\/p>\n\n\n\n<p>Outpost \u2014 Smaller map, more dangerous. Aggressive AI and constant PvP pressure for premium loot.<\/p>\n\n\n\n<p>Cryo Archive \u2014 High-tier zone. Bigger risks, significantly better gear.<\/p>\n\n\n\n<p>UESC Marathon Ship \u2014 The endgame. Derelict colony ship in orbit. Best loot in the game, deepest lore, hardest challenges.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>What Happened to Marathon? The Real Story<\/strong><\/h2>\n\n\n\n<p>Marathon was originally planned for 2024, slipped to 2025, and barely made it.<\/p>\n\n\n\n<p>The original game director was let go during a company restructuring. Bungie&#8217;s 2023 announcement video was quietly made private after his departure. The April 2025 closed alpha was received poorly \u2014 players said maps felt empty and the loop wasn&#8217;t working. Bungie unusually lifted the NDA and asked the community to share their feedback openly. Sony&#8217;s PlayStation chief publicly called the reception &#8220;varied.&#8221;<\/p>\n\n\n\n<p>A separate controversy hit in May 2025 when an independent artist named Antireal showed that her 2017 designs had been used in the game without permission. Bungie confirmed it, removed the assets, and resolved it privately. Antireal confirmed she was satisfied in December 2025.<\/p>\n\n\n\n<p>Six months of rework followed. Solo queue, proximity chat, and more aggressive AI were all added. By the February 2026 Server Slam it was a noticeably different game.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>How Does Marathon Compare to Other Extraction Shooters?<\/strong><\/h2>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td><\/td><td><strong>Marathon<\/strong><\/td><td><strong>Arc Raiders<\/strong><\/td><td><strong>Escape From Tarkov<\/strong><\/td><\/tr><tr><td>Price<\/td><td>$40<\/td><td>$40<\/td><td>~$50<\/td><\/tr><tr><td>Classes<\/td><td>7 Runner Shells<\/td><td>Yes<\/td><td>No \u2014 full custom<\/td><\/tr><tr><td>Cross-play<\/td><td>Full<\/td><td>Full<\/td><td>PC only<\/td><\/tr><tr><td>Time-to-Kill<\/td><td>Fast<\/td><td>Moderate<\/td><td>Long<\/td><\/tr><tr><td>Loot on death<\/td><td>Lost<\/td><td>Lost<\/td><td>Lost<\/td><\/tr><tr><td>Solo Queue<\/td><td>Yes<\/td><td>Yes<\/td><td>Yes<\/td><\/tr><tr><td>Learning Curve<\/td><td>High<\/td><td>Moderate<\/td><td>Extreme<\/td><\/tr><tr><td>Lore depth<\/td><td>30 years of universe<\/td><td>Moderate<\/td><td>Minimal<\/td><\/tr><tr><td>Beta peak players<\/td><td>143,621<\/td><td>354,000+<\/td><td>N\/A<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>What Is the Art Style of Marathon?<\/strong><\/h2>\n\n\n\n<p>Neon cyberpunk with high contrast and bold graphic lines \u2014 closer to WipEout or Mirror&#8217;s Edge than any military shooter. The environments are widely praised even by players critical of everything else.<\/p>\n\n\n\n<p>The one consistent complaint is the UI, which the community nicknamed &#8220;fontslop&#8221; \u2014 too many fonts, too much visual clutter during inventory management. Bungie acknowledged it and opened a feedback channel during the Server Slam.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Is Marathon Worth Playing?<\/strong><\/h2>\n\n\n\n<p>If you want to feel powerful immediately \u2014 it will frustrate you early. Ammo is scarce and the gear gap is real by design.<\/p>\n\n\n\n<p>If you enjoy extraction games and Bungie&#8217;s gunplay \u2014 it&#8217;s built for you. The consistent feedback from Server Slam players was that it clicks after a few hours. Call it a grower.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Quick Facts<\/h3>\n\n\n\n<p>Developer: Bungie Publisher: Sony Interactive Entertainment + Bungie Release date: March 5, 2026 Price: $40 Platforms: PS5, Xbox Series X\/S, PC Genre: PvPvE Extraction Shooter Classes: 7 Runner Shells Maps at launch: 5 zones Cross-play: Yes Campaign: No \u2014 story unfolds through seasons and player actions Seasonal content expires: No<\/p>\n","protected":false},"excerpt":{"rendered":"<p>The complete no-fluff guide \u2014 release date, price, gameplay, classes, maps, and the drama behind it all. Losing gear before extraction is one of the biggest frustrations for new Marathon players. Immortalboost&#8217;s Marathon Boost helps you learn the maps, optimize Runner builds, and extract with better loot consistently. Start boosting your runs and &#8230; <a title=\"Marathon Game Guide: Release Date, Gameplay, Classes, Maps &amp; Story In 2026\" class=\"read-more\" href=\"https:\/\/immortalboost.com\/blog\/marathon\/marathon-game-guide\/\" aria-label=\"More on Marathon Game Guide: Release Date, Gameplay, Classes, Maps &amp; Story In 2026\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":24376,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[243],"tags":[],"class_list":["post-24371","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-marathon","infinite-scroll-item","generate-columns","tablet-grid-50","mobile-grid-100","grid-parent","grid-50"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Marathon Game Guide: Gameplay, Classes, Maps &amp; Release 2026<\/title>\n<meta name=\"description\" content=\"Complete guide to the Marathon game covering release date, gameplay mechanics, Runner classes, maps on Tau Ceti IV, price, and Bungie&#039;s PvPvE shooter.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/immortalboost.com\/blog\/marathon\/marathon-game-guide\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Marathon Game Guide: Gameplay, Classes, Maps &amp; Release 2026\" \/>\n<meta property=\"og:description\" content=\"Complete guide to the Marathon game covering release date, gameplay mechanics, Runner classes, maps on Tau Ceti IV, price, and Bungie&#039;s PvPvE shooter.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/immortalboost.com\/blog\/marathon\/marathon-game-guide\/\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/Immortalboostcheapboosting\/\" \/>\n<meta property=\"article:published_time\" content=\"2026-03-04T06:47:12+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-04T06:47:13+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/immortalboost.com\/blog\/wp-content\/uploads\/2026\/03\/task_01kjvrh5yje9nazagfw5xcehkm_1772605779_img_1.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"1536\" \/>\n\t<meta property=\"og:image:height\" content=\"1024\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"author\" content=\"Warren\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@immortalboost\" \/>\n<meta name=\"twitter:site\" content=\"@immortalboost\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Warren\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/immortalboost.com\\\/blog\\\/marathon\\\/marathon-game-guide\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/immortalboost.com\\\/blog\\\/marathon\\\/marathon-game-guide\\\/\"},\"author\":{\"name\":\"Warren\",\"@id\":\"https:\\\/\\\/immortalboost.com\\\/blog\\\/#\\\/schema\\\/person\\\/7c2474ec9f2e7494edb47bfba3921c5b\"},\"headline\":\"Marathon Game Guide: Release Date, Gameplay, Classes, Maps &amp; Story In 2026\",\"datePublished\":\"2026-03-04T06:47:12+00:00\",\"dateModified\":\"2026-03-04T06:47:13+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/immortalboost.com\\\/blog\\\/marathon\\\/marathon-game-guide\\\/\"},\"wordCount\":1021,\"publisher\":{\"@id\":\"https:\\\/\\\/immortalboost.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/immortalboost.com\\\/blog\\\/marathon\\\/marathon-game-guide\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/immortalboost.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/task_01kjvrh5yje9nazagfw5xcehkm_1772605779_img_1.webp\",\"articleSection\":[\"Marathon\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/immortalboost.com\\\/blog\\\/marathon\\\/marathon-game-guide\\\/\",\"url\":\"https:\\\/\\\/immortalboost.com\\\/blog\\\/marathon\\\/marathon-game-guide\\\/\",\"name\":\"Marathon Game Guide: Gameplay, Classes, Maps & Release 2026\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/immortalboost.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/immortalboost.com\\\/blog\\\/marathon\\\/marathon-game-guide\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/immortalboost.com\\\/blog\\\/marathon\\\/marathon-game-guide\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/immortalboost.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/task_01kjvrh5yje9nazagfw5xcehkm_1772605779_img_1.webp\",\"datePublished\":\"2026-03-04T06:47:12+00:00\",\"dateModified\":\"2026-03-04T06:47:13+00:00\",\"description\":\"Complete guide to the Marathon game covering release date, gameplay mechanics, Runner classes, maps on Tau Ceti IV, price, and Bungie's PvPvE shooter.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/immortalboost.com\\\/blog\\\/marathon\\\/marathon-game-guide\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/immortalboost.com\\\/blog\\\/marathon\\\/marathon-game-guide\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/immortalboost.com\\\/blog\\\/marathon\\\/marathon-game-guide\\\/#primaryimage\",\"url\":\"https:\\\/\\\/immortalboost.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/task_01kjvrh5yje9nazagfw5xcehkm_1772605779_img_1.webp\",\"contentUrl\":\"https:\\\/\\\/immortalboost.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/task_01kjvrh5yje9nazagfw5xcehkm_1772605779_img_1.webp\",\"width\":1536,\"height\":1024,\"caption\":\"A Runner exploring the abandoned colony of Tau Ceti IV in Bungie\u2019s Marathon extraction shooter.\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/immortalboost.com\\\/blog\\\/marathon\\\/marathon-game-guide\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/immortalboost.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Marathon\",\"item\":\"https:\\\/\\\/immortalboost.com\\\/blog\\\/category\\\/marathon\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Marathon Game Guide: Release Date, Gameplay, Classes, Maps &amp; Story In 2026\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/immortalboost.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/immortalboost.com\\\/blog\\\/\",\"name\":\"Immortalboost\",\"description\":\"ImmortalBoost Blog - Get Better At Gaming\",\"publisher\":{\"@id\":\"https:\\\/\\\/immortalboost.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/immortalboost.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/immortalboost.com\\\/blog\\\/#organization\",\"name\":\"Immortalboost\",\"url\":\"https:\\\/\\\/immortalboost.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/immortalboost.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/immortalboost.com\\\/blog\\\/wp-content\\\/uploads\\\/2023\\\/07\\\/Immortal-Boost-704x151-1.webp\",\"contentUrl\":\"https:\\\/\\\/immortalboost.com\\\/blog\\\/wp-content\\\/uploads\\\/2023\\\/07\\\/Immortal-Boost-704x151-1.webp\",\"width\":704,\"height\":151,\"caption\":\"Immortalboost\"},\"image\":{\"@id\":\"https:\\\/\\\/immortalboost.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/Immortalboostcheapboosting\\\/\",\"https:\\\/\\\/x.com\\\/immortalboost\",\"https:\\\/\\\/instagram.com\\\/immortalboost\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/immortalboost.com\\\/blog\\\/#\\\/schema\\\/person\\\/7c2474ec9f2e7494edb47bfba3921c5b\",\"name\":\"Warren\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d763c13d4c164d0314c35ebe2bc2af24dca7f8e0e13bc011320b701e9f49510b?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d763c13d4c164d0314c35ebe2bc2af24dca7f8e0e13bc011320b701e9f49510b?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d763c13d4c164d0314c35ebe2bc2af24dca7f8e0e13bc011320b701e9f49510b?s=96&d=mm&r=g\",\"caption\":\"Warren\"},\"description\":\"A pro gamer and a content writer. Playing games and writing content on games from the last 5 years. Favourite games are Apex, Valorant, Dota, Rocket League, Overwatch &amp; LoL.\",\"sameAs\":[\"https:\\\/\\\/immortalboost.com\\\/blog\"],\"url\":\"https:\\\/\\\/immortalboost.com\\\/blog\\\/author\\\/admin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Marathon Game Guide: Gameplay, Classes, Maps & Release 2026","description":"Complete guide to the Marathon game covering release date, gameplay mechanics, Runner classes, maps on Tau Ceti IV, price, and Bungie's PvPvE shooter.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/immortalboost.com\/blog\/marathon\/marathon-game-guide\/","og_locale":"en_US","og_type":"article","og_title":"Marathon Game Guide: Gameplay, Classes, Maps & Release 2026","og_description":"Complete guide to the Marathon game covering release date, gameplay mechanics, Runner classes, maps on Tau Ceti IV, price, and Bungie's PvPvE shooter.","og_url":"https:\/\/immortalboost.com\/blog\/marathon\/marathon-game-guide\/","article_publisher":"https:\/\/www.facebook.com\/Immortalboostcheapboosting\/","article_published_time":"2026-03-04T06:47:12+00:00","article_modified_time":"2026-03-04T06:47:13+00:00","og_image":[{"width":1536,"height":1024,"url":"https:\/\/immortalboost.com\/blog\/wp-content\/uploads\/2026\/03\/task_01kjvrh5yje9nazagfw5xcehkm_1772605779_img_1.webp","type":"image\/webp"}],"author":"Warren","twitter_card":"summary_large_image","twitter_creator":"@immortalboost","twitter_site":"@immortalboost","twitter_misc":{"Written by":"Warren","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/immortalboost.com\/blog\/marathon\/marathon-game-guide\/#article","isPartOf":{"@id":"https:\/\/immortalboost.com\/blog\/marathon\/marathon-game-guide\/"},"author":{"name":"Warren","@id":"https:\/\/immortalboost.com\/blog\/#\/schema\/person\/7c2474ec9f2e7494edb47bfba3921c5b"},"headline":"Marathon Game Guide: Release Date, Gameplay, Classes, Maps &amp; Story In 2026","datePublished":"2026-03-04T06:47:12+00:00","dateModified":"2026-03-04T06:47:13+00:00","mainEntityOfPage":{"@id":"https:\/\/immortalboost.com\/blog\/marathon\/marathon-game-guide\/"},"wordCount":1021,"publisher":{"@id":"https:\/\/immortalboost.com\/blog\/#organization"},"image":{"@id":"https:\/\/immortalboost.com\/blog\/marathon\/marathon-game-guide\/#primaryimage"},"thumbnailUrl":"https:\/\/immortalboost.com\/blog\/wp-content\/uploads\/2026\/03\/task_01kjvrh5yje9nazagfw5xcehkm_1772605779_img_1.webp","articleSection":["Marathon"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/immortalboost.com\/blog\/marathon\/marathon-game-guide\/","url":"https:\/\/immortalboost.com\/blog\/marathon\/marathon-game-guide\/","name":"Marathon Game Guide: Gameplay, Classes, Maps & Release 2026","isPartOf":{"@id":"https:\/\/immortalboost.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/immortalboost.com\/blog\/marathon\/marathon-game-guide\/#primaryimage"},"image":{"@id":"https:\/\/immortalboost.com\/blog\/marathon\/marathon-game-guide\/#primaryimage"},"thumbnailUrl":"https:\/\/immortalboost.com\/blog\/wp-content\/uploads\/2026\/03\/task_01kjvrh5yje9nazagfw5xcehkm_1772605779_img_1.webp","datePublished":"2026-03-04T06:47:12+00:00","dateModified":"2026-03-04T06:47:13+00:00","description":"Complete guide to the Marathon game covering release date, gameplay mechanics, Runner classes, maps on Tau Ceti IV, price, and Bungie's PvPvE shooter.","breadcrumb":{"@id":"https:\/\/immortalboost.com\/blog\/marathon\/marathon-game-guide\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/immortalboost.com\/blog\/marathon\/marathon-game-guide\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/immortalboost.com\/blog\/marathon\/marathon-game-guide\/#primaryimage","url":"https:\/\/immortalboost.com\/blog\/wp-content\/uploads\/2026\/03\/task_01kjvrh5yje9nazagfw5xcehkm_1772605779_img_1.webp","contentUrl":"https:\/\/immortalboost.com\/blog\/wp-content\/uploads\/2026\/03\/task_01kjvrh5yje9nazagfw5xcehkm_1772605779_img_1.webp","width":1536,"height":1024,"caption":"A Runner exploring the abandoned colony of Tau Ceti IV in Bungie\u2019s Marathon extraction shooter."},{"@type":"BreadcrumbList","@id":"https:\/\/immortalboost.com\/blog\/marathon\/marathon-game-guide\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/immortalboost.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Marathon","item":"https:\/\/immortalboost.com\/blog\/category\/marathon\/"},{"@type":"ListItem","position":3,"name":"Marathon Game Guide: Release Date, Gameplay, Classes, Maps &amp; Story In 2026"}]},{"@type":"WebSite","@id":"https:\/\/immortalboost.com\/blog\/#website","url":"https:\/\/immortalboost.com\/blog\/","name":"Immortalboost","description":"ImmortalBoost Blog - Get Better At Gaming","publisher":{"@id":"https:\/\/immortalboost.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/immortalboost.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/immortalboost.com\/blog\/#organization","name":"Immortalboost","url":"https:\/\/immortalboost.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/immortalboost.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/immortalboost.com\/blog\/wp-content\/uploads\/2023\/07\/Immortal-Boost-704x151-1.webp","contentUrl":"https:\/\/immortalboost.com\/blog\/wp-content\/uploads\/2023\/07\/Immortal-Boost-704x151-1.webp","width":704,"height":151,"caption":"Immortalboost"},"image":{"@id":"https:\/\/immortalboost.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/Immortalboostcheapboosting\/","https:\/\/x.com\/immortalboost","https:\/\/instagram.com\/immortalboost"]},{"@type":"Person","@id":"https:\/\/immortalboost.com\/blog\/#\/schema\/person\/7c2474ec9f2e7494edb47bfba3921c5b","name":"Warren","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/d763c13d4c164d0314c35ebe2bc2af24dca7f8e0e13bc011320b701e9f49510b?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/d763c13d4c164d0314c35ebe2bc2af24dca7f8e0e13bc011320b701e9f49510b?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/d763c13d4c164d0314c35ebe2bc2af24dca7f8e0e13bc011320b701e9f49510b?s=96&d=mm&r=g","caption":"Warren"},"description":"A pro gamer and a content writer. Playing games and writing content on games from the last 5 years. Favourite games are Apex, Valorant, Dota, Rocket League, Overwatch &amp; LoL.","sameAs":["https:\/\/immortalboost.com\/blog"],"url":"https:\/\/immortalboost.com\/blog\/author\/admin\/"}]}},"_links":{"self":[{"href":"https:\/\/immortalboost.com\/blog\/wp-json\/wp\/v2\/posts\/24371","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/immortalboost.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/immortalboost.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/immortalboost.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/immortalboost.com\/blog\/wp-json\/wp\/v2\/comments?post=24371"}],"version-history":[{"count":2,"href":"https:\/\/immortalboost.com\/blog\/wp-json\/wp\/v2\/posts\/24371\/revisions"}],"predecessor-version":[{"id":24378,"href":"https:\/\/immortalboost.com\/blog\/wp-json\/wp\/v2\/posts\/24371\/revisions\/24378"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/immortalboost.com\/blog\/wp-json\/wp\/v2\/media\/24376"}],"wp:attachment":[{"href":"https:\/\/immortalboost.com\/blog\/wp-json\/wp\/v2\/media?parent=24371"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/immortalboost.com\/blog\/wp-json\/wp\/v2\/categories?post=24371"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/immortalboost.com\/blog\/wp-json\/wp\/v2\/tags?post=24371"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}