OK
https://www.origin.com/
Ecuador
Country
Network
September 19, 2024, 03:55 PM UTC
Date & Time
Websites
Websites
Runtime: 2.4s
On September 19, 2024, 03:55 PM UTC, https://www.origin.com/ was accessible when tested on AS27947 in Ecuador.

Failures

HTTP Experiment
null
DNS Experiment
null
Control
null

DNS Queries

Resolver:
181.39.62.80
Query:
IN A www.origin.com
Engine:
system
Name
Class
TTL
Type
DATA
@
IN
A
104.71.249.231

TCP Connections

Connection to 104.71.249.231:443 succeeded.

HTTP Requests

URL
GET https://www.ea.com/games/library/pc-download
Response Headers
Alt-Svc:
h3=":443"; ma=93600
Cache-Control:
max-age=545
Content-Security-Policy:
frame-ancestors 'self'
Content-Type:
text/html; charset=UTF-8
Date:
Thu, 19 Sep 2024 15:55:46 GMT
Expires:
Thu, 19 Sep 2024 16:04:51 GMT
Last-Modified:
Thu, 19 Sep 2024 15:46:41 UTC
Set-Cookie:
jobs-locale=en; SameSite=Strict; Path=/; Secure
Strict-Transport-Security:
max-age=15768000
Vary:
Accept-Encoding
X-Application-Context:
eacom
X-Environment-Context:
prod
X-Frame-Options:
SAMEORIGIN
X-L-Path:
inert
Response Body


<!DOCTYPE html>
<html lang="en" dir="ltr" wf-loading>
    <head>
        
    
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="shortcut icon" type="image/png" href="/assets/images/favicon.png">


    <script>
        window.newrelicAttributes = {
            accountId: "1796917",
            trustKey: "1796917",
            agentId: "149134891",
            licenseKey: "f701a6c63c",
            applicationId: "149134891"
        };
    </script>
    <script src="/newrelic.js"></script>



<!-- Compliant Google Optimize -->
<script>
        (() => {
            const getPrivacyCookie = () => {
                const privacyCookie = document.cookie.match('(^|;)\\s*cmapi_cookie_privacy\\s*=\\s*([^;]+)');

                return privacyCookie ? privacyCookie.pop() : null;
            };

            const getBehaviorCookie = () => {
                const behaviorCookie = document.cookie.match('(^|;)\\s*notice_behavior\\s*=\\s*([^;]+)');

                return behaviorCookie ? behaviorCookie.pop() : null;
            };

            const hasOptedIn = () => {
                const behaviorCookie = getBehaviorCookie();
                const privacyCookie = getPrivacyCookie();

                return behaviorCookie && behaviorCookie.match(/^none$/) || privacyCookie && privacyCookie.match(/2|3/);
            }

            const appendOptimize = () => {
                const head = document.getElementsByTagName('head')[0];

                if (head) {
                    const script = document.createElement('script');

                    script.src = 'https://www.googleoptimize.com/optimize.js?id=GTM-M6BQF2W';
                    script.id = "google-optimize"
                    head.append(script);
                }
            };

            const removeOptimize = () => {
                const head = document.getElementsByTagName('head')[0];
                const optimizeScript = document.getElementById('google-optimize');

                if (head && optimizeScript) {
                    head.removeChild(optimizeScript);
                }
            }

            /**
             * Append or remove Google Optimize script to head,
             * depending on whether user's cookie preferences
             * have opted in and Google Optimize script already
             * exists in head.
             */
            const handleConsentDecision = () => {
                const googleOptimizeScript = document.getElementById('google-optimize');
                if (hasOptedIn() && !googleOptimizeScript) {
                    appendOptimize();
                } else if (!hasOptedIn() && googleOptimizeScript) {
                    removeOptimize();
                }
            }

            /**
             * Callbacks will occur in the form of a PostMessage event. This code listens for the
             * appropriately formatted PostMessage event, gets the new consent decision, and then sets
             * the new cookie preferences.
             */
            const handlePreferencesUpdated = (e) => {
                try {
                    const { capabilities, action } = JSON.parse(e.data).PrivacyManagerAPI || {};
                    if (capabilities && action === 'getConsentDecision') {
                        handleConsentDecision();
                    }
                } catch (error) {
                    console.error(error);
                }
            }

            /**
             * Registers with the TrustArc Content Manager (CM) API to receive callbacks when
             * a preference update occurs, and initialized dispatched preferences array to
             * the user's current preferences. You must wait for the CM API (PrivacyManagerAPI object)
             * to exist on the page before registering.
             */
            const CMICallbackRegister = () => {
                const interval = setInterval(() => {
                    if (window.PrivacyManagerAPI && interval) {
                        const apiObject = {
                            PrivacyManagerAPI: {
                                action: 'getConsentDecision',
                                timestamp: new Date().getTime(),
                                self: window.location.host
                            }
                        };
                        window.top.postMessage(JSON.stringify(apiObject), '*');
                        clearInterval(interval);
                    }
                }, 50);
            }

            /**
             * Listener registers a message callback on the TrustArc Content Manager when
             * user's cookie preferences are updated and adds an event listener
             * on the message events that occur when said preference updates occur.
             */
            const trustArcScriptLoadListener = () => {
                if (typeof window.truste === 'object') {
                    CMICallbackRegister();
                    window.addEventListener('message', handlePreferencesUpdated);
                }
            }

            window.addEventListener('load', trustArcScriptLoadListener);
            const behaviorCookie = getBehaviorCookie();

            if (behaviorCookie === null) {
                // wait for TrustArc script to load before checking cookies
                let numIntervals = 0;
                const scriptLoadInterval = setInterval( () => {
                    if(getBehaviorCookie()) {
                        handleConsentDecision();
                        clearInterval(scriptLoadInterval);
                    }
                    // Stop running interval after 8 times (8x the documented 500ms it
                    // should take to load the TrustArc script on the BE) to prevent running forever
                    if (++numIntervals >= 10) {
                        clearInterval(scriptLoadInterval);
                    }
                } , 500);
            } else {
                handleConsentDecision();
            }
        })();
</script>
    <!-- End Compliant Google Optimize -->


<!-- Google Tag Manager -->
<script>
    (function(w, d, s, l) {
        w[l] = w[l] || [];
        w[l].push({
            'gtm.start': new Date().getTime(),
            event: 'gtm.js'
        });

        var f = d.getElementsByTagName(s)[0];
        var j = d.createElement(s);
        var dl = l !== 'dataLayer' ? '&l=' + l : '';

        j.async = true;
        j.src = 'https://www.googletagmanager.com/gtm.js?id=GTM-TG32RCX' + dl;
        f.parentNode.insertBefore(j, f);
    })(window, document, 'script', 'dataLayer');
</script>
<!-- End Google Tag Manager -->



<style>
    [unresolved] {
        visibility: hidden !important;
    }
</style>


<noscript>
    <style>
        [unresolved] {
            visibility: visible !important;
        }
    </style>
</noscript>

<style>
    body {
        margin: 0;
    }

    .image img {
        max-width: 100%;
    }
</style>


<script>
    
    if (!CSS.supports('width', 'calc((var(--test))')) {
        window.ShadyCSS = {
            shimcssproperties: true
        };
    }

    document.addEventListener('nds.typeKit.active', function() {
        document.querySelector('html').removeAttribute('wf-loading');
    });
</script>

<script src="//unpkg.com/@webcomponents/webcomponentsjs@2.2.7/webcomponents-loader.js"
    integrity="sha384-3HK5hxQbkFqOIxMbpROlRmRtYl2LBZ52t+tqcjzsmr9NJuOWQxl8RgQSyFvq2lhy"
    crossorigin="anonymous"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/masonry/4.2.2/masonry.pkgd.min.js"
    integrity="sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D"
    crossorigin="anonymous"></script>
<script src="//w.soundcloud.com/player/api.js"></script>






<script>
    window.nds = window.nds || {};
    window.nds.componentUrlPrefix = '//pl.ea.com/release/4.68.4/elements/ea-elements.min.js'.substring(0, '//pl.ea.com/release/4.68.4/elements/ea-elements.min.js'.lastIndexOf('/') + 1);
    window.nds.contentfulUrl = 'https://contentful-proxy.juno.ea.com/graphql';
    window.nds.salUrl = 'https://service-aggregation-layer.juno.ea.com/graphql';
    window.nds.useApq = true;
    window.nds.salClientId = 'eacom-fe';
    window.nds.xGameDistMethod = 'eacom';
    window.nds.lockboxGameId = 'eacom';
    window.nds.lockboxInvoiceSource = 'EACOM-STORE-WEB-%countryCode%';
    window.nds.lockboxExternalPaymentPath = '/lockbox-external-payment';
</script>



<script type="module" src="//pl.ea.com/release/4.68.4/elements/ea-elements.min.js"></script>
<script nomodule defer src="//pl.ea.com/release/4.68.4/elements/ea-elements.min.js"></script>



    
        
    

<style>
    @font-face {
    font-family: 'ElectronicArtsDisplay';
    src: url(/assets/fonts/display/ElectronicArtsDisplay-Regular.woff2) format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'ElectronicArtsDisplay';
    src: url(/assets/fonts/display/ElectronicArtsDisplay-Bold.woff2) format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'ElectronicArtsText';
    src: url(/assets/fonts/text/ElectronicArtsText-Light.woff2) format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'ElectronicArtsText';
    src: url(/assets/fonts/text/ElectronicArtsText-LightItalic.woff2) format('woff');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'ElectronicArtsText';
    src: url(/assets/fonts/text/ElectronicArtsText-Regular.woff2) format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'ElectronicArtsText';
    src: url(/assets/fonts/text/ElectronicArtsText-Italic.woff2) format('woff');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'ElectronicArtsText';
    src: url(/assets/fonts/text/ElectronicArtsText-Bold.woff2) format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'ElectronicArtsText';
    src: url(/assets/fonts/text/ElectronicArtsText-BoldItalic.woff2) format('woff');
    font-weight: 600;
    font-style: italic;
}

</style>






    <title>PC Games and Computer Video Games for Download - Electronic Arts</title>
    


<meta property="og:type" content="article">
<meta property="og:title" content="PC Games and Computer Video Games for Download - Electronic Arts">
<meta property="og:description" content="Explore PC video games available for download right now. Electronic Arts is a leading publisher of games for the PC, consoles, and mobile.">

    <meta property="og:url" content="https://www.ea.com/games/library/pc-download">

<meta property="og:site_name" content="Electronic Arts Inc.">

    <meta property="og:image" content="https://media.contentapi.ea.com/content/dam/eacom/common/eacom-pc-games-page-feature-image.jpg.adapt.crop191x100.1200w.jpg">


    <meta property="og:image:width" content="1200">
    <meta property="og:image:height" content="628">


<meta name="description" content="Explore PC video games available for download right now. Electronic Arts is a leading publisher of games for the PC, consoles, and mobile.">
<meta name="author" content="Electronic Arts">
<meta property="article:modified_time" content="2023-05-15T16:52:46Z">
<meta property="article:published_time" content="2016-10-19T21:57:21+01:00">





<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@ea">
<meta name="twitter:title" content="PC Games and Computer Video Games for Download - Electronic Arts">
<meta name="twitter:description" content="Explore PC video games available for download right now. Electronic Arts is a leading publisher of games for the PC, consoles, and mobile.">

    <meta name="twitter:image" content="https://media.contentapi.ea.com/content/dam/eacom/common/eacom-pc-games-page-feature-image.jpg.adapt.crop16x9.1023w.jpg">

<meta name="twitter:creator" content="@ea">

<script type="application/ld+json">
{
    "@context": "http://schema.org",
    "@type": "Article",
     
"image": {
    "@type": "ImageObject",
    "url": "https://media.contentapi.ea.com/content/dam/eacom/common/eacom-pc-games-page-feature-image.jpg.adapt.crop191x100.1200w.jpg"
},
 
    "author": {
      "@type": "Organization",
      "name": "Electronic Arts",
      "sameAs": "https://en.wikipedia.org/wiki/Electronic_Arts"
    },
    "publisher": {
        "@type": "Organization",
        "name": "Electronic Arts",
        "sameAs": "https://en.wikipedia.org/wiki/Electronic_Arts",
        "logo": {
            "@type": "ImageObject",
            "url": "https://media.contentapi.ea.com/content/dam/ea/EA_logo.png",
            "width": 60,
            "height": 60
        }
    },
    "inLanguage": "en",
    "description": "Explore PC video games available for download right now. Electronic Arts is a leading publisher of games for the PC, consoles, and mobile.",
    "datePublished": "2016-10-19T21:57:21+01:00",
    "dateModified": "2023-05-15T16:52:46Z",
    "headline": "PC Games and Computer Video Games for Download - Electronic Arts",
    "url": "https://www.ea.com/games/library/pc-download"
}
</script>



    </head>
    <body unresolved>
        
    


<custom-style><style include="ea-shared-styles-base-common"></style></custom-style>
<custom-style><style include="ea-shared-styles-base-headings"></style></custom-style>
<custom-style><style include="ea-shared-styles-base-lists"></style></custom-style>
<custom-style><style include="ea-shared-styles-base-links"></style></custom-style>
<custom-style><style include="ea-shared-styles-base-images"></style></custom-style>
<custom-style><style include="ea-shared-styles-typography-headings"></style></custom-style>
<custom-style><style include="ea-shared-styles-typography-paragraphs"></style></custom-style>
<custom-style><style include="ea-shared-styles-typography-labels"></style></custom-style>


    
        
            <custom-style>
                <style>
                    html {
                        
                            --origin-brand-color: #07F468;
                        
                            --eaCorporate-landingSection-spacerTop-XS: 32px;
                        
                            --eaCorporate-landingSection-spacerTop-SM: 32px;
                        
                            --eaCorporate-landingSection-spacerTop-MD: 80px;
                        
                            --eaCorporate-landingSection-spacerTop-LG: 104px;
                        
                            --eaCorporate-landingSection-spacerTop-XL: 128px;
                        
                            --eaCorporate-landingSection-spacerBottom-XS: 32px;
                        
                            --eaCorporate-landingSection-spacerBottom-SM: 32px;
                        
                            --eaCorporate-landingSection-spacerBottom-MD: 40px;
                        
                            --eaCorporate-landingSection-spacerBottom-LG: 48px;
                        
                            --eaCorporate-landingSection-spacerBottom-XL: 56px;
                        
                            --eaCorporate-standardSection-spacerTop-XS: 48px;
                        
                            --eaCorporate-standardSection-spacerTop-SM: 48px;
                        
                            --eaCorporate-standardSection-spacerTop-MD: 80px;
                        
                            --eaCorporate-standardSection-spacerTop-LG: 80px;
                        
                            --eaCorporate-standardSection-spacerTop-XL: 80px;
                        
                            --eaCorporate-standardSection-spacerBottom-XS: 48px;
                        
                            --eaCorporate-standardSection-spacerBottom-SM: 48px;
                        
                            --eaCorporate-standardSection-spacerBottom-MD: 80px;
                        
                            --eaCorporate-standardSection-spacerBottom-LG: 80px;
                        
                            --eaCorporate-standardSection-spacerBottom-XL: 80px;
                        
                            --ea-theme-stream-ui-paddle-default: #161616;
                        
                            --ea-theme-stream-ui-paddle-disabled: #BFBFBF;
                        
                            --ea-theme-stream-ui-progress-indicator-default: rgb(255,255,255);
                        
                            --ea-theme-stream-ui-progress-indicator-hover: rgb(255,255,255);
                        
                            --ea-theme-stream-ui-progress-bar-stroke-default: #ff8e8e;
                        
                            --ea-theme-stream-ui-progress-bar-stroke-hover: #ff8e8e;
                        
                            --ea-theme-stream-ui-progress-bar-fill-hover: #ff8e8e;
                        
                            --ea-theme-toaster-eyebrow-font-size-mobile: 16px;
                        
                            --ea-theme-toaster-eyebrow-font-size-tablet: 18px;
                        
                            --ea-theme-toaster-eyebrow-font-size-desktop: 20px;
                        
                            --ea-theme-toaster-copy-font-size-tablet: 16px;
                        
                            --ea-theme-toaster-copy-font-size-desktop: 18px;
                        
                            --ea-theme-tabs-background-color: #F3F3F4;
                        
                            --ea-theme-tabs-indicator-color: #276AFC;
                        
                            --ea-theme-tabs-interface-color: #276AFC;
                        
                            --ea-theme-tabs-unselected-type: #000000;
                        
                            --ea-theme-tabs-selected-type: #000000;
                        
                            --ea-theme-tabs-selected-state: #DEDEDE;
                        
                             --ea-theme-tabs-accent-elements: rgba(0, 0, 0, 0.08);
                        
                            --ea-theme-tabs-inactive-interface-color: rgba(255, 255, 255, 0.1);
                        
                            --ea-theme-tabs-tab-text-transform: capitalize;
                        
                            --ea-theme-h5-font-size-tablet-landscape: 22px;
                        
                            --ea-theme-light-gradient: var(--ea-theme-ea-brand-2020-deep-blue);
                        
                    }
                </style>
            </custom-style>
        
    



<ea-elements-loader elements="ea-network-nav, ea-player, ea-type-kit">
</ea-elements-loader>


    <ea-network-nav
        unresolved
        userData="/user-data"
        content="//nds-network-nav.ea.com//en-us/network-nav"
        login-url="/login"
        logout-url="/logout"
            
                
                    
                        hide-logo
                    
                
            
    ></ea-network-nav>




    
        
            
                
<ea-elements-loader elements="ea-page-background">
</ea-elements-loader>
<ea-page-background
    unresolved
    layout="fixed"
    background-color=""
    
>
    


</ea-page-background>

            
        
    




    
        
            
                

    
<ea-elements-loader elements="ea-local-nav-advanced, ea-link">
</ea-elements-loader>
<ea-local-nav-advanced
    
    
        home-text="Electronic Arts Home"
        home-tooltip="Electronic Arts Home"
        home-link="https://www.ea.com/"
    
    
        logo-image="https://media.contentapi.ea.com/content/dam/eacom/common/ea-wordmark-network-nav-coral.svg"
        
            logo-tooltip="Electronics Arts Home"
        
    
    
        theme="dark"
    
    
        shelf-type="band"
    
    
        open-drawer-text="Menu"
    
    
        close-drawer-text="Close"
    
    
        mini
    
    

    
        show-franchise-nav
    

    
        show-breadcrumbs
    

    

    

    
        franchise-link-text="All Games"
    

    
        franchise-link-url="/games"
    
    unresolved
>
    
        
            
<ea-elements-loader elements="ea-game-box">
</ea-elements-loader>
<ea-container
    
        filter-key="All"
    
    
        slot="franchise-game-box"
    
>
    <ea-game-box
        slot="game-box"
        
            background-image="https://media.contentapi.ea.com/content/dam/gin/images/2021/04/ea-play-16x9.png.adapt.crop1x1.767w.png"
            
                background-image-alt-text=""
            

        
        
            logo-url="https://media.contentapi.ea.com/content/dam/gin/images/2021/04/ea-play-mono-logo-svg.svg"
            logo-alt=""
        
        
            main-link-url="https://www.ea.com/ea-play"
        
        
            main-link-title="EA Play"
        
        
        
            type="simple"
        
        
        show-back-alt="EA Play"
        show-front-alt="EA Play"
        title="EA Play"
        sale-text=""
        unresolved
    >
        
        
        

        
        <!-- Output Main Link as an anchor tag for SEO -->
        <a
            
                href="https://www.ea.com/ea-play"
            
            
                title="EA Play"
            
            
        >EA Play</a>
    </ea-game-box>
</ea-container>

        
            
<ea-elements-loader elements="ea-game-box">
</ea-elements-loader>
<ea-container
    
        filter-key="All"
    
    
        slot="franchise-game-box"
    
>
    <ea-game-box
        slot="game-box"
        
            background-image="https://media.contentapi.ea.com/content/dam/gin/images/2022/07/eas-fifa22-gen5-ue-keyart-horz-f23logo.jpg.adapt.crop1x1.767w.jpg"
            
                background-image-alt-text=""
            

        
        
            logo-url="https://media.contentapi.ea.com/content/dam/gin/common/logos/fifa23-logo-white-stacked.svg"
            logo-alt=""
        
        
            main-link-url="/games/fifa/fifa-23"
        
        
            main-link-title="FIFA 23"
        
        
        
            type="simple"
        
        
        show-back-alt="FIFA 23"
        show-front-alt="FIFA 23"
        title="FIFA 23"
        sale-text=""
        unresolved
    >
        
        
        

        
        <!-- Output Main Link as an anchor tag for SEO -->
        <a
            
                href="/games/fifa/fifa-23"
            
            
                title="FIFA 23"
            
            
        >FIFA 23</a>
    </ea-game-box>
</ea-container>

        
            
<ea-elements-loader elements="ea-game-box">
</ea-elements-loader>
<ea-container
    
        filter-key="All"
    
    
        slot="franchise-game-box"
    
>
    <ea-game-box
        slot="game-box"
        
            background-image="https://media.contentapi.ea.com/content/dam/gin/images/2022/05/1-1-gamebox-f122-keyart-1.png.adapt.crop1x1.767w.png"
            
                background-image-alt-text=""
            

        
        
            logo-url="https://media.contentapi.ea.com/content/dam/gin/common/logos/f122-gamebox-logo.png"
            logo-alt=""
        
        
            main-link-url="/games/f1/f1-22"
        
        
            main-link-title="F1™  22"
        
        
        
            type="simple"
        
        
        show-back-alt="F1™  22"
        show-front-alt="F1™  22"
        title="F1™  22"
        sale-text=""
        unresolved
    >
        
        
        

        
        <!-- Output Main Link as an anchor tag for SEO -->
        <a
            
                href="/games/f1/f1-22"
            
            
                title="F1™  22"
            
            
        >F1™  22</a>
    </ea-game-box>
</ea-container>

        
            
<ea-elements-loader elements="ea-game-box">
</ea-elements-loader>
<ea-container
    
        filter-key="All"
    
    
        slot="franchise-game-box"
    
>
    <ea-game-box
        slot="game-box"
        
            background-image="https://media.contentapi.ea.com/content/dam/gin/images/2022/05/madden-23-keyart.jpg.adapt.crop1x1.767w.jpg"
            
                background-image-alt-text=""
            

        
        
            logo-url="https://media.contentapi.ea.com/content/dam/gin/common/logos/m23-gamebox-logo.svg"
            logo-alt=""
        
        
            main-link-url="/games/madden-nfl/madden-nfl-23"
        
        
            main-link-title="Madden NFL 23"
        
        
        
            type="simple"
        
        
        show-back-alt="Madden NFL 23"
        show-front-alt="Madden NFL 23"
        title="Madden NFL 23"
        sale-text=""
        unresolved
    >
        
        
        

        
        <!-- Output Main Link as an anchor tag for SEO -->
        <a
            
                href="/games/madden-nfl/madden-nfl-23"
            
            
                title="Madden NFL 23"
            
            
        >Madden NFL 23</a>
    </ea-game-box>
</ea-container>

        
            
<ea-elements-loader elements="ea-game-box">
</ea-elements-loader>
<ea-container
    
        filter-key="All"
    
    
        slot="franchise-game-box"
    
>
    <ea-game-box
        slot="game-box"
        
            background-image="https://media.contentapi.ea.com/content/dam/gin/images/2019/01/apex-legends-keyart.jpg.adapt.crop1x1.767w.jpg"
            
                background-image-alt-text=""
            

        
        
            logo-url="https://media.contentapi.ea.com/content/dam/gin/common/logos/apex-legends-mono-logo.svg"
            logo-alt=""
        
        
            main-link-url="/games/apex-legends"
        
        
            main-link-title="Apex Legends"
        
        
        
            type="simple"
        
        
        show-back-alt="Apex Legends"
        show-front-alt="Apex Legends"
        title="Apex Legends"
        sale-text=""
        unresolved
    >
        
        
        

        
        <!-- Output Main Link as an anchor tag for SEO -->
        <a
            
                href="/games/apex-legends"
            
            
                title="Apex Legends"
            
            
        >Apex Legends</a>
    </ea-game-box>
</ea-container>

        
            
<ea-elements-loader elements="ea-game-box">
</ea-elements-loader>
<ea-container
    
        filter-key="All"
    
    
        slot="franchise-game-box"
    
>
    <ea-game-box
        slot="game-box"
        
            background-image="https://media.contentapi.ea.com/content/dam/gin/images/2021/06/battlefield-2042-key-art.jpg.adapt.crop1x1.767w.jpg"
            
                background-image-alt-text=""
            

        
        
            logo-url="https://media.contentapi.ea.com/content/dam/gin/common/logos/battlefield-2042-mono-logo-svg.svg"
            logo-alt=""
        
        
            main-link-url="https://www.ea.com/games/battlefield/battlefield-2042"
        
        
            main-link-title="Battlefield™ 2042"
        
        
        
            type="simple"
        
        
        show-back-alt="Battlefield™ 2042"
        show-front-alt="Battlefield™ 2042"
        title="Battlefield™ 2042"
        sale-text=""
        unresolved
    >
        
        
        

        
        <!-- Output Main Link as an anchor tag for SEO -->
        <a
            
                href="https://www.ea.com/games/battlefield/battlefield-2042"
            
            
                title="Battlefield™ 2042"
            
            
        >Battlefield™ 2042</a>
    </ea-game-box>
</ea-container>

        
            
<ea-elements-loader elements="ea-game-box">
</ea-elements-loader>
<ea-container
    
        filter-key="All"
    
    
        slot="franchise-game-box"
    
>
    <ea-game-box
        slot="game-box"
        
            background-image="https://media.contentapi.ea.com/content/dam/gin/images/2017/01/the-sims-4-keyart.jpg.adapt.crop1x1.767w.jpg"
            
                background-image-alt-text=""
            

        
        
            logo-url="https://media.contentapi.ea.com/content/dam/gin/common/logos/the-sims-4-mono-logo.png"
            logo-alt=""
        
        
            main-link-url="https://www.ea.com/games/the-sims/the-sims-4"
        
        
            main-link-title="The Sims 4"
        
        
        
            type="simple"
        
        
        show-back-alt="The Sims 4"
        show-front-alt="The Sims 4"
        title="The Sims 4"
        sale-text=""
        unresolved
    >
        
        
        

        
        <!-- Output Main Link as an anchor tag for SEO -->
        <a
            
                href="https://www.ea.com/games/the-sims/the-sims-4"
            
            
                title="The Sims 4"
            
            
        >The Sims 4</a>
    </ea-game-box>
</ea-container>

        
    

    

    
        <a title="Electronic Arts Home" href="https://www.ea.com/">
            Electronic Arts Home
            
                <img
                    src="https://media.contentapi.ea.com/content/dam/eacom/common/ea-wordmark-network-nav-coral.svg"
                    
                        alt="Electronics Arts Home"
                    
                />
            
        </a>
    

    
        
            
<ea-elements-loader elements="ea-local-nav-shelf-sub-nav">
</ea-elements-loader>
<ea-local-nav-shelf-sub-nav
    slot="local-nav-shelf-link"
    toggle-text="GAMES"
    theme="dark"
    type="narrow"
    unresolved
>
    
<ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section">
</ea-elements-loader>
<ea-local-nav-shelf-sub-nav-section
    title-text="BROWSE GAMES"
    slot="sub-nav-section"
    unresolved
>
    
<ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link">
</ea-elements-loader>
<ea-local-nav-shelf-sub-nav-section-link
    slot="sub-nav-section-link"
    link-text="Latest Games"
    link-href="https://www.ea.com/games"
    link-target="_self"
    
    unresolved
>
    <a href="https://www.ea.com/games">Latest Games</a>
</ea-local-nav-shelf-sub-nav-section-link>

<ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link">
</ea-elements-loader>
<ea-local-nav-shelf-sub-nav-section-link
    slot="sub-nav-section-link"
    link-text="Coming Soon"
    link-href="https://www.ea.com/games/coming-soon"
    link-target="_self"
    
    unresolved
>
    <a href="https://www.ea.com/games/coming-soon">Coming Soon</a>
</ea-local-nav-shelf-sub-nav-section-link>

<ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link">
</ea-elements-loader>
<ea-local-nav-shelf-sub-nav-section-link
    slot="sub-nav-section-link"
    link-text="Free-To-Play"
    link-href="https://www.ea.com/games/library/freetoplay"
    link-target="_self"
    
    unresolved
>
    <a href="https://www.ea.com/games/library/freetoplay">Free-To-Play</a>
</ea-local-nav-shelf-sub-nav-section-link>

<ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link">
</ea-elements-loader>
<ea-local-nav-shelf-sub-nav-section-link
    slot="sub-nav-section-link"
    link-text="EA SPORTS"
    link-href="https://www.ea.com/sports"
    link-target="_self"
    
    unresolved
>
    <a href="https://www.ea.com/sports">EA SPORTS</a>
</ea-local-nav-shelf-sub-nav-section-link>

<ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link">
</ea-elements-loader>
<ea-local-nav-shelf-sub-nav-section-link
    slot="sub-nav-section-link"
    link-text="EA Originals"
    link-href="https://www.ea.com/ea-originals"
    link-target="_self"
    
    unresolved
>
    <a href="https://www.ea.com/ea-originals">EA Originals</a>
</ea-local-nav-shelf-sub-nav-section-link>

<ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link">
</ea-elements-loader>
<ea-local-nav-shelf-sub-nav-section-link
    slot="sub-nav-section-link"
    link-text="Games Library"
    link-href="https://www.ea.com/games/library"
    link-target="_self"
    
    unresolved
>
    <a href="https://www.ea.com/games/library">Games Library</a>
</ea-local-nav-shelf-sub-nav-section-link>

<ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link">
</ea-elements-loader>
<ea-local-nav-shelf-sub-nav-section-link
    slot="sub-nav-section-link"
    link-text="EA app Deals"
    link-href="https://www.ea.com/sales/deals"
    link-target="_self"
    
    unresolved
>
    <a href="https://www.ea.com/sales/deals">EA app Deals</a>
</ea-local-nav-shelf-sub-nav-section-link>

</ea-local-nav-shelf-sub-nav-section>

<ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section">
</ea-elements-loader>
<ea-local-nav-shelf-sub-nav-section
    title-text="PLATFORMS"
    slot="sub-nav-section"
    unresolved
>
    
<ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link">
</ea-elements-loader>
<ea-local-nav-shelf-sub-nav-section-link
    slot="sub-nav-section-link"
    link-text="PC"
    link-href="https://www.ea.com/games/library/pc-download"
    link-target="_self"
    
    unresolved
>
    <a href="https://www.ea.com/games/library/pc-download">PC</a>
</ea-local-nav-shelf-sub-nav-section-link>

<ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link">
</ea-elements-loader>
<ea-local-nav-shelf-sub-nav-section-link
    slot="sub-nav-section-link"
    link-text="PlayStation"
    link-href="https://www.ea.com/games/library/ps5"
    link-target="_self"
    
    unresolved
>
    <a href="https://www.ea.com/games/library/ps5">PlayStation</a>
</ea-local-nav-shelf-sub-nav-section-link>

<ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link">
</ea-elements-loader>
<ea-local-nav-shelf-sub-nav-section-link
    slot="sub-nav-section-link"
    link-text="Xbox"
    link-href="https://www.ea.com/games/library/xbox-series-x"
    link-target="_self"
    
    unresolved
>
    <a href="https://www.ea.com/games/library/xbox-series-x">Xbox</a>
</ea-local-nav-shelf-sub-nav-section-link>

<ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link">
</ea-elements-loader>
<ea-local-nav-shelf-sub-nav-section-link
    slot="sub-nav-section-link"
    link-text="Nintendo Switch"
    link-href="https://www.ea.com/games/library/nintendo-switch"
    link-target="_self"
    
    unresolved
>
    <a href="https://www.ea.com/games/library/nintendo-switch">Nintendo Switch</a>
</ea-local-nav-shelf-sub-nav-section-link>

<ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link">
</ea-elements-loader>
<ea-local-nav-shelf-sub-nav-section-link
    slot="sub-nav-section-link"
    link-text="Mobile"
    link-href="https://www.ea.com/games/library/mobile"
    link-target="_self"
    
    unresolved
>
    <a href="https://www.ea.com/games/library/mobile">Mobile</a>
</ea-local-nav-shelf-sub-nav-section-link>

<ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link">
</ea-elements-loader>
<ea-local-nav-shelf-sub-nav-section-link
    slot="sub-nav-section-link"
    link-text="Pogo"
    link-href="https://www.ea.com/pogo"
    link-target="_self"
    
    unresolved
>
    <a href="https://www.ea.com/pogo">Pogo</a>
</ea-local-nav-shelf-sub-nav-section-link>

</ea-local-nav-shelf-sub-nav-section>

</ea-local-nav-shelf-sub-nav>

        
    
        
            
<ea-elements-loader elements="ea-local-nav-shelf-sub-nav">
</ea-elements-loader>
<ea-local-nav-shelf-sub-nav
    slot="local-nav-shelf-link"
    toggle-text="EXPERIENCES"
    theme="dark"
    type="simple"
    unresolved
>
    
<ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section">
</ea-elements-loader>
<ea-local-nav-shelf-sub-nav-section
    title-text=" "
    slot="sub-nav-section"
    unresolved
>
    
<ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link">
</ea-elements-loader>
<ea-local-nav-shelf-sub-nav-section-link
    slot="sub-nav-section-link"
    link-text="The EA app"
    link-href="https://www.ea.com/ea-app"
    link-target="_self"
    
    unresolved
>
    <a href="https://www.ea.com/ea-app">The EA app</a>
</ea-local-nav-shelf-sub-nav-section-link>

<ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link">
</ea-elements-loader>
<ea-local-nav-shelf-sub-nav-section-link
    slot="sub-nav-section-link"
    link-text="EA Play"
    link-href="https://www.ea.com/ea-play"
    link-target="_self"
    
    unresolved
>
    <a href="https://www.ea.com/ea-play">EA Play</a>
</ea-local-nav-shelf-sub-nav-section-link>

<ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link">
</ea-elements-loader>
<ea-local-nav-shelf-sub-nav-section-link
    slot="sub-nav-section-link"
    link-text="Competitive Gaming"
    link-href="https://www.ea.com/compete"
    link-target="_self"
    
    unresolved
>
    <a href="https://www.ea.com/compete">Competitive Gaming</a>
</ea-local-nav-shelf-sub-nav-section-link>

<ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link">
</ea-elements-loader>
<ea-local-nav-shelf-sub-nav-section-link
    slot="sub-nav-section-link"
    link-text="Playtesting"
    link-href="https://www.ea.com/playtesting"
    link-target="_self"
    
    unresolved
>
    <a href="https://www.ea.com/playtesting">Playtesting</a>
</ea-local-nav-shelf-sub-nav-section-link>

</ea-local-nav-shelf-sub-nav-section>

</ea-local-nav-shelf-sub-nav>

        
    
        
            
<ea-elements-loader elements="ea-local-nav-shelf-sub-nav">
</ea-elements-loader>
<ea-local-nav-shelf-sub-nav
    slot="local-nav-shelf-link"
    toggle-text="ABOUT"
    theme="dark"
    type="simple"
    unresolved
>
    
<ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section">
</ea-elements-loader>
<ea-local-nav-shelf-sub-nav-section
    title-text=""
    slot="sub-nav-section"
    unresolved
>
    
<ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link">
</ea-elements-loader>
<ea-local-nav-shelf-sub-nav-section-link
    slot="sub-nav-section-link"
    link-text="Company"
    link-href="https://www.ea.com/about"
    link-target="_self"
    
    unresolved
>
    <a href="https://www.ea.com/about">Company</a>
</ea-local-nav-shelf-sub-nav-section-link>

<ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link">
</ea-elements-loader>
<ea-local-nav-shelf-sub-nav-section-link
    slot="sub-nav-section-link"
    link-text="Careers"
    link-href="https://www.ea.com/careers"
    link-target="_self"
    
    unresolved
>
    <a href="https://www.ea.com/careers">Careers</a>
</ea-local-nav-shelf-sub-nav-section-link>

<ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link">
</ea-elements-loader>
<ea-local-nav-shelf-sub-nav-section-link
    slot="sub-nav-section-link"
    link-text="News"
    link-href="https://www.ea.com/news"
    link-target="_self"
    
    unresolved
>
    <a href="https://www.ea.com/news">News</a>
</ea-local-nav-shelf-sub-nav-section-link>

<ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link">
</ea-elements-loader>
<ea-local-nav-shelf-sub-nav-section-link
    slot="sub-nav-section-link"
    link-text="Technology"
    link-href="https://www.ea.com/technology"
    link-target="_self"
    
    unresolved
>
    <a href="https://www.ea.com/technology">Technology</a>
</ea-local-nav-shelf-sub-nav-section-link>

<ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link">
</ea-elements-loader>
<ea-local-nav-shelf-sub-nav-section-link
    slot="sub-nav-section-link"
    link-text="EA Studios"
    link-href="https://www.ea.com/studios"
    link-target="_self"
    
    unresolved
>
    <a href="https://www.ea.com/studios">EA Studios</a>
</ea-local-nav-shelf-sub-nav-section-link>

<ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link">
</ea-elements-loader>
<ea-local-nav-shelf-sub-nav-section-link
    slot="sub-nav-section-link"
    link-text="EA Partners"
    link-href="https://www.ea.com/ea-partners"
    link-target="_self"
    
    unresolved
>
    <a href="https://www.ea.com/ea-partners">EA Partners</a>
</ea-local-nav-shelf-sub-nav-section-link>

</ea-local-nav-shelf-sub-nav-section>

</ea-local-nav-shelf-sub-nav>

        
    
        
            
<ea-elements-loader elements="ea-local-nav-shelf-sub-nav">
</ea-elements-loader>
<ea-local-nav-shelf-sub-nav
    slot="local-nav-shelf-link"
    toggle-text="COMMITMENTS"
    theme="dark"
    type="simple"
    unresolved
>
    
<ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section">
</ea-elements-loader>
<ea-local-nav-shelf-sub-nav-section
    title-text="Commitments"
    slot="sub-nav-section"
    unresolved
>
    
<ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link">
</ea-elements-loader>
<ea-local-nav-shelf-sub-nav-section-link
    slot="sub-nav-section-link"
    link-text="Our Commitments"
    link-href="https://www.ea.com/commitments"
    link-target="_self"
    
    unresolved
>
    <a href="https://www.ea.com/commitments">Our Commitments</a>
</ea-local-nav-shelf-sub-nav-section-link>

<ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link">
</ea-elements-loader>
<ea-local-nav-shelf-sub-nav-section-link
    slot="sub-nav-section-link"
    link-text="Positive Play"
    link-href="https://www.ea.com/commitments/positive-play"
    link-target="_self"
    
    unresolved
>
    <a href="https://www.ea.com/commitments/positive-play">Positive Play</a>
</ea-local-nav-shelf-sub-nav-section-link>

<ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link">
</ea-elements-loader>
<ea-local-nav-shelf-sub-nav-section-link
    slot="sub-nav-section-link"
    link-text="People &amp; Inclusive Culture"
    link-href="https://www.ea.com/commitments/people-and-culture"
    link-target="_self"
    
    unresolved
>
    <a href="https://www.ea.com/commitments/people-and-culture">People &amp; Inclusive Culture</a>
</ea-local-nav-shelf-sub-nav-section-link>

<ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link">
</ea-elements-loader>
<ea-local-nav-shelf-sub-nav-section-link
    slot="sub-nav-section-link"
    link-text="Social Impact"
    link-href="https://www.ea.com/commitments/social-impact"
    link-target="_self"
    
    unresolved
>
    <a href="https://www.ea.com/commitments/social-impact">Social Impact</a>
</ea-local-nav-shelf-sub-nav-section-link>

<ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link">
</ea-elements-loader>
<ea-local-nav-shelf-sub-nav-section-link
    slot="sub-nav-section-link"
    link-text="Environment "
    link-href="https://www.ea.com/commitments/environment"
    link-target="_self"
    
    unresolved
>
    <a href="https://www.ea.com/commitments/environment">Environment </a>
</ea-local-nav-shelf-sub-nav-section-link>

</ea-local-nav-shelf-sub-nav-section>

</ea-local-nav-shelf-sub-nav>

        
    
        
            
<ea-elements-loader elements="ea-local-nav-shelf-sub-nav">
</ea-elements-loader>
<ea-local-nav-shelf-sub-nav
    slot="local-nav-shelf-link"
    toggle-text="RESOURCES"
    theme="dark"
    type="simple"
    unresolved
>
    
<ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section">
</ea-elements-loader>
<ea-local-nav-shelf-sub-nav-section
    title-text=""
    slot="sub-nav-section"
    unresolved
>
    
<ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link">
</ea-elements-loader>
<ea-local-nav-shelf-sub-nav-section-link
    slot="sub-nav-section-link"
    link-text="Help"
    link-href="https://help.ea.com/"
    link-target="_blank"
    
    unresolved
>
    <a href="https://help.ea.com/">Help</a>
</ea-local-nav-shelf-sub-nav-section-link>

<ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link">
</ea-elements-loader>
<ea-local-nav-shelf-sub-nav-section-link
    slot="sub-nav-section-link"
    link-text="Forums"
    link-href="https://www.ea.com/forums"
    link-target="_self"
    
    unresolved
>
    <a href="https://www.ea.com/forums">Forums</a>
</ea-local-nav-shelf-sub-nav-section-link>

<ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link">
</ea-elements-loader>
<ea-local-nav-shelf-sub-nav-section-link
    slot="sub-nav-section-link"
    link-text="Player and Parental Tools"
    link-href="https://www.ea.com/commitments/positive-play/player-and-parental-tools"
    link-target="_self"
    
    unresolved
>
    <a href="https://www.ea.com/commitments/positive-play/player-and-parental-tools">Player and Parental Tools</a>
</ea-local-nav-shelf-sub-nav-section-link>

<ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link">
</ea-elements-loader>
<ea-local-nav-shelf-sub-nav-section-link
    slot="sub-nav-section-link"
    link-text="Accessibility "
    link-href="https://ea.com/able"
    link-target="_self"
    
    unresolved
>
    <a href="https://ea.com/able">Accessibility </a>
</ea-local-nav-shelf-sub-nav-section-link>

<ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link">
</ea-elements-loader>
<ea-local-nav-shelf-sub-nav-section-link
    slot="sub-nav-section-link"
    link-text="Press"
    link-href="https://www.eapressportal.com/"
    link-target="_self"
    
    unresolved
>
    <a href="https://www.eapressportal.com/">Press</a>
</ea-local-nav-shelf-sub-nav-section-link>

<ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link">
</ea-elements-loader>
<ea-local-nav-shelf-sub-nav-section-link
    slot="sub-nav-section-link"
    link-text="Investors"
    link-href="https://ir.ea.com/"
    link-target="_self"
    
    unresolved
>
    <a href="https://ir.ea.com/">Investors</a>
</ea-local-nav-shelf-sub-nav-section-link>

</ea-local-nav-shelf-sub-nav-section>

</ea-local-nav-shelf-sub-nav>

        
    

    
        
            

    <ea-elements-loader elements="ea-local-nav-drawer-sub-nav-advanced">
    </ea-elements-loader>
    <ea-local-nav-drawer-sub-nav-advanced
        
            slot="local-nav-drawer-link"
        
        toggle-text="GAMES"
        toggle-tooltip=""
        theme="dark"
        
            type="narrow"
        
        unresolved
    >
        
        
            

    <ea-elements-loader elements="ea-local-nav-drawer-sub-nav-section, ea-link">
    </ea-elements-loader>
    <ea-local-nav-drawer-sub-nav-section
        slot="local-nav-drawer-sub-nav-section"
        title-text="BROWSE GAMES"
        unresolved
    >
    
        <ea-link
            slot="local-nav-drawer-sub-nav-section-link"
            link-href="https://www.ea.com/games"
            link-title=""
            link-text="Latest Games"
            unresolved
        >
            <a href="https://www.ea.com/games">Latest Games</a>
        </ea-link>
    
        <ea-link
            slot="local-nav-drawer-sub-nav-section-link"
            link-href="https://www.ea.com/games/coming-soon"
            link-title=""
            link-text="Coming Soon"
            unresolved
        >
            <a href="https://www.ea.com/games/coming-soon">Coming Soon</a>
        </ea-link>
    
        <ea-link
            slot="local-nav-drawer-sub-nav-section-link"
            link-href="https://www.ea.com/games/library/freetoplay"
            link-title=""
            link-text="Free-To-Play"
            unresolved
        >
            <a href="https://www.ea.com/games/library/freetoplay">Free-To-Play</a>
        </ea-link>
    
        <ea-link
            slot="local-nav-drawer-sub-nav-section-link"
            link-href="https://www.ea.com/sports"
            link-title=""
            link-text="EA SPORTS"
            unresolved
        >
            <a href="https://www.ea.com/sports">EA SPORTS</a>
        </ea-link>
    
        <ea-link
            slot="local-nav-drawer-sub-nav-section-link"
            link-href="https://www.ea.com/ea-originals"
            link-title=""
            link-text="EA Originals"
            unresolved
        >
            <a href="https://www.ea.com/ea-originals">EA Originals</a>
        </ea-link>
    
        <ea-link
            slot="local-nav-drawer-sub-nav-section-link"
            link-href="https://www.ea.com/games/library"
            link-title=""
            link-text="Games Library"
            unresolved
        >
            <a href="https://www.ea.com/games/library">Games Library</a>
        </ea-link>
    
        <ea-link
            slot="local-nav-drawer-sub-nav-section-link"
            link-href="https://www.ea.com/sales/deals"
            link-title=""
            link-text="EA app Deals"
            unresolved
        >
            <a href="https://www.ea.com/sales/deals">EA app Deals</a>
        </ea-link>
    
    </ea-local-nav-drawer-sub-nav-section>


        
            

    <ea-elements-loader elements="ea-local-nav-drawer-sub-nav-section, ea-link">
    </ea-elements-loader>
    <ea-local-nav-drawer-sub-nav-section
        slot="local-nav-drawer-sub-nav-section"
        title-text="PLATFORMS"
        unresolved
    >
    
        <ea-link
            slot="local-nav-drawer-sub-nav-section-link"
            link-href="https://www.ea.com/games/library/pc-download"
            link-title=""
            link-text="PC"
            unresolved
        >
            <a href="https://www.ea.com/games/library/pc-download">PC</a>
        </ea-link>
    
        <ea-link
            slot="local-nav-drawer-sub-nav-section-link"
            link-href="https://www.ea.com/games/library/ps5"
            link-title=""
            link-text="PlayStation"
            unresolved
        >
            <a href="https://www.ea.com/games/library/ps5">PlayStation</a>
        </ea-link>
    
        <ea-link
            slot="local-nav-drawer-sub-nav-section-link"
            link-href="https://www.ea.com/games/library/xbox-series-x"
            link-title=""
            link-text="Xbox"
            unresolved
        >
            <a href="https://www.ea.com/games/library/xbox-series-x">Xbox</a>
        </ea-link>
    
        <ea-link
            slot="local-nav-drawer-sub-nav-section-link"
            link-href="https://www.ea.com/games/library/nintendo-switch"
            link-title=""
            link-text="Nintendo Switch"
            unresolved
        >
            <a href="https://www.ea.com/games/library/nintendo-switch">Nintendo Switch</a>
        </ea-link>
    
        <ea-link
            slot="local-nav-drawer-sub-nav-section-link"
            link-href="https://www.ea.com/games/library/mobile"
            link-title=""
            link-text="Mobile"
            unresolved
        >
            <a href="https://www.ea.com/games/library/mobile">Mobile</a>
        </ea-link>
    
        <ea-link
            slot="local-nav-drawer-sub-nav-section-link"
            link-href="https://www.ea.com/pogo"
            link-title=""
            link-text="Pogo"
            unresolved
        >
            <a href="https://www.ea.com/pogo">Pogo</a>
        </ea-link>
    
    </ea-local-nav-drawer-sub-nav-section>


        
    </ea-local-nav-drawer-sub-nav-advanced>


        
            

    <ea-elements-loader elements="ea-local-nav-drawer-sub-nav-advanced">
    </ea-elements-loader>
    <ea-local-nav-drawer-sub-nav-advanced
        
            slot="local-nav-drawer-link"
        
        toggle-text="EXPERIENCES"
        toggle-tooltip=""
        theme="dark"
        
            type="simple"
        
        unresolved
    >
        
        
            

    <ea-elements-loader elements="ea-link">
    </ea-elements-loader>
    <ea-link
        slot="local-nav-drawer-sub-link"
        class="eapl-local-nav__drawer-sub-link"
        link-href="https://www.ea.com/ea-app"
        link-title=""
        link-text="The EA app"
        text-color=""
        unresolved
    >
        <a href="https://www.ea.com/ea-app">The EA app</a>
    </ea-link>


        
            

    <ea-elements-loader elements="ea-link">
    </ea-elements-loader>
    <ea-link
        slot="local-nav-drawer-sub-link"
        class="eapl-local-nav__drawer-sub-link"
        link-href="https://www.ea.com/ea-play"
        link-title=""
        link-text="EA Play"
        text-color=""
        unresolved
    >
        <a href="https://www.ea.com/ea-play">EA Play</a>
    </ea-link>


        
            

    <ea-elements-loader elements="ea-link">
    </ea-elements-loader>
    <ea-link
        slot="local-nav-drawer-sub-link"
        class="eapl-local-nav__drawer-sub-link"
        link-href="https://www.ea.com/compete"
        link-title=""
        link-text="Competitive Gaming"
        text-color=""
        unresolved
    >
        <a href="https://www.ea.com/compete">Competitive Gaming</a>
    </ea-link>


        
            

    <ea-elements-loader elements="ea-link">
    </ea-elements-loader>
    <ea-link
        slot="local-nav-drawer-sub-link"
        class="eapl-local-nav__drawer-sub-link"
        link-href="https://www.ea.com/playtesting"
        link-title=""
        link-text="Playtesting"
        text-color=""
        unresolved
    >
        <a href="https://www.ea.com/playtesting">Playtesting</a>
    </ea-link>


        
    </ea-local-nav-drawer-sub-nav-advanced>


        
            

    <ea-elements-loader elements="ea-local-nav-drawer-sub-nav-advanced">
    </ea-elements-loader>
    <ea-local-nav-drawer-sub-nav-advanced
        
            slot="local-nav-drawer-link"
        
        toggle-text="ABOUT"
        toggle-tooltip=""
        theme="dark"
        
            type="simple"
        
        unresolved
    >
        
        
            

    <ea-elements-loader elements="ea-link">
    </ea-elements-loader>
    <ea-link
        slot="local-nav-drawer-sub-link"
        class="eapl-local-nav__drawer-sub-link"
        link-href="https://www.ea.com/about"
        link-title=""
        link-text="Company"
        text-color=""
        unresolved
    >
        <a href="https://www.ea.com/about">Company</a>
    </ea-link>


        
            

    <ea-elements-loader elements="ea-link">
    </ea-elements-loader>
    <ea-link
        slot="local-nav-drawer-sub-link"
        class="eapl-local-nav__drawer-sub-link"
        link-href="https://www.ea.com/careers"
        link-title=""
        link-text="Careers"
        text-color=""
        unresolved
    >
        <a href="https://www.ea.com/careers">Careers</a>
    </ea-link>


        
            

    <ea-elements-loader elements="ea-link">
    </ea-elements-loader>
    <ea-link
        slot="local-nav-drawer-sub-link"
        class="eapl-local-nav__drawer-sub-link"
        link-href="https://www.ea.com/news"
        link-title=""
        link-text="News"
        text-color=""
        unresolved
    >
        <a href="https://www.ea.com/news">News</a>
    </ea-link>


        
            

    <ea-elements-loader elements="ea-link">
    </ea-elements-loader>
    <ea-link
        slot="local-nav-drawer-sub-link"
        class="eapl-local-nav__drawer-sub-link"
        link-href="https://www.ea.com/technology"
        link-title=""
        link-text="Technology"
        text-color=""
        unresolved
    >
        <a href="https://www.ea.com/technology">Technology</a>
    </ea-link>


        
            

    <ea-elements-loader elements="ea-link">
    </ea-elements-loader>
    <ea-link
        slot="local-nav-drawer-sub-link"
        class="eapl-local-nav__drawer-sub-link"
        link-href="https://www.ea.com/studios"
        link-title=""
        link-text="EA Studios"
        text-color=""
        unresolved
    >
        <a href="https://www.ea.com/studios">EA Studios</a>
    </ea-link>


        
            

    <ea-elements-loader elements="ea-link">
    </ea-elements-loader>
    <ea-link
        slot="local-nav-drawer-sub-link"
        class="eapl-local-nav__drawer-sub-link"
        link-href="https://www.ea.com/ea-partners"
        link-title=""
        link-text="EA Partners"
        text-color=""
        unresolved
    >
        <a href="https://www.ea.com/ea-partners">EA Partners</a>
    </ea-link>


        
    </ea-local-nav-drawer-sub-nav-advanced>


        
            

    <ea-elements-loader elements="ea-local-nav-drawer-sub-nav-advanced">
    </ea-elements-loader>
    <ea-local-nav-drawer-sub-nav-advanced
        
            slot="local-nav-drawer-link"
        
        toggle-text="COMMITMENTS"
        toggle-tooltip=""
        theme="dark"
        
            type="simple"
        
        unresolved
    >
        
        
            

    <ea-elements-loader elements="ea-link">
    </ea-elements-loader>
    <ea-link
        slot="local-nav-drawer-sub-link"
        class="eapl-local-nav__drawer-sub-link"
        link-href="https://www.ea.com/commitments"
        link-title=""
        link-text="Our Commitments"
        text-color=""
        unresolved
    >
        <a href="https://www.ea.com/commitments">Our Commitments</a>
    </ea-link>


        
            

    <ea-elements-loader elements="ea-link">
    </ea-elements-loader>
    <ea-link
        slot="local-nav-drawer-sub-link"
        class="eapl-local-nav__drawer-sub-link"
        link-href="https://www.ea.com/commitments/positive-play"
        link-title=""
        link-text="Positive Play"
        text-color=""
        unresolved
    >
        <a href="https://www.ea.com/commitments/positive-play">Positive Play</a>
    </ea-link>


        
            

    <ea-elements-loader elements="ea-link">
    </ea-elements-loader>
    <ea-link
        slot="local-nav-drawer-sub-link"
        class="eapl-local-nav__drawer-sub-link"
        link-href="https://www.ea.com/commitments/people-and-culture"
        link-title=""
        link-text="People &amp; Inclusive Culture"
        text-color=""
        unresolved
    >
        <a href="https://www.ea.com/commitments/people-and-culture">People &amp; Inclusive Culture</a>
    </ea-link>


        
            

    <ea-elements-loader elements="ea-link">
    </ea-elements-loader>
    <ea-link
        slot="local-nav-drawer-sub-link"
        class="eapl-local-nav__drawer-sub-link"
        link-href="https://www.ea.com/commitments/social-impact"
        link-title=""
        link-text="Social Impact"
        text-color=""
        unresolved
    >
        <a href="https://www.ea.com/commitments/social-impact">Social Impact</a>
    </ea-link>


        
            

    <ea-elements-loader elements="ea-link">
    </ea-elements-loader>
    <ea-link
        slot="local-nav-drawer-sub-link"
        class="eapl-local-nav__drawer-sub-link"
        link-href="https://www.ea.com/commitments/environment"
        link-title=""
        link-text="Environment "
        text-color=""
        unresolved
    >
        <a href="https://www.ea.com/commitments/environment">Environment </a>
    </ea-link>


        
    </ea-local-nav-drawer-sub-nav-advanced>


        
            

    <ea-elements-loader elements="ea-local-nav-drawer-sub-nav-advanced">
    </ea-elements-loader>
    <ea-local-nav-drawer-sub-nav-advanced
        
            slot="local-nav-drawer-link"
        
        toggle-text="RESOURCES"
        toggle-tooltip=""
        theme="dark"
        
            type="simple"
        
        unresolved
    >
        
        
            

    <ea-elements-loader elements="ea-link">
    </ea-elements-loader>
    <ea-link
        slot="local-nav-drawer-sub-link"
        class="eapl-local-nav__drawer-sub-link"
        link-href="https://help.ea.com/"
        link-title=""
        link-text="Help"
        text-color=""
        unresolved
    >
        <a href="https://help.ea.com/">Help</a>
    </ea-link>


        
            

    <ea-elements-loader elements="ea-link">
    </ea-elements-loader>
    <ea-link
        slot="local-nav-drawer-sub-link"
        class="eapl-local-nav__drawer-sub-link"
        link-href="https://www.ea.com/forums"
        link-title=""
        link-text="Forums"
        text-color=""
        unresolved
    >
        <a href="https://www.ea.com/forums">Forums</a>
    </ea-link>


        
            

    <ea-elements-loader elements="ea-link">
    </ea-elements-loader>
    <ea-link
        slot="local-nav-drawer-sub-link"
        class="eapl-local-nav__drawer-sub-link"
        link-href="https://www.ea.com/commitments/positive-play/player-and-parental-tools"
        link-title=""
        link-text="Player and Parental Tools"
        text-color=""
        unresolved
    >
        <a href="https://www.ea.com/commitments/positive-play/player-and-parental-tools">Player and Parental Tools</a>
    </ea-link>


        
            

    <ea-elements-loader elements="ea-link">
    </ea-elements-loader>
    <ea-link
        slot="local-nav-drawer-sub-link"
        class="eapl-local-nav__drawer-sub-link"
        link-href="https://ea.com/able"
        link-title=""
        link-text="Accessibility "
        text-color=""
        unresolved
    >
        <a href="https://ea.com/able">Accessibility </a>
    </ea-link>


        
            

    <ea-elements-loader elements="ea-link">
    </ea-elements-loader>
    <ea-link
        slot="local-nav-drawer-sub-link"
        class="eapl-local-nav__drawer-sub-link"
        link-href="https://www.eapressportal.com/"
        link-title=""
        link-text="Press"
        text-color=""
        unresolved
    >
        <a href="https://www.eapressportal.com/">Press</a>
    </ea-link>


        
            

    <ea-elements-loader elements="ea-link">
    </ea-elements-loader>
    <ea-link
        slot="local-nav-drawer-sub-link"
        class="eapl-local-nav__drawer-sub-link"
        link-href="https://ir.ea.com/"
        link-title=""
        link-text="Investors"
        text-color=""
        unresolved
    >
        <a href="https://ir.ea.com/">Investors</a>
    </ea-link>


        
    </ea-local-nav-drawer-sub-nav-advanced>


        
    

    
</ea-local-nav-advanced>



            
        
    




    
        
            
                
<ea-elements-loader elements="ea-spacer">
</ea-elements-loader>
<ea-spacer
    unresolved
    
        smallest="96px"
    
    
        small="96px"
    
    
        medium="96px"
    
    
        large="96px"
    
    
        largest="100px"
    
>
</ea-spacer>

            
                

    <div>
        <style>
  .originBeta_textContainer + .originBeta_textContainer {
    margin: 3rem 0 0 0;
  }
  .originBeta_faqTextContainer + .originBeta_faqTextContainer {
    margin: 2rem 0 0 0;
    border-top: 1px dashed var(--ea-theme-color);
    padding-top: 2rem;
  }
  .originBeta_textContainer p {
    margin: 0;
    padding: 0;
  }
  .originBeta_textContainer .faqQuestion {
    font-weight: var(--ea-theme-header-font-weight-bold);
    margin: 0 0 0.5em 0;
  }
  .originBeta_textContainer .asteriskIndent {
    text-indent: -0.65em;
  }
  .originBeta_textContainer .footnote {
    font-size: 12px;
  }
</style>
    </div>


            
        
    


<main>
    



    
<ea-elements-loader elements="ea-section">
</ea-elements-loader>
<ea-section
    unresolved
    slot="section"
    
        animations-on-mobile
    
    
        type="full-bleed"
    
    
        layout="100"
    
    
    
        background-color="none"
    
    
    
        background-overflow="hidden"
    
    
        spacing-top="none"
    
    
        spacing-bottom="none"
    
    
    
    
        background-image-smallest="https://media.contentapi.ea.com/content/dam/eacom/common/eacom-2023-pc-games-page-headline-standard-small-inline-cta-background.jpg.adapt.320w.jpg"
        background-image-small="https://media.contentapi.ea.com/content/dam/eacom/common/eacom-2023-pc-games-page-headline-standard-small-inline-cta-background.jpg.adapt.768w.jpg"
        background-image-medium="https://media.contentapi.ea.com/content/dam/eacom/common/eacom-2023-pc-games-page-headline-standard-small-inline-cta-background.jpg.adapt.1024w.jpg"
        background-image-large="https://media.contentapi.ea.com/content/dam/eacom/common/eacom-2023-pc-games-page-headline-standard-small-inline-cta-background.jpg.adapt.1456w.jpg"
        background-image-largest="https://media.contentapi.ea.com/content/dam/eacom/common/eacom-2023-pc-games-page-headline-standard-small-inline-cta-background.jpg.adapt.1920w.jpg"
        image-tooltip=""
    
    
>
    
        <img
            src="https://media.contentapi.ea.com/content/dam/eacom/common/eacom-2023-pc-games-page-headline-standard-small-inline-cta-background.jpg.adapt.320w.jpg"
            alt=""
            srcset="https://media.contentapi.ea.com/content/dam/eacom/common/eacom-2023-pc-games-page-headline-standard-small-inline-cta-background.jpg.adapt.320w.jpg 320w, https://media.contentapi.ea.com/content/dam/eacom/common/eacom-2023-pc-games-page-headline-standard-small-inline-cta-background.jpg.adapt.768w.jpg 768w, https://media.contentapi.ea.com/content/dam/eacom/common/eacom-2023-pc-games-page-headline-standard-small-inline-cta-background.jpg.adapt.1024w.jpg 1024w, https://media.contentapi.ea.com/content/dam/eacom/common/eacom-2023-pc-games-page-headline-standard-small-inline-cta-background.jpg.adapt.1456w.jpg 1320w, https://media.contentapi.ea.com/content/dam/eacom/common/eacom-2023-pc-games-page-headline-standard-small-inline-cta-background.jpg.adapt.1920w.jpg 1456w"
        />
    
    


<ea-section-column
    slot="section-column"
    
        indent-left=""
    
    
        indent-right=""
    
    
        text-align="left"
    
    
    
        mobile-order="0"
    
    
>
    
<ea-elements-loader elements="ea-headline-title">
</ea-elements-loader>
<ea-headline-title
    unresolved
    
        title-text="The EA app for Windows is here."
    
    
        text-color="light"
    
    
>
    
<ea-elements-loader elements="ea-cta">
</ea-elements-loader>
<ea-cta
    
        slot="cta"
    
    
        type="standard"
    
    
    
        link-url="https://origin-a.akamaihd.net/EA-Desktop-Client-Download/installer-releases/EADesktopInstaller.exe"
    
    
    
        link-text="Download EA app"
    
    
        icon="none"
    
    
    
        fill-color="none"
    
    
        text-color="light"
    
    
        stroke-color="light"
    
    
        target="_self"
    
    
    
    
        intent="misc"
    
    
    
    
        emphasis="primary"
    
    
    
    
    
    unresolved
>
    <a
        
            href="https://origin-a.akamaihd.net/EA-Desktop-Client-Download/installer-releases/EADesktopInstaller.exe"
        
        
    >
        
            Download EA app
        
    </a>
</ea-cta>

<ea-elements-loader elements="ea-cta">
</ea-elements-loader>
<ea-cta
    
        slot="cta"
    
    
        type="standard"
    
    
    
        link-url="/ea-app"
    
    
    
        link-text="Learn More"
    
    
        icon="none"
    
    
    
        fill-color="none"
    
    
        text-color="light"
    
    
        stroke-color="light"
    
    
        target="_self"
    
    
    
    
        intent="misc"
    
    
    
    
        emphasis="primary"
    
    
    
    
    
    unresolved
>
    <a
        
            href="/ea-app"
        
        
    >
        
            Learn More
        
    </a>
</ea-cta>

</ea-headline-title>

</ea-section-column>

    
</ea-section>




    


    





    
<ea-elements-loader elements="ea-section">
</ea-elements-loader>
<ea-section
    unresolved
    slot="section"
    
    
        type="full-bleed"
    
    
        layout="100"
    
    
    
        background-color="none"
    
    
    
        background-overflow="visible"
    
    
        spacing-top="none"
    
    
        spacing-bottom="none"
    
    
    
    
        background-image-smallest="https://media.contentapi.ea.com/content/dam/eacom/common/eacom-pc-games-page-top-section-header-xl.jpg.adapt.320w.jpg"
        background-image-small="https://media.contentapi.ea.com/content/dam/eacom/common/eacom-pc-games-page-top-section-header-xl.jpg.adapt.768w.jpg"
        background-image-medium="https://media.contentapi.ea.com/content/dam/eacom/common/eacom-pc-games-page-top-section-header-xl.jpg.adapt.1024w.jpg"
        background-image-large="https://media.contentapi.ea.com/content/dam/eacom/common/eacom-pc-games-page-top-section-header-xl.jpg.adapt.1456w.jpg"
        background-image-largest="https://media.contentapi.ea.com/content/dam/eacom/common/eacom-pc-games-page-top-section-header-xl.jpg.adapt.1920w.jpg"
        image-tooltip=""
    
    
>
    
        <img
            src="https://media.contentapi.ea.com/content/dam/eacom/common/eacom-pc-games-page-top-section-header-xl.jpg.adapt.320w.jpg"
            alt=""
            srcset="https://media.contentapi.ea.com/content/dam/eacom/common/eacom-pc-games-page-top-section-header-xl.jpg.adapt.320w.jpg 320w, https://media.contentapi.ea.com/content/dam/eacom/common/eacom-pc-games-page-top-section-header-xl.jpg.adapt.768w.jpg 768w, https://media.contentapi.ea.com/content/dam/eacom/common/eacom-pc-games-page-top-section-header-xl.jpg.adapt.1024w.jpg 1024w, https://media.contentapi.ea.com/content/dam/eacom/common/eacom-pc-games-page-top-section-header-xl.jpg.adapt.1456w.jpg 1320w, https://media.contentapi.ea.com/content/dam/eacom/common/eacom-pc-games-page-top-section-header-xl.jpg.adapt.1920w.jpg 1456w"
        />
    
    


<ea-section-column
    slot="section-column"
    
    
    
        text-align="center"
    
    
    
        mobile-order="0"
    
    
>
    
<ea-elements-loader elements="ea-spacer">
</ea-elements-loader>
<ea-spacer
    unresolved
    
        smallest="20vw"
    
    
        small="25vw"
    
    
        medium="3.5vw"
    
    
        large="3.5vw"
    
    
        largest="4.5vw"
    
>
</ea-spacer>

<ea-elements-loader elements="ea-text">
</ea-elements-loader>
<ea-text
    unresolved
    slot="text"
    
        text-color="light"
    
>
    <h1><b>PC Games</b></h1>

    
</ea-text>

<ea-elements-loader elements="ea-spacer">
</ea-elements-loader>
<ea-spacer
    unresolved
    
        smallest="30vw"
    
    
        small="30vw"
    
    
        medium="10vw"
    
    
        large="11vw"
    
    
        largest="10vw"
    
>
</ea-spacer>

</ea-section-column>

    
</ea-section>

<ea-elements-loader elements="ea-section">
</ea-elements-loader>
<ea-section
    unresolved
    slot="section"
    
    
        type="railed"
    
    
        layout="100"
    
    
    
        background-color="light"
    
    
    
        background-overflow="visible"
    
    
        spacing-top="none"
    
    
        spacing-bottom="none"
    
    
    
    
    
>
    
    


<ea-section-column
    slot="section-column"
    
    
    
        text-align="center"
    
    
    
        mobile-order="0"
    
    
>
    
<ea-elements-loader elements="ea-spacer">
</ea-elements-loader>
<ea-spacer
    unresolved
    
        smallest="3rem"
    
    
        small="3rem"
    
    
        medium="3rem"
    
    
        large="3rem"
    
    
        largest="3rem"
    
>
</ea-spacer>

<ea-elements-loader elements="ea-text">
</ea-elements-loader>
<ea-text
    unresolved
    slot="text"
    
        text-color="dark"
    
>
    <h2 class="d6">Featured PC Games</h2>

    
</ea-text>

<ea-elements-loader elements="ea-spacer">
</ea-elements-loader>
<ea-spacer
    unresolved
    
        smallest="3rem"
    
    
        small="3rem"
    
    
        medium="3rem"
    
    
        large="3rem"
    
    
        largest="3rem"
    
>
</ea-spacer>

<ea-elements-loader elements="ea-box-set">
</ea-elements-loader>
<ea-box-set
    unresolved
    
        layout="3up"
    
    
        spacing-top="none"
    
    
        spacing-bottom="none"
    
    
        game-box-scrim-color="none"
    
    
        game-box-scrim-opacity="medium"
    
    
    
>
    
<ea-elements-loader elements="ea-game-box">
</ea-elements-loader>
<ea-container
    
        filter-key="All"
    
    
        slot="container"
    
>
    <ea-game-box
        slot="game-box"
        
            background-image="https://media.contentapi.ea.com/content/dam/gin/images/2021/06/battlefield-2042-key-art.jpg.adapt.crop1x1.767w.jpg"
            
                background-image-alt-text="Battlefield 2042"
            

        
        
            logo-url="https://media.contentapi.ea.com/content/dam/battlefield/battlefield-2042/common/season-01/bf-2042-white-nav-logo.svg"
            logo-alt="Battlefield 2042"
        
        
            main-link-url="/games/battlefield/battlefield-2042/buy/pc"
        
        
            main-link-title="Battlefield 2042"
        
        
            main-link-target="_blank"
        
        
        
        show-back-alt="Battlefield 2042"
        show-front-alt="Battlefield 2042"
        title="Battlefield 2042"
        sale-text=""
        unresolved
    >
        
        
<a
    class="eapl-link"
    href="/games/battlefield/battlefield-2042/buy/pc"
    slot="feature-link"
    target="_blank"
>
    Battlefield 2042
</a>

        

        
        <!-- Output Main Link as an anchor tag for SEO -->
        <a
            
                href="/games/battlefield/battlefield-2042/buy/pc"
            
            
                title="Battlefield 2042"
            
            
                target="_blank"
            
        >Battlefield 2042</a>
    </ea-game-box>
</ea-container>

<ea-elements-loader elements="ea-game-box">
</ea-elements-loader>
<ea-container
    
        filter-key="All"
    
    
        slot="container"
    
>
    <ea-game-box
        slot="game-box"
        
            background-image="https://media.contentapi.ea.com/content/dam/gin/images/2023/05/f123-gametile-1x1.jpg.adapt.crop1x1.767w.jpg"
            
                background-image-alt-text="F1® 22"
            

        
        
            logo-url="https://media.contentapi.ea.com/content/dam/gin/common/logos/f123-gametile-logo.png"
            logo-alt="F1® 22"
        
        
            main-link-url="/games/f1/f1-23/buy/pc"
        
        
            main-link-title="F1® 23"
        
        
            main-link-target="_blank"
        
        
        
        show-back-alt="F1® 23"
        show-front-alt="F1® 23"
        title="F1® 23"
        sale-text=""
        unresolved
    >
        
        
<a
    class="eapl-link"
    href="/games/f1/f1-23/buy/pc"
    slot="feature-link"
    target="_blank"
>
    F1® 23
</a>

        

        
        <!-- Output Main Link as an anchor tag for SEO -->
        <a
            
                href="/games/f1/f1-23/buy/pc"
            
            
                title="F1® 23"
            
            
                target="_blank"
            
        >F1® 23</a>
    </ea-game-box>
</ea-container>

<ea-elements-loader elements="ea-game-box">
</ea-elements-loader>
<ea-container
    
        filter-key="All"
    
    
        slot="container"
    
>
    <ea-game-box
        slot="game-box"
        
            background-image="https://media.contentapi.ea.com/content/dam/gin/images/2023/07/fc24.jpeg.adapt.crop1x1.767w.jpeg"
            
                background-image-alt-text="FIFA 22"
            

        
        
            logo-url="https://media.contentapi.ea.com/content/dam/gin/common/logos/fc24-gamebox-logo-white.png"
            logo-alt="FIFA 22"
        
        
            main-link-url="/games/ea-sports-fc/fc-24/buy/pc"
        
        
            main-link-title="EA SPORTS FC™ 24"
        
        
            main-link-target="_blank"
        
        
        
        show-back-alt="EA SPORTS FC™ 24"
        show-front-alt="EA SPORTS FC™ 24"
        title="EA SPORTS FC™ 24"
        sale-text=""
        unresolved
    >
        
        
<a
    class="eapl-link"
    href="https://www.ea.com/games/ea-sports-fc/fc-24/buy/pc"
    slot="feature-link"
    target="_blank"
>
    EA SPORTS FC™ 24
</a>

        

        
        <!-- Output Main Link as an anchor tag for SEO -->
        <a
            
                href="/games/ea-sports-fc/fc-24/buy/pc"
            
            
                title="EA SPORTS FC™ 24"
            
            
                target="_blank"
            
        >EA SPORTS FC™ 24</a>
    </ea-game-box>
</ea-container>

    


</ea-box-set>

</ea-section-column>

    
</ea-section>




    
<ea-elements-loader elements="ea-section">
</ea-elements-loader>
<ea-section
    unresolved
    slot="section"
    
    
        type="railed"
    
    
        layout="100"
    
    
    
        background-color="light"
    
    
    
        background-overflow="hidden"
    
    
        spacing-top="none"
    
    
        spacing-bottom="none"
    
    
    
    
    
>
    
    


<ea-section-column
    slot="section-column"
    
    
    
        text-align="center"
    
    
    
        mobile-order="0"
    
    
>
    
<ea-elements-loader elements="ea-spacer">
</ea-elements-loader>
<ea-spacer
    unresolved
    
        smallest="3rem"
    
    
        small="3rem"
    
    
        medium="3rem"
    
    
        large="3rem"
    
    
        largest="3rem"
    
>
</ea-spacer>

<ea-elements-loader elements="ea-text">
</ea-elements-loader>
<ea-text
    unresolved
    slot="text"
    
        text-color="dark"
    
>
    <h2 class="d6">Discover more great games for PC</h2>

    
</ea-text>

<ea-elements-loader elements="ea-text">
</ea-elements-loader>
<ea-text
    unresolved
    slot="text"
    
        text-color="dark"
    
>
    <p>No matter what kind of PC video game you're looking for – EA has it! Drop into an epic battle royale where legendary competitors battle for glory, fame, and fortune on the fringes of the Frontier in Apex Legends™. Experience the action and authenticity of football when you hit the pitch in EA SPORTS FC. Unleash your imagination and create a world that’s wholly unique in The Sims. There are tons more titles to choose from in every popular genre, from shooters to racing games and RPGs. </p>
<p>And don’t forget, your digital game purchases are protected by our <a href="https://www.ea.com/great-game-guarantee" style="font-size: 0.8125rem;">Great Game Guarantee</a><span style="background-color: initial; font-size: 0.8125rem;">.</span><br>
</p>

    
</ea-text>

<ea-elements-loader elements="ea-spacer">
</ea-elements-loader>
<ea-spacer
    unresolved
    
        smallest="2vw"
    
    
        small="2vw"
    
    
        medium="2vw"
    
    
        large="2vw"
    
    
        largest="2vw"
    
>
</ea-spacer>

</ea-section-column>

    
</ea-section>



<ea-elements-loader elements="ea-tabs">
</ea-elements-loader>
<dom-bind>
    <template>
        <ea-tabs
            unresolved
            
                theme="custom"
            
            
                alignment="centre"
            
            
                mobile-layout="default"
            
            indicate
            autoselect
            selected="{{ selected }}"
        >
            

    <ea-elements-loader elements="ea-tab">
    </ea-elements-loader>
    <ea-tab
        unresolved
        
            url="#latest-games"
        
        
        
            theme="custom"
        
    >
        
            latest games
        
    </ea-tab>



    <ea-elements-loader elements="ea-tab">
    </ea-elements-loader>
    <ea-tab
        unresolved
        
            url="/games/coming-soon"
        
        
        
            theme="custom"
        
    >
        
            coming soon
        
    </ea-tab>



    <ea-elements-loader elements="ea-tab">
    </ea-elements-loader>
    <ea-tab
        unresolved
        
            url="#ea-sports"
        
        
        
            theme="custom"
        
    >
        
            EA sports
        
    </ea-tab>



    <ea-elements-loader elements="ea-tab">
    </ea-elements-loader>
    <ea-tab
        unresolved
        
            url="#star-wars"
        
        
        
            theme="custom"
        
    >
        
            star wars
        
    </ea-tab>



    <ea-elements-loader elements="ea-tab">
    </ea-elements-loader>
    <ea-tab
        unresolved
        
            url="#the-sims"
        
        
        
            theme="custom"
        
    >
        
            the sims
        
    </ea-tab>



    <ea-elements-loader elements="ea-tab">
    </ea-elements-loader>
    <ea-tab
        unresolved
        
            url="#ea-originals"
        
        
        
            theme="custom"
        
    >
        
            EA originals
        
    </ea-tab>



    <ea-elements-loader elements="ea-tab">
    </ea-elements-loader>
    <ea-tab
        unresolved
        
            url="/pogo"
        
        
        
            theme="custom"
        
    >
        
            pogo
        
    </ea-tab>



    <ea-elements-loader elements="ea-tab">
    </ea-elements-loader>
    <ea-tab
        unresolved
        
            url="/sales/deals"
        
        
        
            theme="custom"
        
    >
        
            EA app Deals
        
    </ea-tab>


        </ea-tabs>
        <iron-pages selected="{{ selected }}">
            
                
                    
                        <div>
                            
<ea-elements-loader elements="ea-section">
</ea-elements-loader>
<ea-section
    unresolved
    slot="section"
    
    
        type="railed"
    
    
        layout="100"
    
    
    
        background-color="light"
    
    
    
        background-overflow="visible"
    
    
        spacing-top="none"
    
    
        spacing-bottom="none"
    
    
    
    
    
>
    
    


<ea-section-column
    slot="section-column"
    
    
    
        text-align="center"
    
    
    
        mobile-order="0"
    
    
>
    
<ea-elements-loader elements="ea-spacer">
</ea-elements-loader>
<ea-spacer
    unresolved
    
        smallest="3rem"
    
    
        small="3rem"
    
    
        medium="3rem"
    
    
        large="3rem"
    
    
        largest="3rem"
    
>
</ea-spacer>

<ea-elements-loader elements="ea-subheading">
</ea-elements-loader>
<ea-subheading
    unresolved
    
        type="ordered"
    
    
        layout="small"
    
    
        text-align="center"
    
    
        text-color="dark"
    
    
    
        title-text="Latest Games"
    
    
    
        spacing-top="none"
    
    
        spacing-bottom="none"
    
>
    
    
        <h3>Latest Games</h3>
    
    
</ea-subheading>

<ea-elements-loader elements="ea-box-set">
</ea-elements-loader>
<ea-box-set
    unresolved
    
        layout="3up"
    
    
        spacing-top="none"
    
    
        spacing-bottom="medium"
    
    
        game-box-scrim-color="dark"
    
    
        game-box-scrim-opacity="medium"
    
    
        total-count="170"
        
    
        ajax-url="/pagination/2-p6ezWTbGdCS%2BR9fDn6qEyLVyMJ3QUuRqjgFNg2zF0rAR%2B1%2F5ZfMXWET5RsyoWLuYRDMFJyEgVWoQ5G2quRLKstu22TkZ0idD6GujUqsu08qigXaUCsjRCxdKR45mtdn0js3idINWlBsrnN1QxByBtwcfveeCXX9c6HdmznYyAm0GJoJjGWPf23yAXQy2%2Fs3DA%2BlKDTRzb6nO%2FgOEjdDicF1mb5iMb6r6Xk%2FmJbtIp0PKW5rT"
    
>
    

    
<ea-elements-loader elements="ea-game-box">
</ea-elements-loader>
<ea-container
    
        filter-key="All"
    
    
        slot="container"
    
>
    <ea-game-box
        slot="game-box"
        
            background-image="https://media.contentapi.ea.com/content/dam/gin/images/2021/06/battlefield-2042-key-art.jpg.adapt.crop1x1.767p.jpg"
            
                background-image-alt-text=""
            

        
        
            logo-url="https://media.contentapi.ea.com/content/dam/gin/common/logos/battlefield-2042-mono-logo-svg.svg"
            logo-alt=""
        
        
            main-link-url="/games/battlefield/battlefield-2042"
        
        
            main-link-title="Battlefield 2042"
        
        
        
        
        show-back-alt="Battlefield 2042"
        show-front-alt="Battlefield 2042"
        title="Battlefield 2042"
        sale-text=""
        unresolved
    >
        
        
<a
    class="eapl-link"
    href="/games/battlefield/battlefield-2042"
    slot="feature-link"
    target=""
>
    Official Site
</a>

<a
    class="eapl-link"
    href="https://answers.ea.com/t5/Battlefield-2042/ct-p/battlefield-2042-en"
    slot="feature-link"
    target=""
>
    Help
</a>

<a
    class="eapl-link"
    href="https://answers.ea.com/t5/Battlefield-2042/ct-p/battlefield-2042-en"
    slot="feature-link"
    target=""
>
    Forums
</a>

        

        
        <!-- Output Main Link as an anchor tag for SEO -->
        <a
            
                href="/games/battlefield/battlefield-2042"
            
            
                title="Battlefield 2042"
            
            
        >Battlefield 2042</a>
    </ea-game-box>
</ea-container>

<ea-elements-loader elements="ea-game-box">
</ea-elements-loader>
<ea-container
    
        filter-key="All"
    
    
        slot="container"
    
>
    <ea-game-box
        slot="game-box"
        
            background-image="https://media.contentapi.ea.com/content/dam/gin/images/2022/02/crysis-remastered-gametile-16x9.jpg.adapt.crop1x1.767p.jpg"
            
                background-image-alt-text=""
            

        
        
            logo-url="https://media.contentapi.ea.com/content/dam/gin/common/logos/crysis-remastered-logo.png"
            logo-alt=""
        
        
            main-link-url="/games/crysis/crysis-remastered"
        
        
            main-link-title="Crysis Remastered"
        
        
        
        
        show-back-alt="Crysis Remastered"
        show-front-alt="Crysis Remastered"
        title="Crysis Remastered"
        sale-text=""
        unresolved
    >
        
        
<a
    class="eapl-link"
    href="/games/crysis/crysis-remastered"
    slot="feature-link"
    target=""
>
    Official Site
</a>

<a
    class="eapl-link"
    href="https://help.ea.com/en/"
    slot="feature-link"
    target=""
>
    Help
</a>

<a
    class="eapl-link"
    href="https://answers.ea.com/"
    slot="feature-link"
    target=""
>
    Forums
</a>

        

        
        <!-- Output Main Link as an anchor tag for SEO -->
        <a
            
                href="/games/crysis/crysis-remastered"
            
            
                title="Crysis Remastered"
            
            
        >Crysis Remastered</a>
    </ea-game-box>
</ea-container>

<ea-elements-loader elements="ea-game-box">
</ea-elements-loader>
<ea-container
    
        filter-key="All"
    
    
        slot="container"
    
>
    <ea-game-box
        slot="game-box"
        
            background-image="https://media.contentapi.ea.com/content/dam/gin/images/2021/07/fifa22-key-art.jpg.adapt.crop1x1.767p.jpg"
            
                background-image-alt-text=""
            

        
        
            logo-url="https://media.contentapi.ea.com/content/dam/gin/common/logos/fifa22-mono-logo.svg"
            logo-alt=""
        
        
            main-link-url="/games/fifa/fifa-22"
        
        
            main-link-title="FIFA 22"
        
        
        
        
        show-back-alt="FIFA 22"
        show-front-alt="FIFA 22"
        title="FIFA 22"
        sale-text=""
        unresolved
    >
        
        
<a
    class="eapl-link"
    href="/games/fifa/fifa-22"
    slot="feature-link"
    target=""
>
    Official Site
</a>

<a
    class="eapl-link"
    href="https://answers.ea.com/t5/FIFA-22/ct-p/fifa-22-en"
    slot="feature-link"
    target=""
>
    Help
</a>

<a
    class="eapl-link"
    href="https://answers.ea.com/t5/FIFA-22/bd-p/fifa-22-technical-issues-en"
    slot="feature-link"
    target=""
>
    Forums
</a>

        

        
        <!-- Output Main Link as an anchor tag for SEO -->
        <a
            
                href="/games/fifa/fifa-22"
            
            
                title="FIFA 22"
            
            
        >FIFA 22</a>
    </ea-game-box>
</ea-container>

<ea-elements-loader elements="ea-game-box">
</ea-elements-loader>
<ea-container
    
        filter-key="All"
    
    
        slot="container"
    
>
    <ea-game-box
        slot="game-box"
        
            background-image="https://media.contentapi.ea.com/content/dam/gin/images/2020/06/lir-keyart.jpg.adapt.crop1x1.767p.jpg"
            
                background-image-alt-text=""
            

        
        
            logo-url="https://media.contentapi.ea.com/content/dam/gin/common/logos/lir-logo-mono.png"
            logo-alt=""
        
        
            main-link-url="/games/lost-in-random/lost-in-random"
        
        
            main-link-title="Lost in Random"
        
        
        
        
        show-back-alt="Lost in Random"
        show-front-alt="Lost in Random"
        title="Lost in Random"
        sale-text=""
        unresolved
    >
        
        
<a
    class="eapl-link"
    href="/games/lost-in-random/lost-in-random"
    slot="feature-link"
    target=""
>
    Official Site
</a>

<a
    class="eapl-link"
    href="https://help.ea.com/"
    slot="feature-link"
    target=""
>
    Help
</a>

<a
    class="eapl-link"
    href="https://answers.ea.com/t5/Lost-in-Random/bd-p/lost-in-random-en"
    slot="feature-link"
    target=""
>
    Forums
</a>

        

        
        <!-- Output Main Link as an anchor tag for SEO -->
        <a
            
                href="/games/lost-in-random/lost-in-random"
            
            
                title="Lost in Random"
            
            
        >Lost in Random</a>
    </ea-game-box>
</ea-container>

<ea-elements-loader elements="ea-game-box">
</ea-elements-loader>
<ea-container
    
        filter-key="All"
    
    
        slot="container"
    
>
    <ea-game-box
        slot="game-box"
        
            background-image="https://media.contentapi.ea.com/content/dam/gin/images/2021/02/mass-effect-legendary-edition-key-art.jpg.adapt.crop1x1.767p.jpg"
            
                background-image-alt-text=""
            

        
        
            logo-url="https://media.contentapi.ea.com/content/dam/gin/common/logos/mele-mono-logo.svg"
            logo-alt=""
        
        
            main-link-url="/games/mass-effect/mass-effect-legendary-edition"
        
        
            main-link-title="Mass Effect™ Legendary Edition"
        
        
        
        
        show-back-alt="Mass Effect™ Legendary Edition"
        show-front-alt="Mass Effect™ Legendary Edition"
        title="Mass Effect™ Legendary Edition"
        sale-text=""
        unresolved
    >
        
        
<a
    class="eapl-link"
    href="/games/mass-effect/mass-effect-legendary-edition"
    slot="feature-link"
    target=""
>
    Official Site
</a>

<a
    class="eapl-link"
    href="https://answers.ea.com/t5/Mass-Effect-Legendary-Edition/bd-p/mass-effect-legendary-edition-en"
    slot="feature-link"
    target=""
>
    Help
</a>

<a
    class="eapl-link"
    href="https://answers.ea.com/t5/Mass-Effect-Legendary-Edition/bd-p/mass-effect-legendary-edition-en"
    slot="feature-link"
    target=""
>
    Forums
</a>

        

        
        <!-- Output Main Link as an anchor tag for SEO -->
        <a
            
                href="/games/mass-effect/mass-effect-legendary-edition"
            
            
                title="Mass Effect™ Legendary Edition"
            
            
        >Mass Effect™ Legendary Edition</a>
    </ea-game-box>
</ea-container>

<ea-elements-loader elements="ea-game-box">
</ea-elements-loader>
<ea-container
    
        filter-key="All"
    
    
        slot="container"
    
>
    <ea-game-box
        slot="game-box"
        
            background-image="https://media.contentapi.ea.com/content/dam/gin/images/2020/06/it-takes-two-keyart.jpg.adapt.crop1x1.767p.jpg"
            
                background-image-alt-text=""
            

        
        
            logo-url="https://media.contentapi.ea.com/content/dam/gin/common/logos/it-takes-two-logo-mono.png"
            logo-alt=""
        
        
            main-link-url="/games/it-takes-two/it-takes-two"
        
        
            main-link-title="It Takes Two"
        
        
        
        
        show-back-alt="It Takes Two"
        show-front-alt="It Takes Two"
        title="It Takes Two"
        sale-text=""
        unresolved
    >
        
        
<a
    class="eapl-link"
    href="/games/it-takes-two/it-takes-two"
    slot="feature-link"
    target=""
>
    Official Site
</a>

<a
    class="eapl-link"
    href="https://answers.ea.com/t5/It-Takes-Two/bd-p/it-takes-two-en"
    slot="feature-link"
    target=""
>
    Help
</a>

<a
    class="eapl-link"
    href="https://answers.ea.com/t5/It-Takes-Two/bd-p/it-takes-two-en"
    slot="feature-link"
    target=""
>
    Forums
</a>

        

        
        <!-- Output Main Link as an anchor tag for SEO -->
        <a
            
                href="/games/it-takes-two/it-takes-two"
            
            
                title="It Takes Two"
            
            
        >It Takes Two</a>
    </ea-game-box>
</ea-container>

<ea-elements-loader elements="ea-game-box">
</ea-elements-loader>
<ea-container
    
        filter-key="All"
    
    
        slot="container"
    
>
    <ea-game-box
        slot="game-box"
        
            background-image="https://media.contentapi.ea.com/content/dam/gin/images/2020/10/nfshpr-keyart-1x1.jpg.adapt.crop1x1.767p.jpg"
            
                background-image-alt-text=""
            

        
        
            logo-url="https://media.contentapi.ea.com/content/dam/gin/common/logos/nfshpr-logo-white.png"
            logo-alt=""
        
        
            main-link-url="/games/need-for-speed/need-for-speed-hot-pursuit-remastered"
        
        
            main-link-title="Need for Speed: Hot Pursuit Remastered"
        
        
        
        
        show-back-alt="Need for Speed: Hot Pursuit Remastered"
        show-front-alt="Need for Speed: Hot Pursuit Remastered"
        title="Need for Speed: Hot Pursuit Remastered"
        sale-text=""
        unresolved
    >
        
        
<a
    class="eapl-link"
    href="/games/need-for-speed/need-for-speed-hot-pursuit-remastered"
    slot="feature-link"
    target=""
>
    Official Site
</a>

<a
    class="eapl-link"
    href="https://help.ea.com/"
    slot="feature-link"
    target=""
>
    Help
</a>

<a
    class="eapl-link"
    href="https://answers.ea.com/t5/NFS-Hot-Pursuit-Remastered/bd-p/need-for-speed-hot-pursuit-remastered-en"
    slot="feature-link"
    target=""
>
    Forums
</a>

        

        
        <!-- Output Main Link as an anchor tag for SEO -->
        <a
            
                href="/games/need-for-speed/need-for-speed-hot-pursuit-remastered"
            
            
                title="Need for Speed: Hot Pursuit Remastered"
            
            
        >Need for Speed: Hot Pursuit Remastered</a>
    </ea-game-box>
</ea-container>

<ea-elements-loader elements="ea-game-box">
</ea-elements-loader>
<ea-container
    
        filter-key="All"
    
    
        slot="container"
    
>
    <ea-game-box
        slot="game-box"
        
            background-image="https://media.contentapi.ea.com/content/dam/gin/images/2020/06/fifa21-keyart-horizontal-16x9.png.adapt.crop1x1.767p.png"
            
                background-image-alt-text=""
            

        
        
            logo-url="https://media.contentapi.ea.com/content/dam/gin/common/logos/fifa-21-primary-stacked-white.svg"
            logo-alt=""
        
        
            main-link-url="/games/fifa/fifa-21"
        
        
            main-link-title="FIFA 21"
        
        
        
        
        show-back-alt="FIFA 21"
        show-front-alt="FIFA 21"
        title="FIFA 21"
        sale-text=""
        unresolved
    >
        
        
<a
    class="eapl-link"
    href="/games/fifa/fifa-21"
    slot="feature-link"
    target=""
>
    Official Site
</a>

<a
    class="eapl-link"
    href="https://answers.ea.com/t5/Other-FIFA-Games/bd-p/FIFA-15"
    slot="feature-link"
    target=""
>
    Help
</a>

<a
    class="eapl-link"
    href="https://answers.ea.com/t5/Other-FIFA-Games/bd-p/FIFA-15"
    slot="feature-link"
    target=""
>
    Forums
</a>

        

        
        <!-- Output Main Link as an anchor tag for SEO -->
        <a
            
                href="/games/fifa/fifa-21"
            
            
                title="FIFA 21"
            
            
        >FIFA 21</a>
    </ea-game-box>
</ea-container>

<ea-elements-loader elements="ea-game-box">
</ea-elements-loader>
<ea-container
    
        filter-key="All"
    
    
        slot="container"
    
>
    <ea-game-box
        slot="game-box"
        
            background-image="https://media.contentapi.ea.com/content/dam/gin/images/2020/05/sws-keyart.jpg.adapt.crop1x1.767p.jpg"
            
                background-image-alt-text=""
            

        
        
            logo-url="https://media.contentapi.ea.com/content/dam/gin/common/logos/sws-logo-light.svg"
            logo-alt=""
        
        
            main-link-url="/games/starwars/star-wars-squadrons"
        
        
            main-link-title="STAR WARS™: Squadrons"
        
        
        
        
        show-back-alt="STAR WARS™: Squadrons"
        show-front-alt="STAR WARS™: Squadrons"
        title="STAR WARS™: Squadrons"
        sale-text=""
        unresolved
    >
        
        
<a
    class="eapl-link"
    href="/games/starwars/star-wars-squadrons"
    slot="feature-link"
    target=""
>
    Official Site
</a>

<a
    class="eapl-link"
    href="https://answers.ea.com/t5/STAR-WARS/ct-p/starwars-en"
    slot="feature-link"
    target=""
>
    Help
</a>

<a
    class="eapl-link"
    href="https://answers.ea.com/t5/STAR-WARS/ct-p/starwars-en"
    slot="feature-link"
    target=""
>
    Forums
</a>

        

        
        <!-- Output Main Link as an anchor tag for SEO -->
        <a
            
                href="/games/starwars/star-wars-squadrons"
            
            
                title="STAR WARS™: Squadrons"
            
            
        >STAR WARS™: Squadrons</a>
    </ea-game-box>
</ea-container>



    

<ea-elements-loader elements="ea-pagination">
</ea-elements-loader>
<ea-pagination
    unresolved
    slot="pagination"
    total-count=""
    page-size="9"
    current-page="1"
    next-text="Next"
    previous-text="Previous"
    theme="light"
    
></ea-pagination>

<ea-elements-loader elements="ea-filter">
</ea-elements-loader>
<ea-filter
    slot="filter"

    
        theme="dark"
    
    
        apply-cta-background-color="brand"
    
    
        apply-cta-text-color="light"
    
    
        reset-cta-background-color="transparent"
    
    
        reset-cta-text-color="dark"
    
    
        filter-cta-text="Filter Games"
    
    
      franchise-options="[{&quot;text&quot;:&quot;All Franchises&quot;,&quot;value&quot;:&quot;&quot;},{&quot;text&quot;:&quot;Battlefield&quot;,&quot;value&quot;:&quot;battlefield&quot;},{&quot;text&quot;:&quot;Bejeweled&quot;,&quot;value&quot;:&quot;bejeweled&quot;},{&quot;text&quot;:&quot;Burnout&quot;,&quot;value&quot;:&quot;burnout&quot;},{&quot;text&quot;:&quot;Command &amp; Conquer&quot;,&quot;value&quot;:&quot;command-and-conquer&quot;},{&quot;text&quot;:&quot;Dragon Age&quot;,&quot;value&quot;:&quot;dragon-age&quot;},{&quot;text&quot;:&quot;FIFA&quot;,&quot;value&quot;:&quot;fifa&quot;},{&quot;text&quot;:&quot;Madden&quot;,&quot;value&quot;:&quot;madden&quot;},{&quot;text&quot;:&quot;Mass Effect&quot;,&quot;value&quot;:&quot;mass-effect&quot;},{&quot;text&quot;:&quot;NBA&quot;,&quot;value&quot;:&quot;nba&quot;},{&quot;text&quot;:&quot;Need for Speed&quot;,&quot;value&quot;:&quot;need-for-speed&quot;},{&quot;text&quot;:&quot;NHL&quot;,&quot;value&quot;:&quot;nhl&quot;},{&quot;text&quot;:&quot;PGA Tour&quot;,&quot;value&quot;:&quot;pga-tour&quot;},{&quot;text&quot;:&quot;Plants vs Zombies&quot;,&quot;value&quot;:&quot;plants-vs-zombies&quot;},{&quot;text&quot;:&quot;Real Racing&quot;,&quot;value&quot;:&quot;real-racing&quot;},{&quot;text&quot;:&quot;SimCity&quot;,&quot;value&quot;:&quot;simcity&quot;},{&quot;text&quot;:&quot;The Simpsons&quot;,&quot;value&quot;:&quot;the-simpsons&quot;},{&quot;text&quot;:&quot;The Sims&quot;,&quot;value&quot;:&quot;the-sims&quot;},{&quot;text&quot;:&quot;Titanfall&quot;,&quot;value&quot;:&quot;titanfall&quot;},{&quot;text&quot;:&quot;UFC&quot;,&quot;value&quot;:&quot;ufc&quot;}]"
    
      genre-options="[{&quot;text&quot;:&quot;All Genres&quot;,&quot;value&quot;:&quot;&quot;},{&quot;text&quot;:&quot;Action&quot;,&quot;value&quot;:&quot;action&quot;},{&quot;text&quot;:&quot;Adventure&quot;,&quot;value&quot;:&quot;adventure&quot;},{&quot;text&quot;:&quot;Family&quot;,&quot;value&quot;:&quot;family&quot;},{&quot;text&quot;:&quot;Fantasy&quot;,&quot;value&quot;:&quot;fantasy&quot;},{&quot;text&quot;:&quot;Horror&quot;,&quot;value&quot;:&quot;horror&quot;},{&quot;text&quot;:&quot;Kids&quot;,&quot;value&quot;:&quot;kids&quot;},{&quot;text&quot;:&quot;MMORPG&quot;,&quot;value&quot;:&quot;mmorpg&quot;},{&quot;text&quot;:&quot;Racing&quot;,&quot;value&quot;:&quot;racing&quot;},{&quot;text&quot;:&quot;Role Playing (RPG)&quot;,&quot;value&quot;:&quot;role-playing&quot;},{&quot;text&quot;:&quot;Shooter&quot;,&quot;value&quot;:&quot;shooting&quot;},{&quot;text&quot;:&quot;Simulation&quot;,&quot;value&quot;:&quot;simulation&quot;},{&quot;text&quot;:&quot;Sports&quot;,&quot;value&quot;:&quot;sports&quot;},{&quot;text&quot;:&quot;Strategy&quot;,&quot;value&quot;:&quot;strategy&quot;}]"
    
      rating-options="[{&quot;text&quot;:&quot;All Ratings&quot;,&quot;value&quot;:&quot;&quot;},{&quot;text&quot;:&quot;ESRB Everyone 10+&quot;,&quot;value&quot;:&quot;esrb-10&quot;},{&quot;text&quot;:&quot;ESRB Adults Only&quot;,&quot;value&quot;:&quot;esrb-adults-only&quot;},{&quot;text&quot;:&quot;ESRB Early Childhood&quot;,&quot;value&quot;:&quot;esrb-early-childhood&quot;},{&quot;text&quot;:&quot;ESRB Everyone&quot;,&quot;value&quot;:&quot;esrb-everyone&quot;},{&quot;text&quot;:&quot;ESRB Mature&quot;,&quot;value&quot;:&quot;esrb-mature&quot;},{&quot;text&quot;:&quot;ESRB Teen&quot;,&quot;value&quot;:&quot;esrb-teen&quot;}]"
    
      year-options="[{&quot;text&quot;:&quot;All Years&quot;,&quot;value&quot;:&quot;&quot;},{&quot;text&quot;:&quot;2023&quot;,&quot;value&quot;:&quot;2023&quot;},{&quot;text&quot;:&quot;2022&quot;,&quot;value&quot;:&quot;2022&quot;},{&quot;text&quot;:&quot;2021&quot;,&quot;value&quot;:&quot;2021&quot;},{&quot;text&quot;:&quot;2020&quot;,&quot;value&quot;:&quot;2020&quot;},{&quot;text&quot;:&quot;2019&quot;,&quot;value&quot;:&quot;2019&quot;},{&quot;text&quot;:&quot;2018&quot;,&quot;value&quot;:&quot;2018&quot;},{&quot;text&quot;:&quot;2017&quot;,&quot;value&quot;:&quot;2017&quot;},{&quot;text&quot;:&quot;2016&quot;,&quot;value&quot;:&quot;2016&quot;},{&quot;text&quot;:&quot;2015&quot;,&quot;value&quot;:&quot;2015&quot;},{&quot;text&quot;:&quot;2014&quot;,&quot;value&quot;:&quot;2014&quot;},{&quot;text&quot;:&quot;2013&quot;,&quot;value&quot;:&quot;2013&quot;},{&quot;text&quot;:&quot;2012&quot;,&quot;value&quot;:&quot;2012&quot;},{&quot;text&quot;:&quot;2011&quot;,&quot;value&quot;:&quot;2011&quot;},{&quot;text&quot;:&quot;2010&quot;,&quot;value&quot;:&quot;2010&quot;},{&quot;text&quot;:&quot;2009&quot;,&quot;value&quot;:&quot;2009&quot;},{&quot;text&quot;:&quot;2008&quot;,&quot;value&quot;:&quot;2008&quot;},{&quot;text&quot;:&quot;2007&quot;,&quot;value&quot;:&quot;2007&quot;},{&quot;text&quot;:&quot;2006&quot;,&quot;value&quot;:&quot;2006&quot;},{&quot;text&quot;:&quot;2005&quot;,&quot;value&quot;:&quot;2005&quot;},{&quot;text&quot;:&quot;2004&quot;,&quot;value&quot;:&quot;2004&quot;},{&quot;text&quot;:&quot;2003&quot;,&quot;value&quot;:&quot;2003&quot;},{&quot;text&quot;:&quot;2002&quot;,&quot;value&quot;:&quot;2002&quot;},{&quot;text&quot;:&quot;2001&quot;,&quot;value&quot;:&quot;2001&quot;},{&quot;text&quot;:&quot;2000&quot;,&quot;value&quot;:&quot;2000&quot;},{&quot;text&quot;:&quot;1999&quot;,&quot;value&quot;:&quot;1999&quot;},{&quot;text&quot;:&quot;1998&quot;,&quot;value&quot;:&quot;1998&quot;},{&quot;text&quot;:&quot;1997&quot;,&quot;value&quot;:&quot;1997&quot;},{&quot;text&quot;:&quot;1996&quot;,&quot;value&quot;:&quot;1996&quot;},{&quot;text&quot;:&quot;1995&quot;,&quot;value&quot;:&quot;1995&quot;},{&quot;text&quot;:&quot;1994&quot;,&quot;value&quot;:&quot;1994&quot;}]"
    
    unresolved
>
    
      
<ea-elements-loader elements="ea-dropdown">
</ea-elements-loader>
<ea-dropdown
    slot="franchise"
    theme="dark"
    value=""
    
        id="franchise"
    
    
        label-text="Franchise"
    
    
    unresolved
    >
    
</ea-dropdown>

    
      
<ea-elements-loader elements="ea-dropdown">
</ea-elements-loader>
<ea-dropdown
    slot="genre"
    theme="dark"
    value=""
    
        id="genre"
    
    
        label-text="Genre"
    
    
    unresolved
    >
    
</ea-dropdown>

    
      
<ea-elements-loader elements="ea-dropdown">
</ea-elements-loader>
<ea-dropdown
    slot="rating"
    theme="dark"
    value=""
    
        id="ratingCategory"
    
    
        label-text="Rating"
    
    
    unresolved
    >
    
</ea-dropdown>

    
      
<ea-elements-loader elements="ea-dropdown">
</ea-elements-loader>
<ea-dropdown
    slot="year"
    theme="dark"
    value=""
    
        id="year"
    
    
        label-text="Year"
    
    
    unresolved
    >
    
</ea-dropdown>

    
    
<ea-elements-loader elements="ea-cta">
</ea-elements-loader>
<ea-cta
    
        slot="apply-cta"
    
    
    
    
    
    
        link-text="Apply"
    
    
    
    
        fill-color="brand"
    
    
        text-color="light"
    
    
    
    
    
    
    
    
    
    
    
    
    
    unresolved
>
    <a
        
        
    >
        
            Apply
        
    </a>
</ea-cta>

    
<ea-elements-loader elements="ea-cta">
</ea-elements-loader>
<ea-cta
    
        slot="reset-cta"
    
    
    
    
    
    
        link-text="Reset"
    
    
    
    
        fill-color="transparent"
    
    
        text-color="dark"
    
    
    
    
    
    
    
    
    
    
    
    
    
    unresolved
>
    <a
        
        
    >
        
            Reset
        
    </a>
</ea-cta>

</ea-filter>


</ea-box-set>

<ea-elements-loader elements="ea-subheading">
</ea-elements-loader>
<ea-subheading
    unresolved
    
        type="ordered"
    
    
        layout="large"
    
    
        text-align="left"
    
    
        text-color="dark"
    
    
    
    
    
        spacing-top="medium"
    
    
        spacing-bottom="medium"
    
>
    
    
    
</ea-subheading>

</ea-section-column>

    
</ea-section>

                        </div>
                    
                
            
                
                    
                        <div>
                            
                        </div>
                    
                
            
                
                    
                        <div>
                            
<ea-elements-loader elements="ea-section">
</ea-elements-loader>
<ea-section
    unresolved
    slot="section"
    
    
        type="railed"
    
    
        layout="100"
    
    
    
        background-color="light"
    
    
    
        background-overflow="visible"
    
    
        spacing-top="none"
    
    
        spacing-bottom="none"
    
    
    
    
    
>
    
    


<ea-section-column
    slot="section-column"
    
    
    
        text-align="center"
    
    
    
        mobile-order="0"
    
    
>
    
<ea-elements-loader elements="ea-spacer">
</ea-elements-loader>
<ea-spacer
    unresolved
    
        smallest="3rem"
    
    
        small="3rem"
    
    
        medium="3rem"
    
    
        large="3rem"
    
    
        largest="3rem"
    
>
</ea-spacer>

<ea-elements-loader elements="ea-subheading">
</ea-elements-loader>
<ea-subheading
    unresolved
    
        type="ordered"
    
    
        layout="small"
    
    
        text-align="center"
    
    
        text-color="dark"
    
    
    
        title-text="EA Sports"
    
    
    
        spacing-top="none"
    
    
        spacing-bottom="none"
    
>
    
    
        <h3>EA Sports</h3>
    
    
</ea-subheading>

<ea-elements-loader elements="ea-spacer">
</ea-elements-loader>
<ea-spacer
    unresolved
    
        smallest="3rem"
    
    
        small="3rem"
    
    
        medium="3rem"
    
    
        large="3rem"
    
    
        largest="3rem"
    
>
</ea-spacer>

<ea-elements-loader elements="ea-box-set">
</ea-elements-loader>
<ea-box-set
    unresolved
    
        layout="3up"
    
    
        spacing-top="none"
    
    
        spacing-bottom="medium"
    
    
        game-box-scrim-color="dark"
    
    
        game-box-scrim-opacity="medium"
    
    
        total-count="62"
        
    
        ajax-url="/pagination/2-R3uI9pjgI%2F%2B7UBk3UrAgRfH2DI7Dbi8UXvyVh0nAmlXcc3cQtXuF%2Fp%2BgAFE%2FpNYcHI6N%2F1GVBYqUDdBxqRfD3xIRAGgl0qfRiZoutE4xJJW7yBCgqLVOT2N9%2BP2pe21Y7Cg8mffy4zfF2BSOYnGSzhlXV7Kcf0XstCErBR%2B%2F9hWSPYsWFdK686yEWkxud0FtCMkT5PK%2BqpVGzRFIXe7Rgv4zejM0cBPzaP1Lo3Xw5LS8"
    
>
    

    
<ea-elements-loader elements="ea-game-box">
</ea-elements-loader>
<ea-container
    
        filter-key="All"
    
    
        slot="container"
    
>
    <ea-game-box
        slot="game-box"
        
            background-image="https://media.contentapi.ea.com/content/dam/gin/images/2024/02/f124-gametile-1x1.jpg.adapt.crop1x1.767p.jpg"
            
                background-image-alt-text=""
            

        
        
            logo-url="https://media.contentapi.ea.com/content/dam/gin/common/logos/f124-gametile-logo.png"
            logo-alt=""
        
        
            main-link-url="/games/f1/f1-24"
        
        
            main-link-title="F1® 24"
        
        
        
        
        show-back-alt="F1® 24"
        show-front-alt="F1® 24"
        title="F1® 24"
        sale-text=""
        unresolved
    >
        
        
<a
    class="eapl-link"
    href="/games/f1/f1-24"
    slot="feature-link"
    target=""
>
    Official Site
</a>

<a
    class="eapl-link"
    href="https://help.ea.com/en/help-home/"
    slot="feature-link"
    target=""
>
    Help
</a>

<a
    class="eapl-link"
    href="https://answers.ea.com/t5/Answer-HQ-English/ct-p/AHQ-English"
    slot="feature-link"
    target=""
>
    Forums
</a>

        

        
        <!-- Output Main Link as an anchor tag for SEO -->
        <a
            
                href="/games/f1/f1-24"
            
            
                title="F1® 24"
            
            
        >F1® 24</a>
    </ea-game-box>
</ea-container>

<ea-elements-loader elements="ea-game-box">
</ea-elements-loader>
<ea-container
    
        filter-key="All"
    
    
        slot="container"
    
>
    <ea-game-box
        slot="game-box"
        
            background-image="https://media.contentapi.ea.com/content/dam/gin/images/2023/09/wrc-gamebox-1x1.jpg.adapt.crop1x1.767p.jpg"
            
                background-image-alt-text=""
            

        
        
            logo-url="https://media.contentapi.ea.com/content/dam/gin/common/logos/eas-wrc-logo-hz-wht-rgb.svg"
            logo-alt=""
        
        
            main-link-url="/games/ea-sports-wrc"
        
        
            main-link-title="EA SPORTS™ WRC"
        
        
        
        
        show-back-alt="EA SPORTS™ WRC"
        show-front-alt="EA SPORTS™ WRC"
        title="EA SPORTS™ WRC"
        sale-text=""
        unresolved
    >
        
        
<a
    class="eapl-link"
    href="/games/ea-sports-wrc"
    slot="feature-link"
    target=""
>
    Official Site
</a>

<a
    class="eapl-link"
    href="https://answers.ea.com/t5/EA-SPORTS-WRC/ct-p/wrc-en"
    slot="feature-link"
    target=""
>
    Help
</a>

<a
    class="eapl-link"
    href="https://answers.ea.com/t5/EA-SPORTS-WRC/ct-p/wrc-en"
    slot="feature-link"
    target=""
>
    Forums
</a>

        

        
        <!-- Output Main Link as an anchor tag for SEO -->
        <a
            
                href="/games/ea-sports-wrc"
            
            
                title="EA SPORTS™ WRC"
            
            
        >EA SPORTS™ WRC</a>
    </ea-game-box>
</ea-container>

<ea-elements-loader elements="ea-game-box">
</ea-elements-loader>
<ea-container
    
        filter-key="All"
    
    
        slot="container"
    
>
    <ea-game-box
        slot="game-box"
        
            background-image="https://media.contentapi.ea.com/content/dam/gin/images/2023/06/madden-24-keyart.jpg.adapt.crop1x1.767p.jpg"
            
                background-image-alt-text=""
            

        
        
            logo-url="https://media.contentapi.ea.com/content/dam/gin/common/logos/m24-mono-logo.svg"
            logo-alt=""
        
        
            main-link-url="/games/madden-nfl/madden-nfl-24"
        
        
            main-link-title="Madden NFL 24"
        
        
        
        
        show-back-alt="Madden NFL 24"
        show-front-alt="Madden NFL 24"
        title="Madden NFL 24"
        sale-text=""
        unresolved
    >
        
        
<a
    class="eapl-link"
    href="/games/madden-nfl/madden-nfl-24"
    slot="feature-link"
    target=""
>
    Official Site
</a>

<a
    class="eapl-link"
    href="http://help.ea.com/"
    slot="feature-link"
    target=""
>
    Help
</a>

<a
    class="eapl-link"
    href="https://answers.ea.com/t5/Madden-NFL-24/ct-p/madden-nfl-24-en"
    slot="feature-link"
    target=""
>
    Forums
</a>

        

        
        <!-- Output Main Link as an anchor tag for SEO -->
        <a
            
                href="/games/madden-nfl/madden-nfl-24"
            
            
                title="Madden NFL 24"
            
            
        >Madden NFL 24</a>
    </ea-game-box>
</ea-container>

<ea-elements-loader elements="ea-game-box">
</ea-elements-loader>
<ea-container
    
        filter-key="All"
    
    
        slot="container"
    
>
    <ea-game-box
        slot="game-box"
        
            background-image="https://media.contentapi.ea.com/content/dam/gin/images/2023/02/f123-gametile-16x9.jpg.adapt.crop1x1.767p.jpg"
            
                background-image-alt-text=""
            

        
        
            logo-url="https://media.contentapi.ea.com/content/dam/gin/common/logos/f123-gametile-logo.png"
            logo-alt=""
        
        
            main-link-url="/games/f1/f1-23"
        
        
            main-link-title="F1® 23"
        
        
        
        
        show-back-alt="F1® 23"
        show-front-alt="F1® 23"
        title="F1® 23"
        sale-text=""
        unresolved
    >
        
        
<a
    class="eapl-link"
    href="/games/f1/f1-23"
    slot="feature-link"
    target=""
>
    Official Site
</a>

<a
    class="eapl-link"
    href="https://help.ea.com/en/f1/f1-23/"
    slot="feature-link"
    target=""
>
    Help
</a>

<a
    class="eapl-link"
    href="https://answers.ea.com/t5/F1-23/ct-p/f1-23-en"
    slot="feature-link"
    target=""
>
    Forums
</a>

        

        
        <!-- Output Main Link as an anchor tag for SEO -->
        <a
            
                href="/games/f1/f1-23"
            
            
                title="F1® 23"
            
            
        >F1® 23</a>
    </ea-game-box>
</ea-container>

<ea-elements-loader elements="ea-game-box">
</ea-elements-loader>
<ea-container
    
        filter-key="All"
    
    
        slot="container"
    
>
    <ea-game-box
        slot="game-box"
        
            background-image="https://media.contentapi.ea.com/content/dam/gin/images/2023/04/super-mega-baseball-4-keyart-.jpg.adapt.crop1x1.767p.jpg"
            
                background-image-alt-text=""
            

        
        
            logo-url="https://media.contentapi.ea.com/content/dam/gin/common/logos/super-mega-baseball-4-logo.svg"
            logo-alt=""
        
        
            main-link-url="/games/super-mega-baseball/super-mega-baseball-4"
        
        
            main-link-title="Super Mega Baseball 4"
        
        
        
        
        show-back-alt="Super Mega Baseball 4"
        show-front-alt="Super Mega Baseball 4"
        title="Super Mega Baseball 4"
        sale-text=""
        unresolved
    >
        
        
<a
    class="eapl-link"
    href="/games/super-mega-baseball/super-mega-baseball-4"
    slot="feature-link"
    target=""
>
    Official Site
</a>

<a
    class="eapl-link"
    href="https://answers.ea.com/t5/Super-Mega-Baseball-4/ct-p/super-mega-baseball-4-en"
    slot="feature-link"
    target=""
>
    Help
</a>

<a
    class="eapl-link"
    href="https://answers.ea.com/t5/Super-Mega-Baseball/ct-p/super-mega-baseball-en"
    slot="feature-link"
    target=""
>
    Forums
</a>

        

        
        <!-- Output Main Link as an anchor tag for SEO -->
        <a
            
                href="/games/super-mega-baseball/super-mega-baseball-4"
            
            
                title="Super Mega Baseball 4"
            
            
        >Super Mega Baseball 4</a>
    </ea-game-box>
</ea-container>

<ea-elements-loader elements="ea-game-box">
</ea-elements-loader>
<ea-container
    
        filter-key="All"
    
    
        slot="container"
    
>
    <ea-game-box
        slot="game-box"
        
            background-image="https://media.contentapi.ea.com/content/dam/gin/images/2021/04/ea-sports-pgatour-keyart.jpg.adapt.crop1x1.767p.jpg"
            
                background-image-alt-text=""
            

        
        
            logo-url="https://media.contentapi.ea.com/content/dam/gin/common/logos/ea-sports-pga-tour-mono-logo-white.svg"
            logo-alt=""
        
        
            main-link-url="/games/ea-sports-pga-tour/ea-sports-pga-tour"
        
        
            main-link-title="EA SPORTS PGA TOUR"
        
        
        
        
        show-back-alt="EA SPORTS PGA TOUR"
        show-front-alt="EA SPORTS PGA TOUR"
        title="EA SPORTS PGA TOUR"
        sale-text=""
        unresolved
    >
        
        
<a
    class="eapl-link"
    href="/games/ea-sports-pga-tour/ea-sports-pga-tour"
    slot="feature-link"
    target=""
>
    Official Site
</a>

<a
    class="eapl-link"
    href="https://help.ea.com/en/ea-sports-pga-tour/ea-sports-pga-tour/"
    slot="feature-link"
    target=""
>
    Help
</a>

<a
    class="eapl-link"
    href="https://answers.ea.com/t5/EA-Sports-PGA-Tour/ct-p/ea-sports-pga-tour-en"
    slot="feature-link"
    target=""
>
    Forums
</a>

        

        
        <!-- Output Main Link as an anchor tag for SEO -->
        <a
            
                href="/games/ea-sports-pga-tour/ea-sports-pga-tour"
            
            
                title="EA SPORTS PGA TOUR"
            
            
        >EA SPORTS PGA TOUR</a>
    </ea-game-box>
</ea-container>

<ea-elements-loader elements="ea-game-box">
</ea-elements-loader>
<ea-container
    
        filter-key="All"
    
    
        slot="container"
    
>
    <ea-game-box
        slot="game-box"
        
            background-image="https://media.contentapi.ea.com/content/dam/gin/images/2022/07/eas-fifa22-gen5-ue-keyart-horz-f23logo.jpg.adapt.crop1x1.767p.jpg"
            
                background-image-alt-text=""
            

        
        
            logo-url="https://media.contentapi.ea.com/content/dam/gin/common/logos/fifa23-logo-white-stacked.svg"
            logo-alt=""
        
        
            main-link-url="/games/fifa/fifa-23"
        
        
            main-link-title="FIFA 23"
        
        
        
        
        show-back-alt="FIFA 23"
        show-front-alt="FIFA 23"
        title="FIFA 23"
        sale-text=""
        unresolved
    >
        
        
<a
    class="eapl-link"
    href="/games/fifa/fifa-23"
    slot="feature-link"
    target=""
>
    Official Site
</a>

<a
    class="eapl-link"
    href="https://answers.ea.com/t5/FIFA-23/ct-p/fifa-23-en"
    slot="feature-link"
    target=""
>
    Help
</a>

<a
    class="eapl-link"
    href="https://answers.ea.com/t5/FIFA-23/ct-p/fifa-23-en"
    slot="feature-link"
    target=""
>
    Forums
</a>

        

        
        <!-- Output Main Link as an anchor tag for SEO -->
        <a
            
                href="/games/fifa/fifa-23"
            
            
                title="FIFA 23"
            
            
        >FIFA 23</a>
    </ea-game-box>
</ea-container>

<ea-elements-loader elements="ea-game-box">
</ea-elements-loader>
<ea-container
    
        filter-key="All"
    
    
        slot="container"
    
>
    <ea-game-box
        slot="game-box"
        
            background-image="https://media.contentapi.ea.com/content/dam/gin/images/2022/05/madden-23-keyart.jpg.adapt.crop1x1.767p.jpg"
            
                background-image-alt-text=""
            

        
        
            logo-url="https://media.contentapi.ea.com/content/dam/gin/common/logos/m23-gamebox-logo.svg"
            logo-alt=""
        
        
            main-link-url="/games/madden-nfl/madden-nfl-23"
        
        
            main-link-title="Madden NFL 23"
        
        
        
        
        show-back-alt="Madden NFL 23"
        show-front-alt="Madden NFL 23"
        title="Madden NFL 23"
        sale-text=""
        unresolved
    >
        
        
<a
    class="eapl-link"
    href="/games/madden-nfl/madden-nfl-23"
    slot="feature-link"
    target=""
>
    Official Site
</a>

<a
    class="eapl-link"
    href="https://answers.ea.com/t5/Madden-NFL-23/ct-p/madden-nfl-23-en"
    slot="feature-link"
    target=""
>
    Help
</a>

<a
    class="eapl-link"
    href="https://answers.ea.com/t5/Madden-NFL-23/ct-p/madden-nfl-23-en"
    slot="feature-link"
    target=""
>
    Forums
</a>

        

        
        <!-- Output Main Link as an anchor tag for SEO -->
        <a
            
                href="/games/madden-nfl/madden-nfl-23"
            
            
                title="Madden NFL 23"
            
            
        >Madden NFL 23</a>
    </ea-game-box>
</ea-container>

<ea-elements-loader elements="ea-game-box">
</ea-elements-loader>
<ea-container
    
        filter-key="All"
    
    
        slot="container"
    
>
    <ea-game-box
        slot="game-box"
        
            background-image="https://media.contentapi.ea.com/content/dam/gin/images/2021/07/grid-legends-gamebox.jpg.adapt.crop1x1.767p.jpg"
            
                background-image-alt-text=""
            

        
        
            logo-url="https://media.contentapi.ea.com/content/dam/gin/common/logos/grid-legends-logo-gamebox.png"
            logo-alt=""
        
        
            main-link-url="/games/grid/grid-legends"
        
        
            main-link-title="GRID Legends"
        
        
        
        
        show-back-alt="GRID Legends"
        show-front-alt="GRID Legends"
        title="GRID Legends"
        sale-text=""
        unresolved
    >
        
        
<a
    class="eapl-link"
    href="/games/grid/grid-legends"
    slot="feature-link"
    target=""
>
    Official Site
</a>

<a
    class="eapl-link"
    href="https://answers.ea.com/t5/Grid-Legends/ct-p/grid-legends-en"
    slot="feature-link"
    target=""
>
    Help
</a>

<a
    class="eapl-link"
    href="https://answers.ea.com/t5/Grid-Legends/ct-p/grid-legends-en"
    slot="feature-link"
    target=""
>
    Forums
</a>

        

        
        <!-- Output Main Link as an anchor tag for SEO -->
        <a
            
                href="/games/grid/grid-legends"
            
            
                title="GRID Legends"
            
            
        >GRID Legends</a>
    </ea-game-box>
</ea-container>



    

<ea-elements-loader elements="ea-pagination">
</ea-elements-loader>
<ea-pagination
    unresolved
    slot="pagination"
    total-count=""
    page-size="9"
    current-page="1"
    next-text="Next"
    previous-text="Previous"
    theme="light"
    
></ea-pagination>


</ea-box-set>

<ea-elements-loader elements="ea-subheading">
</ea-elements-loader>
<ea-subheading
    unresolved
    
        type="ordered"
    
    
        layout="large"
    
    
        text-align="left"
    
    
        text-color="dark"
    
    
    
    
    
        spacing-top="medium"
    
    
        spacing-bottom="medium"
    
>
    
    
    
</ea-subheading>

</ea-section-column>

    
</ea-section>

                        </div>
                    
                
            
                
                    
                        <div>
                            
<ea-elements-loader elements="ea-section">
</ea-elements-loader>
<ea-section
    unresolved
    slot="section"
    
    
        type="railed"
    
    
        layout="100"
    
    
    
        background-color="light"
    
    
    
        background-overflow="visible"
    
    
        spacing-top="none"
    
    
        spacing-bottom="none"
    
    
    
    
    
>
    
    


<ea-section-column
    slot="section-column"
    
    
    
        text-align="center"
    
    
    
        mobile-order="0"
    
    
>
    
<ea-elements-loader elements="ea-spacer">
</ea-elements-loader>
<ea-spacer
    unresolved
    
        smallest="3rem"
    
    
        small="3rem"
    
    
        medium="3rem"
    
    
        large="3rem"
    
    
        largest="3rem"
    
>
</ea-spacer>

<ea-elements-loader elements="ea-subheading">
</ea-elements-loader>
<ea-subheading
    unresolved
    
        type="ordered"
    
    
        layout="small"
    
    
        text-align="center"
    
    
        text-color="dark"
    
    
    
        title-text="Star Wars"
    
    
    
        spacing-top="none"
    
    
        spacing-bottom="none"
    
>
    
    
        <h3>Star Wars</h3>
    
    
</ea-subheading>

<ea-elements-loader elements="ea-spacer">
</ea-elements-loader>
<ea-spacer
    unresolved
    
        smallest="3rem"
    
    
        small="3rem"
    
    
        medium="3rem"
    
    
        large="3rem"
    
    
        largest="3rem"
    
>
</ea-spacer>

<ea-elements-loader elements="ea-box-set">
</ea-elements-loader>
<ea-box-set
    unresolved
    
        layout="3up"
    
    
        spacing-top="none"
    
    
        spacing-bottom="medium"
    
    
        game-box-scrim-color="dark"
    
    
        game-box-scrim-opacity="medium"
    
    
        total-count="10"
        
    
        ajax-url="/pagination/2-RzUi4pwPZLV1Ri9xBD7RK41oph%2FbMb6hDnSpwSB1MhySbFx90%2BN7RktE3IWIlrufuU%2F2Y3k5vupFRaMPkn%2BkaT9GC%2F0cOkbDYXoTw43YpxF9Q23NGaIdkgqEaXjpNxciafAaLevqC5FN5owsBY0nT6ChWOAFngJaKF%2B38ELk%2BQF3FxNscGAbCDw0sAWOyAzz7eZVzJ8b6faxSvNdbz0e7YQbHzA6qawREyZ6pvIMVnUY"
    
>
    

    
<ea-elements-loader elements="ea-game-box">
</ea-elements-loader>
<ea-container
    
        filter-key="All"
    
    
        slot="container"
    
>
    <ea-game-box
        slot="game-box"
        
            background-image="https://media.contentapi.ea.com/content/dam/gin/images/2022/06/star-wars-jedi-survivor-keyart.jpg.adapt.crop1x1.767p.jpg"
            
                background-image-alt-text=""
            

        
        
            logo-url="https://media.contentapi.ea.com/content/dam/gin/common/logos/star-wars-jedi-survivor-mono-logo.svg"
            logo-alt=""
        
        
            main-link-url="/games/starwars/star-wars-jedi-survivor"
        
        
            main-link-title="STAR WARS Jedi: Survivor™️"
        
        
        
        
        show-back-alt="STAR WARS Jedi: Survivor™️"
        show-front-alt="STAR WARS Jedi: Survivor™️"
        title="STAR WARS Jedi: Survivor™️"
        sale-text=""
        unresolved
    >
        
        
<a
    class="eapl-link"
    href="/games/starwars/star-wars-jedi-survivor"
    slot="feature-link"
    target=""
>
    Official Site
</a>

<a
    class="eapl-link"
    href=""
    slot="feature-link"
    target=""
>
    Help
</a>

<a
    class="eapl-link"
    href="https://answers.ea.com/t5/STAR-WARS-Jedi-Survivor-/ct-p/star-wars-jedi-survivor-en"
    slot="feature-link"
    target=""
>
    Forums
</a>

        

        
        <!-- Output Main Link as an anchor tag for SEO -->
        <a
            
                href="/games/starwars/star-wars-jedi-survivor"
            
            
                title="STAR WARS Jedi: Survivor™️"
            
            
        >STAR WARS Jedi: Survivor™️</a>
    </ea-game-box>
</ea-container>

<ea-elements-loader elements="ea-game-box">
</ea-elements-loader>
<ea-container
    
        filter-key="All"
    
    
        slot="container"
    
>
    <ea-game-box
        slot="game-box"
        
            background-image="https://media.contentapi.ea.com/content/dam/gin/images/2020/05/sws-keyart.jpg.adapt.crop1x1.767p.jpg"
            
                background-image-alt-text=""
            

        
        
            logo-url="https://media.contentapi.ea.com/content/dam/gin/common/logos/sws-logo-light.svg"
            logo-alt=""
        
        
            main-link-url="/games/starwars/star-wars-squadrons"
        
        
            main-link-title="STAR WARS™: Squadrons"
        
        
        
        
        show-back-alt="STAR WARS™: Squadrons"
        show-front-alt="STAR WARS™: Squadrons"
        title="STAR WARS™: Squadrons"
        sale-text=""
        unresolved
    >
        
        
<a
    class="eapl-link"
    href="/games/starwars/star-wars-squadrons"
    slot="feature-link"
    target=""
>
    Official Site
</a>

<a
    class="eapl-link"
    href="https://answers.ea.com/t5/STAR-WARS/ct-p/starwars-en"
    slot="feature-link"
    target=""
>
    Help
</a>

<a
    class="eapl-link"
    href="https://answers.ea.com/t5/STAR-WARS/ct-p/starwars-en"
    slot="feature-link"
    target=""
>
    Forums
</a>

        

        
        <!-- O
URL
GET https://www.origin.com/
Response Headers
Content-Length:
0
Date:
Thu, 19 Sep 2024 15:55:45 GMT
Link:
<https://api4.origin.com>; rel=preconnect
Location:
https://www.ea.com/games/library/pc-download
Pragma:
EAX-Redirector-Cloudlet-PROD-origincom-to-eacom
Server:
AkamaiGHost
Strict-Transport-Security:
max-age=7776000
Response Body

Empty body

Resolver

Resolver ASN
AS27947
Resolver IP
181.39.62.80
Resolver Network Name
Telconet S.A
Report ID
20240919T155249Z_webconnectivity_EC_27947_n1_mR24qAthLDOolOHN
Platform
android
Software Name
ooniprobe-android-unattended (3.9.0)
Measurement Engine
ooniprobe-engine (3.23.0)

Raw Measurement Data

Loading