CINXE.COM
IGN Africa
<!DOCTYPE html> <html lang="en-za" data-ign="2018" prefix="og: http://ogp.me/ns#" id="IGN2023"> <head> <title>IGN Africa</title> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content="IGN is your site for Xbox One, PS4, PC, Wii-U, Xbox 360, PS3, Wii, 3DS, PS Vita &amp; iPhone games with expert reviews, news, previews, trailers, cheat codes, wiki guides & walkthroughs" /> <link rel="canonical" href="http://za.ign.com/"> <link rel="alternate" hreflang="ar" href="https://me.ign.com/ar/" /> <link rel="alternate" hreflang="cs" href="https://cz.ign.com/" /> <link rel="alternate" hreflang="de" href="https://de.ign.com/" /> <link rel="alternate" hreflang="el" href="https://gr.ign.com/" /> <link rel="alternate" hreflang="en" href="https://www.ign.com/" /> <link rel="alternate" hreflang="en-ae" href="https://me.ign.com/en/" /> <link rel="alternate" hreflang="en-au" href="https://www.ign.com/au" /> <link rel="alternate" hreflang="en-gb" href="https://www.ign.com/uk" /> <link rel="alternate" hreflang="en-in" href="https://in.ign.com/" /> <link rel="alternate" hreflang="en-my" href="https://sea.ign.com/" /> <link rel="alternate" hreflang="en-se" href="https://nordic.ign.com/" /> <link rel="alternate" hreflang="en-sg" href="https://sea.ign.com/" /> <link rel="alternate" hreflang="en-us" href="https://www.ign.com/" /> <link rel="alternate" hreflang="en-za" href="https://za.ign.com/" /> <link rel="alternate" hreflang="es" href="https://latam.ign.com/" /> <link rel="alternate" hreflang="es-419" href="https://latam.ign.com/" /> <link rel="alternate" hreflang="es-es" href="https://es.ign.com/" /> <link rel="alternate" hreflang="es-mx" href="https://latam.ign.com/" /> <link rel="alternate" hreflang="fr" href="https://fr.ign.com/" /> <link rel="alternate" hreflang="he" href="https://il.ign.com/" /> <link rel="alternate" hreflang="it" href="https://it.ign.com/" /> <link rel="alternate" hreflang="ja" href="https://jp.ign.com/" /> <link rel="alternate" hreflang="ko" href="https://kr.ign.com/" /> <link rel="alternate" hreflang="nl" href="https://nl.ign.com/" /> <link rel="alternate" hreflang="pt-br" href="https://br.ign.com/" /> <link rel="alternate" hreflang="pt-pt" href="https://pt.ign.com/" /> <link rel="alternate" hreflang="ru" href="https://ru.ign.com/" /> <link rel="alternate" hreflang="tr" href="https://tr.ign.com/" /> <link rel="alternate" hreflang="x-default" href="http://www.ign.com/" /> <link rel="alternate" hreflang="zh" href="https://www.ign.com.cn/" /> <meta http-equiv="content-language" content="en-za" /> <meta name="robots" content="max-image-preview:large"> <link rel="next" id="infinitenext" href="/?page=2"> <link href="/s/ign/favicon.ico" rel="shortcut icon" type="image/x-icon" /> <link rel="mask-icon" href="https://oystatic.ignimgs.com/src/core/img/favicon/safari_favicon.svg" color="#bf1313"/> <script id="gdpr" type="text/javascript"> (function() { if (window !== window.top) { return; } var getGeoCC = function() { var match = document.cookie.match(/(^|;)\s*geoCC\s*=\s*([^;]+)/); if (match) return match[2]; } window.geoCC = getGeoCC(); //gdprApplies namespace should be fine, the stub function below is a let within an iife window.gdprApplies = (geoCC && /be|bg|cz|dk|de|ee|ie|el|es|fr|gr|hr|it|cy|lv|lt|lu|hu|mt|nl|at|pl|pt|ro|si|sk|fi|no|se|gb|uk|unk/i.test(geoCC)) ? true : false; if (gdprApplies) { (function() { function makeStub() { var TCF_LOCATOR_NAME = '__tcfapiLocator'; var queue = []; var win = window; var cmpFrame; function addFrame() { var doc = win.document; var otherCMP = !!(win.frames[TCF_LOCATOR_NAME]); if (!otherCMP) { if (doc.body) { var iframe = doc.createElement('iframe'); iframe.style.cssText = 'display:none'; iframe.name = TCF_LOCATOR_NAME; doc.body.appendChild(iframe); } else { setTimeout(addFrame, 5); } } return !otherCMP; } function tcfAPIHandler() { var gdprApplies; var args = arguments; if (!args.length) { return queue; } else if (args[0] === 'setGdprApplies') { if ( args.length > 3 && args[2] === 2 && typeof args[3] === 'boolean' ) { gdprApplies = args[3]; if (typeof args[2] === 'function') { args[2]('set', true); } } } else if (args[0] === 'ping') { var retr = { gdprApplies: gdprApplies, cmpLoaded: false, cmpStatus: 'stub' }; if (typeof args[2] === 'function') { args[2](retr); } } else { if (args[0] === 'init' && typeof args[3] === 'object') { args[3] = Object.assign(args[3], { tag_version: 'V3' }); } queue.push(args); } } function postMessageEventHandler(event) { var msgIsString = typeof event.data === 'string'; var json = {}; try { if (msgIsString) { json = JSON.parse(event.data); } else { json = event.data; } } catch (ignore) {} var payload = json.__tcfapiCall; if (payload) { window.__tcfapi( payload.command, payload.version, function(retValue, success) { var returnMsg = { __tcfapiReturn: { returnValue: retValue, success: success, callId: payload.callId } }; if (msgIsString) { returnMsg = JSON.stringify(returnMsg); } if (event && event.source && event.source.postMessage) { event.source.postMessage(returnMsg, '*'); } }, payload.parameter ); } } while (win) { try { if (win.frames[TCF_LOCATOR_NAME]) { cmpFrame = win; break; } } catch (ignore) {} if (win === window.top) { break; } win = win.parent; } if (!cmpFrame) { addFrame(); win.__tcfapi = tcfAPIHandler; win.addEventListener('message', postMessageEventHandler, false); } }; makeStub(); function makeGppStub() { const CMP_ID = 10; const SUPPORTED_APIS = [ '2:tcfeuv2', '6:uspv1', '7:usnatv1', '8:usca', '9:usvav1', '10:uscov1', '11:usutv1', '12:usctv1' ]; window.__gpp_addFrame = function(n) { if (!window.frames[n]) { if (document.body) { var i = document.createElement("iframe"); i.style.cssText = "display:none"; i.name = n; document.body.appendChild(i); } else { window.setTimeout(window.__gpp_addFrame, 10, n); } } }; window.__gpp_stub = function() { var b = arguments; __gpp.queue = __gpp.queue || []; __gpp.events = __gpp.events || []; if (!b.length || (b.length == 1 && b[0] == "queue")) { return __gpp.queue; } if (b.length == 1 && b[0] == "events") { return __gpp.events; } var cmd = b[0]; var clb = b.length > 1 ? b[1] : null; var par = b.length > 2 ? b[2] : null; if (cmd === "ping") { clb({ gppVersion: "1.1", // must be “Version.Subversion”, current: “1.1” cmpStatus: "stub", // possible values: stub, loading, loaded, error cmpDisplayStatus: "hidden", // possible values: hidden, visible, disabled signalStatus: "not ready", // possible values: not ready, ready supportedAPIs: SUPPORTED_APIS, // list of supported APIs cmpId: CMP_ID, // IAB assigned CMP ID, may be 0 during stub/loading sectionList: [], applicableSections: [-1], gppString: "", parsedSections: {}, }, true ); } else if (cmd === "addEventListener") { if (!("lastId" in __gpp)) { __gpp.lastId = 0; } __gpp.lastId++; var lnr = __gpp.lastId; __gpp.events.push({ id: lnr, callback: clb, parameter: par, }); clb({ eventName: "listenerRegistered", listenerId: lnr, // Registered ID of the listener data: true, // positive signal pingData: { gppVersion: "1.1", // must be “Version.Subversion”, current: “1.1” cmpStatus: "stub", // possible values: stub, loading, loaded, error cmpDisplayStatus: "hidden", // possible values: hidden, visible, disabled signalStatus: "not ready", // possible values: not ready, ready supportedAPIs: SUPPORTED_APIS, // list of supported APIs cmpId: CMP_ID, // list of supported APIs sectionList: [], applicableSections: [-1], gppString: "", parsedSections: {}, }, }, true ); } else if (cmd === "removeEventListener") { var success = false; for (var i = 0; i < __gpp.events.length; i++) { if (__gpp.events[i].id == par) { __gpp.events.splice(i, 1); success = true; break; } } clb({ eventName: "listenerRemoved", listenerId: par, // Registered ID of the listener data: success, // status info pingData: { gppVersion: "1.1", // must be “Version.Subversion”, current: “1.1” cmpStatus: "stub", // possible values: stub, loading, loaded, error cmpDisplayStatus: "hidden", // possible values: hidden, visible, disabled signalStatus: "not ready", // possible values: not ready, ready supportedAPIs: SUPPORTED_APIS, // list of supported APIs cmpId: CMP_ID, // CMP ID sectionList: [], applicableSections: [-1], gppString: "", parsedSections: {}, }, }, true ); } else if (cmd === "hasSection") { clb(false, true); } else if (cmd === "getSection" || cmd === "getField") { clb(null, true); } //queue all other commands else { __gpp.queue.push([].slice.apply(b)); } }; window.__gpp_msghandler = function(event) { var msgIsString = typeof event.data === "string"; try { var json = msgIsString ? JSON.parse(event.data) : event.data; } catch (e) { var json = null; } if (typeof json === "object" && json !== null && "__gppCall" in json) { var i = json.__gppCall; window.__gpp( i.command, function(retValue, success) { var returnMsg = { __gppReturn: { returnValue: retValue, success: success, callId: i.callId, }, }; event.source.postMessage(msgIsString ? JSON.stringify(returnMsg) : returnMsg, "*"); }, "parameter" in i ? i.parameter : null, "version" in i ? i.version : "1.1" ); } }; if (!("__gpp" in window) || typeof window.__gpp !== "function") { window.__gpp = window.__gpp_stub; window.addEventListener("message", window.__gpp_msghandler, false); window.__gpp_addFrame("__gppLocator"); } }; makeGppStub(); }()); } })(); </script> <script type="text/javascript"> window.ICMS = window.ICMS || { cmd: [], libs: [], css: [], tcf2loader: [], deferredJSLoader:[] }; ICMS.lang = 'en'; ICMS.siteID = 'ign_za'; ICMS.siteName = 'IGN Africa'; ICMS.amzTag = ''; ICMS.contentId = ''; ICMS.keywordSlug = ''; ICMS.baseUri = ''; ICMS.pageName = ''; ICMS.pageUrl = ''; ICMS.isPublished = ''; ICMS.backendEditUrl = ''; ICMS.isEmbed = (window.self !== window.top) ? true : false; ICMS.articletype = ''; ICMS.staticVersioning = '?613'; ICMS.cmd.push(function() { IGNInternationalInit(); }); </script> <script type="text/javascript">window.ICMS.cmd.push(function() { });</script> <script src="/s/bundle_ign.js?613" defer></script><script src="https://sm.ign.com/zdadkit2.js?613" defer></script><script src="https://sm.ign.com/themes_10.js?613" defer></script> <meta name="twitter:site" content="@IGNAfrica"><meta property="og:site_name" content="IGN Africa" /><meta property="fb:app_id" content="115982828429116" /><meta property="fb:profile_id" content="https://www.facebook.com/ignafrica" /><meta property="og:type" content="website"><meta property="og:title" content="IGN Africa"><meta property="og:locale" content="en_US"><meta property="og:url" content="https://za.ign.com/"><meta property="og:image" content="https://za.ign.com/s/ign/social_logo.png"><meta property="og:description" content="IGN is your site for Xbox One, PS4, PC, Wii-U, Xbox 360, PS3, Wii, 3DS, PS Vita & iPhone games with expert reviews, news, previews, trailers, cheat codes, wiki guides & walkthroughs"> <link rel="alternate" type="application/rss+xml" title="IGN Africa Feed " href="/feed.xml" /> <!-- Trackers --> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-RR25R50564"></script> <script> window.dataLayer = window.dataLayer || []; window.gtag = window.gtag||function(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-RR25R50564', { }) gtag('config', 'G-G0Z2FQREVE'); </script> <script type="text/javascript">var _comscore = _comscore || []; _comscore.push({c1: "2", c2: "3000068" });</script> <script type="text/javascript" src="https://sb.scorecardresearch.com/beacon.js" async="true"></script> <noscript><img src="https://sb.scorecardresearch.com/p?c1=2&c2=3000068&c4=" alt="*" style="position: absolute" width="1" height="1"></noscript> <style type="text/css">@font-face{font-family:"Inter Var";font-style:normal;font-weight:100 1000;font-display:swap;font-stretch:normal;src:url(/s/ign/Inter-VariableFont_slnt,wght.ttf)format("truetype-variations")}body,html{margin:0;padding:0;font-family:"Inter Var",sans-serif;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}body{overflow-x:hidden}.page-wrapper,body,html{background-color:#f6f8f7}aside#sidebarHeader,body,header{padding-top:0}body.rtl{direction:rtl}body.hasSkin .hspotlight,body.hasSkin .list-content,body.hasSkin .wrap,body.hasSkin section.broll,body.hasSkin section.popular,body.hasSkin section.stripe,body.hasSkin section.vspotlight{max-width:1240px;padding:8px 10px}body.hasSkin section.broll,body.hasSkin section.wrap.videofeatured{padding-left:10px;padding-right:10px;background:#f6f8f7;box-sizing:border-box}body.hasSkin section.stripe{padding-left:10px;padding-right:10px;margin:0 auto;box-sizing:border-box}body.hasSkin .page-content{max-width:1240px;margin:0 auto;background:#f6f8f7;padding-top:5px;box-sizing:border-box}body.hasSkin section.hero article{width:1240px;max-width:1240px;background-position:center;background-repeat:no-repeat}body.hasSkin section.hero{margin-left:initial;margin-right:initial}body.hasSkin .herogrid{padding:10px;box-sizing:border-box;background:#f6f8f7}aside#sidebarHeader.backend,body.hasSkin .spacer,body.iframe #btnoverlay,body.iframe aside#sidebarHeader{display:none}.ad-wrapper.pgQSsticky{position:sticky;position:-webkit-sticky;top:65px;margin-top:35px}#_themeMobileHeaderDoodle{max-height:100%}body iframe.quizembed{width:100%;min-height:500px;border:0;overflow:hidden}header{top:0;width:100%;z-index:100;flex-shrink:0}header .icon-logo{aspect-ratio:182/55;width:6.625em;height:1.9791666666667em;font-size:.7rem}header .icon-logo .dpad-path{fill:#bf1313}.sidebar-page-header{border-bottom:1px solid rgba(138,147,153,.25);display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;width:100%;height:64px;background:#fff;z-index:7;padding:0 12px;transition:margin-left 200ms cubic-bezier(.34,-.09,.45,1.18)}.sidebar-page-header #current-user{position:absolute;top:15.5px;right:16px;width:32px;color:#41495a}.sidebar-page-header #current-user .userIcon{width:32px;height:32px;border-radius:50%}aside#sidebarHeader.backend+#btnoverlay+#mainblock{width:100%;margin-left:0}aside#sidebarHeader{--theme-elements-divider:rgba(138, 147, 153, 0.25);--theme-elements-icon-default:#41495a;color:#41495a;position:fixed;top:0;left:0;bottom:0;height:100%;background:#fff;box-shadow:0 0 3px rgba(0,0,0,.1),0 17px 24px rgba(0,0,0,.07);z-index:2000000000;transition-duration:450ms;width:85vw;font-family:"Inter var",sans-serif;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);-webkit-transition-property:-webkit-transform;-webkit-transition-property:transform;transition-property:transform}.sidebar-page-header,aside#sidebarHeader *{box-sizing:border-box}aside#sidebarHeader.collapsed{width:0}aside#sidebarHeader.collapsed .header-toggle svg{transition:transform .1s linear 0s;font-size:.6rem;transform:rotate(-180deg)}#sidebarHeader.collapsed button.back label,aside#sidebarHeader.collapsed .ign-logo .ign-path,aside#sidebarHeader.collapsed .logodate,aside#sidebarHeader.collapsed .logout,aside#sidebarHeader.collapsed .region,aside#sidebarHeader.collapsed .search-modal,aside#sidebarHeader.collapsed .sidebar-main a span{opacity:0}#sidebarHeader.hide,aside#sidebarHeader.collapsed .region{display:none}aside#sidebarHeader .ign-logo .ign-path,aside#sidebarHeader .logodate,aside#sidebarHeader .logout,aside#sidebarHeader .region,aside#sidebarHeader .search-modal,aside#sidebarHeader .sidebar-main a span{-webkit-transition-duration:200ms;transition-duration:200ms;transition:opacity 200ms cubic-bezier(.34,-.09,.45,1.18)}aside#sidebarHeader .sidebar-main a span{opacity:1;line-height:1.5}#loginwrapper.loggedin .login-avatar,aside#sidebarHeader.collapsed #loginwrapper .login-avatar{opacity:1}#loginwrapper.loggedin .login-buttons,aside#sidebarHeader #ignheader.collapsed #loginwrapper .login-buttons,aside#sidebarHeader.collapsed #loginwrapper .sidebar-item-text{opacity:0;display:none}aside#sidebarHeader.collapsed .side .sidebar-header{padding-left:36px;padding-right:36px}aside#sidebarHeader.collapsed .side .sidebar-header.scrollbar{padding-left:33px}body.rtl aside#sidebarHeader .sidebar-header{direction:ltr}aside#sidebarHeader.collapsed .sidebar-icon{font-size:1.5rem}aside#sidebarHeader.collapsed #loginwrapper .userlogged span,aside#sidebarHeader.collapsed .icon-right-chevron{display:none}aside#sidebarHeader .icon-right-chevron{width:16px;margin-left:auto}body.rtl aside#sidebarHeader .icon-right-chevron{width:16px;margin-left:0;margin-right:auto;-moz-transform:scaleX(-1);-o-transform:scaleX(-1);-webkit-transform:scaleX(-1);transform:scaleX(-1)}body.rtl aside#sidebarHeader .icon-left-chevron{margin-left:0;margin-right:auto;transform:rotate(180deg)}body.rtl aside#sidebarHeader.collapsed .icon-left-chevron{-moz-transform:scaleX(-1);-o-transform:scaleX(-1);-webkit-transform:scaleX(-1);transform:scaleX(-1)}aside#sidebarHeader.collapsed .header-toggle{right:-46px;display:block}aside#sidebarHeader .header-toggle.WIKI{display:none}aside#sidebarHeader #search-input{display:block;padding:8px;width:90%;border:1px solid #181c25;outline:0;font-size:14px;border-radius:8px;color:#181c25;max-width:90%}aside#sidebarHeader .cls-1{color:inherit;stroke:none}.sidebar-mobile-overlay{position:fixed;inset:0;background-color:rgba(65,73,90,.8);backdrop-filter:blur(.5em);transition:opacity 200ms cubic-bezier(.34,-.09,.45,1.18);z-index:10;opacity:1}.sidebar-mobile-overlay.collapsed{opacity:0;z-index:-1}aside#sidebarHeader .logout{padding:4px 16px;color:#fff;border-radius:4px;background-color:#bf1313;font-weight:700;line-height:1em;text-align:center;display:inline-block;width:19%;top:4px;position:relative;align-self:flex-start}.header-toggle{position:absolute;z-index:20002;border-radius:50%;color:#fff;border:1px solid #181c25;background-color:#181c25;cursor:pointer;width:32px;height:32px;right:-16px;top:16px;padding:0}.header-toggle:hover{background-color:#41495a;border:1px solid #41495a;color:#fff}#ignheader{display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;overflow:hidden;height:100%}.fixed-header{position:fixed}.side-container{position:relative;-webkit-flex:1;-ms-flex:1;flex:1}#loginwrapper,.side{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.side{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;overscroll-behavior:contain;position:absolute;height:100%;left:-75%;opacity:0;z-index:0;-webkit-transition-property:left,opacity;transition-property:left,opacity,display;-webkit-transition-duration:250ms,100ms;transition-duration:250ms,100ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out;-webkit-transition-delay:0ms,75ms;transition-delay:0ms,75ms}.side .sidebar-header{-webkit-flex-basis:80px;-ms-flex-preferred-size:80px;flex-basis:80px;-webkit-transition:padding-left 450ms cubic-bezier(.34,-.09,.45,1.18);transition:padding-left 450ms cubic-bezier(.34,-.09,.45,1.18);-webkit-flex:0 0 64px;-ms-flex:0 0 64px;flex:0 0 64px;overflow:hidden;padding:20px 24px 0}#ignheader.collapsed .side-container .sidebar-section li,.side .sidebar-header .logo-edition{white-space:nowrap}.logo-edition{display:flex;gap:6px}.side .sidebar-main{overflow:hidden auto;scroll-behavior:smooth;flex:1 1 0%;padding:18px 24px}.sidebar-main>hr{height:1px;background-color:rgba(138,147,153,.25);border:0}.sidebar-main>b{text-transform:uppercase}aside#sidebarHeader.collapsed .side .sidebar-main{padding-right:24px;padding-left:24px}.side .sidebar-main .divider{width:100%;margin-top:18px;margin-bottom:18px;border-bottom:1px solid rgba(138,147,153,.25)}.side h3{font-size:18px;font-weight:700;margin:18px 0}#loginwrapper{position:relative;box-shadow:0 0 3px rgba(0,0,0,.1),0 17px 24px rgba(0,0,0,.07);height:76px;overflow:hidden;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:auto;box-sizing:border-box}.collapsed #loginwrapper{display:block}#loginwrapper.loggedin{gap:80px;display:block}#loginwrapper.loggedin .login-avatar{background:0 0;display:flex;flex-direction:row;gap:12px;width:100%}#loginwrapper .userlogged{font-weight:700;display:inline-block;width:80%;max-width:80%;color:#41495a}#loginwrapper .userlogged span{max-width:70%;display:inline-block}#loginwrapper .login-avatar,#loginwrapper .sidebar-item-text{opacity:0;width:0;padding:0;border:0;-webkit-transition-property:opacity,width,padding;transition-property:opacity,width,padding;-webkit-transition-duration:450ms;transition-duration:450ms;-webkit-transition-timing-function:cubic-bezier(.34,-.09,.45,1.18);transition-timing-function:cubic-bezier(.34,-.09,.45,1.18);display:none}.collapsed #loginwrapper .login-avatar{padding-top:10px;display:block;width:100%;height:auto;color:#41495a}#loginwrapper .login-buttons{display:flex;opacity:1;-webkit-transition:opacity 450ms cubic-bezier(.34,-.09,.45,1.18);transition:opacity 450ms cubic-bezier(.34,-.09,.45,1.18);-webkit-flex:1;-ms-flex:1;flex:1;flex-direction:row;gap:12px;justify-content:center;text-decoration:none}#loginwrapper img.userIcon{height:36px;border-radius:50%;vertical-align:middle;margin-right:10px}body.rtl #loginwrapper img.userIcon{margin-right:0;margin-left:10px}.login-buttons .button{cursor:pointer;white-space:nowrap;transition:color .2s ease 0s,background .15s ease 0s,border .15s ease 0s;max-width:120px;font-size:.875rem;-webkit-letter-spacing:.005em;-moz-letter-spacing:.005em;-ms-letter-spacing:.005em;letter-spacing:.005em;font-weight:700;line-height:1.5;border-radius:8px;padding:6px 12px;flex-grow:1;text-align:center}.login-buttons .login-button{background-color:#fff;border:1px solid #bbc4c4;color:#181c25}.login-buttons .register-button{color:#fff;border:1px solid #181c25;background-color:#181c25}.side-container .sidebar-section{list-style-type:none;display:flex;flex-direction:column;gap:2px;margin:0;padding:0}.side.slide{left:0;opacity:1;z-index:1}.side.right{left:75%}.fancybox-lock .fancybox-overlay{z-index:10000000000}#loginwrapper,.region{padding:18px 24px}.region select{color:#41495a;border-radius:8px;font-size:16px;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:8px 12px;width:100%;outline:0;margin-top:5px;background:#fff;border:1px solid #767676}.region select:not(:disabled){background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='12' xmlns='http://www.w3.org/2000/svg'%3e%3cg stroke-width='1' fill='none' stroke-linecap='round' stroke-linejoin='round' stroke='%2341495a'%3e%3cpath d='M8.82842712 5L6 7.82842712 3.17157288 5'/%3e%3c/g%3e%3c/svg%3e");background-size:18px;background-position:calc(100% - 12px) center;background-repeat:no-repeat}body.rtl .region select:not(:disabled){background-position:calc(0 + 12px) center}.side-container .sidebar-section a,.side-container .sidebar-section li{width:100%;display:flex;-webkit-box-align:center;align-items:center;border-radius:8px;overflow:hidden}.side-container .sidebar-section li{gap:18px;font-size:15px}.side-container .sidebar-section a{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;-webkit-align-items:center;-ms-flex-align:center;gap:12px;color:#41495a;padding:8px 15px;fill:#41495a;transition:padding .1s linear 0s}aside#sidebarHeader.collapsed .side-container .sidebar-section a{padding-left:15px;padding-right:11px}aside#sidebarHeader.collapsed .side-container .sidebar-section a.scrollbar{padding-left:11px}body.rtl aside#sidebarHeader.collapsed .side-container .sidebar-section a{padding-right:15px}.side-container .sidebar-section>li.selected,.side-container .sidebar-section>li:hover{background-color:#8a939940;color:#41495a;border:0}.side-container .sidebar-section>li.search:hover{background-color:inherit;cursor:pointer}.side-container .sidebar-section>li.selected{font-weight:700}.sidebar-section a.icon-home:before{content:url(/s/ign/sidebar/home.svg);padding-left:1px}.sidebar-section .selected a.icon-home:before{content:url(/s/ign/sidebar/home-selected.svg);padding-left:1px}.sidebar-section a[href^="/article/review"]:before{content:url(/s/ign/sidebar/review.svg)}.sidebar-section a[href^="/video"]:before{content:url(/s/ign/sidebar/video.svg)}.sidebar-section a[href^="/forum"]:before{content:url(/s/ign/sidebar/forum.svg)}.sidebar-section a[href^="/ps4"]:before{content:url(/s/ign/sidebar/ps4.svg)}.sidebar-section a[href^="/pc"]:before{content:url(/s/ign/sidebar/pc.svg)}.sidebar-section a[href^="/xbox-one"]:before{content:url(/s/ign/sidebar/xbox.svg)}.sidebar-section a[href^="/article/feature"]:before{content:url(/s/ign/sidebar/facebook.svg)}.sidebar-section a[href^="/nintendo-switch"]:before{content:url(/s/ign/sidebar/nintendo-switch.svg)}.sidebar-section a[href^="/cinematv"]:before{content:url(/s/ign/sidebar/film.svg)}.sidebar-section a[href^="/3ds"]:before{content:url(/s/ign/sidebar/3ds.svg)}.sidebar-section a[href^="/ps5"]:before{content:url(/s/ign/sidebar/ps5.svg)}.sidebar-icon,.sidebar-section a svg,.sidebar-section a:before{background-size:100%;cursor:inherit;user-select:none;aspect-ratio:1/1;display:inline-block;flex-shrink:0}.sidebar-section a svg,.sidebar-section a:before{width:1.2em;height:1.2em;font-size:25px}.editions.desktop,.search-modal .button,.sidebar-section a.iconsvg:before,footer{display:none}.sidebar-icon{width:1em;height:1em;font-size:1.5rem}.side .sidebar-main::-webkit-scrollbar{width:6px}.side .sidebar-main::-webkit-scrollbar-thumb{box-shadow:inset 0 0 6px rgba(138,147,153,.5);background:rgba(138,147,153,.5);border-radius:10px}.side .sidebar-main::-webkit-scrollbar-track{background:0 0}button.back{border:0;background-color:transparent;outline-width:0;padding:0;color:#41495a;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;text-align:left;margin:0;font-size:11px;line-height:1.35;-webkit-letter-spacing:.03em;-moz-letter-spacing:.03em;-ms-letter-spacing:.03em;letter-spacing:.03em;text-transform:uppercase;font-weight:700;gap:12px}body.rtl button.back{flex-direction:row-reverse;margin-left:auto}button.back,button.back label{cursor:pointer}#sidebarHeader li.legal{flex-direction:column-reverse;color:#41495a;background:#f6f8f7;padding:8px 11px;font-size:13px;-webkit-letter-spacing:.005em;-moz-letter-spacing:.005em;-ms-letter-spacing:.005em;letter-spacing:.005em;line-height:1.3;gap:6px}#sidebarHeader li.legal a{padding:0}a,section.broll h3 a{text-decoration:none}.wrap{max-width:1200px;margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px}section#js{position:absolute;bottom:0;left:0;width:1px;height:1px;overflow:hidden}#gheader,section.stripe{background-color:#f5f5f5;box-shadow:0 2px 4px 0 rgba(0,0,0,.18);padding:18px 0;transition:padding .1s linear 0s;overflow:hidden;border-top:1px solid #d1d5db}section.stripe{padding:12px 0;margin-bottom:0}svg.ign-logo{background-size:100%;cursor:inherit;user-select:none;display:inline-block;flex-shrink:0;aspect-ratio:182/55;height:1.97917em;font-size:1.5rem;width:3.17em;fill:#bf1313}svg.sidebar-icon.icon-logo{color:#bf1313;fill:#bf1313}#ign-logo-wrap{position:absolute;left:50%;transform:translate(-50%);top:25%;z-index:500}div.logodate{font-size:16px;font-weight:700;max-width:280px;display:inline-block;vertical-align:super;align-self:center}.right-rail{display:block}.extramenu{cursor:pointer}.filterlist{padding:0;margin:0}#zdlogoblue{width:65px;height:auto}.search-modal{margin-top:2px;width:100%}.menu-editions{display:block!important;text-align:center!important;line-height:60px}#footer div.legal,button.back{display:flex;align-items:center}#footer.limitedScroll{display:block;background:#f5f5f5;padding:4px;font-size:small;text-align:center}#footer.limitedScroll a,svg.ign-logo{color:#bf1313}a.commentscount:before{content:url(/s/ign/comments.svg);display:inline-block;vertical-align:middle;margin-left:10px;margin-right:5px}.page-content{position:relative;top:18%}.button-primary{background-color:#bf1313;border-radius:4px;color:#fff;cursor:pointer;font-size:20px;font-weight:700;letter-spacing:-.5px;white-space:nowrap;padding:8px 20px;border:0}div.tbl{display:table;position:relative;margin-right:320px}section.broll.hasAd div.adk2{position:absolute;right:0;width:300px}section.broll{display:block;padding-top:25px;padding-bottom:25px;margin:0 auto}section.broll+section.broll{padding-top:0;padding-bottom:0;grid-gap:0;grid-column-gap:1.5rem}body.hasSkin section.broll+section.broll{padding-left:10px;padding-right:10px}section.broll>h2{border-bottom:solid 1px rgba(37,38,39,.15)}section.broll article{display:table-row;position:relative;margin-left:0}section.broll div.t{display:table-cell;box-sizing:border-box;vertical-align:middle;width:25%;max-width:280px;margin:0;position:relative}section.broll div.m{display:table-cell;vertical-align:top;width:75%;box-sizing:border-box}section.broll div.m,section.broll div.t{padding-top:25px;padding-bottom:25px;border-bottom:solid 1px rgba(37,38,39,.15)}section.broll img.thumb{display:block;width:100%;border-radius:6px;max-height:160px;max-width:280px;object-fit:cover;transition:opacity .2s ease-out;aspect-ratio:16/9}section.broll h3{margin:6px 0}section.broll h3 a{font-size:18px;line-height:20px;font-weight:700;margin:0;color:#252627}section.broll h3 a:hover{text-decoration:underline}section.broll div.m a.comments,section.broll div.m time{font:14px"Inter Var",sans-serif,700;line-height:18px;color:#bf1313;text-decoration:none}body.rtl section.broll .thumb.score-wrapper .article_type,section.broll .thumb.score-wrapper .article_type{position:absolute;bottom:0;left:0;padding:2px 5px;font-size:13px;background-color:#bf1313;color:#fff;margin:0 0 10px 6px;border-radius:4px}section.broll img.thumb:hover{opacity:.85;transition:opacity .2s ease-out 0s}section.broll div.m>p{display:block;margin:0;overflow-wrap:break-word;word-wrap:break-word;-ms-word-break:break-all;word-break:break-word;-ms-hyphens:auto;-moz-hyphens:auto;-webkit-hyphens:auto;hyphens:auto}section.broll .video .duration,section.broll .videobtn{position:absolute;box-shadow:0 2px 4px 0 rgba(0,0,0,.1);border:solid 2px rgba(0,0,0,.1)}section.broll .videobtn{color:#fff;width:52;height:52px;margin-top:-70px;margin-left:-6px;padding:9px}section.broll article.VIDEO>a:after{content:url(/s/ign/playButton.svg);position:absolute;bottom:2px;left:2px}section.broll article.PROMOTED{background:#f2f2f2}section.broll div.tbl{margin-right:0}section.broll .video .duration{background-color:#bf1313;border-radius:4px;bottom:0;left:0;margin:0 0 10px 6px;display:flex;padding:5px}section.broll .video .duration-text{color:#fff;font-family:"Inter Var",sans-serif;font-weight:700;letter-spacing:1px;align-self:flex-end}section.broll .video .icon-playhead{background-size:100%;height:1em;width:1em;margin:0 8px 0 0;font-size:22px;line-height:22px;align-self:center}section.broll div.m{padding-left:1.5rem;padding-right:1.5rem}body.rtl section.broll .video .duration{left:auto;right:0;margin:0 6px 6px 0}body.rtl section.broll .video .icon-playhead{margin-right:0;margin-left:.5rem}body.rtl section.broll .thumb.score-wrapper .article_type{right:0;left:unset;margin:0 6px 10px 0}.hexagon-wrapper.side-wrapper .hexagon.side-wrapper{height:50%;left:6.7%;position:relative;top:25%;width:86.6%;z-index:2;background-color:#bf1313}body.rtl .hexagon-wrapper.side-wrapper .hexagon.side-wrapper{left:-6.7%}.hexagon-wrapper.side-wrapper .hexagon.side-wrapper:after,.hexagon-wrapper.side-wrapper .hexagon.side-wrapper:before,section.broll .videobtn{background-color:#bf1313}.hexagon-wrapper.side-wrapper .hexagon.side-wrapper:before{-webkit-transform:scale(1,.579) translate(70.71136%,-70.71136%) rotate(45deg);-ms-transform:scale(1,.579) translate(70.71136%,-70.71136%) rotate(45deg);transform:scale(1,.579) translate(70.71136%,-70.71136%) rotate(45deg)}.hexagon-wrapper.side-wrapper .hexagon.side-wrapper:after{-webkit-transform:scale(1,.579) translate(70.71136%,70.71136%) rotate(45deg);-ms-transform:scale(1,.579) translate(70.71136%,70.71136%) rotate(45deg);transform:scale(1,.579) translate(70.71136%,70.71136%) rotate(45deg)}body.rtl .hexagon-wrapper.side-wrapper .hexagon.side-wrapper:before{-webkit-transform:scale(1,.579) translate(30.35568%,-70.71136%) rotate(45deg);-ms-transform:scale(1,.579) translate(30.35568%,-70.71136%) rotate(45deg);transform:scale(1,.579) translate(30.35568%,-70.71136%) rotate(45deg)}body.rtl .hexagon-wrapper.side-wrapper .hexagon.side-wrapper:after{-webkit-transform:scale(1,.579) translate(30.35568%,70.71136%) rotate(45deg);-ms-transform:scale(1,.579) translate(30.35568%,70.71136%) rotate(45deg);transform:scale(1,.579) translate(30.35568%,70.71136%) rotate(45deg)}.hexagon-wrapper.side-wrapper .hexagon.side-wrapper:after,.hexagon-wrapper.side-wrapper .hexagon.side-wrapper:before{content:"";display:block;height:122.46%;position:absolute;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:70.71%;z-index:1}.hexagon-wrapper.side-wrapper .hexagon-content.side-wrapper{color:#fff;font-family:"Inter var",sans-serif!important;text-transform:uppercase;margin:.2em 0 0;font-weight:900;text-shadow:rgb(0 0 0/20%)0 1px 1px,rgb(0 0 0/10%)0 3px 3px}.hexagon-wrapper.side-wrapper{font-size:2rem;margin:0;position:relative;height:2.7em;width:2.7em;min-width:2.7em;display:inline-block}.score-wrapper{position:relative;display:block}.score-wrapper .review-score,.score-wrapper .video-duration{position:absolute;bottom:0;left:0;margin:24px;z-index:2}.hexagon-wrapper.side-wrapper .hexagon-content-wrapper.side-wrapper{align-items:center;display:flex;height:100%;justify-content:center;position:absolute;width:100%;z-index:3}.little{height:2.6em!important;width:2.6em!important;min-width:2.6em!important;font-size:16px!important;margin:10px!important}.list-hero .hexagon-content{display:flex;flex-direction:column;align-items:center}.list-hero .icon-logo{width:30px}div.zad{display:flex;justify-content:center;align-items:center;transition:height .2s;text-align:center;margin:0 auto}div.zad.billboard,div.zad.top{margin-top:60px;min-height:100px}div.zad.halfpage,div.zad.sidebar{min-height:600px}.zad:not(.billboard,.top){background:#f2f2f2}@media (min-width:768px){div.zad.billboard{padding-top:80px;margin-top:0}}@media (min-width:930px){div.zad.billboard,div.zad.top{min-height:250px}div.zad.billboard{padding-top:80px;margin-top:0}body iframe.quizembed{width:100%;aspect-ratio:16/9;min-height:500px}}#BackendInPageMenu{display:none}.adkit iframe{max-width:100%}@media (max-width:1600px){body.hasSkin .hspotlight,body.hasSkin .list-content,body.hasSkin .wrap,body.hasSkin section.broll,body.hasSkin section.popular,body.hasSkin section.stripe,body.hasSkin section.vspotlight{max-width:1098px;padding:16px 10px;box-sizing:border-box}body.hasSkin .page-content{max-width:1098px}body.hasSkin section.hero article{width:1098px;max-width:1098px}}@media (max-width:1280px){body.hasSkin section.hero article{width:initial}html.lock{overflow:hidden}}@media (min-width:641px){aside#sidebarHeader{width:300px;transition:width 450ms cubic-bezier(.34,-.09,.45,1.18)}aside#sidebarHeader.collapsed{width:96px}aside#sidebarHeader.collapsed+#mainblock{width:calc(100% - 96px);margin-left:96px}aside#sidebarHeader.collapsed .header-toggle{right:-12px}header{display:none}.header-toggle{width:24px;height:24px;right:-12px;top:36px}#btnoverlay.collapsed+#mainblock{-webkit-transition-duration:200ms;width:calc(100% - 96px);transition-duration:200ms}#btnoverlay+#mainblock{-webkit-transition-property:width,margin-left;transition-property:width,margin-left;-webkit-transition-duration:450ms;transition-duration:450ms;-webkit-transition-timing-function:cubic-bezier(.34,-.09,.45,1.18);transition-timing-function:cubic-bezier(.34,-.09,.45,1.18);margin-left:96px;color:#181c25}body.iframe #btnoverlay+#mainblock{margin-left:0;width:100%}.side .sidebar-header{padding:2.15625em 24px 0;-webkit-flex-basis:80px;-ms-flex-preferred-size:80px;flex-basis:80px}.sidebar-section a:before{padding-left:5px;font-size:14.1px}.sidebar-section a svg{font-size:15px}body.rtl .sidebar-section a svg{padding-left:2px}}@media (max-width:640px){#sidebarHeader.start{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);transition-duration:200ms}.fixed-header{display:none}#sidebarHeader.start~#mainblock .fixed-header{display:block}.sidebar-mobile-overlay.start{opacity:0;z-index:-1}aside#sidebarHeader.start .header-toggle{right:-46px}aside#sidebarHeader.start .header-toggle svg{transition:transform .1s linear 0s;font-size:.6rem;transform:rotate(-180deg)}.sidebar-section .selected a.icon-home:before,.sidebar-section a.icon-home:before{width:24px;padding-left:4px;padding-right:4px}section.broll{padding:0}}@media (min-width:930px){div.zad.billboard,div.zad.top{min-height:250px}body,html{overflow-x:unset}#ign-logo-wrap{display:inline-flex;position:static;transform:none}.editions.desktop,.right-rail{display:block}body.rtl .browseabout .region select:not(:disabled){background-position:12px}div.zad.billboard{padding-top:12px}body.rtl #headermenuwrapper{right:auto;left:0;width:unset}}@media (min-width:641px) and (max-width:1280px){#sidebarHeader.start{width:96px}.sidebar-mobile-overlay.start{opacity:0;z-index:-1}aside#sidebarHeader.start .header-toggle svg{transition:transform .1s linear 0s;font-size:.6rem;transform:rotate(-180deg)}#sidebarHeader.start button.back label,aside#sidebarHeader.start .ign-logo .ign-path,aside#sidebarHeader.start .logodate,aside#sidebarHeader.start .logout,aside#sidebarHeader.start .search-modal,aside#sidebarHeader.start .sidebar-main a span{opacity:0;display:none}#ignheader.start #loginwrapper .userlogged span,#ignheader.start .login-buttons .register-button,aside#sidebarHeader.start .region{display:none}aside#sidebarHeader.start .side .sidebar-header{padding-left:36px;padding-right:36px}#loginwrapper img.userIcon{margin-left:6px}.side-container .sidebar-section a{padding:8px 15px}#loginwrapper{padding:18px 14px}}@media (min-width:1281px){svg.ign-logo{height:24px}.sidebar-mobile-overlay{display:none}#btnoverlay+#mainblock{width:calc(100% - 300px);margin-left:300px}#btnoverlay.collapsed+#mainblock{margin-left:96px}.logo-edition{display:block}}</style> <style type="text/css">h1,h2,h3{text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}footer#footer{display:none}section h2{-ms-grid-row:1;font-size:36px;color:#000;font-weight:900;letter-spacing:-.5px;line-height:1.2em;display:block;margin:0 0 18px;font-family:"Inter Var",sans-serif}section h2.upcoming{margin:0 auto 18px;max-width:1200px}section>h3{color:#000;margin:0;padding:0}section a{text-decoration:none}section.hero,section.popular,section.vspotlight{display:block;margin:0 auto;box-sizing:border-box}section.hero{max-width:1200px}section.hero article{max-width:1200px;height:600px;display:block;margin:0 auto;position:relative}section.hero .herocnt{position:absolute;bottom:35px;width:100%;background-color:rgba(0,0,0,.4);display:block;font-size:22px;margin:0 auto;text-align:center;padding-bottom:8px}section.hero .herocnt h3{font-size:40px;font-weight:700;color:#fff;margin:15px;text-align:center}section.hero .herocnt h3:hover,section.hspotlight .caption a:hover,section.upcoming .caption a:hover,section.vspotlight .caption:hover{text-decoration:underline}section.hero .herocnt h4{margin:15px}section.hero .herocnt,section.hero .herocnt h3 a{color:#fff;text-decoration:none}section.hero a{display:block;height:100%;width:100%}section.hero.video{background-color:#1d1e20;max-width:100%;margin:20px auto 0;padding-bottom:15px;height:auto}section.hero.video article{height:auto;position:relative}section.hero.video h1{font-size:48px;line-height:48px;color:#fff;padding:20px 0 12px;max-width:960px;margin:0 auto}section.hero div.vplayer{position:relative;height:0;overflow:visible;padding-bottom:48.25%;max-width:960px;margin:0 auto}div.vplayer>iframe{border:0;width:100%;height:100%;position:absolute;top:0;left:0;max-height:540px;box-shadow:2px 2px 4px 0 rgba(0,0,0,.25);border-radius:3px}section.popular,section.vspotlight{padding:32px 0;width:100%}section.popular{max-width:1200px}section.vspotlight{display:table}section.hspotlight article,section.upcoming article,section.vspotlight article{display:table-cell;width:25%;vertical-align:top;position:relative;overflow:hidden}section.upcoming article{width:16%}article a.thumb{box-sizing:border-box;margin:0 12px;position:relative;overflow:hidden;display:block}section.hspotlight .p1 .caption,section.hspotlight article.p1 a.thumb,section.upcoming .p1 .caption,section.upcoming .p1 h6,section.upcoming article.p1 a.thumb,section.vspotlight article.p1 a.thumb{margin-left:0}section.hspotlight article.p4 a.thumb,section.upcoming article.p5 a.thumb,section.vspotlight article.p4 a.thumb{margin-right:0}body.rtl section.hspotlight .p1 .caption,body.rtl section.hspotlight article.p1 a.thumb,body.rtl section.upcoming .p1 .caption,body.rtl section.upcoming article.p1 a.thumb,body.rtl section.vspotlight article.p1 a.thumb{margin-left:12px;margin-right:0}body.rtl section.hspotlight article.p4 a.thumb,body.rtl section.vspotlight article.p4 a.thumb{margin-right:12px;margin-left:0}section.hspotlight article img,section.upcoming article img,section.vspotlight article img{width:100%;min-width:100%;transition:transform .5s ease-out;border-radius:4px;display:block;object-fit:cover;object-position:center}section.vspotlight article img{height:475px}section.hspotlight article img{height:160px}section.upcoming article img{height:200px}section.vspotlight img.thumb:hover{-moz-transform:scale(1.04);-webkit-transform:scale(1.04);transform:scale(1.04);transition:transform .75s ease-in-out}section.vspotlight .caption{border-bottom-right-radius:4px;border-bottom-left-radius:4px;position:absolute;bottom:0;width:100%;margin:0;padding:24px;min-height:66px;box-sizing:border-box;background-color:rgba(34,63,90,.75);color:#fff;font-size:18px;line-height:1.25;font-weight:900;letter-spacing:.005em}section.vspotlight .caption a{color:#fff}section.hspotlight,section.upcoming{display:block;padding:16px 0}section.broll,section.hspotlight>div.wrap,section.upcoming>div.wrap{max-width:1200px;margin:0 auto}section.hspotlight .caption,section.upcoming .caption{display:block;margin:12px 12px 0;font-size:16px;font-weight:700;line-height:22px;color:#252627}section.upcoming h6{margin:15px 0;font:14px"Inter Var",sans-serif,700;background:#bf1313;position:absolute;color:#fff;padding:7px 10px 5px 20px;right:0;opacity:.85;border-top-left-radius:3px;border-bottom-left-radius:3px}body.rtl section.upcoming h6{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:3px;border-bottom-right-radius:3px;right:auto;left:0}section.hspotlight .caption a,section.upcoming .caption a{color:#252627;text-decoration:none}section.hspotlight img.thumb:hover{opacity:.85}section.broll{display:grid;display:-ms-grid;grid-template-columns:[mainContent-start]auto[mainContent-end rightRail-start]320px[rightRail-end];-ms-grid-columns:auto 320px;column-gap:1.5rem}section.broll div.tbl{grid-area:mainContent;-ms-grid-column:1;-ms-grid-row:2;margin-right:0}section.broll div.side-ad-trail{grid-area:rightRail;-ms-grid-row:2;-ms-grid-column:2}section.hpcommerce{margin-top:12px;margin-bottom:12px}section.hpcommerce div.tbl{background-color:rgba(138,147,153,.25);border-radius:8px;padding:12px;color:#181c25;box-shadow:0 1px 1px rgba(0,0,0,.2),0 3px 3px rgba(0,0,0,.1);width:100%;box-sizing:border-box}section.hpcommerce div.tbl .divider{box-shadow:0 1px 0 0 rgba(138,147,153,.25)}section.hpcommerce div.m a.comments{font-size:.5625rem;letter-spacing:.06em;color:#41495a;line-height:1.35;text-transform:uppercase;font-weight:700}section.hpcommerce div.m,section.hpcommerce div.t{border-bottom:0}section.hpcommerce.broll div.m{vertical-align:middle}section.hpcommerce.broll h3 a{font-size:.9375rem}section.hpcommerce a .ign-icon.icon-top-right-arrow{background-size:100%;cursor:inherit;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;aspect-ratio:1/1;width:1em;height:1em;display:inline-block;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;font-size:.75rem}section.broll div.t,section.hpcommerce.broll div.m{padding-top:15px;padding-bottom:15px}.tbl a.thumb{margin:0}.side-ad-trail>div{margin-bottom:8px}.ad-wrapper{top:65px;position:sticky;position:-webkit-sticky}@media (max-width:1200px){.hero{background-size:cover;background-repeat:no-repeat;background-position:center;height:0;width:100%;padding-bottom:56.25%}section.hero{margin-bottom:90px}section.hero.video{padding-bottom:50px}section.hero.video h1{font-size:26px;line-height:26px}section.hero .herocnt{display:block;background-color:#000;position:absolute;text-align:center;margin:0 auto;width:100%;bottom:-85px}section.hero .herocnt h3{font-size:20px}section.hero .herocnt .deck{font-size:14px;margin:0 auto;max-width:300px}section.broll h3 a,section.hero .herocnt a.deck{font-size:14px}section.hero article{height:0!important}section.broll h3{margin:0 0 6px}}@media (max-width:860px){section.vspotlight article img{height:360px}section.broll div.tbl{margin-right:0}section.broll{display:block!important}section.broll .side-ad-trail{max-width:320px;margin:0 auto}section.broll img.thumb{max-width:100%;max-height:100%}section.broll div.m,section.broll div.t{display:block;width:100%;max-width:100%;padding-top:25px}section.broll div.t,section.upcoming article.card{border-bottom:none;padding-bottom:0}section.upcoming article.card{max-width:100%;margin:0 12px 12px calc(5% + 5px);display:inline-block;width:200px;padding-top:0}section.broll div.m{padding-bottom:25px;border-bottom:solid 1px rgba(37,38,39,.15)}section.broll .article.PROMOTED div.m{padding-left:1rem;padding-right:1rem}section.upcoming article.p1{margin-left:15px}section.upcoming .wrap{padding:0}section.upcoming h2{white-space:normal}}@media (max-width:768px){#ignheader .page-content{margin-top:0}section.vspotlight img.thumb{max-width:100%}section.vspotlight article img{height:475px}section.upcoming,section.upcoming .wrap,section.vspotlight{white-space:nowrap;display:inline-block;width:100%;overflow-x:scroll}section.vspotlight article:first-child{margin:0 12px 0 calc(10% + 12px)}section.hspotlight article,section.vspotlight article{border-radius:4px;overflow:hidden;display:inline-block;white-space:initial;width:calc(80% - 24px);margin:0 12px}section.hspotlight article{flex-basis:40%;flex-grow:1;margin:0 10px}section.vspotlight .caption{background-color:rgba(68,67,146,.75);font-size:24px;font-weight:900;line-height:1.21em;font-family:"Inter Var",sans-serif;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;color:#fff;min-height:110px}section.hspotlight div.cards,section.hspotlight>div.wrap{display:flex;flex-wrap:wrap;max-width:100%}section.hspotlight>div.wrap h2{font-size:30px;width:100%}section.hspotlight article:nth-of-type(even){margin-left:12px;margin-right:0}body.rtl section.hspotlight article:nth-of-type(even),section.hspotlight article:nth-of-type(odd){margin-left:0;margin-right:12px}body.rtl section.hspotlight article:nth-of-type(odd){margin-right:0;margin-left:12px}section.hspotlight article:nth-child(1),section.hspotlight article:nth-child(2){margin-bottom:32px}section.hspotlight article img{height:25vw}section.upcoming article img{background:#f5f5f5;object-fit:cover;object-position:left}body.rtl section.upcoming article img{object-position:right}#adkit_mrec1,#adkit_mrec2,#adkit_rectangle{width:300px;float:unset;top:65px}article a.thumb{margin:0}section.hero.video article{position:relative;display:inline}section.hspotlight .caption,section.upcoming .caption{font-size:15.2px;font-weight:500;line-height:1.33em;color:#252627;margin-left:0;margin-right:0}section.broll>h2,section.hero.video h1,section.upcoming h2{padding-left:15px;padding-right:15px}section.upcoming h2{font-size:30px}section.upcoming .caption a{white-space:normal}}</style> <script type="text/javascript"> (function(b){b.loadCSS||(b.loadCSS=function(){});var c=loadCSS.relpreload={};c.support=function(){try{var a=b.document.createElement("link").relList.supports("preload")}catch(e){a=!1}return function(){return a}}();c.bindMediaToggle=function(a){function b(){a.addEventListener?a.removeEventListener("load",b):a.attachEvent&&a.detachEvent("onload",b);a.setAttribute("onload",null);a.media=c}var c=a.media||"all";a.addEventListener?a.addEventListener("load",b):a.attachEvent&&a.attachEvent("onload",b);setTimeout(function(){a.rel= "stylesheet";a.media="only x"});setTimeout(b,3E3)};c.poly=function(){if(!c.support())for(var a=b.document.getElementsByTagName("link"),e=0;e<a.length;e++){var d=a[e];"preload"!==d.rel||"style"!==d.getAttribute("as")||d.getAttribute("data-loadcss")||(d.setAttribute("data-loadcss",!0),c.bindMediaToggle(d))}};if(!c.support()){c.poly();var f=b.setInterval(c.poly,500);b.addEventListener?b.addEventListener("load",function(){c.poly();b.clearInterval(f)}):b.attachEvent&&b.attachEvent("onload",function(){c.poly(); b.clearInterval(f)})}"undefined"!==typeof exports?exports.loadCSS=loadCSS:b.loadCSS=loadCSS})("undefined"!==typeof global?global:this); </script> <link rel="preconnect" href="https://tpc.googlesyndication.com"> <script type="text/javascript" src="https://ads.vidoomy.com/za.ign_17868.js" async></script><script>var ChessKit= ChessKit || {}; ChessKit.data = {categories:[], platforms:[], pagetype:["homepage"], article_id:""};</script> <script type="text/javascript">var googletag = googletag || {}; googletag.cmd = googletag.cmd || []; var zad = zad || {}; zad.cmd = zad.cmd || []; window.zadConfig={"dfp": "/178154852/IGN_ROS_", "OOPs": ["interstitial"], "OOPsAppendSuffix": true, "GPTWebInterstitial": false, "autorefresh": 30, "prebid": false, "amazon": false, "navegg": false, "tailtarget": false, "lotame": false, "dependencies": null, "libs": null, "gdprLibs": null, "pageTargeting": {"platforms": [], "tags": [], "page": "homepage", "special": "", "type": "general", "lang": "en", "article_id": ""}, "titleTargeting": true, "lazy": true, "inject": null, "vastPreroll": "https://pubads.g.doubleclick.net/gampad/ads?sz=640x360&iu=/178154852/IGN_PREROLL&impl=s&gdfp_req=1&env=vp&output=vast&unviewed_position_start=1"};window.zadSlotConfig=null;</script><script type="text/javascript" src="/s/js/zad.js?613" async="true"></script> <script type="text/javascript" src="https://securepubads.g.doubleclick.net/tag/js/gpt.js" async="true"></script> </head> <body class=""> <div class="page-wrapper"> <aside id="sidebarHeader" class="hide start"> <div id="ignheader" class="start"> <button class="header-toggle" type="button" title="Toggle Sidebar"><svg class="sidebar-icon icon-left-chevron" focusable="false" viewBox="0 0 32 32" aria-hidden="true" role="presentation" fill="none" stroke-width="4" style="transition: transform 0.1s linear 0s; font-size: 0.6rem;"><path d="M22 2 7.86 16.14 22 30.28" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path></svg></button> <div class="side-container"> <div class='side home bar-1'> <div class="sidebar-header"> <div class="logo-edition"> <a id="headerlogo" href='https://za.ign.com/'> <svg class="ign-logo" focusable="false" viewBox="0 0 76 24" aria-hidden="false" role="img"><title>IGN Logo</title><path class="dpad" fill="currentColor" stroke="none" d="M5.38 7.65a7.85 7.85 0 0 1 2.26-2.26c.13-1.18.31-2.26.52-3.21a10.605 10.605 0 0 0-6 6c.95-.22 2.03-.39 3.21-.52M16.34 5.36v.02c.9.59 1.67 1.37 2.27 2.27 1.18.13 2.26.31 3.21.52a10.627 10.627 0 0 0-6.02-6.01c.22.95.4 2.02.54 3.2M7.64 18.62c-.9-.59-1.67-1.37-2.27-2.27h-.03c-1.19-.14-2.26-.32-3.19-.54 1.07 2.75 3.26 4.95 6.01 6.02-.22-.95-.39-2.03-.52-3.21M18.64 16.35h-.03c-.59.9-1.37 1.67-2.27 2.27v.03c-.14 1.17-.32 2.25-.54 3.19a10.59 10.59 0 0 0 6.03-6.03c-.94.22-2 .4-3.19.54M10.04 0h3.9c.85 1.85 1.2 4.59 1.3 5.52.04.22.06.43.06.63L12 9.11 8.7 6.15c0-.17.02-.35.05-.55.1-.95.43-3.75 1.29-5.61M8.7 17.83c0 .17.02.35.05.55.1.95.43 3.75 1.29 5.61h3.9c.85-1.84 1.2-4.59 1.3-5.52.04-.22.06-.43.06-.64L12 14.87l-3.3 2.96ZM6.16 8.68c-.17 0-.35.02-.55.05-.95.12-3.75.45-5.61 1.31v3.9c1.84.85 4.59 1.19 5.52 1.3.22.04.43.06.64.06L9.11 12 6.16 8.7ZM24 10.02c-1.86-.86-4.66-1.19-5.61-1.29-.2-.03-.38-.05-.55-.05l-2.96 3.3 2.96 3.3c.2 0 .41-.02.64-.06.93-.11 3.68-.45 5.52-1.3v-3.9Z"></path><path class="ign-path" fill="currentColor" stroke="none" d="M42.83 13.9V10h10.45c1.06 0 1.93.86 1.93 1.92v4.63c0 2.38-1.91 4.36-4.33 4.36h-6.69c-4.96 0-8.97-4-8.97-8.94s4.04-8.95 8.98-8.95h10.36v4.11H44.2c-2.67 0-4.86 2.17-4.86 4.84s2.16 4.83 4.86 4.83h6.91v-2.91h-8.27ZM33.86 3h-4.07v16.02c0 1.05.86 1.91 1.91 1.91h2.15V3M74.37 3.01h-2.18v13.81s0 .08-.03.11a.29.29 0 0 1-.24.14c-.09 0-.16-.04-.25-.15L64.83 4.93a4.347 4.347 0 0 0-3.72-2.11h-.07c-2.39 0-4.32 1.93-4.32 4.32v11.88c0 1.05.86 1.91 1.91 1.91h2.17V7.14s.02-.09.04-.13a.29.29 0 0 1 .24-.14c.09 0 .18.03.24.14l6.88 12.07c.76 1.27 2.12 2.05 3.69 2.05h.07c2.39 0 4.32-1.93 4.32-4.32V4.92c0-1.05-.85-1.91-1.91-1.91"></path></svg> </a> <div class="logodate">Africa</div> </div> </div><div class="sidebar-main"><ul class="sidebar-section home"><li><a class="icon-home" href='https://za.ign.com/'><span>Home</span></a></li><li class=""><a class="iconsvg" href="https://za.ign.com/article/news" data-submenu="bar-100"><?xml version="1.0" encoding="utf-8"?> <!-- Generator: Adobe Illustrator 26.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="_x31__x2C_5" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve"> <path d="M437.3,512H80c-44.1,0-80-35.9-80-80V58.7C0,26.3,26.3,0,58.7,0h266.7C357.7,0,384,26.3,384,58.7V64h69.3 c32.4,0,58.7,26.3,58.7,58.7V432c0,40.9-30.8,74.7-70.4,79.4C440.2,511.8,438.8,512,437.3,512z M384,96v336c0,26.5,21.5,48,48,48 c26.5,0,48-21.5,48-48V122.7C480,108,468,96,453.3,96H384z M58.7,32C44,32,32,44,32,58.7V432c0,26.5,21.5,48,48,48h288 c-10.1-13.4-16-30-16-48V58.7C352,44,340,32,325.3,32H58.7z"/> <path d="M176,192H80c-8.8,0-16-7.2-16-16V80c0-8.8,7.2-16,16-16h96c8.8,0,16,7.2,16,16v96C192,184.8,184.8,192,176,192z M96,160h64 V96H96V160z"/> <path d="M304,117.3h-53.3c-8.8,0-16-7.2-16-16s7.2-16,16-16H304c8.8,0,16,7.2,16,16S312.8,117.3,304,117.3z"/> <path d="M304,181.3h-53.3c-8.8,0-16-7.2-16-16c0-8.8,7.2-16,16-16H304c8.8,0,16,7.2,16,16C320,174.2,312.8,181.3,304,181.3z"/> <path d="M304,266.7H80c-8.8,0-16-7.2-16-16s7.2-16,16-16h224c8.8,0,16,7.2,16,16S312.8,266.7,304,266.7z"/> <path d="M304,346.7H80c-8.8,0-16-7.2-16-16c0-8.8,7.2-16,16-16h224c8.8,0,16,7.2,16,16C320,339.5,312.8,346.7,304,346.7z"/> <path d="M304,426.7H80c-8.8,0-16-7.2-16-16c0-8.8,7.2-16,16-16h224c8.8,0,16,7.2,16,16C320,419.5,312.8,426.7,304,426.7z"/> </svg> <span>News</span></a></li><li class=""><a class="iconsvg" href="https://za.ign.com/article/review" data-submenu="bar-101"><?xml version="1.0" encoding="utf-8"?> <!-- Generator: Adobe Illustrator 26.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="Livello_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 443.6 512.7" style="enable-background:new 0 0 443.6 512.7;" xml:space="preserve"> <g> <path d="M443.6,146.3c0.2-12.4-6.6-24.7-17.4-31.3L241.4,5.8c-5.9-4-11.9-5.8-19.5-5.8c-6.5,0-14.1,2.3-19.4,5.8L17.7,114.9 C5.5,121.2,0,135.1,0,146.2v220.3c0,12.6,6.9,24.9,17.6,31.2l184.8,109.2c5.9,4,11.9,5.8,19.5,5.8c6.5,0,14.1-2.3,19.4-5.8 l184.6-109.1c12.2-6.2,17.7-20.1,17.7-31.3L443.6,146.3z M224.5,32.9l184.7,109.2l0.3,0.2c1.9,1,2.2,2.9,2.2,3.9v221.4 c-0.2,1-0.7,2.2-2.2,3l-0.1,0.1l-185,109.3c-1.9,0.9-3.5,0.9-5.3,0L34.4,370.7l-0.3-0.2c-1.9-1-2.2-2.9-2.2-3.9V146.2 c0-0.8,0.2-2.9,2.3-4l0.1-0.1L219.2,32.9C221.1,32,222.6,32,224.5,32.9z"/> <path d="M263.9,351.4h-80.7c-9,0-15.1,6.8-15.1,16.8c0,9,6.8,15.1,16.8,15.1h80.7c7.5,0,15.1-5.2,15.1-15.1 C280.7,358.6,273.5,351.4,263.9,351.4z"/> <path d="M134.5,272.3H311c7.5,0,15.1-5.2,15.1-15.1c0-9.6-7.2-16.8-16.8-16.8H134.5c-9.6,0-16.8,7.2-16.8,16.8 C117.7,266.5,126.4,272.3,134.5,272.3z"/> <path d="M183.2,161.4h80.7c9.8,0,15.1-7.8,15.1-15.1c0-7.6-7-16.8-15.1-16.8h-80.7c-9.8,0-15.1,7.8-15.1,15.1 C168.1,154.6,174.2,161.4,183.2,161.4z"/> </g> </svg> <span>Reviews</span></a></li><li class=""><a class="iconsvg" href="https://za.ign.com/video/" data-submenu="bar-98"><?xml version="1.0" encoding="utf-8"?> <!-- Generator: Adobe Illustrator 26.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="regular" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve"> <style type="text/css"> .st0{stroke:#41495a;stroke-width:10;stroke-miterlimit:10;} </style> <path d="M256,512c141.2,0,256-114.8,256-256S397.2,0,256,0S0,114.8,0,256S114.8,512,256,512z M256,32c123.5,0,224,100.5,224,224 S379.5,480,256,480S32,379.5,32,256S132.5,32,256,32z"/> <path class="st0" d="M379.9,226.6l-180.3-98.2c-4.8-3.2-11.3-4.8-16.1-4.8c-19.3,0-33.8,16.1-33.8,33.8v198 c0,19.3,16.1,33.8,33.8,33.8l0,0l0,0c6.4,0,11.3-1.6,16.1-4.8l180.3-98.2c6.4-3.2,11.3-8.1,14.5-14.5 C402.4,257.2,396,236.3,379.9,226.6z M189.9,366.7C189.9,366.7,189.9,368.3,189.9,366.7c-4.8,1.6-8.1,1.6-11.3,1.6 c-3.2-1.6-6.4-3.2-8.1-6.4c-1.6-1.6-1.6-4.8-1.6-6.4v-198c0-8.1,6.4-12.9,12.9-12.9c1.6,0,4.8,0,6.4,1.6l181.9,98.2 c3.2,1.6,6.4,3.2,6.4,6.4c1.6,3.2,1.6,6.4,0,9.7c-1.6,3.2-3.2,6.4-8.1,8.1L189.9,366.7z"/> </svg> <span>Videos</span></a></li><li class=""><a class="iconsvg" target='_blank' href="http://za.ign.com/entertainment" data-submenu="bar-107"><?xml version="1.0" encoding="utf-8"?> <!-- Generator: Adobe Illustrator 26.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="_x31_" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 522 436.6" style="enable-background:new 0 0 522 436.6;" xml:space="preserve"> <g> <path d="M495.7,244.6h10.7c8.6,0,15.7-7,15.7-15.7v-42.7c0-28.2-20.1-51.8-46.7-57.2L440,25c-3.1-9.2-10.2-17-19.3-21.3 c-9.1-4.3-19.6-4.8-28.7-1.4L55.3,128C24.5,129.5,0,155.1,0,186.2v42.7c0,8.6,7,15.7,15.7,15.7h10.7c20.8,0,37.7,16.9,37.7,37.7 s-16.9,37.7-37.7,37.7H15.7c-8.6,0-15.7,7-15.7,15.7v42.7c0,32.2,26.2,58.3,58.3,58.3h405.3c15.6,0,30.2-6.1,41.2-17.1 c11-11,17.1-25.7,17.1-41.2v-42.7c0-8.6-7-15.7-15.7-15.7h-10.7c-10.1,0-19.5-3.9-26.6-11c-7.1-7.1-11-16.6-11-26.6 C458,261.4,474.9,244.6,495.7,244.6z M426.7,282.2c0,18.4,7.2,35.8,20.2,48.8c11.8,11.8,27.2,18.8,43.8,20v27.2 c0,14.9-12.1,27-27,27H202v-5.7c0-8.6-7-15.7-15.7-15.7s-15.7,7-15.7,15.7v5.7H58.3c-14.9,0-27-12.1-27-27V351 c35.7-2.6,64-32.5,64-68.8s-28.3-66.3-64-68.8v-27.2c0-14.9,12.1-27,27-27h112.3v5.7c0,8.6,7,15.7,15.7,15.7s15.7-7,15.7-15.7v-5.7 h261.7c14.9,0,27,12.1,27,27v27.2C454.9,216,426.7,245.9,426.7,282.2z M145,127.9L403,31.6c1.4-0.5,3-0.4,4.5,0.3 c1.4,0.7,2.5,1.8,2.9,3.2l31.5,92.8H145z"/> <path d="M186.3,293.6c-8.6,0-15.7,7-15.7,15.7v36.1c0,8.6,7,15.7,15.7,15.7s15.7-7,15.7-15.6v-36.1 C202,300.7,195,293.6,186.3,293.6z"/> <path d="M186.3,203.4c-8.6,0-15.7,7-15.7,15.7v36.1c0,8.6,7,15.7,15.7,15.7s15.7-7,15.7-15.7v-36.1 C202,210.4,195,203.4,186.3,203.4z"/> </g> </svg> <span>Entertainment</span></a></li><li class="more toggletopmore"><a href="NONE" class="iconsvg submenu" data-submenu="bar-MORE"><?xml version="1.0" encoding="utf-8"?><svg version="1.1" id="Livello_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve"><path d="M368.7,288.3c17.7,0,32.2-14.5,32.2-32.2c0-17.7-14.5-32.2-32.2-32.2s-32.2,14.5-32.2,32.2 C336.5,273.8,351,288.3,368.7,288.3z M256,288.3c17.7,0,32.2-14.5,32.2-32.2c0-17.7-14.5-32.2-32.2-32.2s-32.2,14.5-32.2,32.2 C223.8,273.8,238.3,288.3,256,288.3z M143.3,288.3c17.7,0,32.2-14.5,32.2-32.2c0-17.7-14.5-32.2-32.2-32.2s-32.2,14.5-32.2,32.2 C111.1,273.8,125.6,288.3,143.3,288.3z"/><g><path d="M256,512c-68.4,0-132.7-26.6-181-75C26.6,388.7,0,324.4,0,256c0-68.4,26.6-132.7,75-181C123.3,26.6,187.6,0,256,0 s132.7,26.6,181,75c48.4,48.4,75,112.6,75,181c0,68.4-26.6,132.7-75,181S324.4,512,256,512z M256,32.3 c-59.8,0-115.9,23.3-158.2,65.5C55.6,140.1,32.3,196.2,32.3,256c0,59.8,23.3,115.9,65.5,158.2c42.2,42.2,98.4,65.5,158.2,65.5 s115.9-23.3,158.2-65.5c42.2-42.3,65.5-98.4,65.5-158.2c0-59.8-23.3-115.9-65.5-158.2C371.9,55.6,315.8,32.3,256,32.3z"/></g></svg><span>More</span><svg class="sidebar-icon icon-right-chevron" focusable="false" viewBox="0 0 32 32" aria-hidden="true" role="presentation" fill="none" stroke-width="2"><path d="m10 2 14.14 14.14L10 30.28" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path></svg></a></li><div class="divider"></div><li class="search"><a><svg height="512pt" viewBox="0 0 512.016 512" width="512pt" xmlns="http://www.w3.org/2000/svg"><path d="m202.667969 405.339844c-111.746094 0-202.667969-90.921875-202.667969-202.664063 0-111.746093 90.921875-202.6679685 202.667969-202.6679685 111.742187 0 202.664062 90.9218755 202.664062 202.6679685 0 111.742188-90.921875 202.664063-202.664062 202.664063zm0-373.332032c-94.101563 0-170.667969 76.566407-170.667969 170.667969 0 94.101563 76.566406 170.664063 170.667969 170.664063 94.101562 0 170.664062-76.5625 170.664062-170.664063 0-94.101562-76.5625-170.667969-170.664062-170.667969zm0 0"/><path d="m496 512.007812c-4.097656 0-8.191406-1.558593-11.308594-4.691406l-161.277344-161.28125c-6.25-6.25-6.25-16.382812 0-22.636718 6.25-6.25 16.382813-6.25 22.632813 0l161.28125 161.28125c6.25 6.25 6.25 16.382812 0 22.636718-3.136719 3.132813-7.230469 4.691406-11.328125 4.691406zm0 0"/></svg><form action='https://za.ign.com/se/'class="search-modal"><div class="search-input"><input type="hidden" name="model" value=""><input name="q" id="search-input" type="text" maxlength="60" placeholder='Search on IGN Africa' autocomplete="off" value=""></div><button role="button" class="button button-primary">Search</button></form></a></li></ul></div></div><div class="side bar-MORE"> <div class="sidebar-header"> <button class="back" data-parent="bar-1"><svg class="sidebar-icon icon-left-chevron" focusable="false" viewBox="0 0 32 32" aria-hidden="true" role="presentation" fill="none" stroke-width="2"><path d="M22 2 7.86 16.14 22 30.28" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path></svg><label>Home</label></button> </div> <div class="sidebar-main"> <h3>More</h3> <ul class="sidebar-section"><li class=""><a class="iconsvg" href="/ign-africa/64360/page/about-ign-africa" data-submenu="bar-28"><span>About IGN Africa</span></a></li><li class=""><a class="iconsvg" href="/ign-africa/64356/page/contact-us" data-submenu="bar-29"><span>Contact</span></a></li><li class=""><a class="iconsvg" target='_blank' href="http://za.ign.com/advertisement.html" data-submenu="bar-72"><span>Advertise</span></a></li><li class=""><a class="iconsvg" target='_blank' href="http://corp.ign.com/press" data-submenu="bar-31"><span>Press</span></a></li><li class=""><a class="iconsvg" href="/ign-africa/64408/page/privacy-policy" data-submenu="bar-32"><span>Privacy policy</span></a></li><li class=""><a class="iconsvg" href="/ign-africa/64407/page/user-agreement" data-submenu="bar-33"><span>User agreement</span></a></li><li class=""><a class="iconsvg" href="/ign-africa/93741/page/cookies" data-submenu="bar-34"><span>Cookie policy</span></a></li><li class=""><a class="iconsvg" href="/feed.xml" data-submenu="bar-35"><span>RSS</span></a></li><div class="divider"></div><li class="legal"><a href="https://world.ziffdavis.com"><svg id="zdlogoblue" data-name="Ziff Davis Logo" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 298.63 174.94"><path d="M102,15.57H83.2V.09H102ZM83.2,26.16H102V94.57H83.2Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M117,38.73H105.72V26.16H117v-5.3C117,8.69,124.51.09,139.86.09c3.31,0,6.75.4,9.92.53v14a58.78,58.78,0,0,0-6.88-.4c-5.16,0-7.14,2.12-7.14,7.81v4.1h13V38.73h-13V94.57H117Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M154.59,38.73H143.34V26.16h11.25v-5.3c0-12.17,7.54-20.77,22.89-20.77,3.31,0,6.75.4,9.92.53v14a58.78,58.78,0,0,0-6.88-.4c-5.16,0-7.14,2.12-7.14,7.81v4.1h13V38.73h-13V94.57H154.59Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M31.37,73.6l-2.95,3.5H50.91a31.52,31.52,0,0,1,13.77,3,29.66,29.66,0,0,1,6.68,4.44,30.31,30.31,0,0,1,7.46,10.07H.77V78.14L4.58,73.6l3-3.57L51.44,17.56H4.75V.09H79.1V16.48L34.35,70Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M80.57,103.2h-24c5.17,5.44,7.18,13.79,7.18,24.16,0,20.9-11.54,28.31-23.57,28.31H21.65V103.2H.86v69.94H41.62c28.83,0,42.87-20.38,42.87-47.76A58.44,58.44,0,0,0,80.57,103.2Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M148.78,157.93v-35.6c0-13.69-11.37-18.06-23-19.13a68.79,68.79,0,0,0-7-.31,8.43,8.43,0,0,0-.87,0c-15.08.17-30.26,5.69-31.3,22.84h18.79c.66-7.42,5.16-10.33,12.44-10.33,6.62,0,12.17,1.32,12.17,9.29.79,15.32-45.23-1.35-45.51,29.77,0,14,10.19,20.49,23.29,20.49,8.46,0,17-2.25,23-8.46a28.37,28.37,0,0,0,1.32,6.62h19.06C149.44,170.37,148.78,164.13,148.78,157.93ZM130,146.66c0,4.23-.52,15.77-15.22,15.77-6.06,0-11.51-1.87-11.51-8.73s5.31-9,11.13-10.09,12.44-1.18,15.6-4Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M195.32,104.72,180.9,151.44h-.27l-14.42-46.72H146.49l23.43,68.42h20.9L214,104.72Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M214.38,104.72v68.42h18.79V104.72Zm0-26.06V94.15h18.79V78.66Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M277.08,132c-10.57-2.5-21.31-3.44-21.31-10.16,0-5.72,6.24-6.38,10.46-6.38,6.76,0,12.31,2,12.83,9.29h17.88c-1.45-16.81-15.35-21.83-30.19-21.83S237,107.36,237,124.83c0,12.2,10.71,15.77,21.7,18.26C272.06,145.86,280,148,280,153.7c0,6.58-7,8.73-12.3,8.73-7.28,0-14.42-3.46-14.42-11.54H235.39C236.05,169,251.68,175,267.55,175c15.49,0,31.23-5.82,31.23-23.81C298.78,138.48,288.07,134.5,277.08,132Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M101.38,15.62H82.59V.14h18.79ZM82.59,26.21h18.79V94.62H82.59Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M116.35,38.78H105.11V26.21h11.24V20.92C116.35,8.74,123.9.14,139.24.14c3.31,0,6.75.4,9.93.53v14a58.78,58.78,0,0,0-6.88-.4c-5.16,0-7.15,2.12-7.15,7.81v4.1h13V38.78h-13V94.62H116.35Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M154,38.78H142.73V26.21H154V20.92C154,8.74,161.52.14,176.86.14c3.31,0,6.75.4,9.93.53v14a58.78,58.78,0,0,0-6.88-.4c-5.16,0-7.15,2.12-7.15,7.81v4.1h13V38.78h-13V94.62H154Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M30.76,73.65l-3,3.5H50.29a31.56,31.56,0,0,1,13.78,3,30,30,0,0,1,6.68,4.44,30.31,30.31,0,0,1,7.46,10.07H.15V78.19L4,73.65l3-3.57L50.82,17.61H4.14V.14H78.48V16.53L33.74,70.08Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M80,103.25h-24c5.16,5.44,7.17,13.79,7.17,24.16,0,20.9-11.54,28.31-23.56,28.31H21V103.25H.24v69.94H41c28.84,0,42.87-20.38,42.87-47.76A58.49,58.49,0,0,0,80,103.25Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M148.17,158v-35.6c0-13.69-11.37-18.06-23-19.13a69.11,69.11,0,0,0-7-.31,8.14,8.14,0,0,0-.86,0c-15.08.18-30.26,5.69-31.3,22.84h18.78c.66-7.41,5.17-10.32,12.45-10.32,6.62,0,12.16,1.31,12.16,9.28.8,15.32-45.23-1.35-45.51,29.78,0,14,10.19,20.48,23.3,20.48,8.45,0,17-2.25,23-8.46a28.26,28.26,0,0,0,1.32,6.62h19.06C148.83,170.42,148.17,164.18,148.17,158Zm-18.79-11.27c0,4.23-.52,15.77-15.21,15.77-6.07,0-11.51-1.87-11.51-8.73s5.3-9,11.13-10.09,12.44-1.18,15.59-3.95Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M194.71,104.78,180.29,151.5H180l-14.42-46.72H145.87l23.43,68.41h20.9l23.15-68.41Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M213.77,104.78v68.41h18.79V104.78Zm0-26.07V94.2h18.79V78.71Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M276.47,132c-10.57-2.5-21.32-3.43-21.32-10.16,0-5.72,6.24-6.37,10.47-6.37,6.76,0,12.3,2,12.82,9.28h17.89C294.87,108,281,102.94,266.14,102.94s-29.77,4.47-29.77,21.94c0,12.2,10.71,15.77,21.69,18.26,13.38,2.78,21.32,4.89,21.32,10.61,0,6.58-7,8.73-12.3,8.73-7.28,0-14.42-3.46-14.42-11.54H234.77c.66,18.13,16.29,24.09,32.17,24.09,15.49,0,31.23-5.82,31.23-23.81C298.17,138.53,287.46,134.55,276.47,132Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path></svg></a><span class="licensee">IGN Africa is operated under license by Little Empire</span></li></ul></div></div> </div> <div class="region"> <div class="region-selector"> <select id="region-dropdown" class="region-dropdown"> <option value="" disabled="" selected="">Change Region</option> <option data-language='US' value="https://www.ign.com/?setccpref=US">United States</option> <option data-language='UK' value="https://uk.ign.com/uk?setccpref=UK">United Kingdom</option> <option data-language='AU' value="https://au.ign.com/au?setccpref=AU">Australia</option> <option data-language='AFR' value="https://za.ign.com/">Africa</option> <option data-language='ADR' value="https://adria.ign.com/">Adria</option> <option data-language='BX' value="https://nl.ign.com/">Benelux / Dutch</option> <option data-language='BR' value="https://br.ign.com/">Brazil</option> <option data-language='CN' value="https://www.ign.com.cn/">China / 中国</option> <option data-language='CZ' value="https://cz.ign.com/">Czechia / Slovakia</option> <option data-language='FR' value="https://fr.ign.com/">France</option> <option data-language='DE' value="https://de.ign.com/">Germany</option> <option data-language='GR' value="https://gr.ign.com/">Greece / Ελλάδα</option> <option data-language='HU' value="https://hu.ign.com/">Hungary</option> <option data-language='IN' value="https://in.ign.com/">India</option> <option data-language='IL' value="https://il.ign.com/">Israel</option> <option data-language='IT' value="https://it.ign.com/">Italy / Italia</option> <option data-language='JP' value="https://jp.ign.com/">Japan / 日本</option> <option data-language='KR' value="https://kr.ign.com/">Korea / 한국</option> <option data-language='LAT' value="https://latam.ign.com/">Latin America</option> <option data-language='ME' value="https://me.ign.com/en/">Middle East - English</option> <option data-language='AR' value="https://me.ign.com/ar/">Middle East - الأوسطالشرق</option> <option data-language='NOR' value="https://nordic.ign.com/">Nordic</option> <option data-language='PL' value="https://pl.ign.com/">Poland</option> <option data-language='PT' value="https://pt.ign.com/">Portugal</option> <option data-language='SEA' value="https://sea.ign.com/">Southeast Asia</option> <option data-language='ES' value="https://es.ign.com/">Spain / España</option> <option data-language='TR' value="https://tr.ign.com/">Turkey / Türkiye</option> <option data-language='INTL' value="https://world.ign.com/">world.ign.com</option> </select> </div> </div> <div id="loginwrapper"> <a class="sidebar-item login-avatar" href="https://www.ign.com/sign-in?redirect=http%3A//za.ign.com/" type="button"><img class="userIcon" alt="" title="" src=""></img><svg class="sidebar-icon icon-profile" focusable="false" viewBox="0 0 32 32" aria-hidden="false" role="img" fill="none" stroke-width="1.5"><title>Register / Login</title><g stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"><path d="M31 16a15 15 0 1 1-30 0 15 15 0 0 1 30 0Z"></path><path d="M10 29v-3.5a6 6 0 0 1 6-6v0a6 6 0 0 1 6 6V29"></path><path clip-rule="evenodd" d="M16 17a4 4 0 1 0 0-8 4 4 0 0 0 0 8Z"></path></g></svg> <div class="sidebar-item-text">Register / Login</div> </a> <div class="login-buttons"> <a href="https://www.ign.com/sign-in?redirect=http%3A//za.ign.com/" target="_top" rel="nofollow" class="lightbox main button login-button">Login</a> <a href="https://www.ign.com/register?redirect=http%3A//za.ign.com/" target="_top" rel="nofollow" class="button register-button">Register</a> </div> </div> </div> </aside> <button id="btnoverlay" type="button" title="Collapse Sidebar" class="start sidebar-mobile-overlay"></button> <div id="mainblock"> <header class="fixed-header"> <div class="sidebar-page-header"> <a href="/" title="IGN" class="logo-link"><svg class="ign-logo" focusable="false" viewBox="0 0 76 24" aria-hidden="false" role="img"><title>IGN Logo</title><path class="dpad" fill="currentColor" stroke="none" d="M5.38 7.65a7.85 7.85 0 0 1 2.26-2.26c.13-1.18.31-2.26.52-3.21a10.605 10.605 0 0 0-6 6c.95-.22 2.03-.39 3.21-.52M16.34 5.36v.02c.9.59 1.67 1.37 2.27 2.27 1.18.13 2.26.31 3.21.52a10.627 10.627 0 0 0-6.02-6.01c.22.95.4 2.02.54 3.2M7.64 18.62c-.9-.59-1.67-1.37-2.27-2.27h-.03c-1.19-.14-2.26-.32-3.19-.54 1.07 2.75 3.26 4.95 6.01 6.02-.22-.95-.39-2.03-.52-3.21M18.64 16.35h-.03c-.59.9-1.37 1.67-2.27 2.27v.03c-.14 1.17-.32 2.25-.54 3.19a10.59 10.59 0 0 0 6.03-6.03c-.94.22-2 .4-3.19.54M10.04 0h3.9c.85 1.85 1.2 4.59 1.3 5.52.04.22.06.43.06.63L12 9.11 8.7 6.15c0-.17.02-.35.05-.55.1-.95.43-3.75 1.29-5.61M8.7 17.83c0 .17.02.35.05.55.1.95.43 3.75 1.29 5.61h3.9c.85-1.84 1.2-4.59 1.3-5.52.04-.22.06-.43.06-.64L12 14.87l-3.3 2.96ZM6.16 8.68c-.17 0-.35.02-.55.05-.95.12-3.75.45-5.61 1.31v3.9c1.84.85 4.59 1.19 5.52 1.3.22.04.43.06.64.06L9.11 12 6.16 8.7ZM24 10.02c-1.86-.86-4.66-1.19-5.61-1.29-.2-.03-.38-.05-.55-.05l-2.96 3.3 2.96 3.3c.2 0 .41-.02.64-.06.93-.11 3.68-.45 5.52-1.3v-3.9Z"></path><path class="ign-path" fill="currentColor" stroke="none" d="M42.83 13.9V10h10.45c1.06 0 1.93.86 1.93 1.92v4.63c0 2.38-1.91 4.36-4.33 4.36h-6.69c-4.96 0-8.97-4-8.97-8.94s4.04-8.95 8.98-8.95h10.36v4.11H44.2c-2.67 0-4.86 2.17-4.86 4.84s2.16 4.83 4.86 4.83h6.91v-2.91h-8.27ZM33.86 3h-4.07v16.02c0 1.05.86 1.91 1.91 1.91h2.15V3M74.37 3.01h-2.18v13.81s0 .08-.03.11a.29.29 0 0 1-.24.14c-.09 0-.16-.04-.25-.15L64.83 4.93a4.347 4.347 0 0 0-3.72-2.11h-.07c-2.39 0-4.32 1.93-4.32 4.32v11.88c0 1.05.86 1.91 1.91 1.91h2.17V7.14s.02-.09.04-.13a.29.29 0 0 1 .24-.14c.09 0 .18.03.24.14l6.88 12.07c.76 1.27 2.12 2.05 3.69 2.05h.07c2.39 0 4.32-1.93 4.32-4.32V4.92c0-1.05-.85-1.91-1.91-1.91"></path></svg></a> <a id="current-user" href="https://www.ign.com/sign-in?redirect=http%3A//za.ign.com/" target="_top" rel="nofollow"><svg class="ign-icon icon-profile" focusable="false" viewBox="0 0 32 32" aria-hidden="true" role="presentation" fill="none" stroke-width="2"><g stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"><path d="M31 16a15 15 0 1 1-30 0 15 15 0 0 1 30 0Z"></path><path d="M10 29v-3.5a6 6 0 0 1 6-6v0a6 6 0 0 1 6 6V29"></path><path clip-rule="evenodd" d="M16 17a4 4 0 1 0 0-8 4 4 0 0 0 0 8Z"></path></g></svg></a> </div> </header> <div class="zad billboard" data-zadtype="billboard" data-suffix="billboard"></div> <div class="page-content"> <section class="hero" data-slotter="hero" data-type="hero" data-slottypeid="50" data-slotterid="41845" data-maximumblocks=1> <span class="herospacer"></span> <article class="hero PREVIEW" style="background-image: url('https://sm.ign.com/t/ign_za/preview/w/we-played-/we-played-nintendo-switch-2-first-hands-on-preview_snwe.1200.jpg')" data-type="PREVIEW" data-pk="207786" data-slotterid="42018" data-raw="undefined"> <a href="https://za.ign.com/donkey-kong-bananza/207786/preview/we-played-nintendo-switch-2-first-hands-on-preview" class="link"> <div class="herocnt"> <h3 class='caption'>We Played Nintendo Switch 2: First Hands-On Preview</h3> <h4 class="deck">Nintendo's next-generation hybrid console feels like a premium step up from the original Switch.</h4> </div> </a> </article> </section> <section class="vspotlight" data-slotter="coverstories" data-type="vspotlight" data-slottypeid="60" data-slotterid="29787" data-maximumblocks=4> <div class="wrap"> <article class="card VIDEO p1" data-type="VIDEO" data-pk="207884" data-slotterid="42019" data-background="239, 214, 53" data-raw=""> <a href="https://za.ign.com/superman-2025/207884/video/superman-official-sneak-peek-clip" class="thumb link"> <img src="https://sm.ign.com/t/ign_za/slotter/4/42001/42001_wuxr.800.jpg" alt="Superman Official Sneak Peek Revealed" class="thumb" srcset="https://sm.ign.com/t/ign_za/slotter/4/42001/42001_wuxr.800.jpg, https://sm.ign.com/t/ign_za/slotter/4/42001/42001_wuxr.800.jpg 2x"> <h3 style="background-color: rgba(239, 214, 53, 0.75)" class="caption">Superman Official Sneak Peek Revealed</h3> </a> </article> <article class="card REVIEW p2" data-type="REVIEW" data-pk="207873" data-slotterid="42020" data-background="78, 179, 204" data-raw=""> <a href="https://za.ign.com/south-of-midnight/207873/review/south-of-midnight-review" class="thumb link"> <img src="https://sm.ign.com/t/ign_za/slotter/4/41965/41965_u3dj.800.jpg" alt="South of Midnight Review" class="thumb" srcset="https://sm.ign.com/t/ign_za/slotter/4/41965/41965_u3dj.800.jpg, https://sm.ign.com/t/ign_za/slotter/4/41965/41965_u3dj.800.jpg 2x"> <h3 style="background-color: rgba(78, 179, 204, 0.75)" class="caption">South of Midnight Review</h3> </a> </article> <article class="card PREVIEW p3" data-type="PREVIEW" data-pk="207789" data-slotterid="42021" data-background="96, 27, 25" data-raw=""> <a href="https://za.ign.com/mario-kart-world/207789/preview/mario-kart-world-for-nintendo-switch-2-first-hands-on-preview" class="thumb link"> <img src="https://sm.ign.com/t/ign_za/slotter/4/41948/41948_azwp.800.jpg" alt="Mario Kart World for Nintendo Switch 2: First Hands-On Preview" class="thumb" srcset="https://sm.ign.com/t/ign_za/slotter/4/41948/41948_azwp.800.jpg, https://sm.ign.com/t/ign_za/slotter/4/41948/41948_azwp.800.jpg 2x"> <h3 style="background-color: rgba(96, 27, 25, 0.75)" class="caption">Mario Kart World for Nintendo Switch 2: First Hands-On Preview</h3> </a> </article> <article class="card NEWS p4" data-type="NEWS" data-pk="207793" data-slotterid="42022" data-background="78, 2, 118" data-raw=""> <a href="https://za.ign.com/mario-kart-world/207793/news/heres-why-the-nintendo-switch-2-mario-kart-world-and-everything-around-them-is-so-expensive" class="thumb link"> <img src="https://sm.ign.com/t/ign_za/slotter/4/41967/41967_37uc.800.jpg" alt="Here's Why Switch 2, Mario Kart World, and Everything Else Is So Expensive" class="thumb" srcset="https://sm.ign.com/t/ign_za/slotter/4/41967/41967_37uc.800.jpg, https://sm.ign.com/t/ign_za/slotter/4/41967/41967_37uc.800.jpg 2x"> <h3 style="background-color: rgba(78, 2, 118, 0.75)" class="caption">Here's Why Switch 2, Mario Kart World, and Everything Else Is So Expensive</h3> </a> </article> </div> </section> <section class="hspotlight" data-slotter="spotlight" data-type="hspotlight" data-slottypeid="70" data-slotterid="41851" data-maximumblocks=4> <div class="wrap"> <h2 style="display: block;" >Latest Nintendo Direct News</h2> <div class="cards"> <article class="card NEWS p1" data-type="NEWS" data-pk="207669" data-slotterid="42023" data-raw="undefined"> <a href="https://za.ign.com/nintendo-switch-2/207669/news/nintendo-switch-2-direct-everything-announced" class="thumb link"><img data-src="https://sm.ign.com/t/ign_za/news/n/nintendo-s/nintendo-switch-2-direct-everything-announced_2s7q.320.jpg" alt="Nintendo Switch 2 Direct: Everything Announced" class="thumb" data-srcset="https://sm.ign.com/t/ign_za/news/n/nintendo-s/nintendo-switch-2-direct-everything-announced_2s7q.320.jpg, https://sm.ign.com/t/ign_za/news/n/nintendo-s/nintendo-switch-2-direct-everything-announced_2s7q.320.jpg 2x"></a> <h3 class="caption"><a class="link" href="https://za.ign.com/nintendo-switch-2/207669/news/nintendo-switch-2-direct-everything-announced">Nintendo Switch 2 Direct: Everything Announced</a></h3> </article> <article class="card NEWS p2" data-type="NEWS" data-pk="207813" data-slotterid="42024" data-raw="undefined"> <a href="https://za.ign.com/mario-kart-world/207813/news/nintendo-switch-2-exclusive-mario-kart-world-every-playable-character-and-outfit-revealed" class="thumb link"><img data-src="https://sm.ign.com/t/ign_za/news/n/nintendo-s/nintendo-switch-2-exclusive-mario-kart-world-every-playable_vaj9.320.jpg" alt="Nintendo Switch 2 Exclusive Mario Kart World: Every Playable Character and Outfit Revealed" class="thumb" data-srcset="https://sm.ign.com/t/ign_za/news/n/nintendo-s/nintendo-switch-2-exclusive-mario-kart-world-every-playable_vaj9.320.jpg, https://sm.ign.com/t/ign_za/news/n/nintendo-s/nintendo-switch-2-exclusive-mario-kart-world-every-playable_vaj9.320.jpg 2x"></a> <h3 class="caption"><a class="link" href="https://za.ign.com/mario-kart-world/207813/news/nintendo-switch-2-exclusive-mario-kart-world-every-playable-character-and-outfit-revealed">Nintendo Switch 2 Exclusive Mario Kart World: Every Playable Character and Outfit Revealed</a></h3> </article> <article class="card NEWS p3" data-type="NEWS" data-pk="207817" data-slotterid="42025" data-raw="undefined"> <a href="https://za.ign.com/mario-kart-world/207817/news/nintendos-switch-2-treehouse-livestream-is-just-a-flood-of-angry-comments-shouting-drop-the-price" class="thumb link"><img data-src="https://sm.ign.com/t/ign_za/news/n/nintendos-/nintendos-switch-2-treehouse-livestream-is-just-a-flood-of-a_ychp.320.jpg" alt="Nintendo's Switch 2 Treehouse Livestream Is Just a Flood of Angry Comments Shouting "DROP the PRICE"" class="thumb" data-srcset="https://sm.ign.com/t/ign_za/news/n/nintendos-/nintendos-switch-2-treehouse-livestream-is-just-a-flood-of-a_ychp.320.jpg, https://sm.ign.com/t/ign_za/news/n/nintendos-/nintendos-switch-2-treehouse-livestream-is-just-a-flood-of-a_ychp.320.jpg 2x"></a> <h3 class="caption"><a class="link" href="https://za.ign.com/mario-kart-world/207817/news/nintendos-switch-2-treehouse-livestream-is-just-a-flood-of-angry-comments-shouting-drop-the-price">Nintendo's Switch 2 Treehouse Livestream Is Just a Flood of Angry Comments Shouting "DROP the PRICE"</a></h3> </article> <article class="card NEWS p4" data-type="NEWS" data-pk="207680" data-slotterid="42026" data-raw="undefined"> <a href="https://za.ign.com/nintendo-switch-2/207680/news/nintendo-switch-2-supports-120fps-up-to-4k-resolution-docked" class="thumb link"><img data-src="https://sm.ign.com/t/ign_za/news/n/nintendo-s/nintendo-switch-2-supports-120fps-up-to-4k-resolution-docked_8364.320.jpg" alt="Nintendo Switch 2 Supports 120fps, Up to 4K Resolution Docked" class="thumb" data-srcset="https://sm.ign.com/t/ign_za/news/n/nintendo-s/nintendo-switch-2-supports-120fps-up-to-4k-resolution-docked_8364.320.jpg, https://sm.ign.com/t/ign_za/news/n/nintendo-s/nintendo-switch-2-supports-120fps-up-to-4k-resolution-docked_8364.320.jpg 2x"></a> <h3 class="caption"><a class="link" href="https://za.ign.com/nintendo-switch-2/207680/news/nintendo-switch-2-supports-120fps-up-to-4k-resolution-docked">Nintendo Switch 2 Supports 120fps, Up to 4K Resolution Docked</a></h3> </article> </div> </div> </section> <section class="hspotlight" data-slotter="spotlight" data-type="hspotlight" data-slottypeid="70" data-slotterid="39254" data-maximumblocks=4> <div class="wrap"> <h2 style="display: block;" >Top Stories & Videos</h2> <div class="cards"> <article class="card REVIEW p1" data-type="REVIEW" data-pk="207802" data-slotterid="42027" data-raw="undefined"> <a href="https://za.ign.com/devil-may-cry-season-1/207802/review/devil-may-cry-season-1-review" class="thumb link"><img data-src="https://sm.ign.com/t/ign_za/review/d/devil-may-/devil-may-cry-season-1-review_m92g.320.jpg" alt="Devil May Cry Season 1 Review" class="thumb" data-srcset="https://sm.ign.com/t/ign_za/review/d/devil-may-/devil-may-cry-season-1-review_m92g.320.jpg, https://sm.ign.com/t/ign_za/review/d/devil-may-/devil-may-cry-season-1-review_m92g.640.jpg 2x"></a> <h3 class="caption"><a class="link" href="https://za.ign.com/devil-may-cry-season-1/207802/review/devil-may-cry-season-1-review">Devil May Cry Season 1 Review</a></h3> </article> <article class="card NEWS p2" data-type="NEWS" data-pk="207881" data-slotterid="42028" data-raw="undefined"> <a href="https://za.ign.com/avatar-the-last-airbender-2025/207881/news/the-legend-of-aang-the-last-airbender-is-the-official-title-of-the-new-animated-film" class="thumb link"><img data-src="https://sm.ign.com/t/ign_za/news/t/the-legend/the-legend-of-aang-the-last-airbender-is-the-official-title_w3xk.320.jpg" alt="The Legend of Aang: The Last Airbender Is the Official Title of the New Animated Film" class="thumb" data-srcset="https://sm.ign.com/t/ign_za/news/t/the-legend/the-legend-of-aang-the-last-airbender-is-the-official-title_w3xk.320.jpg, https://sm.ign.com/t/ign_za/news/t/the-legend/the-legend-of-aang-the-last-airbender-is-the-official-title_w3xk.640.jpg 2x"></a> <h3 class="caption"><a class="link" href="https://za.ign.com/avatar-the-last-airbender-2025/207881/news/the-legend-of-aang-the-last-airbender-is-the-official-title-of-the-new-animated-film">The Legend of Aang: The Last Airbender Is the Official Title of the New Animated Film</a></h3> </article> <article class="card REVIEW p3" data-type="REVIEW" data-pk="207784" data-slotterid="42029" data-raw="undefined"> <a href="https://za.ign.com/minecraft-the-movie/207784/review/a-minecraft-movie-review" class="thumb link"><img data-src="https://sm.ign.com/t/ign_za/review/a/a-minecraf/a-minecraft-movie-review_crbw.320.jpg" alt="A Minecraft Movie Review" class="thumb" data-srcset="https://sm.ign.com/t/ign_za/review/a/a-minecraf/a-minecraft-movie-review_crbw.320.jpg, https://sm.ign.com/t/ign_za/review/a/a-minecraf/a-minecraft-movie-review_crbw.320.jpg 2x"></a> <h3 class="caption"><a class="link" href="https://za.ign.com/minecraft-the-movie/207784/review/a-minecraft-movie-review">A Minecraft Movie Review</a></h3> </article> <article class="card NEWS p4" data-type="NEWS" data-pk="207890" data-slotterid="42030" data-raw="undefined"> <a href="https://za.ign.com/mission-impossible-final-reckoning/207890/news/tom-cruise-honors-val-kilmer-before-revealing-new-mission-impossible-the-final-reckoning-trailer" class="thumb link"><img data-src="https://sm.ign.com/t/ign_za/news/t/tom-cruise/tom-cruise-honors-val-kilmer-before-revealing-new-mission-im_h6d2.320.jpg" alt="Tom Cruise Honors Val Kilmer Before Revealing New Mission: Impossible - The Final Reckoning Trailer" class="thumb" data-srcset="https://sm.ign.com/t/ign_za/news/t/tom-cruise/tom-cruise-honors-val-kilmer-before-revealing-new-mission-im_h6d2.320.jpg, https://sm.ign.com/t/ign_za/news/t/tom-cruise/tom-cruise-honors-val-kilmer-before-revealing-new-mission-im_h6d2.640.jpg 2x"></a> <h3 class="caption"><a class="link" href="https://za.ign.com/mission-impossible-final-reckoning/207890/news/tom-cruise-honors-val-kilmer-before-revealing-new-mission-impossible-the-final-reckoning-trailer">Tom Cruise Honors Val Kilmer Before Revealing New Mission: Impossible - The Final Reckoning Trailer</a></h3> </article> </div> </div> </section> <section class="hspotlight" data-slotter="spotlight" data-type="hspotlight" data-slottypeid="70" data-slotterid="42031" data-maximumblocks=4> <div class="wrap"> <h2 style="display: block;" >Biggest News from CinemaCon</h2> <div class="cards"> <article class="card NEWS p1" data-type="NEWS" data-pk="207895" data-slotterid="42032" data-raw="undefined"> <a href="https://za.ign.com/the-fantastic-four-first-steps/207895/news/new-fantastic-four-footage-reveals-a-major-plot-point-and-the-female-silver-surfer" class="thumb link"><img data-src="https://sm.ign.com/t/ign_za/news/n/new-fantas/new-fantastic-four-footage-reveals-a-major-plot-point-and-th_rer8.320.jpg" alt="New Fantastic Four Footage Reveals a Major Plot Point... and the Female Silver Surfer" class="thumb" data-srcset="https://sm.ign.com/t/ign_za/news/n/new-fantas/new-fantastic-four-footage-reveals-a-major-plot-point-and-th_rer8.320.jpg, https://sm.ign.com/t/ign_za/news/n/new-fantas/new-fantastic-four-footage-reveals-a-major-plot-point-and-th_rer8.640.jpg 2x"></a> <h3 class="caption"><a class="link" href="https://za.ign.com/the-fantastic-four-first-steps/207895/news/new-fantastic-four-footage-reveals-a-major-plot-point-and-the-female-silver-surfer">New Fantastic Four Footage Reveals a Major Plot Point... and the Female Silver Surfer</a></h3> </article> <article class="card NEWS p2" data-type="NEWS" data-pk="207894" data-slotterid="42033" data-raw="undefined"> <a href="https://za.ign.com/avatar-fire-and-ash/207894/news/avatar-fire-and-ash-footage-introduced-new-navi-allies-and-adversaries" class="thumb link"><img data-src="https://sm.ign.com/t/ign_za/news/a/avatar-fir/avatar-fire-and-ash-footage-introduced-new-navi-allies-and-a_3wjd.320.jpg" alt="Avatar: Fire and Ash Footage Introduced New Na'vi Allies and Adversaries" class="thumb" data-srcset="https://sm.ign.com/t/ign_za/news/a/avatar-fir/avatar-fire-and-ash-footage-introduced-new-navi-allies-and-a_3wjd.320.jpg, https://sm.ign.com/t/ign_za/news/a/avatar-fir/avatar-fire-and-ash-footage-introduced-new-navi-allies-and-a_3wjd.640.jpg 2x"></a> <h3 class="caption"><a class="link" href="https://za.ign.com/avatar-fire-and-ash/207894/news/avatar-fire-and-ash-footage-introduced-new-navi-allies-and-adversaries">Avatar: Fire and Ash Footage Introduced New Na'vi Allies and Adversaries</a></h3> </article> <article class="card NEWS p3" data-type="NEWS" data-pk="207896" data-slotterid="42034" data-raw="undefined"> <a href="https://za.ign.com/tron-ares/207896/news/tron-ares-footage-shows-the-digital-world-entering-the-real-world" class="thumb link"><img data-src="https://sm.ign.com/t/ign_za/news/t/tron-ares-/tron-ares-footage-shows-the-digital-world-entering-the-real_31f4.320.jpg" alt="TRON: Ares Footage Shows the Digital World Entering the Real World" class="thumb" data-srcset="https://sm.ign.com/t/ign_za/news/t/tron-ares-/tron-ares-footage-shows-the-digital-world-entering-the-real_31f4.320.jpg, https://sm.ign.com/t/ign_za/news/t/tron-ares-/tron-ares-footage-shows-the-digital-world-entering-the-real_31f4.640.jpg 2x"></a> <h3 class="caption"><a class="link" href="https://za.ign.com/tron-ares/207896/news/tron-ares-footage-shows-the-digital-world-entering-the-real-world">TRON: Ares Footage Shows the Digital World Entering the Real World</a></h3> </article> <article class="card FEATURE p4" data-type="FEATURE" data-pk="207898" data-slotterid="42035" data-raw="undefined"> <a href="https://za.ign.com/superman-2025/207898/feature/that-robot-giggling-in-the-superman-sneak-peek-is-the-secret-to-james-gunns-success" class="thumb link"><img data-src="https://sm.ign.com/t/ign_za/feature/t/that-robot/that-robot-giggling-in-the-superman-sneak-peek-is-the-secret_yx53.320.jpg" alt="That Robot Giggling in the Superman Sneak Peek Is the Secret to James Gunn's Success" class="thumb" data-srcset="https://sm.ign.com/t/ign_za/feature/t/that-robot/that-robot-giggling-in-the-superman-sneak-peek-is-the-secret_yx53.320.jpg, https://sm.ign.com/t/ign_za/feature/t/that-robot/that-robot-giggling-in-the-superman-sneak-peek-is-the-secret_yx53.640.jpg 2x"></a> <h3 class="caption"><a class="link" href="https://za.ign.com/superman-2025/207898/feature/that-robot-giggling-in-the-superman-sneak-peek-is-the-secret-to-james-gunns-success">That Robot Giggling in the Superman Sneak Peek Is the Secret to James Gunn's Success</a></h3> </article> </div> </div> </section> <section class="broll wrap" data-slotter="news" data-pagenum="1" data-total="2" data-type="news" data-slotterid="11877" data-maximumblocks=6> <div class="side-ad-trail"> <div class="ad-wrapper pgQSsticky"> <div class="zad halfpage" data-zadtype="halfpage" data-suffix="mrec1"></div> </div> </div> <h2 style="display: block;" >News</h2> <div class="tbl"> <article class="video VIDEO" id="content207885" data-embed-url="https://za.ign.com/south-of-midnight/207885/video/embed" data-type="VIDEO" data-pk="207885" data-slotterid="207885" data-raw=""> <div class="t"> <a href="https://za.ign.com/south-of-midnight/207885/video/south-of-midnight-video-review" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_za/video/s/south-of-m/south-of-midnight-video-review_52ut.280.jpg" alt="South of Midnight Video Review (Video South of Midnight)" class="thumb" data-srcset="https://sm.ign.com/t/ign_za/video/s/south-of-m/south-of-midnight-video-review_52ut.280.jpg, https://sm.ign.com/t/ign_za/video/s/south-of-m/south-of-midnight-video-review_52ut.600.jpg 2x"> <span class="duration"><svg class="icon icon-playhead" width="52" height="52" viewBox="0 0 52 52" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><circle fill="#FFF" cx="26" cy="26" r="26"></circle><path class="playhead-triangle" d="M36.185 24.937c.962.537.96 1.41 0 1.945l-16.13 9.015c-.962.537-1.74.086-1.74-1.03V16.95c0-1.106.78-1.567 1.74-1.03l16.13 9.015z" fill="#bf1313"></path></g></svg><span class="duration-text">16:06</span></span> </a> </div> <div class="m"> <div class="info"><time datetime="2025-04-04T04:25:27+02:00">11 hours, 22 minutes</time> <a href="https://za.ign.com/south-of-midnight/207885/video/south-of-midnight-video-review#disqus_thread" class="comments commentscount" data-disqus-identifier="video_207885">Comment</a></div> <h3><a href="https://za.ign.com/south-of-midnight/207885/video/south-of-midnight-video-review"><span class="caption">South of Midnight Video Review</span></a></h3> <p class="deck">South of Midnight is a straightforward but well-executed action-adventure game elevated by the artistry and heart of the American Southern culture that’s wrapped around it.</p> </div> </article> <article class="video VIDEO" id="content207888" data-embed-url="https://za.ign.com/atomfall/207888/video/embed" data-type="VIDEO" data-pk="207888" data-slotterid="207888" data-raw=""> <div class="t"> <a href="https://za.ign.com/atomfall/207888/video/atomfall-all-6-endings" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_za/video/a/atomfall-a/atomfall-all-6-endings_9mmy.280.jpg" alt="Atomfall - All 6 Endings (Video Atomfall)" class="thumb" data-srcset="https://sm.ign.com/t/ign_za/video/a/atomfall-a/atomfall-all-6-endings_9mmy.280.jpg, https://sm.ign.com/t/ign_za/video/a/atomfall-a/atomfall-all-6-endings_9mmy.600.jpg 2x"> <span class="duration"><svg class="icon icon-playhead" width="52" height="52" viewBox="0 0 52 52" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><circle fill="#FFF" cx="26" cy="26" r="26"></circle><path class="playhead-triangle" d="M36.185 24.937c.962.537.96 1.41 0 1.945l-16.13 9.015c-.962.537-1.74.086-1.74-1.03V16.95c0-1.106.78-1.567 1.74-1.03l16.13 9.015z" fill="#bf1313"></path></g></svg><span class="duration-text">01:29:54</span></span> </a> </div> <div class="m"> <div class="info"><time datetime="2025-04-04T03:54:26+02:00">11 hours, 53 minutes</time> <a href="https://za.ign.com/atomfall/207888/video/atomfall-all-6-endings#disqus_thread" class="comments commentscount" data-disqus-identifier="video_207888">Comment</a></div> <h3><a href="https://za.ign.com/atomfall/207888/video/atomfall-all-6-endings"><span class="caption">Atomfall - All 6 Endings</span></a></h3> <p class="deck">This gameplay video for Atomfall shows the difference between all six possible endings and how to escape the varied circumstances of each ending.</p> </div> </article> <article class="article NEWS" id="content207900" data-embed-url="" data-type="NEWS" data-pk="207900" data-slotterid="207900" data-raw=""> <div class="t"> <a href="https://za.ign.com/thunderbolts-the-movie/207900/news/thunderbolts-new-footage-revealed-the-sad-outcome-of-buckys-political-career" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_za/news/t/thunderbol/thunderbolts-new-footage-revealed-the-sad-outcome-of-buckys_asuf.280.jpg" alt="Thunderbolts: New Footage Revealed the Sad Outcome of Bucky’s Political Career (News Thunderbolts: The Movie)" class="thumb" data-srcset="https://sm.ign.com/t/ign_za/news/t/thunderbol/thunderbolts-new-footage-revealed-the-sad-outcome-of-buckys_asuf.280.jpg, https://sm.ign.com/t/ign_za/news/t/thunderbol/thunderbolts-new-footage-revealed-the-sad-outcome-of-buckys_asuf.600.jpg 2x"> </a> </div> <div class="m"> <div class="info"><time datetime="2025-04-04T03:40:56+02:00">12 hours, 6 minutes</time> <a href="https://za.ign.com/thunderbolts-the-movie/207900/news/thunderbolts-new-footage-revealed-the-sad-outcome-of-buckys-political-career#disqus_thread" class="comments commentscount" data-disqus-identifier="article_207900">Comment</a></div> <h3><a href="https://za.ign.com/thunderbolts-the-movie/207900/news/thunderbolts-new-footage-revealed-the-sad-outcome-of-buckys-political-career"><span class="caption">Thunderbolts: New Footage Revealed the Sad Outcome of Bucky’s Political Career</span></a></h3> <p class="deck">Nothing’s Gonna Stop Us Now ... except for maybe Sentry.</p> </div> </article> <article class="article NEWS" id="content207899" data-embed-url="" data-type="NEWS" data-pk="207899" data-slotterid="207899" data-raw=""> <div class="t"> <a href="https://za.ign.com/the-running-man-edgar-wright/207899/news/the-first-footage-from-edgar-wrights-the-running-man-shows-how-hes-gone-back-to-stephen-kings-source" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_za/news/t/the-first-/the-first-footage-from-edgar-wrights-the-running-man-shows-h_r827.280.jpg" alt="The First Footage From Edgar Wright’s The Running Man Shows How He’s Gone Back to Stephen King’s Source Material (News The Running Man [Edgar Wright])" class="thumb" data-srcset="https://sm.ign.com/t/ign_za/news/t/the-first-/the-first-footage-from-edgar-wrights-the-running-man-shows-h_r827.280.jpg, https://sm.ign.com/t/ign_za/news/t/the-first-/the-first-footage-from-edgar-wrights-the-running-man-shows-h_r827.600.jpg 2x"> </a> </div> <div class="m"> <div class="info"><time datetime="2025-04-04T03:39:56+02:00">12 hours, 7 minutes</time> <a href="https://za.ign.com/the-running-man-edgar-wright/207899/news/the-first-footage-from-edgar-wrights-the-running-man-shows-how-hes-gone-back-to-stephen-kings-source#disqus_thread" class="comments commentscount" data-disqus-identifier="article_207899">Comment</a></div> <h3><a href="https://za.ign.com/the-running-man-edgar-wright/207899/news/the-first-footage-from-edgar-wrights-the-running-man-shows-how-hes-gone-back-to-stephen-kings-source"><span class="caption">The First Footage From Edgar Wright’s The Running Man Shows How He’s Gone Back to Stephen King’s Source Material</span></a></h3> <p class="deck">The director explains why he wanted to make a new version of the Arnold Schwarzenegger action movie.</p> </div> </article> <article class="article NEWS" id="content207893" data-embed-url="" data-type="NEWS" data-pk="207893" data-slotterid="207893" data-raw=""> <div class="t"> <a href="https://za.ign.com/predator-badlands/207893/news/first-predator-badlands-trailer-shown-at-cinemacon" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_za/news/f/first-pred/first-predator-badlands-trailer-shown-at-cinemacon_war4.280.jpg" alt="First Predator: Badlands Trailer Shown at CinemaCon (News Predator: Badlands)" class="thumb" data-srcset="https://sm.ign.com/t/ign_za/news/f/first-pred/first-predator-badlands-trailer-shown-at-cinemacon_war4.280.jpg, https://sm.ign.com/t/ign_za/news/f/first-pred/first-predator-badlands-trailer-shown-at-cinemacon_war4.600.jpg 2x"> </a> </div> <div class="m"> <div class="info"><time datetime="2025-04-04T02:09:56+02:00">13 hours, 37 minutes</time> <a href="https://za.ign.com/predator-badlands/207893/news/first-predator-badlands-trailer-shown-at-cinemacon#disqus_thread" class="comments commentscount" data-disqus-identifier="article_207893">Comment</a></div> <h3><a href="https://za.ign.com/predator-badlands/207893/news/first-predator-badlands-trailer-shown-at-cinemacon"><span class="caption">First Predator: Badlands Trailer Shown at CinemaCon</span></a></h3> <p class="deck">What if the Predator was... a good guy?</p> </div> </article> <article class="video VIDEO" id="content207887" data-embed-url="https://za.ign.com/lilo-stitch-live-action/207887/video/embed" data-type="VIDEO" data-pk="207887" data-slotterid="207887" data-raw=""> <div class="t"> <a href="https://za.ign.com/lilo-stitch-live-action/207887/video/lilo-stitch-official-water-fight-clip" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_za/video/l/lilo-stitc/lilo-stitch-official-water-fight-clip_h29t.280.jpg" alt="Lilo & Stitch - Official Water Fight Clip (Video Lilo & Stitch [live-action])" class="thumb" data-srcset="https://sm.ign.com/t/ign_za/video/l/lilo-stitc/lilo-stitch-official-water-fight-clip_h29t.280.jpg, https://sm.ign.com/t/ign_za/video/l/lilo-stitc/lilo-stitch-official-water-fight-clip_h29t.600.jpg 2x"> <span class="duration"><svg class="icon icon-playhead" width="52" height="52" viewBox="0 0 52 52" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><circle fill="#FFF" cx="26" cy="26" r="26"></circle><path class="playhead-triangle" d="M36.185 24.937c.962.537.96 1.41 0 1.945l-16.13 9.015c-.962.537-1.74.086-1.74-1.03V16.95c0-1.106.78-1.567 1.74-1.03l16.13 9.015z" fill="#bf1313"></path></g></svg><span class="duration-text">01:23</span></span> </a> </div> <div class="m"> <div class="info"><time datetime="2025-04-04T01:41:45+02:00">14 hours, 5 minutes</time> <a href="https://za.ign.com/lilo-stitch-live-action/207887/video/lilo-stitch-official-water-fight-clip#disqus_thread" class="comments commentscount" data-disqus-identifier="video_207887">Comment</a></div> <h3><a href="https://za.ign.com/lilo-stitch-live-action/207887/video/lilo-stitch-official-water-fight-clip"><span class="caption">Lilo & Stitch - Official Water Fight Clip</span></a></h3> <p class="deck">Check out this clip from the upcoming film Lilo & Stitch and see the movie only in theaters May 23!</p> </div> </article> </div> </section> <section class="hspotlight" data-slotter="spotlight" data-type="hspotlight" data-slottypeid="70" data-slotterid="11880" data-maximumblocks=4> <div class="wrap"> <h2 style="display: block;" >Latest Game Reviews</h2> <div class="cards"> <article class="card REVIEW p1" data-type="REVIEW" data-pk="207261" data-slotterid="42036" data-raw=""> <a href="https://za.ign.com/the-first-berserker-khazan/207261/review/the-first-berserker-khazan-review-in-progress" class="thumb link"><img data-src="https://sm.ign.com/t/ign_za/review/t/the-first-/the-first-berserker-khazan-review_kvf7.320.jpg" alt="The First Berserker: Khazan Review" class="thumb" data-srcset="https://sm.ign.com/t/ign_za/review/t/the-first-/the-first-berserker-khazan-review_kvf7.320.jpg, https://sm.ign.com/t/ign_za/review/t/the-first-/the-first-berserker-khazan-review_kvf7.320.jpg 2x"></a> <h3 class="caption"><a class="link" href="https://za.ign.com/the-first-berserker-khazan/207261/review/the-first-berserker-khazan-review-in-progress">The First Berserker: Khazan Review</a></h3> </article> <article class="card REVIEW p2" data-type="REVIEW" data-pk="207028" data-slotterid="42037" data-raw=""> <a href="https://za.ign.com/inzoi/207028/review/inzoi-early-access-review" class="thumb link"><img data-src="https://sm.ign.com/t/ign_za/review/i/inzoi-earl/inzoi-early-access-review_7ej1.320.jpg" alt="inZOI Early Access Review" class="thumb" data-srcset="https://sm.ign.com/t/ign_za/review/i/inzoi-earl/inzoi-early-access-review_7ej1.320.jpg, https://sm.ign.com/t/ign_za/review/i/inzoi-earl/inzoi-early-access-review_7ej1.320.jpg 2x"></a> <h3 class="caption"><a class="link" href="https://za.ign.com/inzoi/207028/review/inzoi-early-access-review">inZOI Early Access Review</a></h3> </article> <article class="card REVIEW p3" data-type="REVIEW" data-pk="207517" data-slotterid="42038" data-raw=""> <a href="https://za.ign.com/bleach-rebirth-of-souls/207517/review/bleach-rebirth-of-souls-review" class="thumb link"><img data-src="https://sm.ign.com/t/ign_za/review/b/bleach-reb/bleach-rebirth-of-souls-review_2f1n.320.jpg" alt="Bleach Rebirth of Souls Review" class="thumb" data-srcset="https://sm.ign.com/t/ign_za/review/b/bleach-reb/bleach-rebirth-of-souls-review_2f1n.320.jpg, https://sm.ign.com/t/ign_za/review/b/bleach-reb/bleach-rebirth-of-souls-review_2f1n.320.jpg 2x"></a> <h3 class="caption"><a class="link" href="https://za.ign.com/bleach-rebirth-of-souls/207517/review/bleach-rebirth-of-souls-review">Bleach Rebirth of Souls Review</a></h3> </article> <article class="card REVIEW p4" data-type="REVIEW" data-pk="207199" data-slotterid="42039" data-raw=""> <a href="https://za.ign.com/atomfall/207199/review/atomfall-review" class="thumb link"><img data-src="https://sm.ign.com/t/ign_za/review/a/atomfall-r/atomfall-review_6qv6.320.jpg" alt="Atomfall Review" class="thumb" data-srcset="https://sm.ign.com/t/ign_za/review/a/atomfall-r/atomfall-review_6qv6.320.jpg, https://sm.ign.com/t/ign_za/review/a/atomfall-r/atomfall-review_6qv6.320.jpg 2x"></a> <h3 class="caption"><a class="link" href="https://za.ign.com/atomfall/207199/review/atomfall-review">Atomfall Review</a></h3> </article> </div> </div> </section> <section class="broll wrap" data-slotter="news" data-pagenum="1" data-total="2" data-type="news" data-slotterid="11888" data-maximumblocks=6> <div class="side-ad-trail"> <div class="ad-wrapper pgQSsticky"> <div class="zad halfpage" data-zadtype="halfpage" data-suffix="mrec2"></div> </div> </div> <h2 style="display: none;" ></h2> <div class="tbl"> <article class="video VIDEO" id="content207883" data-embed-url="https://za.ign.com/thunderbolts-the-movie/207883/video/embed" data-type="VIDEO" data-pk="207883" data-slotterid="207883" data-raw=""> <div class="t"> <a href="https://za.ign.com/thunderbolts-the-movie/207883/video/marvel-studios-thunderbolts-official-making-of-featurette" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_za/video/m/marvel-stu/marvel-studios-thunderbolts-official-making-of-featurette_nbvy.280.jpg" alt="Marvel Studios’ Thunderbolts - Official “Making Of” Featurette (Video Thunderbolts: The Movie)" class="thumb" data-srcset="https://sm.ign.com/t/ign_za/video/m/marvel-stu/marvel-studios-thunderbolts-official-making-of-featurette_nbvy.280.jpg, https://sm.ign.com/t/ign_za/video/m/marvel-stu/marvel-studios-thunderbolts-official-making-of-featurette_nbvy.600.jpg 2x"> <span class="duration"><svg class="icon icon-playhead" width="52" height="52" viewBox="0 0 52 52" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><circle fill="#FFF" cx="26" cy="26" r="26"></circle><path class="playhead-triangle" d="M36.185 24.937c.962.537.96 1.41 0 1.945l-16.13 9.015c-.962.537-1.74.086-1.74-1.03V16.95c0-1.106.78-1.567 1.74-1.03l16.13 9.015z" fill="#bf1313"></path></g></svg><span class="duration-text">01:23</span></span> </a> </div> <div class="m"> <div class="info"><time datetime="2025-04-04T01:30:37+02:00">14 hours, 16 minutes</time> <a href="https://za.ign.com/thunderbolts-the-movie/207883/video/marvel-studios-thunderbolts-official-making-of-featurette#disqus_thread" class="comments commentscount" data-disqus-identifier="video_207883">Comment</a></div> <h3><a href="https://za.ign.com/thunderbolts-the-movie/207883/video/marvel-studios-thunderbolts-official-making-of-featurette"><span class="caption">Marvel Studios’ Thunderbolts - Official “Making Of” Featurette</span></a></h3> <p class="deck">Check out this fun, behind-the-scenes look at the making of Thunderbolts.</p> </div> </article> <article class="article NEWS" id="content207892" data-embed-url="" data-type="NEWS" data-pk="207892" data-slotterid="207892" data-raw=""> <div class="t"> <a href="https://za.ign.com/frieren-beyond-journeys-end/207892/news/crunchyroll-reveals-nominees-for-anime-of-the-year-heres-how-to-vote-in-2025-anime-awards" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_za/news/c/crunchyrol/crunchyroll-reveals-nominees-for-anime-of-the-year-heres-how_8w6h.280.jpg" alt="Crunchyroll Reveals Nominees for Anime of the Year – Here's How to Vote in 2025 Anime Awards (News Frieren: Beyond Journey's End)" class="thumb" data-srcset="https://sm.ign.com/t/ign_za/news/c/crunchyrol/crunchyroll-reveals-nominees-for-anime-of-the-year-heres-how_8w6h.280.jpg, https://sm.ign.com/t/ign_za/news/c/crunchyrol/crunchyroll-reveals-nominees-for-anime-of-the-year-heres-how_8w6h.600.jpg 2x"> </a> </div> <div class="m"> <div class="info"><time datetime="2025-04-04T00:45:00+02:00">15 hours, 2 minutes</time> <a href="https://za.ign.com/frieren-beyond-journeys-end/207892/news/crunchyroll-reveals-nominees-for-anime-of-the-year-heres-how-to-vote-in-2025-anime-awards#disqus_thread" class="comments commentscount" data-disqus-identifier="article_207892">Comment</a></div> <h3><a href="https://za.ign.com/frieren-beyond-journeys-end/207892/news/crunchyroll-reveals-nominees-for-anime-of-the-year-heres-how-to-vote-in-2025-anime-awards"><span class="caption">Crunchyroll Reveals Nominees for Anime of the Year – Here's How to Vote in 2025 Anime Awards</span></a></h3> <p class="deck">Cast your vote.</p> </div> </article> <article class="video VIDEO" id="content207886" data-embed-url="https://za.ign.com/ign-misc/207886/video/embed" data-type="VIDEO" data-pk="207886" data-slotterid="207886" data-raw=""> <div class="t"> <a href="https://za.ign.com/ign-misc/207886/video/not-just-a-goof-official-trailer-disney" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_za/video/n/not-just-a/not-just-a-goof-official-trailer-disney_vc98.280.jpg" alt="Not Just A Goof - Official Trailer | Disney+ (Video IGN Misc)" class="thumb" data-srcset="https://sm.ign.com/t/ign_za/video/n/not-just-a/not-just-a-goof-official-trailer-disney_vc98.280.jpg, https://sm.ign.com/t/ign_za/video/n/not-just-a/not-just-a-goof-official-trailer-disney_vc98.600.jpg 2x"> <span class="duration"><svg class="icon icon-playhead" width="52" height="52" viewBox="0 0 52 52" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><circle fill="#FFF" cx="26" cy="26" r="26"></circle><path class="playhead-triangle" d="M36.185 24.937c.962.537.96 1.41 0 1.945l-16.13 9.015c-.962.537-1.74.086-1.74-1.03V16.95c0-1.106.78-1.567 1.74-1.03l16.13 9.015z" fill="#bf1313"></path></g></svg><span class="duration-text">01:50</span></span> </a> </div> <div class="m"> <div class="info"><time datetime="2025-04-04T00:35:13+02:00">15 hours, 12 minutes</time> <a href="https://za.ign.com/ign-misc/207886/video/not-just-a-goof-official-trailer-disney#disqus_thread" class="comments commentscount" data-disqus-identifier="video_207886">Comment</a></div> <h3><a href="https://za.ign.com/ign-misc/207886/video/not-just-a-goof-official-trailer-disney"><span class="caption">Not Just A Goof - Official Trailer | Disney+</span></a></h3> <p class="deck">Not Just a Goof, a documentary exploring the untold story of A Goofy Movie, debuts on Disney+ on April 7.</p> </div> </article> <article class="article NEWS" id="content207891" data-embed-url="" data-type="NEWS" data-pk="207891" data-slotterid="207891" data-raw=""> <div class="t"> <a href="https://za.ign.com/mario-kart-world/207891/news/you-can-play-as-the-moo-moo-meadows-cow-in-mario-kart-world-and-the-internet-is-thrilled" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_za/news/y/you-can-pl/you-can-play-as-the-moo-moo-meadows-cow-in-mario-kart-world_qqrt.280.jpg" alt="You Can Play as the Moo Moo Meadows Cow in Mario Kart World and the Internet Is Thrilled (News Mario Kart World)" class="thumb" data-srcset="https://sm.ign.com/t/ign_za/news/y/you-can-pl/you-can-play-as-the-moo-moo-meadows-cow-in-mario-kart-world_qqrt.280.jpg, https://sm.ign.com/t/ign_za/news/y/you-can-pl/you-can-play-as-the-moo-moo-meadows-cow-in-mario-kart-world_qqrt.600.jpg 2x"> </a> </div> <div class="m"> <div class="info"><time datetime="2025-04-03T23:30:35+02:00">16 hours, 16 minutes</time> <a href="https://za.ign.com/mario-kart-world/207891/news/you-can-play-as-the-moo-moo-meadows-cow-in-mario-kart-world-and-the-internet-is-thrilled#disqus_thread" class="comments commentscount" data-disqus-identifier="article_207891">Comment</a></div> <h3><a href="https://za.ign.com/mario-kart-world/207891/news/you-can-play-as-the-moo-moo-meadows-cow-in-mario-kart-world-and-the-internet-is-thrilled"><span class="caption">You Can Play as the Moo Moo Meadows Cow in Mario Kart World and the Internet Is Thrilled</span></a></h3> <p class="deck">And me. I'm also the Internet.</p> </div> </article> <article class="video VIDEO" id="content207889" data-embed-url="https://za.ign.com/south-of-midnight/207889/video/embed" data-type="VIDEO" data-pk="207889" data-slotterid="207889" data-raw=""> <div class="t"> <a href="https://za.ign.com/south-of-midnight/207889/video/south-of-midnight-gameplay-the-first-26-minutes-4k-60fps" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_za/video/s/south-of-m/south-of-midnight-gameplay-the-first-26-minutes-4k-60fps_jcma.280.jpg" alt="South of Midnight Gameplay: The First 26 Minutes (4K 60FPS) (Video South of Midnight)" class="thumb" data-srcset="https://sm.ign.com/t/ign_za/video/s/south-of-m/south-of-midnight-gameplay-the-first-26-minutes-4k-60fps_jcma.280.jpg, https://sm.ign.com/t/ign_za/video/s/south-of-m/south-of-midnight-gameplay-the-first-26-minutes-4k-60fps_jcma.600.jpg 2x"> <span class="duration"><svg class="icon icon-playhead" width="52" height="52" viewBox="0 0 52 52" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><circle fill="#FFF" cx="26" cy="26" r="26"></circle><path class="playhead-triangle" d="M36.185 24.937c.962.537.96 1.41 0 1.945l-16.13 9.015c-.962.537-1.74.086-1.74-1.03V16.95c0-1.106.78-1.567 1.74-1.03l16.13 9.015z" fill="#bf1313"></path></g></svg><span class="duration-text">26:14</span></span> </a> </div> <div class="m"> <div class="info"><time datetime="2025-04-03T22:29:44+02:00">17 hours, 17 minutes</time> <a href="https://za.ign.com/south-of-midnight/207889/video/south-of-midnight-gameplay-the-first-26-minutes-4k-60fps#disqus_thread" class="comments commentscount" data-disqus-identifier="video_207889">Comment</a></div> <h3><a href="https://za.ign.com/south-of-midnight/207889/video/south-of-midnight-gameplay-the-first-26-minutes-4k-60fps"><span class="caption">South of Midnight Gameplay: The First 26 Minutes (4K 60FPS)</span></a></h3> <p class="deck">Check out this South of Midnight gameplay walkthrough on max settings (4K 60FPS). This video will guide you through the Prologue and Chapter 1: Night …</p> </div> </article> <article class="video VIDEO" id="content207866" data-embed-url="https://za.ign.com/ign-misc/207866/video/embed" data-type="VIDEO" data-pk="207866" data-slotterid="207866" data-raw=""> <div class="t"> <a href="https://za.ign.com/ign-misc/207866/video/awita-journey-of-hope-official-trailer" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_za/video/a/awita-jour/awita-journey-of-hope-official-trailer_n7j3.280.jpg" alt="Awita: Journey of Hope - Official Trailer (Video IGN Misc)" class="thumb" data-srcset="https://sm.ign.com/t/ign_za/video/a/awita-jour/awita-journey-of-hope-official-trailer_n7j3.280.jpg, https://sm.ign.com/t/ign_za/video/a/awita-jour/awita-journey-of-hope-official-trailer_n7j3.600.jpg 2x"> <span class="duration"><svg class="icon icon-playhead" width="52" height="52" viewBox="0 0 52 52" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><circle fill="#FFF" cx="26" cy="26" r="26"></circle><path class="playhead-triangle" d="M36.185 24.937c.962.537.96 1.41 0 1.945l-16.13 9.015c-.962.537-1.74.086-1.74-1.03V16.95c0-1.106.78-1.567 1.74-1.03l16.13 9.015z" fill="#bf1313"></path></g></svg><span class="duration-text">00:53</span></span> </a> </div> <div class="m"> <div class="info"><time datetime="2025-04-03T20:58:09+02:00">18 hours, 49 minutes</time> <a href="https://za.ign.com/ign-misc/207866/video/awita-journey-of-hope-official-trailer#disqus_thread" class="comments commentscount" data-disqus-identifier="video_207866">Comment</a></div> <h3><a href="https://za.ign.com/ign-misc/207866/video/awita-journey-of-hope-official-trailer"><span class="caption">Awita: Journey of Hope - Official Trailer</span></a></h3> <p class="deck">Check out action-packed gameplay from Awita: Journey of Hope in this trailer for the side-scrolling metroidvania game.</p> </div> </article> </div> </section> <section class="broll wrap" data-slotter="news" data-pagenum="1" data-total="2" data-type="news" data-slotterid="11885" data-maximumblocks=6> <div class="side-ad-trail"> <div class="ad-wrapper pgQSsticky">   </div> </div> <h2 style="display: none;" ></h2> <div class="tbl"> <article class="article NEWS" id="content207882" data-embed-url="" data-type="NEWS" data-pk="207882" data-slotterid="207882" data-raw=""> <div class="t"> <a href="https://za.ign.com/marvel-rivals/207882/news/marvel-rivals-dev-says-its-feeling-social-media-pressure-to-keep-the-game-as-exciting-as-it-has-been" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_za/news/m/marvel-riv/marvel-rivals-dev-says-its-feeling-social-media-pressure-to_g82y.280.jpg" alt="Marvel Rivals Dev Says It's Feeling Social Media Pressure to 'Keep the Game as Exciting as It Has Been Since December,' Announced Big Season 3 Shake-Up (News Marvel Rivals)" class="thumb" data-srcset="https://sm.ign.com/t/ign_za/news/m/marvel-riv/marvel-rivals-dev-says-its-feeling-social-media-pressure-to_g82y.280.jpg, https://sm.ign.com/t/ign_za/news/m/marvel-riv/marvel-rivals-dev-says-its-feeling-social-media-pressure-to_g82y.600.jpg 2x"> </a> </div> <div class="m"> <div class="info"><time datetime="2025-04-03T20:40:12+02:00">19 hours, 7 minutes</time> <a href="https://za.ign.com/marvel-rivals/207882/news/marvel-rivals-dev-says-its-feeling-social-media-pressure-to-keep-the-game-as-exciting-as-it-has-been#disqus_thread" class="comments commentscount" data-disqus-identifier="article_207882">Comment</a></div> <h3><a href="https://za.ign.com/marvel-rivals/207882/news/marvel-rivals-dev-says-its-feeling-social-media-pressure-to-keep-the-game-as-exciting-as-it-has-been"><span class="caption">Marvel Rivals Dev Says It's Feeling Social Media Pressure to 'Keep the Game as Exciting as It Has Been Since December,' Announced Big Season 3 Shake-Up</span></a></h3> <p class="deck">Armed and dangerous.</p> </div> </article> <article class="video VIDEO" id="content207864" data-embed-url="https://za.ign.com/arena-breakout-infinite/207864/video/embed" data-type="VIDEO" data-pk="207864" data-slotterid="207864" data-raw=""> <div class="t"> <a href="https://za.ign.com/arena-breakout-infinite/207864/video/arena-breakout-infinite-official-ignition-release-date-trailer" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_za/video/a/arena-brea/arena-breakout-infinite-official-ignition-release-date-trail_b7qh.280.jpg" alt="Arena Breakout: Infinite - Official Ignition Release Date Trailer (Video Arena Breakout: Infinite)" class="thumb" data-srcset="https://sm.ign.com/t/ign_za/video/a/arena-brea/arena-breakout-infinite-official-ignition-release-date-trail_b7qh.280.jpg, https://sm.ign.com/t/ign_za/video/a/arena-brea/arena-breakout-infinite-official-ignition-release-date-trail_b7qh.600.jpg 2x"> <span class="duration"><svg class="icon icon-playhead" width="52" height="52" viewBox="0 0 52 52" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><circle fill="#FFF" cx="26" cy="26" r="26"></circle><path class="playhead-triangle" d="M36.185 24.937c.962.537.96 1.41 0 1.945l-16.13 9.015c-.962.537-1.74.086-1.74-1.03V16.95c0-1.106.78-1.567 1.74-1.03l16.13 9.015z" fill="#bf1313"></path></g></svg><span class="duration-text">02:45</span></span> </a> </div> <div class="m"> <div class="info"><time datetime="2025-04-03T20:17:35+02:00">19 hours, 29 minutes</time> <a href="https://za.ign.com/arena-breakout-infinite/207864/video/arena-breakout-infinite-official-ignition-release-date-trailer#disqus_thread" class="comments commentscount" data-disqus-identifier="video_207864">Comment</a></div> <h3><a href="https://za.ign.com/arena-breakout-infinite/207864/video/arena-breakout-infinite-official-ignition-release-date-trailer"><span class="caption">Arena Breakout: Infinite - Official Ignition Release Date Trailer</span></a></h3> <p class="deck">Watch the latest Arena Breakout: Infinite trailer for a peek at the new season: Ignition, which brings the new Northridge map, solo mode, new weapons, …</p> </div> </article> <article class="video VIDEO" id="content207865" data-embed-url="https://za.ign.com/nintendo-switch-2/207865/video/embed" data-type="VIDEO" data-pk="207865" data-slotterid="207865" data-raw=""> <div class="t"> <a href="https://za.ign.com/nintendo-switch-2/207865/video/nintendo-switch-2-online-gamecube-games-showcase-treehouse-live" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_za/video/n/nintendo-s/nintendo-switch-2-online-gamecube-games-showcase-treehouse-l_87zf.280.jpg" alt="Nintendo Switch 2 Online: GameCube Games Showcase | Treehouse Live (Video Nintendo Switch 2)" class="thumb" data-srcset="https://sm.ign.com/t/ign_za/video/n/nintendo-s/nintendo-switch-2-online-gamecube-games-showcase-treehouse-l_87zf.280.jpg, https://sm.ign.com/t/ign_za/video/n/nintendo-s/nintendo-switch-2-online-gamecube-games-showcase-treehouse-l_87zf.600.jpg 2x"> <span class="duration"><svg class="icon icon-playhead" width="52" height="52" viewBox="0 0 52 52" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><circle fill="#FFF" cx="26" cy="26" r="26"></circle><path class="playhead-triangle" d="M36.185 24.937c.962.537.96 1.41 0 1.945l-16.13 9.015c-.962.537-1.74.086-1.74-1.03V16.95c0-1.106.78-1.567 1.74-1.03l16.13 9.015z" fill="#bf1313"></path></g></svg><span class="duration-text">14:41</span></span> </a> </div> <div class="m"> <div class="info"><time datetime="2025-04-03T20:17:24+02:00">19 hours, 30 minutes</time> <a href="https://za.ign.com/nintendo-switch-2/207865/video/nintendo-switch-2-online-gamecube-games-showcase-treehouse-live#disqus_thread" class="comments commentscount" data-disqus-identifier="video_207865">Comment</a></div> <h3><a href="https://za.ign.com/nintendo-switch-2/207865/video/nintendo-switch-2-online-gamecube-games-showcase-treehouse-live"><span class="caption">Nintendo Switch 2 Online: GameCube Games Showcase | Treehouse Live</span></a></h3> <p class="deck">Nintendo Switch 2 Online will launch with a slew of Gamecube Games for players to enjoy if they subscribe to the service.</p> </div> </article> <article class="video VIDEO" id="content207863" data-embed-url="https://za.ign.com/nintendo-switch-2/207863/video/embed" data-type="VIDEO" data-pk="207863" data-slotterid="207863" data-raw=""> <div class="t"> <a href="https://za.ign.com/nintendo-switch-2/207863/video/nintendo-switch-app-features-overview-nintendo-treehouse-live" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_za/video/n/nintendo-s/nintendo-switch-app-features-overview-nintendo-treehouse-liv_6snn.280.jpg" alt="Nintendo Switch App Features Overview - Nintendo Treehouse Live (Video Nintendo Switch 2)" class="thumb" data-srcset="https://sm.ign.com/t/ign_za/video/n/nintendo-s/nintendo-switch-app-features-overview-nintendo-treehouse-liv_6snn.280.jpg, https://sm.ign.com/t/ign_za/video/n/nintendo-s/nintendo-switch-app-features-overview-nintendo-treehouse-liv_6snn.600.jpg 2x"> <span class="duration"><svg class="icon icon-playhead" width="52" height="52" viewBox="0 0 52 52" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><circle fill="#FFF" cx="26" cy="26" r="26"></circle><path class="playhead-triangle" d="M36.185 24.937c.962.537.96 1.41 0 1.945l-16.13 9.015c-.962.537-1.74.086-1.74-1.03V16.95c0-1.106.78-1.567 1.74-1.03l16.13 9.015z" fill="#bf1313"></path></g></svg><span class="duration-text">02:59</span></span> </a> </div> <div class="m"> <div class="info"><time datetime="2025-04-03T20:05:55+02:00">19 hours, 41 minutes</time> <a href="https://za.ign.com/nintendo-switch-2/207863/video/nintendo-switch-app-features-overview-nintendo-treehouse-live#disqus_thread" class="comments commentscount" data-disqus-identifier="video_207863">Comment</a></div> <h3><a href="https://za.ign.com/nintendo-switch-2/207863/video/nintendo-switch-app-features-overview-nintendo-treehouse-live"><span class="caption">Nintendo Switch App Features Overview - Nintendo Treehouse Live</span></a></h3> <p class="deck">The Nintendo Switch App has new features, including an easy and convenient way to add friends, and Parental Controls for a safe GameChat experience.</p> </div> </article> <article class="video VIDEO" id="content207862" data-embed-url="https://za.ign.com/ign-misc/207862/video/embed" data-type="VIDEO" data-pk="207862" data-slotterid="207862" data-raw=""> <div class="t"> <a href="https://za.ign.com/ign-misc/207862/video/vlad-circus-curse-of-asmodeus-official-reveal-trailer" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_za/video/v/vlad-circu/vlad-circus-curse-of-asmodeus-official-reveal-trailer_r2jg.280.jpg" alt="Vlad Circus: Curse Of Asmodeus - Official Reveal Trailer (Video IGN Misc)" class="thumb" data-srcset="https://sm.ign.com/t/ign_za/video/v/vlad-circu/vlad-circus-curse-of-asmodeus-official-reveal-trailer_r2jg.280.jpg, https://sm.ign.com/t/ign_za/video/v/vlad-circu/vlad-circus-curse-of-asmodeus-official-reveal-trailer_r2jg.600.jpg 2x"> <span class="duration"><svg class="icon icon-playhead" width="52" height="52" viewBox="0 0 52 52" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><circle fill="#FFF" cx="26" cy="26" r="26"></circle><path class="playhead-triangle" d="M36.185 24.937c.962.537.96 1.41 0 1.945l-16.13 9.015c-.962.537-1.74.086-1.74-1.03V16.95c0-1.106.78-1.567 1.74-1.03l16.13 9.015z" fill="#bf1313"></path></g></svg><span class="duration-text">01:45</span></span> </a> </div> <div class="m"> <div class="info"><time datetime="2025-04-03T20:04:40+02:00">19 hours, 42 minutes</time> <a href="https://za.ign.com/ign-misc/207862/video/vlad-circus-curse-of-asmodeus-official-reveal-trailer#disqus_thread" class="comments commentscount" data-disqus-identifier="video_207862">Comment</a></div> <h3><a href="https://za.ign.com/ign-misc/207862/video/vlad-circus-curse-of-asmodeus-official-reveal-trailer"><span class="caption">Vlad Circus: Curse Of Asmodeus - Official Reveal Trailer</span></a></h3> <p class="deck">A pixel art, eerie atmosphere, and a gripping narrative, Vlad Circus: Curse of Asmodeus will take you on an unforgettable journey filled with puzzles, dark …</p> </div> </article> <article class="video VIDEO" id="content207861" data-embed-url="https://za.ign.com/nintendo-switch-2/207861/video/embed" data-type="VIDEO" data-pk="207861" data-slotterid="207861" data-raw=""> <div class="t"> <a href="https://za.ign.com/nintendo-switch-2/207861/video/nintendo-switch-2-gamechat-online-play-overview-treehouse-live" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_za/video/n/nintendo-s/nintendo-switch-2-gamechat-online-play-overview-treehouse-li_9fsy.280.jpg" alt="Nintendo Switch 2 GameChat Online Play Overview | Treehouse Live (Video Nintendo Switch 2)" class="thumb" data-srcset="https://sm.ign.com/t/ign_za/video/n/nintendo-s/nintendo-switch-2-gamechat-online-play-overview-treehouse-li_9fsy.280.jpg, https://sm.ign.com/t/ign_za/video/n/nintendo-s/nintendo-switch-2-gamechat-online-play-overview-treehouse-li_9fsy.600.jpg 2x"> <span class="duration"><svg class="icon icon-playhead" width="52" height="52" viewBox="0 0 52 52" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><circle fill="#FFF" cx="26" cy="26" r="26"></circle><path class="playhead-triangle" d="M36.185 24.937c.962.537.96 1.41 0 1.945l-16.13 9.015c-.962.537-1.74.086-1.74-1.03V16.95c0-1.106.78-1.567 1.74-1.03l16.13 9.015z" fill="#bf1313"></path></g></svg><span class="duration-text">12:09</span></span> </a> </div> <div class="m"> <div class="info"><time datetime="2025-04-03T19:58:10+02:00">19 hours, 49 minutes</time> <a href="https://za.ign.com/nintendo-switch-2/207861/video/nintendo-switch-2-gamechat-online-play-overview-treehouse-live#disqus_thread" class="comments commentscount" data-disqus-identifier="video_207861">Comment</a></div> <h3><a href="https://za.ign.com/nintendo-switch-2/207861/video/nintendo-switch-2-gamechat-online-play-overview-treehouse-live"><span class="caption">Nintendo Switch 2 GameChat Online Play Overview | Treehouse Live</span></a></h3> <p class="deck">GameChat, a brand-new feature on the Nintendo Switch 2 system, lets a group of up to 12 people chat while playing games.</p> </div> </article> </div> </section> <section class="broll wrap" data-slotter="news" data-pagenum="1" data-total="2" data-type="news" data-slotterid="20811" data-maximumblocks=6> <div class="side-ad-trail"> <div class="ad-wrapper pgQSsticky">   </div> </div> <h2 style="display: none;" ></h2> <div class="tbl"> <article class="video VIDEO" id="content207860" data-embed-url="https://za.ign.com/mandragora/207860/video/embed" data-type="VIDEO" data-pk="207860" data-slotterid="207860" data-raw=""> <div class="t"> <a href="https://za.ign.com/mandragora/207860/video/mandragora-whispers-of-the-witch-tree-official-talent-tree-overview-trailer" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_za/video/m/mandragora/mandragora-whispers-of-the-witch-tree-official-talent-tree-o_gnk5.280.png" alt="Mandragora: Whispers of the Witch Tree - Official Talent Tree Overview Trailer (Video Mandragora)" class="thumb" data-srcset="https://sm.ign.com/t/ign_za/video/m/mandragora/mandragora-whispers-of-the-witch-tree-official-talent-tree-o_gnk5.280.png, https://sm.ign.com/t/ign_za/video/m/mandragora/mandragora-whispers-of-the-witch-tree-official-talent-tree-o_gnk5.600.png 2x"> <span class="duration"><svg class="icon icon-playhead" width="52" height="52" viewBox="0 0 52 52" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><circle fill="#FFF" cx="26" cy="26" r="26"></circle><path class="playhead-triangle" d="M36.185 24.937c.962.537.96 1.41 0 1.945l-16.13 9.015c-.962.537-1.74.086-1.74-1.03V16.95c0-1.106.78-1.567 1.74-1.03l16.13 9.015z" fill="#bf1313"></path></g></svg><span class="duration-text">02:38</span></span> </a> </div> <div class="m"> <div class="info"><time datetime="2025-04-03T19:57:27+02:00">19 hours, 50 minutes</time> <a href="https://za.ign.com/mandragora/207860/video/mandragora-whispers-of-the-witch-tree-official-talent-tree-overview-trailer#disqus_thread" class="comments commentscount" data-disqus-identifier="video_207860">Comment</a></div> <h3><a href="https://za.ign.com/mandragora/207860/video/mandragora-whispers-of-the-witch-tree-official-talent-tree-overview-trailer"><span class="caption">Mandragora: Whispers of the Witch Tree - Official Talent Tree Overview Trailer</span></a></h3> <p class="deck">Don't miss the Talent Tree Overview Trailer for Mandragora: Whispers of the Witch Tree, an upcoming Metroidvania action RPG.</p> </div> </article> <article class="video VIDEO" id="content207859" data-embed-url="https://za.ign.com/sultans-game/207859/video/embed" data-type="VIDEO" data-pk="207859" data-slotterid="207859" data-raw=""> <div class="t"> <a href="https://za.ign.com/sultans-game/207859/video/sultans-game-official-launch-trailer" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_za/video/s/sultans-ga/sultans-game-official-launch-trailer_bmaf.280.jpg" alt="Sultan's Game - Official Launch Trailer (Video Sultan's Game)" class="thumb" data-srcset="https://sm.ign.com/t/ign_za/video/s/sultans-ga/sultans-game-official-launch-trailer_bmaf.280.jpg, https://sm.ign.com/t/ign_za/video/s/sultans-ga/sultans-game-official-launch-trailer_bmaf.600.jpg 2x"> <span class="duration"><svg class="icon icon-playhead" width="52" height="52" viewBox="0 0 52 52" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><circle fill="#FFF" cx="26" cy="26" r="26"></circle><path class="playhead-triangle" d="M36.185 24.937c.962.537.96 1.41 0 1.945l-16.13 9.015c-.962.537-1.74.086-1.74-1.03V16.95c0-1.106.78-1.567 1.74-1.03l16.13 9.015z" fill="#bf1313"></path></g></svg><span class="duration-text">01:11</span></span> </a> </div> <div class="m"> <div class="info"><time datetime="2025-04-03T19:41:20+02:00">20 hours, 6 minutes</time> <a href="https://za.ign.com/sultans-game/207859/video/sultans-game-official-launch-trailer#disqus_thread" class="comments commentscount" data-disqus-identifier="video_207859">Comment</a></div> <h3><a href="https://za.ign.com/sultans-game/207859/video/sultans-game-official-launch-trailer"><span class="caption">Sultan's Game - Official Launch Trailer</span></a></h3> <p class="deck">Sultan's Game is available now on PC via Steam. Check out the Sultan's Game launch trailer for this twisted narrative-driven card-based RPG.</p> </div> </article> <article class="article NEWS" id="content207880" data-embed-url="" data-type="NEWS" data-pk="207880" data-slotterid="207880" data-raw=""> <div class="t"> <a href="https://za.ign.com/grand-theft-auto-v/207880/news/grand-theft-auto-5-enhanced-comes-to-xbox-game-pass-for-pc-in-2-weeks" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_za/news/g/grand-thef/grand-theft-auto-5-enhanced-comes-to-xbox-game-pass-for-pc-i_j7z5.280.jpg" alt="Grand Theft Auto 5 Enhanced Comes to Xbox Game Pass for PC in 2 Weeks (News Grand Theft Auto V)" class="thumb" data-srcset="https://sm.ign.com/t/ign_za/news/g/grand-thef/grand-theft-auto-5-enhanced-comes-to-xbox-game-pass-for-pc-i_j7z5.280.jpg, https://sm.ign.com/t/ign_za/news/g/grand-thef/grand-theft-auto-5-enhanced-comes-to-xbox-game-pass-for-pc-i_j7z5.600.jpg 2x"> </a> </div> <div class="m"> <div class="info"><time datetime="2025-04-03T19:40:30+02:00">20 hours, 7 minutes</time> <a href="https://za.ign.com/grand-theft-auto-v/207880/news/grand-theft-auto-5-enhanced-comes-to-xbox-game-pass-for-pc-in-2-weeks#disqus_thread" class="comments commentscount" data-disqus-identifier="article_207880">Comment</a></div> <h3><a href="https://za.ign.com/grand-theft-auto-v/207880/news/grand-theft-auto-5-enhanced-comes-to-xbox-game-pass-for-pc-in-2-weeks"><span class="caption">Grand Theft Auto 5 Enhanced Comes to Xbox Game Pass for PC in 2 Weeks</span></a></h3> <p class="deck">A triumphant return to Microsoft's gaming service.</p> </div> </article> <article class="video VIDEO" id="content207858" data-embed-url="https://za.ign.com/the-legend-of-zelda-tears-of-the-kingdom-1/207858/video/embed" data-type="VIDEO" data-pk="207858" data-slotterid="207858" data-raw=""> <div class="t"> <a href="https://za.ign.com/the-legend-of-zelda-tears-of-the-kingdom-1/207858/video/zelda-tears-of-the-kingdom-switch-2-edition-zelda-notes-app-gameplay-demo" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_za/video/z/zelda-tear/zelda-tears-of-the-kingdom-switch-2-edition-zelda-notes-app_yyft.280.jpg" alt="Zelda: Tears of the Kingdom Switch 2 Edition & Zelda Notes App Gameplay Demo (Video The Legend Of Zelda: Tears of the Kingdom)" class="thumb" data-srcset="https://sm.ign.com/t/ign_za/video/z/zelda-tear/zelda-tears-of-the-kingdom-switch-2-edition-zelda-notes-app_yyft.280.jpg, https://sm.ign.com/t/ign_za/video/z/zelda-tear/zelda-tears-of-the-kingdom-switch-2-edition-zelda-notes-app_yyft.600.jpg 2x"> <span class="duration"><svg class="icon icon-playhead" width="52" height="52" viewBox="0 0 52 52" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><circle fill="#FFF" cx="26" cy="26" r="26"></circle><path class="playhead-triangle" d="M36.185 24.937c.962.537.96 1.41 0 1.945l-16.13 9.015c-.962.537-1.74.086-1.74-1.03V16.95c0-1.106.78-1.567 1.74-1.03l16.13 9.015z" fill="#bf1313"></path></g></svg><span class="duration-text">23:15</span></span> </a> </div> <div class="m"> <div class="info"><time datetime="2025-04-03T19:38:41+02:00">20 hours, 8 minutes</time> <a href="https://za.ign.com/the-legend-of-zelda-tears-of-the-kingdom-1/207858/video/zelda-tears-of-the-kingdom-switch-2-edition-zelda-notes-app-gameplay-demo#disqus_thread" class="comments commentscount" data-disqus-identifier="video_207858">Comment</a></div> <h3><a href="https://za.ign.com/the-legend-of-zelda-tears-of-the-kingdom-1/207858/video/zelda-tears-of-the-kingdom-switch-2-edition-zelda-notes-app-gameplay-demo"><span class="caption">Zelda: Tears of the Kingdom Switch 2 Edition & Zelda Notes App Gameplay Demo</span></a></h3> <p class="deck">Check out new ways to play The Legend of Zelda: Tears of the Kingdom on the Nintendo Switch 2 with the Zelda Notes app.</p> </div> </article> <article class="video VIDEO" id="content207857" data-embed-url="https://za.ign.com/xbox-game-pass/207857/video/embed" data-type="VIDEO" data-pk="207857" data-slotterid="207857" data-raw=""> <div class="t"> <a href="https://za.ign.com/xbox-game-pass/207857/video/xbox-game-pass-official-its-the-journey-trailer" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_za/video/x/xbox-game-/xbox-game-pass-official-its-the-journey-trailer_bcex.280.png" alt="Xbox Game Pass - Official 'It's the Journey' Trailer (Video Xbox Game Pass)" class="thumb" data-srcset="https://sm.ign.com/t/ign_za/video/x/xbox-game-/xbox-game-pass-official-its-the-journey-trailer_bcex.280.png, https://sm.ign.com/t/ign_za/video/x/xbox-game-/xbox-game-pass-official-its-the-journey-trailer_bcex.600.png 2x"> <span class="duration"><svg class="icon icon-playhead" width="52" height="52" viewBox="0 0 52 52" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><circle fill="#FFF" cx="26" cy="26" r="26"></circle><path class="playhead-triangle" d="M36.185 24.937c.962.537.96 1.41 0 1.945l-16.13 9.015c-.962.537-1.74.086-1.74-1.03V16.95c0-1.106.78-1.567 1.74-1.03l16.13 9.015z" fill="#bf1313"></path></g></svg><span class="duration-text">01:10</span></span> </a> </div> <div class="m"> <div class="info"><time datetime="2025-04-03T19:34:52+02:00">20 hours, 12 minutes</time> <a href="https://za.ign.com/xbox-game-pass/207857/video/xbox-game-pass-official-its-the-journey-trailer#disqus_thread" class="comments commentscount" data-disqus-identifier="video_207857">Comment</a></div> <h3><a href="https://za.ign.com/xbox-game-pass/207857/video/xbox-game-pass-official-its-the-journey-trailer"><span class="caption">Xbox Game Pass - Official 'It's the Journey' Trailer</span></a></h3> <p class="deck">Check out the 'It's the Journey' Trailer for Xbox Game Pass, the gaming streaming service developed by Microsoft and Xbox.</p> </div> </article> <article class="video VIDEO" id="content207856" data-embed-url="https://za.ign.com/marvel-rivals/207856/video/embed" data-type="VIDEO" data-pk="207856" data-slotterid="207856" data-raw=""> <div class="t"> <a href="https://za.ign.com/marvel-rivals/207856/video/marvel-rivals-official-season-2-update-dev-vision-vol-05" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_za/video/m/marvel-riv/marvel-rivals-official-season-2-update-dev-vision-vol-05_h4aa.280.png" alt="Marvel Rivals: Official Season 2 Update | Dev Vision Vol. 05 (Video Marvel Rivals)" class="thumb" data-srcset="https://sm.ign.com/t/ign_za/video/m/marvel-riv/marvel-rivals-official-season-2-update-dev-vision-vol-05_h4aa.280.png, https://sm.ign.com/t/ign_za/video/m/marvel-riv/marvel-rivals-official-season-2-update-dev-vision-vol-05_h4aa.600.png 2x"> <span class="duration"><svg class="icon icon-playhead" width="52" height="52" viewBox="0 0 52 52" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><circle fill="#FFF" cx="26" cy="26" r="26"></circle><path class="playhead-triangle" d="M36.185 24.937c.962.537.96 1.41 0 1.945l-16.13 9.015c-.962.537-1.74.086-1.74-1.03V16.95c0-1.106.78-1.567 1.74-1.03l16.13 9.015z" fill="#bf1313"></path></g></svg><span class="duration-text">15:09</span></span> </a> </div> <div class="m"> <div class="info"><time datetime="2025-04-03T19:22:06+02:00">20 hours, 25 minutes</time> <a href="https://za.ign.com/marvel-rivals/207856/video/marvel-rivals-official-season-2-update-dev-vision-vol-05#disqus_thread" class="comments commentscount" data-disqus-identifier="video_207856">Comment</a></div> <h3><a href="https://za.ign.com/marvel-rivals/207856/video/marvel-rivals-official-season-2-update-dev-vision-vol-05"><span class="caption">Marvel Rivals: Official Season 2 Update | Dev Vision Vol. 05</span></a></h3> <p class="deck">Emma Frost and Ultron join the roster alongside new maps, team-up updates, and ranked adjustments for the Hellfire Gala Season.</p> </div> </article> </div> </section> <section class="broll wrap" data-slotter="news" data-pagenum="1" data-total="2" data-type="news" data-slotterid="20835" data-maximumblocks=6> <div class="side-ad-trail"> <div class="ad-wrapper pgQSsticky">   </div> </div> <h2 style="display: none;" ></h2> <div class="tbl"> <article class="video VIDEO" id="content207855" data-embed-url="https://za.ign.com/the-naked-gun-theater/207855/video/embed" data-type="VIDEO" data-pk="207855" data-slotterid="207855" data-raw=""> <div class="t"> <a href="https://za.ign.com/the-naked-gun-theater/207855/video/the-naked-gun-official-teaser-trailer" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_za/video/t/the-naked-/the-naked-gun-official-teaser-trailer_bb1t.280.jpg" alt="The Naked Gun - Official Teaser Trailer (Video The Naked Gun)" class="thumb" data-srcset="https://sm.ign.com/t/ign_za/video/t/the-naked-/the-naked-gun-official-teaser-trailer_bb1t.280.jpg, https://sm.ign.com/t/ign_za/video/t/the-naked-/the-naked-gun-official-teaser-trailer_bb1t.600.jpg 2x"> <span class="duration"><svg class="icon icon-playhead" width="52" height="52" viewBox="0 0 52 52" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><circle fill="#FFF" cx="26" cy="26" r="26"></circle><path class="playhead-triangle" d="M36.185 24.937c.962.537.96 1.41 0 1.945l-16.13 9.015c-.962.537-1.74.086-1.74-1.03V16.95c0-1.106.78-1.567 1.74-1.03l16.13 9.015z" fill="#bf1313"></path></g></svg><span class="duration-text">01:08</span></span> </a> </div> <div class="m"> <div class="info"><time datetime="2025-04-03T19:18:13+02:00">20 hours, 29 minutes</time> <a href="https://za.ign.com/the-naked-gun-theater/207855/video/the-naked-gun-official-teaser-trailer#disqus_thread" class="comments commentscount" data-disqus-identifier="video_207855">Comment</a></div> <h3><a href="https://za.ign.com/the-naked-gun-theater/207855/video/the-naked-gun-official-teaser-trailer"><span class="caption">The Naked Gun - Official Teaser Trailer</span></a></h3> <p class="deck">The single most important Naked Gun movie since the other Naked Gun movies. Check out The Naked Gun teaser trailer for this upcoming comedy movie …</p> </div> </article> <article class="video VIDEO" id="content207854" data-embed-url="https://za.ign.com/the-legend-of-zelda-hd-158649/207854/video/embed" data-type="VIDEO" data-pk="207854" data-slotterid="207854" data-raw=""> <div class="t"> <a href="https://za.ign.com/the-legend-of-zelda-hd-158649/207854/video/zelda-breath-of-the-wild-nintendo-switch-2-edition-graphical-comparison-treehouse-live" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_za/video/z/zelda-brea/zelda-breath-of-the-wild-nintendo-switch-2-edition-graphical_dqgd.280.jpg" alt="Zelda: Breath of the Wild - Nintendo Switch 2 Edition Graphical Comparison | Treehouse Live (Video The Legend of Zelda: Breath of the Wild)" class="thumb" data-srcset="https://sm.ign.com/t/ign_za/video/z/zelda-brea/zelda-breath-of-the-wild-nintendo-switch-2-edition-graphical_dqgd.280.jpg, https://sm.ign.com/t/ign_za/video/z/zelda-brea/zelda-breath-of-the-wild-nintendo-switch-2-edition-graphical_dqgd.600.jpg 2x"> <span class="duration"><svg class="icon icon-playhead" width="52" height="52" viewBox="0 0 52 52" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><circle fill="#FFF" cx="26" cy="26" r="26"></circle><path class="playhead-triangle" d="M36.185 24.937c.962.537.96 1.41 0 1.945l-16.13 9.015c-.962.537-1.74.086-1.74-1.03V16.95c0-1.106.78-1.567 1.74-1.03l16.13 9.015z" fill="#bf1313"></path></g></svg><span class="duration-text">04:14</span></span> </a> </div> <div class="m"> <div class="info"><time datetime="2025-04-03T19:12:09+02:00">20 hours, 35 minutes</time> <a href="https://za.ign.com/the-legend-of-zelda-hd-158649/207854/video/zelda-breath-of-the-wild-nintendo-switch-2-edition-graphical-comparison-treehouse-live#disqus_thread" class="comments commentscount" data-disqus-identifier="video_207854">Comment</a></div> <h3><a href="https://za.ign.com/the-legend-of-zelda-hd-158649/207854/video/zelda-breath-of-the-wild-nintendo-switch-2-edition-graphical-comparison-treehouse-live"><span class="caption">Zelda: Breath of the Wild - Nintendo Switch 2 Edition Graphical Comparison | Treehouse Live</span></a></h3> <p class="deck">The Legend of Zelda: Breath of the Wild is coming to Nintendo's newest console in the Nintendo Switch 2 Edition.</p> </div> </article> <article class="video VIDEO" id="content207853" data-embed-url="https://za.ign.com/the-last-of-us-part-ii-remastered/207853/video/embed" data-type="VIDEO" data-pk="207853" data-slotterid="207853" data-raw=""> <div class="t"> <a href="https://za.ign.com/the-last-of-us-part-ii-remastered/207853/video/the-last-of-us-part-2-remastered-official-pc-launch-trailer" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_za/video/t/the-last-o/the-last-of-us-part-2-remastered-official-pc-launch-trailer_wtgh.280.png" alt="The Last of Us Part 2 Remastered - Official PC Launch Trailer (Video The Last of Us Part II Remastered)" class="thumb" data-srcset="https://sm.ign.com/t/ign_za/video/t/the-last-o/the-last-of-us-part-2-remastered-official-pc-launch-trailer_wtgh.280.png, https://sm.ign.com/t/ign_za/video/t/the-last-o/the-last-of-us-part-2-remastered-official-pc-launch-trailer_wtgh.600.png 2x"> <span class="duration"><svg class="icon icon-playhead" width="52" height="52" viewBox="0 0 52 52" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><circle fill="#FFF" cx="26" cy="26" r="26"></circle><path class="playhead-triangle" d="M36.185 24.937c.962.537.96 1.41 0 1.945l-16.13 9.015c-.962.537-1.74.086-1.74-1.03V16.95c0-1.106.78-1.567 1.74-1.03l16.13 9.015z" fill="#bf1313"></path></g></svg><span class="duration-text">01:24</span></span> </a> </div> <div class="m"> <div class="info"><time datetime="2025-04-03T19:12:03+02:00">20 hours, 35 minutes</time> <a href="https://za.ign.com/the-last-of-us-part-ii-remastered/207853/video/the-last-of-us-part-2-remastered-official-pc-launch-trailer#disqus_thread" class="comments commentscount" data-disqus-identifier="video_207853">Comment</a></div> <h3><a href="https://za.ign.com/the-last-of-us-part-ii-remastered/207853/video/the-last-of-us-part-2-remastered-official-pc-launch-trailer"><span class="caption">The Last of Us Part 2 Remastered - Official PC Launch Trailer</span></a></h3> <p class="deck">Don't miss the PC Launch Trailer for The Last of Us Part 2 Remastered.</p> </div> </article> <article class="video VIDEO" id="content207852" data-embed-url="https://za.ign.com/drag-x-drive/207852/video/embed" data-type="VIDEO" data-pk="207852" data-slotterid="207852" data-raw=""> <div class="t"> <a href="https://za.ign.com/drag-x-drive/207852/video/drag-x-drive-nintendo-switch-2-gameplay-nintendo-treehouse-live" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_za/video/d/drag-x-dri/drag-x-drive-nintendo-switch-2-gameplay-nintendo-treehouse-l_qu94.280.jpg" alt="Drag x Drive | Nintendo Switch 2 Gameplay | Nintendo Treehouse Live (Video Drag X Drive)" class="thumb" data-srcset="https://sm.ign.com/t/ign_za/video/d/drag-x-dri/drag-x-drive-nintendo-switch-2-gameplay-nintendo-treehouse-l_qu94.280.jpg, https://sm.ign.com/t/ign_za/video/d/drag-x-dri/drag-x-drive-nintendo-switch-2-gameplay-nintendo-treehouse-l_qu94.600.jpg 2x"> <span class="duration"><svg class="icon icon-playhead" width="52" height="52" viewBox="0 0 52 52" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><circle fill="#FFF" cx="26" cy="26" r="26"></circle><path class="playhead-triangle" d="M36.185 24.937c.962.537.96 1.41 0 1.945l-16.13 9.015c-.962.537-1.74.086-1.74-1.03V16.95c0-1.106.78-1.567 1.74-1.03l16.13 9.015z" fill="#bf1313"></path></g></svg><span class="duration-text">20:01</span></span> </a> </div> <div class="m"> <div class="info"><time datetime="2025-04-03T19:07:46+02:00">20 hours, 39 minutes</time> <a href="https://za.ign.com/drag-x-drive/207852/video/drag-x-drive-nintendo-switch-2-gameplay-nintendo-treehouse-live#disqus_thread" class="comments commentscount" data-disqus-identifier="video_207852">Comment</a></div> <h3><a href="https://za.ign.com/drag-x-drive/207852/video/drag-x-drive-nintendo-switch-2-gameplay-nintendo-treehouse-live"><span class="caption">Drag x Drive | Nintendo Switch 2 Gameplay | Nintendo Treehouse Live</span></a></h3> <p class="deck">Check out some gameplay of the brand new 3v3 competitive sports game, coming to Nintendo Switch 2 in Summer 2025.</p> </div> </article> <article class="video VIDEO" id="content207851" data-embed-url="https://za.ign.com/montabi/207851/video/embed" data-type="VIDEO" data-pk="207851" data-slotterid="207851" data-raw=""> <div class="t"> <a href="https://za.ign.com/montabi/207851/video/montabi-official-reveal-trailer" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_za/video/m/montabi-of/montabi-official-reveal-trailer_uhqn.280.jpg" alt="Montabi - Official Reveal Trailer (Video Montabi)" class="thumb" data-srcset="https://sm.ign.com/t/ign_za/video/m/montabi-of/montabi-official-reveal-trailer_uhqn.280.jpg, https://sm.ign.com/t/ign_za/video/m/montabi-of/montabi-official-reveal-trailer_uhqn.600.jpg 2x"> <span class="duration"><svg class="icon icon-playhead" width="52" height="52" viewBox="0 0 52 52" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><circle fill="#FFF" cx="26" cy="26" r="26"></circle><path class="playhead-triangle" d="M36.185 24.937c.962.537.96 1.41 0 1.945l-16.13 9.015c-.962.537-1.74.086-1.74-1.03V16.95c0-1.106.78-1.567 1.74-1.03l16.13 9.015z" fill="#bf1313"></path></g></svg><span class="duration-text">01:48</span></span> </a> </div> <div class="m"> <div class="info"><time datetime="2025-04-03T19:01:37+02:00">20 hours, 45 minutes</time> <a href="https://za.ign.com/montabi/207851/video/montabi-official-reveal-trailer#disqus_thread" class="comments commentscount" data-disqus-identifier="video_207851">Comment</a></div> <h3><a href="https://za.ign.com/montabi/207851/video/montabi-official-reveal-trailer"><span class="caption">Montabi - Official Reveal Trailer</span></a></h3> <p class="deck">Check out the Montabi trailer for this creature-collector roguelite deckbuilder where you tame creatures and gather a team of Montabi to battle other tamers.</p> </div> </article> <article class="video VIDEO" id="content207850" data-embed-url="https://za.ign.com/fur-and-fables/207850/video/embed" data-type="VIDEO" data-pk="207850" data-slotterid="207850" data-raw=""> <div class="t"> <a href="https://za.ign.com/fur-and-fables/207850/video/fur-and-fables-official-early-access-launch-trailer" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_za/video/f/fur-and-fa/fur-and-fables-official-early-access-launch-trailer_yjpy.280.png" alt="Fur and Fables - Official Early Access Launch Trailer (Video Fur and Fables)" class="thumb" data-srcset="https://sm.ign.com/t/ign_za/video/f/fur-and-fa/fur-and-fables-official-early-access-launch-trailer_yjpy.280.png, https://sm.ign.com/t/ign_za/video/f/fur-and-fa/fur-and-fables-official-early-access-launch-trailer_yjpy.600.png 2x"> <span class="duration"><svg class="icon icon-playhead" width="52" height="52" viewBox="0 0 52 52" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><circle fill="#FFF" cx="26" cy="26" r="26"></circle><path class="playhead-triangle" d="M36.185 24.937c.962.537.96 1.41 0 1.945l-16.13 9.015c-.962.537-1.74.086-1.74-1.03V16.95c0-1.106.78-1.567 1.74-1.03l16.13 9.015z" fill="#bf1313"></path></g></svg><span class="duration-text">01:01</span></span> </a> </div> <div class="m"> <div class="info"><time datetime="2025-04-03T19:00:00+02:00">20 hours, 47 minutes</time> <a href="https://za.ign.com/fur-and-fables/207850/video/fur-and-fables-official-early-access-launch-trailer#disqus_thread" class="comments commentscount" data-disqus-identifier="video_207850">Comment</a></div> <h3><a href="https://za.ign.com/fur-and-fables/207850/video/fur-and-fables-official-early-access-launch-trailer"><span class="caption">Fur and Fables - Official Early Access Launch Trailer</span></a></h3> <p class="deck">Watch the Early Access Launch Trailer for Fur and Fables, a party-based bullet hell roguelike.</p> </div> </article> </div> </section> <section class="broll wrap" data-slotter="news" data-pagenum="1" data-total="2" data-type="news" data-slotterid="20845" data-maximumblocks=6> <div class="side-ad-trail"> <div class="ad-wrapper pgQSsticky">   </div> </div> <h2 style="display: none;" ></h2> <div class="tbl"> <article class="video VIDEO" id="content207849" data-embed-url="https://za.ign.com/nyan-heroes/207849/video/embed" data-type="VIDEO" data-pk="207849" data-slotterid="207849" data-raw=""> <div class="t"> <a href="https://za.ign.com/nyan-heroes/207849/video/nyan-heroes-official-teaser-trailer" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_za/video/n/nyan-heroe/nyan-heroes-official-teaser-trailer_hd9b.280.png" alt="Nyan Heroes - Official Teaser Trailer (Video Nyan Heroes)" class="thumb" data-srcset="https://sm.ign.com/t/ign_za/video/n/nyan-heroe/nyan-heroes-official-teaser-trailer_hd9b.280.png, https://sm.ign.com/t/ign_za/video/n/nyan-heroe/nyan-heroes-official-teaser-trailer_hd9b.600.png 2x"> <span class="duration"><svg class="icon icon-playhead" width="52" height="52" viewBox="0 0 52 52" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><circle fill="#FFF" cx="26" cy="26" r="26"></circle><path class="playhead-triangle" d="M36.185 24.937c.962.537.96 1.41 0 1.945l-16.13 9.015c-.962.537-1.74.086-1.74-1.03V16.95c0-1.106.78-1.567 1.74-1.03l16.13 9.015z" fill="#bf1313"></path></g></svg><span class="duration-text">00:45</span></span> </a> </div> <div class="m"> <div class="info"><time datetime="2025-04-03T19:00:00+02:00">20 hours, 47 minutes</time> <a href="https://za.ign.com/nyan-heroes/207849/video/nyan-heroes-official-teaser-trailer#disqus_thread" class="comments commentscount" data-disqus-identifier="video_207849">Comment</a></div> <h3><a href="https://za.ign.com/nyan-heroes/207849/video/nyan-heroes-official-teaser-trailer"><span class="caption">Nyan Heroes - Official Teaser Trailer</span></a></h3> <p class="deck">Watch the Teaser Trailer for Nyan Heroes, a team-based cat mech shooter.</p> </div> </article> <article class="video VIDEO" id="content207848" data-embed-url="https://za.ign.com/donkey-kong-bananza/207848/video/embed" data-type="VIDEO" data-pk="207848" data-slotterid="207848" data-raw=""> <div class="t"> <a href="https://za.ign.com/donkey-kong-bananza/207848/video/donkey-kong-bananza-lagoon-layer-gameplay-nintendo-treehouse-live" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_za/video/d/donkey-kon/donkey-kong-bananza-lagoon-layer-gameplay-nintendo-treehouse_p9yz.280.jpg" alt="Donkey Kong Bananza Lagoon Layer Gameplay - Nintendo Treehouse Live (Video Donkey Kong: Bananza)" class="thumb" data-srcset="https://sm.ign.com/t/ign_za/video/d/donkey-kon/donkey-kong-bananza-lagoon-layer-gameplay-nintendo-treehouse_p9yz.280.jpg, https://sm.ign.com/t/ign_za/video/d/donkey-kon/donkey-kong-bananza-lagoon-layer-gameplay-nintendo-treehouse_p9yz.600.jpg 2x"> <span class="duration"><svg class="icon icon-playhead" width="52" height="52" viewBox="0 0 52 52" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><circle fill="#FFF" cx="26" cy="26" r="26"></circle><path class="playhead-triangle" d="M36.185 24.937c.962.537.96 1.41 0 1.945l-16.13 9.015c-.962.537-1.74.086-1.74-1.03V16.95c0-1.106.78-1.567 1.74-1.03l16.13 9.015z" fill="#bf1313"></path></g></svg><span class="duration-text">20:17</span></span> </a> </div> <div class="m"> <div class="info"><time datetime="2025-04-03T18:58:18+02:00">20 hours, 49 minutes</time> <a href="https://za.ign.com/donkey-kong-bananza/207848/video/donkey-kong-bananza-lagoon-layer-gameplay-nintendo-treehouse-live#disqus_thread" class="comments commentscount" data-disqus-identifier="video_207848">Comment</a></div> <h3><a href="https://za.ign.com/donkey-kong-bananza/207848/video/donkey-kong-bananza-lagoon-layer-gameplay-nintendo-treehouse-live"><span class="caption">Donkey Kong Bananza Lagoon Layer Gameplay - Nintendo Treehouse Live</span></a></h3> <p class="deck">Watch the Nintendo Treehouse crew play through the Lagoon Layer level and challenge courses in Donkey Kong Bananza on Nintendo Switch 2, available on June …</p> </div> </article> <article class="article NEWS" id="content207878" data-embed-url="" data-type="NEWS" data-pk="207878" data-slotterid="207878" data-raw=""> <div class="t"> <a href="https://za.ign.com/the-legend-of-zelda-tears-of-the-kingdom-1/207878/news/the-legend-of-zelda-breath-of-the-wild-and-tears-of-the-kingdom-are-getting-achievements-on-nintendo" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_za/news/t/the-legend/the-legend-of-zelda-breath-of-the-wild-and-tears-of-the-king_jaq5.280.jpg" alt="The Legend of Zelda: Breath of the Wild and Tears of the Kingdom Are Getting Achievements on Nintendo Switch 2 (News The Legend Of Zelda: Tears of the Kingdom)" class="thumb" data-srcset="https://sm.ign.com/t/ign_za/news/t/the-legend/the-legend-of-zelda-breath-of-the-wild-and-tears-of-the-king_jaq5.280.jpg, https://sm.ign.com/t/ign_za/news/t/the-legend/the-legend-of-zelda-breath-of-the-wild-and-tears-of-the-king_jaq5.600.jpg 2x"> </a> </div> <div class="m"> <div class="info"><time datetime="2025-04-03T18:53:42+02:00">20 hours, 53 minutes</time> <a href="https://za.ign.com/the-legend-of-zelda-tears-of-the-kingdom-1/207878/news/the-legend-of-zelda-breath-of-the-wild-and-tears-of-the-kingdom-are-getting-achievements-on-nintendo#disqus_thread" class="comments commentscount" data-disqus-identifier="article_207878">Comment</a></div> <h3><a href="https://za.ign.com/the-legend-of-zelda-tears-of-the-kingdom-1/207878/news/the-legend-of-zelda-breath-of-the-wild-and-tears-of-the-kingdom-are-getting-achievements-on-nintendo"><span class="caption">The Legend of Zelda: Breath of the Wild and Tears of the Kingdom Are Getting Achievements on Nintendo Switch 2</span></a></h3> <p class="deck">Build the legend all over again.</p> </div> </article> <article class="video VIDEO" id="content207847" data-embed-url="https://za.ign.com/eiyuden-chronicle-hundred-heroes/207847/video/embed" data-type="VIDEO" data-pk="207847" data-slotterid="207847" data-raw=""> <div class="t"> <a href="https://za.ign.com/eiyuden-chronicle-hundred-heroes/207847/video/eiyuden-chronicle-hundred-heroes-official-the-chapter-of-markus-launch-trailer" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_za/video/e/eiyuden-ch/eiyuden-chronicle-hundred-heroes-official-the-chapter-of-mar_f7yf.280.jpg" alt="Eiyuden Chronicle: Hundred Heroes - Official The Chapter of Markus Launch Trailer (Video Eiyuden Chronicle: Hundred Heroes)" class="thumb" data-srcset="https://sm.ign.com/t/ign_za/video/e/eiyuden-ch/eiyuden-chronicle-hundred-heroes-official-the-chapter-of-mar_f7yf.280.jpg, https://sm.ign.com/t/ign_za/video/e/eiyuden-ch/eiyuden-chronicle-hundred-heroes-official-the-chapter-of-mar_f7yf.600.jpg 2x"> <span class="duration"><svg class="icon icon-playhead" width="52" height="52" viewBox="0 0 52 52" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><circle fill="#FFF" cx="26" cy="26" r="26"></circle><path class="playhead-triangle" d="M36.185 24.937c.962.537.96 1.41 0 1.945l-16.13 9.015c-.962.537-1.74.086-1.74-1.03V16.95c0-1.106.78-1.567 1.74-1.03l16.13 9.015z" fill="#bf1313"></path></g></svg><span class="duration-text">01:40</span></span> </a> </div> <div class="m"> <div class="info"><time datetime="2025-04-03T18:44:14+02:00">21 hours, 3 minutes</time> <a href="https://za.ign.com/eiyuden-chronicle-hundred-heroes/207847/video/eiyuden-chronicle-hundred-heroes-official-the-chapter-of-markus-launch-trailer#disqus_thread" class="comments commentscount" data-disqus-identifier="video_207847">Comment</a></div> <h3><a href="https://za.ign.com/eiyuden-chronicle-hundred-heroes/207847/video/eiyuden-chronicle-hundred-heroes-official-the-chapter-of-markus-launch-trailer"><span class="caption">Eiyuden Chronicle: Hundred Heroes - Official The Chapter of Markus Launch Trailer</span></a></h3> <p class="deck">Watch the latest Eiyuden Chronicle: Hundred Heroes trailer for a peek at what to expect with the Markus story expansion for the RPG.</p> </div> </article> <article class="video VIDEO" id="content207846" data-embed-url="https://za.ign.com/fatal-fury-city-of-the-wolves/207846/video/embed" data-type="VIDEO" data-pk="207846" data-slotterid="207846" data-raw=""> <div class="t"> <a href="https://za.ign.com/fatal-fury-city-of-the-wolves/207846/video/fatal-fury-city-of-the-wolves-salvatore-ganacci-gameplay-trailer" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_za/video/f/fatal-fury/fatal-fury-city-of-the-wolves-salvatore-ganacci-gameplay-tra_bq1a.280.png" alt="Fatal Fury: City of the Wolves - Salvatore Ganacci Gameplay Trailer (Video Fatal Fury: City of the Wolves)" class="thumb" data-srcset="https://sm.ign.com/t/ign_za/video/f/fatal-fury/fatal-fury-city-of-the-wolves-salvatore-ganacci-gameplay-tra_bq1a.280.png, https://sm.ign.com/t/ign_za/video/f/fatal-fury/fatal-fury-city-of-the-wolves-salvatore-ganacci-gameplay-tra_bq1a.600.png 2x"> <span class="duration"><svg class="icon icon-playhead" width="52" height="52" viewBox="0 0 52 52" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><circle fill="#FFF" cx="26" cy="26" r="26"></circle><path class="playhead-triangle" d="M36.185 24.937c.962.537.96 1.41 0 1.945l-16.13 9.015c-.962.537-1.74.086-1.74-1.03V16.95c0-1.106.78-1.567 1.74-1.03l16.13 9.015z" fill="#bf1313"></path></g></svg><span class="duration-text">01:39</span></span> </a> </div> <div class="m"> <div class="info"><time datetime="2025-04-03T18:40:20+02:00">21 hours, 7 minutes</time> <a href="https://za.ign.com/fatal-fury-city-of-the-wolves/207846/video/fatal-fury-city-of-the-wolves-salvatore-ganacci-gameplay-trailer#disqus_thread" class="comments commentscount" data-disqus-identifier="video_207846">Comment</a></div> <h3><a href="https://za.ign.com/fatal-fury-city-of-the-wolves/207846/video/fatal-fury-city-of-the-wolves-salvatore-ganacci-gameplay-trailer"><span class="caption">Fatal Fury: City of the Wolves - Salvatore Ganacci Gameplay Trailer</span></a></h3> <p class="deck">Take a look at the Salvatore Ganacci Gameplay Trailer for Fatal Fury: City of the Wolves, a fighting game developed by SNK.</p> </div> </article> <article class="video VIDEO" id="content207845" data-embed-url="https://za.ign.com/south-of-midnight/207845/video/embed" data-type="VIDEO" data-pk="207845" data-slotterid="207845" data-raw=""> <div class="t"> <a href="https://za.ign.com/south-of-midnight/207845/video/south-of-midnight-official-unravel-trailer" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_za/video/s/south-of-m/south-of-midnight-official-unravel-trailer_xtbc.280.jpg" alt="South Of Midnight - Official Unravel Trailer (Video South of Midnight)" class="thumb" data-srcset="https://sm.ign.com/t/ign_za/video/s/south-of-m/south-of-midnight-official-unravel-trailer_xtbc.280.jpg, https://sm.ign.com/t/ign_za/video/s/south-of-m/south-of-midnight-official-unravel-trailer_xtbc.600.jpg 2x"> <span class="duration"><svg class="icon icon-playhead" width="52" height="52" viewBox="0 0 52 52" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><circle fill="#FFF" cx="26" cy="26" r="26"></circle><path class="playhead-triangle" d="M36.185 24.937c.962.537.96 1.41 0 1.945l-16.13 9.015c-.962.537-1.74.086-1.74-1.03V16.95c0-1.106.78-1.567 1.74-1.03l16.13 9.015z" fill="#bf1313"></path></g></svg><span class="duration-text">02:25</span></span> </a> </div> <div class="m"> <div class="info"><time datetime="2025-04-03T18:30:00+02:00">21 hours, 17 minutes</time> <a href="https://za.ign.com/south-of-midnight/207845/video/south-of-midnight-official-unravel-trailer#disqus_thread" class="comments commentscount" data-disqus-identifier="video_207845">Comment</a></div> <h3><a href="https://za.ign.com/south-of-midnight/207845/video/south-of-midnight-official-unravel-trailer"><span class="caption">South Of Midnight - Official Unravel Trailer</span></a></h3> <p class="deck">As Hazel, explore the mythos and confront mysterious creatures of the Deep South in this modern folktale while learning to weave an ancient power.</p> </div> </article> </div> </section> <section class="broll wrap" data-slotter="news" data-pagenum="1" data-total="2" data-type="news" data-slotterid="0" data-maximumblocks=6> <div class="side-ad-trail"> <div class="ad-wrapper pgQSsticky"> <div class="zad halfpage" data-zadtype="halfpage" data-suffix="mrec2"></div> </div> </div> <h2 style="display: none;" ></h2> <div class="tbl"> <article class="article NEWS" id="content207877" data-embed-url="" data-type="NEWS" data-pk="207877" data-slotterid="207877" data-raw=""> <div class="t"> <a href="https://za.ign.com/helldivers-ii/207877/news/helldivers-2-is-throwing-everything-but-the-kitchen-sink-at-one-planet-and-players-are-still-holding" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_za/news/h/helldivers/helldivers-2-is-throwing-everything-but-the-kitchen-sink-at_s2qy.280.jpg" alt="Helldivers 2 Is Throwing Everything But the Kitchen Sink at One Planet, And Players Are Still Holding Out (News Helldivers II)" class="thumb" data-srcset="https://sm.ign.com/t/ign_za/news/h/helldivers/helldivers-2-is-throwing-everything-but-the-kitchen-sink-at_s2qy.280.jpg, https://sm.ign.com/t/ign_za/news/h/helldivers/helldivers-2-is-throwing-everything-but-the-kitchen-sink-at_s2qy.600.jpg 2x"> </a> </div> <div class="m"> <div class="info"><time datetime="2025-04-03T18:26:13+02:00">21 hours, 21 minutes</time> <a href="https://za.ign.com/helldivers-ii/207877/news/helldivers-2-is-throwing-everything-but-the-kitchen-sink-at-one-planet-and-players-are-still-holding#disqus_thread" class="comments commentscount" data-disqus-identifier="article_207877">Comment</a></div> <h3><a href="https://za.ign.com/helldivers-ii/207877/news/helldivers-2-is-throwing-everything-but-the-kitchen-sink-at-one-planet-and-players-are-still-holding"><span class="caption">Helldivers 2 Is Throwing Everything But the Kitchen Sink at One Planet, And Players Are Still Holding Out</span></a></h3> <p class="deck">Pöpli IX already feels like a legend.</p> </div> </article> <article class="article NEWS" id="content207876" data-embed-url="" data-type="NEWS" data-pk="207876" data-slotterid="207876" data-raw=""> <div class="t"> <a href="https://za.ign.com/marvel-rivals/207876/news/marvel-rivals-season-2-ushers-in-the-age-of-ultron-with-hellfire-gala-theme-and-emma-frost" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_za/news/m/marvel-riv/marvel-rivals-season-2-ushers-in-the-age-of-ultron-with-hell_e7cc.280.jpg" alt="Marvel Rivals Season 2 Ushers in the Age of Ultron With Hellfire Gala Theme and Emma Frost (News Marvel Rivals)" class="thumb" data-srcset="https://sm.ign.com/t/ign_za/news/m/marvel-riv/marvel-rivals-season-2-ushers-in-the-age-of-ultron-with-hell_e7cc.280.jpg, https://sm.ign.com/t/ign_za/news/m/marvel-riv/marvel-rivals-season-2-ushers-in-the-age-of-ultron-with-hell_e7cc.600.jpg 2x"> </a> </div> <div class="m"> <div class="info"><time datetime="2025-04-03T18:23:02+02:00">21 hours, 24 minutes</time> <a href="https://za.ign.com/marvel-rivals/207876/news/marvel-rivals-season-2-ushers-in-the-age-of-ultron-with-hellfire-gala-theme-and-emma-frost#disqus_thread" class="comments commentscount" data-disqus-identifier="article_207876">Comment</a></div> <h3><a href="https://za.ign.com/marvel-rivals/207876/news/marvel-rivals-season-2-ushers-in-the-age-of-ultron-with-hellfire-gala-theme-and-emma-frost"><span class="caption">Marvel Rivals Season 2 Ushers in the Age of Ultron With Hellfire Gala Theme and Emma Frost</span></a></h3> <p class="deck">Let's party.</p> </div> </article> <article class="video VIDEO" id="content207844" data-embed-url="https://za.ign.com/fatal-fury-city-of-the-wolves/207844/video/embed" data-type="VIDEO" data-pk="207844" data-slotterid="207844" data-raw=""> <div class="t"> <a href="https://za.ign.com/fatal-fury-city-of-the-wolves/207844/video/fatal-fury-city-of-the-wolves-x-salvatore-ganacci-official-announcement-trailer" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_za/video/f/fatal-fury/fatal-fury-city-of-the-wolves-x-salvatore-ganacci-official-a_pbu4.280.jpg" alt="Fatal Fury: City of the Wolves × Salvatore Ganacci - Official Announcement Trailer (Video Fatal Fury: City of the Wolves)" class="thumb" data-srcset="https://sm.ign.com/t/ign_za/video/f/fatal-fury/fatal-fury-city-of-the-wolves-x-salvatore-ganacci-official-a_pbu4.280.jpg, https://sm.ign.com/t/ign_za/video/f/fatal-fury/fatal-fury-city-of-the-wolves-x-salvatore-ganacci-official-a_pbu4.600.jpg 2x"> <span class="duration"><svg class="icon icon-playhead" width="52" height="52" viewBox="0 0 52 52" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><circle fill="#FFF" cx="26" cy="26" r="26"></circle><path class="playhead-triangle" d="M36.185 24.937c.962.537.96 1.41 0 1.945l-16.13 9.015c-.962.537-1.74.086-1.74-1.03V16.95c0-1.106.78-1.567 1.74-1.03l16.13 9.015z" fill="#bf1313"></path></g></svg><span class="duration-text">01:55</span></span> </a> </div> <div class="m"> <div class="info"><time datetime="2025-04-03T18:22:31+02:00">21 hours, 25 minutes</time> <a href="https://za.ign.com/fatal-fury-city-of-the-wolves/207844/video/fatal-fury-city-of-the-wolves-x-salvatore-ganacci-official-announcement-trailer#disqus_thread" class="comments commentscount" data-disqus-identifier="video_207844">Comment</a></div> <h3><a href="https://za.ign.com/fatal-fury-city-of-the-wolves/207844/video/fatal-fury-city-of-the-wolves-x-salvatore-ganacci-official-announcement-trailer"><span class="caption">Fatal Fury: City of the Wolves × Salvatore Ganacci - Official Announcement Trailer</span></a></h3> <p class="deck">Check out the latest Fatal Fury: City of the Wolves trailer to see the reveal that DJ artist Salvatore Ganacci is coming to the fighting …</p> </div> </article> <article class="article NEWS" id="content207874" data-embed-url="" data-type="NEWS" data-pk="207874" data-slotterid="207874" data-raw=""> <div class="t"> <a href="https://za.ign.com/avengers-doomsday/207874/news/x-men-star-halle-berry-shuts-down-hopes-she-might-return-as-storm-for-avengers-doomsday-keep-waiting" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_za/news/x/x-men-star/x-men-star-halle-berry-shuts-down-hopes-she-might-return-as_4e7d.280.jpg" alt="X-Men Star Halle Berry Shuts Down Hopes She Might Return as Storm for Avengers: Doomsday: 'Keep Waiting' (News Avengers: Doomsday)" class="thumb" data-srcset="https://sm.ign.com/t/ign_za/news/x/x-men-star/x-men-star-halle-berry-shuts-down-hopes-she-might-return-as_4e7d.280.jpg, https://sm.ign.com/t/ign_za/news/x/x-men-star/x-men-star-halle-berry-shuts-down-hopes-she-might-return-as_4e7d.600.jpg 2x"> </a> </div> <div class="m"> <div class="info"><time datetime="2025-04-03T18:16:54+02:00">21 hours, 30 minutes</time> <a href="https://za.ign.com/avengers-doomsday/207874/news/x-men-star-halle-berry-shuts-down-hopes-she-might-return-as-storm-for-avengers-doomsday-keep-waiting#disqus_thread" class="comments commentscount" data-disqus-identifier="article_207874">Comment</a></div> <h3><a href="https://za.ign.com/avengers-doomsday/207874/news/x-men-star-halle-berry-shuts-down-hopes-she-might-return-as-storm-for-avengers-doomsday-keep-waiting"><span class="caption">X-Men Star Halle Berry Shuts Down Hopes She Might Return as Storm for Avengers: Doomsday: 'Keep Waiting'</span></a></h3> <p class="deck">Weather warning.</p> </div> </article> <article class="video VIDEO" id="content207843" data-embed-url="https://za.ign.com/nintendo-switch-2-welcome-tour/207843/video/embed" data-type="VIDEO" data-pk="207843" data-slotterid="207843" data-raw=""> <div class="t"> <a href="https://za.ign.com/nintendo-switch-2-welcome-tour/207843/video/nintendo-switch-2-welcome-tour-gameplay-nintendo-treehouse-live" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_za/video/n/nintendo-s/nintendo-switch-2-welcome-tour-gameplay-nintendo-treehouse-l_1mu6.280.jpg" alt="Nintendo Switch 2 Welcome Tour Gameplay - Nintendo Treehouse Live (Video Nintendo Switch 2 Welcome Tour)" class="thumb" data-srcset="https://sm.ign.com/t/ign_za/video/n/nintendo-s/nintendo-switch-2-welcome-tour-gameplay-nintendo-treehouse-l_1mu6.280.jpg, https://sm.ign.com/t/ign_za/video/n/nintendo-s/nintendo-switch-2-welcome-tour-gameplay-nintendo-treehouse-l_1mu6.600.jpg 2x"> <span class="duration"><svg class="icon icon-playhead" width="52" height="52" viewBox="0 0 52 52" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><circle fill="#FFF" cx="26" cy="26" r="26"></circle><path class="playhead-triangle" d="M36.185 24.937c.962.537.96 1.41 0 1.945l-16.13 9.015c-.962.537-1.74.086-1.74-1.03V16.95c0-1.106.78-1.567 1.74-1.03l16.13 9.015z" fill="#bf1313"></path></g></svg><span class="duration-text">25:57</span></span> </a> </div> <div class="m"> <div class="info"><time datetime="2025-04-03T18:10:15+02:00">21 hours, 37 minutes</time> <a href="https://za.ign.com/nintendo-switch-2-welcome-tour/207843/video/nintendo-switch-2-welcome-tour-gameplay-nintendo-treehouse-live#disqus_thread" class="comments commentscount" data-disqus-identifier="video_207843">Comment</a></div> <h3><a href="https://za.ign.com/nintendo-switch-2-welcome-tour/207843/video/nintendo-switch-2-welcome-tour-gameplay-nintendo-treehouse-live"><span class="caption">Nintendo Switch 2 Welcome Tour Gameplay - Nintendo Treehouse Live</span></a></h3> <p class="deck">Watch the Nintendo Treehouse crew showcase gameplay for Nintendo Switch 2 Welcome Tour, interactive tech demos, mini-games, and a guide that walks through the Joy-Con …</p> </div> </article> <article class="video VIDEO" id="content207842" data-embed-url="https://za.ign.com/south-of-midnight/207842/video/embed" data-type="VIDEO" data-pk="207842" data-slotterid="207842" data-raw=""> <div class="t"> <a href="https://za.ign.com/south-of-midnight/207842/video/south-of-midnight-official-launch-trailer" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_za/video/s/south-of-m/south-of-midnight-official-launch-trailer_nsxa.280.png" alt="South of Midnight - Official Launch Trailer (Video South of Midnight)" class="thumb" data-srcset="https://sm.ign.com/t/ign_za/video/s/south-of-m/south-of-midnight-official-launch-trailer_nsxa.280.png, https://sm.ign.com/t/ign_za/video/s/south-of-m/south-of-midnight-official-launch-trailer_nsxa.600.png 2x"> <span class="duration"><svg class="icon icon-playhead" width="52" height="52" viewBox="0 0 52 52" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><circle fill="#FFF" cx="26" cy="26" r="26"></circle><path class="playhead-triangle" d="M36.185 24.937c.962.537.96 1.41 0 1.945l-16.13 9.015c-.962.537-1.74.086-1.74-1.03V16.95c0-1.106.78-1.567 1.74-1.03l16.13 9.015z" fill="#bf1313"></path></g></svg><span class="duration-text">02:25</span></span> </a> </div> <div class="m"> <div class="info"><time datetime="2025-04-03T18:06:53+02:00">21 hours, 40 minutes</time> <a href="https://za.ign.com/south-of-midnight/207842/video/south-of-midnight-official-launch-trailer#disqus_thread" class="comments commentscount" data-disqus-identifier="video_207842">Comment</a></div> <h3><a href="https://za.ign.com/south-of-midnight/207842/video/south-of-midnight-official-launch-trailer"><span class="caption">South of Midnight - Official Launch Trailer</span></a></h3> <p class="deck">Watch the Launch Trailer for South of Midnight, an action-adventure RPG.</p> </div> </article> <article class="video VIDEO" id="content207841" data-embed-url="https://za.ign.com/jotunnslayer-hordes-of-hel/207841/video/embed" data-type="VIDEO" data-pk="207841" data-slotterid="207841" data-raw=""> <div class="t"> <a href="https://za.ign.com/jotunnslayer-hordes-of-hel/207841/video/jotunnslayer-hordes-of-hel-official-new-weapons-guide-overview-trailer" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_za/video/j/jotunnslay/jotunnslayer-hordes-of-hel-official-new-weapons-guide-overvi_ekyr.280.jpg" alt="Jotunnslayer: Hordes of Hel - Official New Weapons Guide Overview Trailer (Video Jotunnslayer: Hordes of Hel)" class="thumb" data-srcset="https://sm.ign.com/t/ign_za/video/j/jotunnslay/jotunnslayer-hordes-of-hel-official-new-weapons-guide-overvi_ekyr.280.jpg, https://sm.ign.com/t/ign_za/video/j/jotunnslay/jotunnslayer-hordes-of-hel-official-new-weapons-guide-overvi_ekyr.600.jpg 2x"> <span class="duration"><svg class="icon icon-playhead" width="52" height="52" viewBox="0 0 52 52" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><circle fill="#FFF" cx="26" cy="26" r="26"></circle><path class="playhead-triangle" d="M36.185 24.937c.962.537.96 1.41 0 1.945l-16.13 9.015c-.962.537-1.74.086-1.74-1.03V16.95c0-1.106.78-1.567 1.74-1.03l16.13 9.015z" fill="#bf1313"></path></g></svg><span class="duration-text">02:59</span></span> </a> </div> <div class="m"> <div class="info"><time datetime="2025-04-03T18:05:59+02:00">21 hours, 41 minutes</time> <a href="https://za.ign.com/jotunnslayer-hordes-of-hel/207841/video/jotunnslayer-hordes-of-hel-official-new-weapons-guide-overview-trailer#disqus_thread" class="comments commentscount" data-disqus-identifier="video_207841">Comment</a></div> <h3><a href="https://za.ign.com/jotunnslayer-hordes-of-hel/207841/video/jotunnslayer-hordes-of-hel-official-new-weapons-guide-overview-trailer"><span class="caption">Jotunnslayer: Hordes of Hel - Official New Weapons Guide Overview Trailer</span></a></h3> <p class="deck">Get a deep dive into the new weapons available in the latest content update for Jotunnslayer: Hordes of Hel.</p> </div> </article> <article class="video VIDEO" id="content207840" data-embed-url="https://za.ign.com/date-everything/207840/video/embed" data-type="VIDEO" data-pk="207840" data-slotterid="207840" data-raw=""> <div class="t"> <a href="https://za.ign.com/date-everything/207840/video/date-everything-official-meet-scandalabra-trailer" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_za/video/d/date-every/date-everything-official-meet-scandalabra-trailer_4btp.280.jpg" alt="Date Everything! - Official Meet Scandalabra Trailer (Video Date Everything!)" class="thumb" data-srcset="https://sm.ign.com/t/ign_za/video/d/date-every/date-everything-official-meet-scandalabra-trailer_4btp.280.jpg, https://sm.ign.com/t/ign_za/video/d/date-every/date-everything-official-meet-scandalabra-trailer_4btp.600.jpg 2x"> <span class="duration"><svg class="icon icon-playhead" width="52" height="52" viewBox="0 0 52 52" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><circle fill="#FFF" cx="26" cy="26" r="26"></circle><path class="playhead-triangle" d="M36.185 24.937c.962.537.96 1.41 0 1.945l-16.13 9.015c-.962.537-1.74.086-1.74-1.03V16.95c0-1.106.78-1.567 1.74-1.03l16.13 9.015z" fill="#bf1313"></path></g></svg><span class="duration-text">05:20</span></span> </a> </div> <div class="m"> <div class="info"><time datetime="2025-04-03T17:51:01+02:00">21 hours, 56 minutes</time> <a href="https://za.ign.com/date-everything/207840/video/date-everything-official-meet-scandalabra-trailer#disqus_thread" class="comments commentscount" data-disqus-identifier="video_207840">Comment</a></div> <h3><a href="https://za.ign.com/date-everything/207840/video/date-everything-official-meet-scandalabra-trailer"><span class="caption">Date Everything! - Official Meet Scandalabra Trailer</span></a></h3> <p class="deck">Meet Scandalabra in this latest Date Everything! trailer for the upcoming sandbox dating simulator set in the comfort of your own home.</p> </div> </article> <article class="article NEWS" id="content207872" data-embed-url="" data-type="NEWS" data-pk="207872" data-slotterid="207872" data-raw=""> <div class="t"> <a href="https://za.ign.com/nintendo-switch-2/207872/news/nvidia-says-its-custom-gpu-means-nintendo-switch-2-has-10x-the-graphics-performance-of-the-nintendo" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_za/news/n/nvidia-say/nvidia-says-its-custom-gpu-means-nintendo-switch-2-has-10x-t_m8k2.280.jpg" alt="Nvidia Says Its Custom GPU Means Nintendo Switch 2 Has 10x the Graphics Performance of the Nintendo Switch (News Nintendo Switch 2)" class="thumb" data-srcset="https://sm.ign.com/t/ign_za/news/n/nvidia-say/nvidia-says-its-custom-gpu-means-nintendo-switch-2-has-10x-t_m8k2.280.jpg, https://sm.ign.com/t/ign_za/news/n/nvidia-say/nvidia-says-its-custom-gpu-means-nintendo-switch-2-has-10x-t_m8k2.600.jpg 2x"> </a> </div> <div class="m"> <div class="info"><time datetime="2025-04-03T17:50:29+02:00">21 hours, 57 minutes</time> <a href="https://za.ign.com/nintendo-switch-2/207872/news/nvidia-says-its-custom-gpu-means-nintendo-switch-2-has-10x-the-graphics-performance-of-the-nintendo#disqus_thread" class="comments commentscount" data-disqus-identifier="article_207872">Comment</a></div> <h3><a href="https://za.ign.com/nintendo-switch-2/207872/news/nvidia-says-its-custom-gpu-means-nintendo-switch-2-has-10x-the-graphics-performance-of-the-nintendo"><span class="caption">Nvidia Says Its Custom GPU Means Nintendo Switch 2 Has 10x the Graphics Performance of the Nintendo Switch</span></a></h3> <p class="deck">A core argument.</p> </div> </article> <article class="article NEWS" id="content207871" data-embed-url="" data-type="NEWS" data-pk="207871" data-slotterid="207871" data-raw=""> <div class="t"> <a href="https://za.ign.com/masters-of-the-universe-amazon/207871/news/masters-of-the-universe-first-footage-from-amazon-mgm-movie-revealed-incredibly-toy-accurate-designs" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_za/news/m/masters-of/masters-of-the-universe-first-footage-from-amazon-mgm-movie_b9zu.280.jpg" alt="Masters of the Universe: First Footage from Amazon MGM Movie Revealed Incredibly Toy-Accurate Designs (News Masters of the Universe [Amazon])" class="thumb" data-srcset="https://sm.ign.com/t/ign_za/news/m/masters-of/masters-of-the-universe-first-footage-from-amazon-mgm-movie_b9zu.280.jpg, https://sm.ign.com/t/ign_za/news/m/masters-of/masters-of-the-universe-first-footage-from-amazon-mgm-movie_b9zu.600.jpg 2x"> </a> </div> <div class="m"> <div class="info"><time datetime="2025-04-03T17:40:58+02:00">22 hours, 6 minutes</time> <a href="https://za.ign.com/masters-of-the-universe-amazon/207871/news/masters-of-the-universe-first-footage-from-amazon-mgm-movie-revealed-incredibly-toy-accurate-designs#disqus_thread" class="comments commentscount" data-disqus-identifier="article_207871">Comment</a></div> <h3><a href="https://za.ign.com/masters-of-the-universe-amazon/207871/news/masters-of-the-universe-first-footage-from-amazon-mgm-movie-revealed-incredibly-toy-accurate-designs"><span class="caption">Masters of the Universe: First Footage from Amazon MGM Movie Revealed Incredibly Toy-Accurate Designs</span></a></h3> <p class="deck">Jared Leto's Skeletor might be blue.</p> </div> </article> <article class="video VIDEO" id="content207839" data-embed-url="https://za.ign.com/mario-kart-world/207839/video/embed" data-type="VIDEO" data-pk="207839" data-slotterid="207839" data-raw=""> <div class="t"> <a href="https://za.ign.com/mario-kart-world/207839/video/mario-kart-world-knockout-tour-gameplay-nintendo-treehouse-live" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_za/video/m/mario-kart/mario-kart-world-knockout-tour-gameplay-nintendo-treehouse-l_nmum.280.jpg" alt="Mario Kart World | Knockout Tour Gameplay - Nintendo Treehouse Live (Video Mario Kart World)" class="thumb" data-srcset="https://sm.ign.com/t/ign_za/video/m/mario-kart/mario-kart-world-knockout-tour-gameplay-nintendo-treehouse-l_nmum.280.jpg, https://sm.ign.com/t/ign_za/video/m/mario-kart/mario-kart-world-knockout-tour-gameplay-nintendo-treehouse-l_nmum.600.jpg 2x"> <span class="duration"><svg class="icon icon-playhead" width="52" height="52" viewBox="0 0 52 52" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><circle fill="#FFF" cx="26" cy="26" r="26"></circle><path class="playhead-triangle" d="M36.185 24.937c.962.537.96 1.41 0 1.945l-16.13 9.015c-.962.537-1.74.086-1.74-1.03V16.95c0-1.106.78-1.567 1.74-1.03l16.13 9.015z" fill="#bf1313"></path></g></svg><span class="duration-text">11:58</span></span> </a> </div> <div class="m"> <div class="info"><time datetime="2025-04-03T17:36:11+02:00">22 hours, 11 minutes</time> <a href="https://za.ign.com/mario-kart-world/207839/video/mario-kart-world-knockout-tour-gameplay-nintendo-treehouse-live#disqus_thread" class="comments commentscount" data-disqus-identifier="video_207839">Comment</a></div> <h3><a href="https://za.ign.com/mario-kart-world/207839/video/mario-kart-world-knockout-tour-gameplay-nintendo-treehouse-live"><span class="caption">Mario Kart World | Knockout Tour Gameplay - Nintendo Treehouse Live</span></a></h3> <p class="deck">Check out a full match of Knockout Tour, a new 24-player mode included in Mario Kart World.</p> </div> </article> <article class="video VIDEO" id="content207838" data-embed-url="https://za.ign.com/starkeepers/207838/video/embed" data-type="VIDEO" data-pk="207838" data-slotterid="207838" data-raw=""> <div class="t"> <a href="https://za.ign.com/starkeepers/207838/video/havenhold-official-game-overview-trailer" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_za/video/h/havenhold-/havenhold-official-game-overview-trailer_uadg.280.png" alt="Havenhold - Official Game Overview Trailer (Video Starkeepers)" class="thumb" data-srcset="https://sm.ign.com/t/ign_za/video/h/havenhold-/havenhold-official-game-overview-trailer_uadg.280.png, https://sm.ign.com/t/ign_za/video/h/havenhold-/havenhold-official-game-overview-trailer_uadg.600.png 2x"> <span class="duration"><svg class="icon icon-playhead" width="52" height="52" viewBox="0 0 52 52" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><circle fill="#FFF" cx="26" cy="26" r="26"></circle><path class="playhead-triangle" d="M36.185 24.937c.962.537.96 1.41 0 1.945l-16.13 9.015c-.962.537-1.74.086-1.74-1.03V16.95c0-1.106.78-1.567 1.74-1.03l16.13 9.015z" fill="#bf1313"></path></g></svg><span class="duration-text">05:00</span></span> </a> </div> <div class="m"> <div class="info"><time datetime="2025-04-03T17:35:14+02:00">22 hours, 12 minutes</time> <a href="https://za.ign.com/starkeepers/207838/video/havenhold-official-game-overview-trailer#disqus_thread" class="comments commentscount" data-disqus-identifier="video_207838">Comment</a></div> <h3><a href="https://za.ign.com/starkeepers/207838/video/havenhold-official-game-overview-trailer"><span class="caption">Havenhold - Official Game Overview Trailer</span></a></h3> <p class="deck">Check out the Game Overview Trailer for Havenhold, an action multiplayer sandbox combat game.</p> </div> </article> <article class="article NEWS" id="content207869" data-embed-url="" data-type="NEWS" data-pk="207869" data-slotterid="207869" data-raw=""> <div class="t"> <a href="https://za.ign.com/monster-hunter-wilds/207869/news/capcom-warns-it-will-take-action-against-monster-hunter-wilds-cheaters-ahead-of-title-update-1" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_za/news/c/capcom-war/capcom-warns-it-will-take-action-against-monster-hunter-wild_vh6y.280.jpg" alt="Capcom Warns It Will 'Take Action' Against Monster Hunter Wilds Cheaters Ahead of Title Update 1 (News Monster Hunter: Wilds)" class="thumb" data-srcset="https://sm.ign.com/t/ign_za/news/c/capcom-war/capcom-warns-it-will-take-action-against-monster-hunter-wild_vh6y.280.jpg, https://sm.ign.com/t/ign_za/news/c/capcom-war/capcom-warns-it-will-take-action-against-monster-hunter-wild_vh6y.600.jpg 2x"> </a> </div> <div class="m"> <div class="info"><time datetime="2025-04-03T17:32:26+02:00">22 hours, 15 minutes</time> <a href="https://za.ign.com/monster-hunter-wilds/207869/news/capcom-warns-it-will-take-action-against-monster-hunter-wilds-cheaters-ahead-of-title-update-1#disqus_thread" class="comments commentscount" data-disqus-identifier="article_207869">Comment</a></div> <h3><a href="https://za.ign.com/monster-hunter-wilds/207869/news/capcom-warns-it-will-take-action-against-monster-hunter-wilds-cheaters-ahead-of-title-update-1"><span class="caption">Capcom Warns It Will 'Take Action' Against Monster Hunter Wilds Cheaters Ahead of Title Update 1</span></a></h3> <p class="deck">Watch out for suspicious lobbies.</p> </div> </article> <article class="video VIDEO" id="content207837" data-embed-url="https://za.ign.com/m3gan-2/207837/video/embed" data-type="VIDEO" data-pk="207837" data-slotterid="207837" data-raw=""> <div class="t"> <a href="https://za.ign.com/m3gan-2/207837/video/m3gan-20-official-trailer" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_za/video/m/m3gan-20-o/m3gan-20-official-trailer_rh1k.280.png" alt="M3GAN 2.0 - Official Trailer (Video M3gan 2)" class="thumb" data-srcset="https://sm.ign.com/t/ign_za/video/m/m3gan-20-o/m3gan-20-official-trailer_rh1k.280.png, https://sm.ign.com/t/ign_za/video/m/m3gan-20-o/m3gan-20-official-trailer_rh1k.600.png 2x"> <span class="duration"><svg class="icon icon-playhead" width="52" height="52" viewBox="0 0 52 52" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><circle fill="#FFF" cx="26" cy="26" r="26"></circle><path class="playhead-triangle" d="M36.185 24.937c.962.537.96 1.41 0 1.945l-16.13 9.015c-.962.537-1.74.086-1.74-1.03V16.95c0-1.106.78-1.567 1.74-1.03l16.13 9.015z" fill="#bf1313"></path></g></svg><span class="duration-text">02:48</span></span> </a> </div> <div class="m"> <div class="info"><time datetime="2025-04-03T17:31:16+02:00">22 hours, 16 minutes</time> <a href="https://za.ign.com/m3gan-2/207837/video/m3gan-20-official-trailer#disqus_thread" class="comments commentscount" data-disqus-identifier="video_207837">Comment</a></div> <h3><a href="https://za.ign.com/m3gan-2/207837/video/m3gan-20-official-trailer"><span class="caption">M3GAN 2.0 - Official Trailer</span></a></h3> <p class="deck">Watch the Official Trailer for M3GAN 2.0, the sequel to the horror thriller film franchise distributed by Blumhouse Productions and Universal Pictures.</p> </div> </article> <article class="video VIDEO" id="content207836" data-embed-url="https://za.ign.com/sid-meiers-civilization-vii-vr/207836/video/embed" data-type="VIDEO" data-pk="207836" data-slotterid="207836" data-raw=""> <div class="t"> <a href="https://za.ign.com/sid-meiers-civilization-vii-vr/207836/video/sid-meiers-civilization-7-vr-official-gameplay-overview-trailer" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_za/video/s/sid-meiers/sid-meiers-civilization-7-vr-official-gameplay-overview-trai_u5ep.280.jpg" alt="Sid Meier's Civilization 7 VR - Official Gameplay Overview Trailer (Video Sid Meier's Civilization VII VR)" class="thumb" data-srcset="https://sm.ign.com/t/ign_za/video/s/sid-meiers/sid-meiers-civilization-7-vr-official-gameplay-overview-trai_u5ep.280.jpg, https://sm.ign.com/t/ign_za/video/s/sid-meiers/sid-meiers-civilization-7-vr-official-gameplay-overview-trai_u5ep.600.jpg 2x"> <span class="duration"><svg class="icon icon-playhead" width="52" height="52" viewBox="0 0 52 52" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><circle fill="#FFF" cx="26" cy="26" r="26"></circle><path class="playhead-triangle" d="M36.185 24.937c.962.537.96 1.41 0 1.945l-16.13 9.015c-.962.537-1.74.086-1.74-1.03V16.95c0-1.106.78-1.567 1.74-1.03l16.13 9.015z" fill="#bf1313"></path></g></svg><span class="duration-text">04:39</span></span> </a> </div> <div class="m"> <div class="info"><time datetime="2025-04-03T17:28:41+02:00">22 hours, 18 minutes</time> <a href="https://za.ign.com/sid-meiers-civilization-vii-vr/207836/video/sid-meiers-civilization-7-vr-official-gameplay-overview-trailer#disqus_thread" class="comments commentscount" data-disqus-identifier="video_207836">Comment</a></div> <h3><a href="https://za.ign.com/sid-meiers-civilization-vii-vr/207836/video/sid-meiers-civilization-7-vr-official-gameplay-overview-trailer"><span class="caption">Sid Meier's Civilization 7 VR - Official Gameplay Overview Trailer</span></a></h3> <p class="deck">Get a deep dive into the gameplay of Sid Meier's Civilization 7 VR to see how Civilization 7 is reimagined as an immersive tabletop gaming …</p> </div> </article> <article class="article NEWS" id="content207868" data-embed-url="" data-type="NEWS" data-pk="207868" data-slotterid="207868" data-raw=""> <div class="t"> <a href="https://za.ign.com/friends/207868/news/friends-star-david-schwimmer-couldnt-listen-to-the-iconic-theme-song-after-the-show-ended-i-just-had" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_za/news/f/friends-st/friends-star-david-schwimmer-couldnt-listen-to-the-iconic-th_rf19.280.jpg" alt="Friends Star David Schwimmer Couldn't Listen To the Iconic Theme Song After the Show Ended: 'I Just Had That Reaction' (News Friends)" class="thumb" data-srcset="https://sm.ign.com/t/ign_za/news/f/friends-st/friends-star-david-schwimmer-couldnt-listen-to-the-iconic-th_rf19.280.jpg, https://sm.ign.com/t/ign_za/news/f/friends-st/friends-star-david-schwimmer-couldnt-listen-to-the-iconic-th_rf19.600.jpg 2x"> </a> </div> <div class="m"> <div class="info"><time datetime="2025-04-03T17:25:40+02:00">22 hours, 21 minutes</time> <a href="https://za.ign.com/friends/207868/news/friends-star-david-schwimmer-couldnt-listen-to-the-iconic-theme-song-after-the-show-ended-i-just-had#disqus_thread" class="comments commentscount" data-disqus-identifier="article_207868">Comment</a></div> <h3><a href="https://za.ign.com/friends/207868/news/friends-star-david-schwimmer-couldnt-listen-to-the-iconic-theme-song-after-the-show-ended-i-just-had"><span class="caption">Friends Star David Schwimmer Couldn't Listen To the Iconic Theme Song After the Show Ended: 'I Just Had That Reaction'</span></a></h3> <p class="deck">Honestly? Fair enough.</p> </div> </article> <article class="video VIDEO" id="content207835" data-embed-url="https://za.ign.com/metroid-prime-4-beyond/207835/video/embed" data-type="VIDEO" data-pk="207835" data-slotterid="207835" data-raw=""> <div class="t"> <a href="https://za.ign.com/metroid-prime-4-beyond/207835/video/metroid-prime-4-beyond-joy-con-2-mouse-boss-gameplay-nintendo-treehouse-live" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_za/video/m/metroid-pr/metroid-prime-4-beyond-joy-con-2-mouse-boss-gameplay-nintend_2493.280.jpg" alt="Metroid Prime 4: Beyond | Joy-Con 2 Mouse Boss Gameplay - Nintendo Treehouse Live (Video Metroid Prime 4: Beyond)" class="thumb" data-srcset="https://sm.ign.com/t/ign_za/video/m/metroid-pr/metroid-prime-4-beyond-joy-con-2-mouse-boss-gameplay-nintend_2493.280.jpg, https://sm.ign.com/t/ign_za/video/m/metroid-pr/metroid-prime-4-beyond-joy-con-2-mouse-boss-gameplay-nintend_2493.600.jpg 2x"> <span class="duration"><svg class="icon icon-playhead" width="52" height="52" viewBox="0 0 52 52" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><circle fill="#FFF" cx="26" cy="26" r="26"></circle><path class="playhead-triangle" d="M36.185 24.937c.962.537.96 1.41 0 1.945l-16.13 9.015c-.962.537-1.74.086-1.74-1.03V16.95c0-1.106.78-1.567 1.74-1.03l16.13 9.015z" fill="#bf1313"></path></g></svg><span class="duration-text">07:29</span></span> </a> </div> <div class="m"> <div class="info"><time datetime="2025-04-03T17:20:14+02:00">22 hours, 27 minutes</time> <a href="https://za.ign.com/metroid-prime-4-beyond/207835/video/metroid-prime-4-beyond-joy-con-2-mouse-boss-gameplay-nintendo-treehouse-live#disqus_thread" class="comments commentscount" data-disqus-identifier="video_207835">Comment</a></div> <h3><a href="https://za.ign.com/metroid-prime-4-beyond/207835/video/metroid-prime-4-beyond-joy-con-2-mouse-boss-gameplay-nintendo-treehouse-live"><span class="caption">Metroid Prime 4: Beyond | Joy-Con 2 Mouse Boss Gameplay - Nintendo Treehouse Live</span></a></h3> <p class="deck">Take a look at Aberax boss gameplay for Metroid Prime 4: Beyond using the Nintendo Switch Joy-Con 2 Mouse. Metroid Prime 4: Beyond is set …</p> </div> </article> <article class="video VIDEO" id="content207834" data-embed-url="https://za.ign.com/elden-ring-nightreign/207834/video/embed" data-type="VIDEO" data-pk="207834" data-slotterid="207834" data-raw=""> <div class="t"> <a href="https://za.ign.com/elden-ring-nightreign/207834/video/elden-ring-nightreign-official-ironeye-character-gameplay-reveal-trailer" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_za/video/e/elden-ring/elden-ring-nightreign-official-ironeye-character-gameplay-re_qtcc.280.jpg" alt="Elden Ring Nightreign - Official Ironeye Character Gameplay Reveal Trailer (Video Elden Ring Nightreign)" class="thumb" data-srcset="https://sm.ign.com/t/ign_za/video/e/elden-ring/elden-ring-nightreign-official-ironeye-character-gameplay-re_qtcc.280.jpg, https://sm.ign.com/t/ign_za/video/e/elden-ring/elden-ring-nightreign-official-ironeye-character-gameplay-re_qtcc.600.jpg 2x"> <span class="duration"><svg class="icon icon-playhead" width="52" height="52" viewBox="0 0 52 52" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><circle fill="#FFF" cx="26" cy="26" r="26"></circle><path class="playhead-triangle" d="M36.185 24.937c.962.537.96 1.41 0 1.945l-16.13 9.015c-.962.537-1.74.086-1.74-1.03V16.95c0-1.106.78-1.567 1.74-1.03l16.13 9.015z" fill="#bf1313"></path></g></svg><span class="duration-text">00:32</span></span> </a> </div> <div class="m"> <div class="info"><time datetime="2025-04-03T17:17:56+02:00">22 hours, 29 minutes</time> <a href="https://za.ign.com/elden-ring-nightreign/207834/video/elden-ring-nightreign-official-ironeye-character-gameplay-reveal-trailer#disqus_thread" class="comments commentscount" data-disqus-identifier="video_207834">Comment</a></div> <h3><a href="https://za.ign.com/elden-ring-nightreign/207834/video/elden-ring-nightreign-official-ironeye-character-gameplay-reveal-trailer"><span class="caption">Elden Ring Nightreign - Official Ironeye Character Gameplay Reveal Trailer</span></a></h3> <p class="deck">Learn about Ironeye's abilities and see the character in action in this latest Elden Ring Nightreign gameplay trailer for the upcoming standalone cooperative spin-off set …</p> </div> </article> <article class="video VIDEO" id="content207833" data-embed-url="https://za.ign.com/metroid-prime-4-beyond/207833/video/embed" data-type="VIDEO" data-pk="207833" data-slotterid="207833" data-raw=""> <div class="t"> <a href="https://za.ign.com/metroid-prime-4-beyond/207833/video/metroid-prime-4-beyond-first-mission-gameplay-nintendo-treehouse-live" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_za/video/m/metroid-pr/metroid-prime-4-beyond-first-mission-gameplay-nintendo-treeh_118t.280.jpg" alt="Metroid Prime 4: Beyond | First Mission Gameplay - Nintendo Treehouse Live (Video Metroid Prime 4: Beyond)" class="thumb" data-srcset="https://sm.ign.com/t/ign_za/video/m/metroid-pr/metroid-prime-4-beyond-first-mission-gameplay-nintendo-treeh_118t.280.jpg, https://sm.ign.com/t/ign_za/video/m/metroid-pr/metroid-prime-4-beyond-first-mission-gameplay-nintendo-treeh_118t.600.jpg 2x"> <span class="duration"><svg class="icon icon-playhead" width="52" height="52" viewBox="0 0 52 52" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><circle fill="#FFF" cx="26" cy="26" r="26"></circle><path class="playhead-triangle" d="M36.185 24.937c.962.537.96 1.41 0 1.945l-16.13 9.015c-.962.537-1.74.086-1.74-1.03V16.95c0-1.106.78-1.567 1.74-1.03l16.13 9.015z" fill="#bf1313"></path></g></svg><span class="duration-text">09:49</span></span> </a> </div> <div class="m"> <div class="info"><time datetime="2025-04-03T17:14:57+02:00">22 hours, 32 minutes</time> <a href="https://za.ign.com/metroid-prime-4-beyond/207833/video/metroid-prime-4-beyond-first-mission-gameplay-nintendo-treehouse-live#disqus_thread" class="comments commentscount" data-disqus-identifier="video_207833">Comment</a></div> <h3><a href="https://za.ign.com/metroid-prime-4-beyond/207833/video/metroid-prime-4-beyond-first-mission-gameplay-nintendo-treehouse-live"><span class="caption">Metroid Prime 4: Beyond | First Mission Gameplay - Nintendo Treehouse Live</span></a></h3> <p class="deck">Watch as the Nintendo Treehouse Live crew plays through the opening mission of the highly anticipated Metroic Prime 4: Beyond.</p> </div> </article> <article class="article NEWS" id="content207867" data-embed-url="" data-type="NEWS" data-pk="207867" data-slotterid="207867" data-raw=""> <div class="t"> <a href="https://za.ign.com/monster-hunter-wilds/207867/news/monster-hunter-wilds-title-update-1-patch-notes-detail-added-content-bug-fixes-and-more" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_za/news/m/monster-hu/monster-hunter-wilds-title-update-1-patch-notes-detail-added_7j5y.280.jpg" alt="Monster Hunter Wilds Title Update 1 Patch Notes Detail Added Content, Bug Fixes, and More (News Monster Hunter: Wilds)" class="thumb" data-srcset="https://sm.ign.com/t/ign_za/news/m/monster-hu/monster-hunter-wilds-title-update-1-patch-notes-detail-added_7j5y.280.jpg, https://sm.ign.com/t/ign_za/news/m/monster-hu/monster-hunter-wilds-title-update-1-patch-notes-detail-added_7j5y.600.jpg 2x"> </a> </div> <div class="m"> <div class="info"><time datetime="2025-04-03T17:04:21+02:00">22 hours, 43 minutes</time> <a href="https://za.ign.com/monster-hunter-wilds/207867/news/monster-hunter-wilds-title-update-1-patch-notes-detail-added-content-bug-fixes-and-more#disqus_thread" class="comments commentscount" data-disqus-identifier="article_207867">Comment</a></div> <h3><a href="https://za.ign.com/monster-hunter-wilds/207867/news/monster-hunter-wilds-title-update-1-patch-notes-detail-added-content-bug-fixes-and-more"><span class="caption">Monster Hunter Wilds Title Update 1 Patch Notes Detail Added Content, Bug Fixes, and More</span></a></h3> <p class="deck">A bubbly update is on the way.</p> </div> </article> </div> </section> <div id="infinitescrollanchor" data-infinite-scroll-limit=30 data-infinite="broll"></div> </div> <div class="zad footer" data-zadtype="footer" data-suffix="footer"></div> <div id="adsense" style="visibility: hidden">Ad</div> <footer id="footer" class="limitedScroll"> <div id="footerMain" class="wrap"> <div class="legal"> <a href="https://world.ziffdavis.com"><svg id="zdlogoblue" data-name="Ziff Davis Logo" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 298.63 174.94"><path d="M102,15.57H83.2V.09H102ZM83.2,26.16H102V94.57H83.2Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M117,38.73H105.72V26.16H117v-5.3C117,8.69,124.51.09,139.86.09c3.31,0,6.75.4,9.92.53v14a58.78,58.78,0,0,0-6.88-.4c-5.16,0-7.14,2.12-7.14,7.81v4.1h13V38.73h-13V94.57H117Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M154.59,38.73H143.34V26.16h11.25v-5.3c0-12.17,7.54-20.77,22.89-20.77,3.31,0,6.75.4,9.92.53v14a58.78,58.78,0,0,0-6.88-.4c-5.16,0-7.14,2.12-7.14,7.81v4.1h13V38.73h-13V94.57H154.59Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M31.37,73.6l-2.95,3.5H50.91a31.52,31.52,0,0,1,13.77,3,29.66,29.66,0,0,1,6.68,4.44,30.31,30.31,0,0,1,7.46,10.07H.77V78.14L4.58,73.6l3-3.57L51.44,17.56H4.75V.09H79.1V16.48L34.35,70Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M80.57,103.2h-24c5.17,5.44,7.18,13.79,7.18,24.16,0,20.9-11.54,28.31-23.57,28.31H21.65V103.2H.86v69.94H41.62c28.83,0,42.87-20.38,42.87-47.76A58.44,58.44,0,0,0,80.57,103.2Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M148.78,157.93v-35.6c0-13.69-11.37-18.06-23-19.13a68.79,68.79,0,0,0-7-.31,8.43,8.43,0,0,0-.87,0c-15.08.17-30.26,5.69-31.3,22.84h18.79c.66-7.42,5.16-10.33,12.44-10.33,6.62,0,12.17,1.32,12.17,9.29.79,15.32-45.23-1.35-45.51,29.77,0,14,10.19,20.49,23.29,20.49,8.46,0,17-2.25,23-8.46a28.37,28.37,0,0,0,1.32,6.62h19.06C149.44,170.37,148.78,164.13,148.78,157.93ZM130,146.66c0,4.23-.52,15.77-15.22,15.77-6.06,0-11.51-1.87-11.51-8.73s5.31-9,11.13-10.09,12.44-1.18,15.6-4Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M195.32,104.72,180.9,151.44h-.27l-14.42-46.72H146.49l23.43,68.42h20.9L214,104.72Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M214.38,104.72v68.42h18.79V104.72Zm0-26.06V94.15h18.79V78.66Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M277.08,132c-10.57-2.5-21.31-3.44-21.31-10.16,0-5.72,6.24-6.38,10.46-6.38,6.76,0,12.31,2,12.83,9.29h17.88c-1.45-16.81-15.35-21.83-30.19-21.83S237,107.36,237,124.83c0,12.2,10.71,15.77,21.7,18.26C272.06,145.86,280,148,280,153.7c0,6.58-7,8.73-12.3,8.73-7.28,0-14.42-3.46-14.42-11.54H235.39C236.05,169,251.68,175,267.55,175c15.49,0,31.23-5.82,31.23-23.81C298.78,138.48,288.07,134.5,277.08,132Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M101.38,15.62H82.59V.14h18.79ZM82.59,26.21h18.79V94.62H82.59Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M116.35,38.78H105.11V26.21h11.24V20.92C116.35,8.74,123.9.14,139.24.14c3.31,0,6.75.4,9.93.53v14a58.78,58.78,0,0,0-6.88-.4c-5.16,0-7.15,2.12-7.15,7.81v4.1h13V38.78h-13V94.62H116.35Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M154,38.78H142.73V26.21H154V20.92C154,8.74,161.52.14,176.86.14c3.31,0,6.75.4,9.93.53v14a58.78,58.78,0,0,0-6.88-.4c-5.16,0-7.15,2.12-7.15,7.81v4.1h13V38.78h-13V94.62H154Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M30.76,73.65l-3,3.5H50.29a31.56,31.56,0,0,1,13.78,3,30,30,0,0,1,6.68,4.44,30.31,30.31,0,0,1,7.46,10.07H.15V78.19L4,73.65l3-3.57L50.82,17.61H4.14V.14H78.48V16.53L33.74,70.08Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M80,103.25h-24c5.16,5.44,7.17,13.79,7.17,24.16,0,20.9-11.54,28.31-23.56,28.31H21V103.25H.24v69.94H41c28.84,0,42.87-20.38,42.87-47.76A58.49,58.49,0,0,0,80,103.25Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M148.17,158v-35.6c0-13.69-11.37-18.06-23-19.13a69.11,69.11,0,0,0-7-.31,8.14,8.14,0,0,0-.86,0c-15.08.18-30.26,5.69-31.3,22.84h18.78c.66-7.41,5.17-10.32,12.45-10.32,6.62,0,12.16,1.31,12.16,9.28.8,15.32-45.23-1.35-45.51,29.78,0,14,10.19,20.48,23.3,20.48,8.45,0,17-2.25,23-8.46a28.26,28.26,0,0,0,1.32,6.62h19.06C148.83,170.42,148.17,164.18,148.17,158Zm-18.79-11.27c0,4.23-.52,15.77-15.21,15.77-6.07,0-11.51-1.87-11.51-8.73s5.3-9,11.13-10.09,12.44-1.18,15.59-3.95Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M194.71,104.78,180.29,151.5H180l-14.42-46.72H145.87l23.43,68.41h20.9l23.15-68.41Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M213.77,104.78v68.41h18.79V104.78Zm0-26.07V94.2h18.79V78.71Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M276.47,132c-10.57-2.5-21.32-3.43-21.32-10.16,0-5.72,6.24-6.37,10.47-6.37,6.76,0,12.3,2,12.82,9.28h17.89C294.87,108,281,102.94,266.14,102.94s-29.77,4.47-29.77,21.94c0,12.2,10.71,15.77,21.69,18.26,13.38,2.78,21.32,4.89,21.32,10.61,0,6.58-7,8.73-12.3,8.73-7.28,0-14.42-3.46-14.42-11.54H234.77c.66,18.13,16.29,24.09,32.17,24.09,15.49,0,31.23-5.82,31.23-23.81C298.17,138.53,287.46,134.55,276.47,132Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path></svg></a> <span class="licensee wrap">IGN Africa is operated under license by Little Empire</span> </div> </div> </footer> </div> </div> <section id="js"> <script type="text/javascript" src="https://pg.ignimgs.com/pogoadkit.js" async></script> <script>var zad = zad || {'cmd': []}; zad.cmd.push(function() { window.zad.start(); })</script> <script type="text/javascript">function disqus_config() { this.language = "en"; } var disqus_shortname = 'ign-africa';</script> <!-- <script type="text/javascript" src='/s/js/quantize.js?613')></script> !--> <script type="text/javascript" src="https://ign-africa.disqus.com/count.js" async="true"></script> <script type='application/ld+json'> { "@context":"https://schema.org", "@type":"WebSite", "url":"https://za.ign.com", "name":"IGN Africa", "description":"IGN is your site for Xbox One, PS4, PC, Wii-U, Xbox 360, PS3, Wii, 3DS, PS Vita &amp; iPhone games with expert reviews, news, previews, trailers, cheat codes, wiki guides & walkthroughs", "potentialAction":{ "@type":"SearchAction", "target":"https://za.ign.com/se/?q={search_term_string}", "query-input":"required name=search_term_string"} } </script> <script type='application/ld+json'> { "@context":"https://schema.org", "@type":"Organization", "url":"https://za.ign.com", "name":"IGN Africa", "sameAs": ["https://www.facebook.com/ignafrica", "https://twitter.com/IGNAfrica"], "logo":"https://za.ign.com/s/ign/ign_logo_micro.png" } </script> <script type="application/ld+json">{"@context": "https://schema.org", "@type": "ItemList", "itemListElement": [{"@type": "ListItem", "position": 1, "url": "https://za.ign.com/south-of-midnight/207885/video/south-of-midnight-video-review"}, {"@type": "ListItem", "position": 2, "url": "https://za.ign.com/atomfall/207888/video/atomfall-all-6-endings"}, {"@type": "ListItem", "position": 3, "url": "https://za.ign.com/thunderbolts-the-movie/207900/news/thunderbolts-new-footage-revealed-the-sad-outcome-of-buckys-political-career"}, {"@type": "ListItem", "position": 4, "url": "https://za.ign.com/the-running-man-edgar-wright/207899/news/the-first-footage-from-edgar-wrights-the-running-man-shows-how-hes-gone-back-to-stephen-kings-source"}, {"@type": "ListItem", "position": 5, "url": "https://za.ign.com/predator-badlands/207893/news/first-predator-badlands-trailer-shown-at-cinemacon"}, {"@type": "ListItem", "position": 6, "url": "https://za.ign.com/lilo-stitch-live-action/207887/video/lilo-stitch-official-water-fight-clip"}, {"@type": "ListItem", "position": 7, "url": "https://za.ign.com/thunderbolts-the-movie/207883/video/marvel-studios-thunderbolts-official-making-of-featurette"}, {"@type": "ListItem", "position": 8, "url": "https://za.ign.com/frieren-beyond-journeys-end/207892/news/crunchyroll-reveals-nominees-for-anime-of-the-year-heres-how-to-vote-in-2025-anime-awards"}, {"@type": "ListItem", "position": 9, "url": "https://za.ign.com/ign-misc/207886/video/not-just-a-goof-official-trailer-disney"}, {"@type": "ListItem", "position": 10, "url": "https://za.ign.com/mario-kart-world/207891/news/you-can-play-as-the-moo-moo-meadows-cow-in-mario-kart-world-and-the-internet-is-thrilled"}, {"@type": "ListItem", "position": 11, "url": "https://za.ign.com/south-of-midnight/207889/video/south-of-midnight-gameplay-the-first-26-minutes-4k-60fps"}, {"@type": "ListItem", "position": 12, "url": "https://za.ign.com/ign-misc/207866/video/awita-journey-of-hope-official-trailer"}, {"@type": "ListItem", "position": 13, "url": "https://za.ign.com/marvel-rivals/207882/news/marvel-rivals-dev-says-its-feeling-social-media-pressure-to-keep-the-game-as-exciting-as-it-has-been"}, {"@type": "ListItem", "position": 14, "url": "https://za.ign.com/arena-breakout-infinite/207864/video/arena-breakout-infinite-official-ignition-release-date-trailer"}, {"@type": "ListItem", "position": 15, "url": "https://za.ign.com/nintendo-switch-2/207865/video/nintendo-switch-2-online-gamecube-games-showcase-treehouse-live"}, {"@type": "ListItem", "position": 16, "url": "https://za.ign.com/nintendo-switch-2/207863/video/nintendo-switch-app-features-overview-nintendo-treehouse-live"}, {"@type": "ListItem", "position": 17, "url": "https://za.ign.com/mandragora/207860/video/mandragora-whispers-of-the-witch-tree-official-talent-tree-overview-trailer"}]}</script> </section> </body> </html>