CINXE.COM
IGN India
<!DOCTYPE html> <html lang="en-in" data-ign="2018" prefix="og: http://ogp.me/ns#" id="IGN2023"> <head> <title>IGN India</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 India is your ultimate destination for xbox 360, xbox one, ps3, ps4, PC, Vita, 3DS & Iphone games with expert reviews, previews, news, cheat codes, wikis." /> <link rel="canonical" href="http://in.ign.com/article/guide"> <link rel="alternate" hreflang="en-in" href="https://in.ign.com/article/guide" /> <meta http-equiv="content-language" content="en-in" /> <meta name="robots" content="max-image-preview:large"> <link rel="next" id="infinitenext" href="https://in.ign.com/article/guide?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_in'; ICMS.siteName = 'IGN India'; ICMS.amzTag = 'zdintlignin01-21'; 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 = '?614'; ICMS.cmd.push(function() { IGNInternationalInit(); }); </script> <script type="text/javascript">window.ICMS.cmd.push(function() { var urlParam = function(name){ var results = new RegExp('[\?&]' + name + '=([^&#]*)').exec(window.location.href); if (results==null){ return null; } else{ return decodeURI(results[1]) || 0; } } if (urlParam('order_by')) { document.getElementById('orderby').value = urlParam('order_by'); } if (urlParam('keyword__genre')) { document.getElementById('selectplatform').value = urlParam('keyword__genre'); } function toggle(selector) { elements = document.querySelectorAll(selector); for (var i = 0, len = elements.length; i < len; i++) { if ( elements[i].style.display == '' || elements[i].style.display == 'block' ) { elements[i].style.display = 'none'; } else { elements[i].style.display = 'block'; } } } ICMS.on("#reviewScores", "click", function() { if (this.checked) { document.getElementById("labelscore").classList.add('checked'); } else { document.getElementById("labelscore").classList.remove('checked'); } toggle('.little'); }); ICMS.on("#editorsChoice", "click", function() { if (this.checked) { document.getElementById("labeleditor").classList.add('checked'); } else { document.getElementById("labeleditor").classList.remove('checked'); } document.querySelector('.featured').style.display = 'block'; }); ICMS.on("#orderby", "change", function() { index = document.location.href.indexOf('order_by'); if(index != -1){ newURL = document.location.href.substring(0, index-1); } else { newURL = document.location.href } if (newURL.indexOf('?')=='-1') { var url = newURL+"?order_by="+this.value; } else{ var url = newURL+"&order_by="+this.value; } window.location.href = url; }); ICMS.on("#selectplatform", "change", function() { index = document.location.href.indexOf('platform'); if(index != -1){ newURL = document.location.href.substring(0, index-1); } else { newURL = document.location.href } if (this.value=='All') { location.href = newURL; return; } if (newURL.indexOf('?')=='-1') { var url = newURL+"?platform="+this.value; } else{ var url = newURL+"&platform="+this.value; } window.location.href = url; }); });</script> <script src="/s/bundle_ign.js?614" defer></script><script src="https://sm.ign.com/zdadkit2.js?614" defer></script><script src="https://sm.ign.com/themes_10.js?614" defer></script> <script type="text/javascript">window._icmsFbq = window._icmsFbq || []; window._icmsFbq.push(['init', '1438338213140716']); window._icmsFbq.push(['track', 'PageView']);</script><noscript><img height="1" width="1" src="https://www.facebook.com/tr?id=1438338213140716&ev=PageView"/></noscript><meta name="twitter:site" content="@IGN_IN"><meta property="og:site_name" content="IGN India" /><meta property="fb:app_id" content="115982828429116" /><meta property="fb:profile_id" content="https://www.facebook.com/IGNDIA" /><meta property="fb:pages" content="202444096604062" /><meta property="og:type" content="website"><meta property="og:title" content="IGN India"><meta property="og:locale" content="en_US"><meta property="og:url" content="https://in.ign.com/article/guide"><meta property="og:image" content="https://in.ign.com/s/ign/social_logo.png"><meta property="og:description" content="IGN India is your ultimate destination for xbox 360, xbox one, ps3, ps4, PC, Vita, 3DS & Iphone games with expert reviews, previews, news, cheat codes, wikis."> <link rel="alternate" type="application/rss+xml" title="IGN India Feed " href="/feed.xml" /> <!-- Trackers --> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-35RR5DNBD6"></script> <script> window.dataLayer = window.dataLayer || []; window.gtag = window.gtag||function(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-35RR5DNBD6', { }) 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">.bridge.bridgewrapper{border:0;background-color:#d1d5db;height:1px;width:96%;margin-left:6px}.index-badge.featured.badge-inside{border-color:#bf1313;background-color:#bf1313}.index-badge.featured.badge-round{color:#fff}.index-badge.badge-inside{color:#000;border-color:#000}.index-badge.badge-round{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-right:12px;border:2px solid;border-radius:50%;width:32px;height:32px;padding:6px;font-weight:700;font-size:14px;font-family:"Inter Var",sans-serif;margin-left:6px;min-width:32px}.item-blurb.badge-round{width:100%;font-size:16px;line-height:1.38;color:#252627;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow-y:hidden}.item-blurb{max-width:300px}.imglisthero,img.hero{width:100%;height:100%}.item-data.badge-round{font-size:14px;font-weight:700;line-height:1.29em}.slotter-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:24px 0}.comment-count,.item-data.badge-round{font-family:"Inter Var",sans-serif;color:#bf1313}.comment-count .icon-comment{top:3px;position:relative;margin:0 .2em 0 0}.comment-count:before{content:"-";display:inline-block;margin:0 6px}.right-side.featured.badge-round{font-weight:700}.five-up-header{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:24px;font-weight:900;line-height:1.89;margin-top:16px;margin-left:6px;margin-bottom:6px;gap:24px}.five-up-header .ign-icon,.herotitle .ign-icon{width:32px;height:32px}img.hero{max-width:100%;aspect-ratio:16/9;object-fit:cover}.herogrid{display:-ms-grid;grid-template-columns:[mainContent-start]66%[mainContent-end rightRail-start]33%[rightRail-end];display:grid;-ms-grid-columns:66% 33%;margin:0 auto}.herotitle,section h2{font-size:36px;font-weight:900;line-height:1.89}.herotitle svg{position:relative;top:4px}.right-rail{flex:0 0 300px;grid-area:rightRail;-ms-grid-column:2}.main-content{flex:1 1 40%;grid-area:mainContent;margin-right:24px}.indextitle{margin-top:10px}.indexFilter .filterlist{padding:0 0 15px;margin:0 20px 0 0;display:inline-block;vertical-align:top}.indexFilter .filterlist>li,.toggle.segmentfilter{display:inline-block;vertical-align:middle;cursor:pointer}.indexFilter .filterlist>li{padding:10px;min-width:95px;height:32px;line-height:32px;border-radius:4px;font-size:18px;text-align:left}.indexFilter .filterlist>li.active a{color:#bf1313;stroke:#bf1313}.indexFilter .filterlist>li.active svg g{stroke:#bf1313}.indexFilter .filterlist a,.indexFilter .filterlist>li{color:#252627;color:rgba(37,38,39,.6)}.indexFilter .filterlist svg{margin-right:10px;vertical-align:top;display:inline-block}section h2{color:#000;letter-spacing:-.5px;line-height:1.2em;display:block;margin:0 0 18px;font-family:"Inter Var",sans-serif}section>h3{color:#000;margin:0;padding:0}section a{text-decoration:none}button,input,optgroup,select,textarea{font-size:100%;line-height:1.15}ul.listselector,ul.listselector li{display:inline-block;vertical-align:top;height:32px}ul.listselector{padding:0 0 15px;list-style-type:none;margin:0}ul.listselector li{padding:10px 15px 10px 10px;white-space:nowrap;line-height:32px}ul.listselector select{width:120px}ul.listselector li>span{padding-right:5px}.toggle.checked.segmentfilter{background-color:#bf1313;border:solid 1px #bf1313}.toggle.segmentfilter{position:relative;width:45px;height:28px;border-radius:150px;border:solid 1px #bdc1c9;-webkit-transition:background-color .1s linear;transition:background-color .1s linear;outline:0;margin:0}.toggle.checked.segmentfilter .toggle-indicator.segmentfilter{background-color:#fff;left:44%}.toggle-indicator.segmentfilter{display:block;position:absolute;width:22px;height:22px;margin:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);border-radius:50%;left:5%;background-color:#bdc1c9;-webkit-transition:left,background-color,.1s linear;transition:left,background-color,.1s linear}.toggle.segmentfilter input.segmentfilter{display:none}.indextitle,section.stripe{margin-bottom:5px}section.broll{display:-ms-grid;grid-template-columns:[mainContent-start]auto[mainContent-end rightRail-start]320px[rightRail-end];display:grid;margin:0 auto;-ms-grid-columns:auto 320px;max-width:1200px}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}body.rtl div.tbl{margin-right:0;margin-left:320px}body.rtl section.broll div.tbl{margin-left:0}body.rtl .indexFilter .filterlist svg{margin-right:0;margin-left:10px}body.rtl .main-content{margin-right:0;margin-left:24px}@media (max-width:600px){section.broll div.tbl{display:block}}@media (max-width:930px){section.broll,section.herogrid{display:block}.main-content{margin-right:0}#listselector-reviewscores,#listselector-sort,section.herogrid .right-rail{display:none}body.rtl section.broll div.tbl{margin-left:0}.indexFilter .filterlist>li{font-size:16px}ul.listselector{height:auto}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%}section.herogrid.wrap{padding:0}}@media (max-width:1200px){section.broll h3{margin:0 0 6px}section.broll h3 a{font-size:14px}}@media (max-width:1281px){.item-blurb.badge-round{-webkit-line-clamp:1}.slotter-item{margin:18px 0}.grid{grid-template-columns:[mainContent-start]3fr;display:grid;margin:0 auto}.left-rail{display:none}}body.hasSkin .herogrid{background-color:#fff}body.hasSkin section.stripe{box-sizing:border-box}</style> </style> <link rel=preload href="https://sm.ign.com/t/ign_in/screenshot/default/2_1tzx.768.jpg" as=image imagesrcset="https://sm.ign.com/t/ign_in/screenshot/default/2_1tzx.768.jpg 1x, https://sm.ign.com/t/ign_in/screenshot/default/2_1tzx.1536.jpg 2x"> <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>var ChessKit= ChessKit || {}; ChessKit.data = {categories:[], platforms:[], pagetype:["ros"], article_id:""};</script> <script type="text/javascript">var googletag = googletag || {}; googletag.cmd = googletag.cmd || []; var zad = zad || {}; zad.cmd = zad.cmd || []; window.zadConfig={"dfp": "/22856986814/IGN/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": "ros", "special": "", "type": "general", "lang": "en", "article_id": ""}, "titleTargeting": true, "lazy": true, "inject": null, "vastPreroll": ""};window.zadSlotConfig=null;</script><script type="text/javascript" src="/s/js/zad.js?614" async="true"></script> <script type="text/javascript" src="https://securepubads.g.doubleclick.net/tag/js/gpt.js" async="true"></script> </head> <body > <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://in.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">India</div> </div> </div><div class="sidebar-main"><ul class="sidebar-section home"><li><a class="icon-home" href='https://in.ign.com/'><span>Home</span></a></li><li class=""><a class="iconsvg" href="/india" data-submenu="bar-3"><?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 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve"> <g> <g> <path d="M292.8,303.6l-0.5-0.5C280,292.8,268.4,288,256,288h-1.7c-13,0-24.8,5.2-35.1,15.5L180,344.3 c-12.1,12.1-17.3,30-13.5,46.6l18.7,81.7l0,0.1c5.8,23.2,25.4,38.8,48.6,38.8h42.5c22.7,0,44.3-16.6,50.3-38.7l18.8-81.9 c3.7-16.7-1.5-34.5-13.6-46.6L292.8,303.6z M307.5,366.7L307.5,366.7c3.5,3.6,6.5,9.9,5.2,16.4L294,464.7l-0.1,0.4 c-1.2,7-8.7,13.4-15.9,13.4h-42.5c-6.7,0-14.6-4.2-15.9-13.3l0-0.3l-18.8-81.8c-1.3-6.8,0.1-11.3,5.1-16.3l40.8-40.8 c3.6-3.6,7-5,12.6-5c2,0,5,1.2,8.4,4L307.5,366.7z"/> <path d="M219.1,207.6l0.5,0.5c12.3,10.3,23.9,15.1,36.4,15.1h1.7c13,0,24.8-5.2,35.1-15.5l39.2-40.9c12.1-12.1,17.3-30,13.5-46.6 l-18.7-81.7l0-0.1c-5.8-23.2-25.4-38.8-48.6-38.8h-42.5c-22.7,0-44.3,16.6-50.3,38.7l-18.8,81.9c-3.7,16.7,1.5,34.5,13.6,46.6 L219.1,207.6z M204.4,144.4L204.4,144.4c-3.5-3.6-6.5-9.9-5.2-16.4l18.7-81.6l0.1-0.4c1.2-7,8.7-13.4,15.9-13.4h42.5 c6.7,0,14.6,4.2,15.9,13.3l0,0.3L311,128c1.3,6.8-0.1,11.3-5.1,16.3l-40.8,40.8c-3.6,3.6-7,5-12.6,5c-2,0-5-1.2-8.4-4L204.4,144.4 z"/> </g> <g> <path d="M303.9,218.7l-0.5,0.5c-10.3,12.3-15.1,23.9-15.1,36.4v1.7c0,13,5.2,24.8,15.5,35.1l40.9,39.2 c12.1,12.1,30,17.3,46.6,13.5l81.7-18.7l0.1,0c23.2-5.8,38.8-25.4,38.8-48.6v-42.5c0-22.7-16.6-44.3-38.7-50.3l-81.9-18.8 c-16.7-3.7-34.5,1.5-46.6,13.6L303.9,218.7z M367.1,204L367.1,204c3.6-3.5,9.9-6.5,16.4-5.2l81.6,18.7l0.4,0.1 c7,1.2,13.4,8.7,13.4,15.9V276c0,6.7-4.2,14.6-13.3,15.9l-0.3,0l-81.8,18.8c-6.8,1.3-11.3-0.1-16.3-5.1l-40.8-40.8 c-3.6-3.6-5-7-5-12.6c0-2,1.2-5,4-8.4L367.1,204z"/> <path d="M208,292.4l0.5-0.5c10.3-12.3,15.1-23.9,15.1-36.4v-1.7c0-13-5.2-24.8-15.5-35.1l-40.9-39.2c-12.1-12.1-30-17.3-46.6-13.5 l-81.7,18.7l-0.1,0C15.5,190.6,0,210.1,0,233.4V276c0,22.7,16.6,44.3,38.7,50.3l81.9,18.8c16.7,3.7,34.5-1.5,46.6-13.6L208,292.4z M144.8,307.1L144.8,307.1c-3.6,3.5-9.9,6.5-16.4,5.2l-81.6-18.7l-0.4-0.1c-7-1.2-13.4-8.7-13.4-15.9v-42.5 c0-6.7,4.2-14.6,13.3-15.9l0.3,0l81.8-18.8c6.8-1.3,11.3,0.1,16.3,5.1l40.8,40.8c3.6,3.6,5,7,5,12.6c0,2-1.2,5-4,8.4L144.8,307.1z "/> </g> </g> </svg> <span>IGNdia</span></a></li><li class=""><a class="iconsvg submenu" href="https://in.ign.com/ign-india-reviews" data-submenu="bar-90"><?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><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><li class=""><a class="iconsvg" href="https://in.ign.com/article/interview" data-submenu="bar-127"><?xml version="1.0" encoding="iso-8859-1"?> <!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="Capa_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"> <g> <g> <path d="M448,0H64C28.704,0,0,28.704,0,64v288c0,35.296,28.704,64,64,64h32v80c0,6.208,3.584,11.872,9.216,14.496 c2.144,0.992,4.48,1.504,6.784,1.504c3.68,0,7.328-1.28,10.24-3.712L232.992,416H448c35.296,0,64-28.704,64-64V64 C512,28.704,483.296,0,448,0z M480,352c0,17.632-14.368,32-32,32H227.2c-3.744,0-7.36,1.312-10.24,3.712L128,461.856V400 c0-8.832-7.168-16-16-16H64c-17.632,0-32-14.368-32-32V64c0-17.632,14.368-32,32-32h384c17.632,0,32,14.368,32,32V352z"/> </g> </g> <g> <g> <path d="M272,224H144c-8.832,0-16,7.168-16,16c0,8.832,7.168,16,16,16h128c8.832,0,16-7.168,16-16 C288,231.168,280.832,224,272,224z"/> </g> </g> <g> <g> <path d="M368,128H144c-8.832,0-16,7.168-16,16c0,8.832,7.168,16,16,16h224c8.832,0,16-7.168,16-16 C384,135.168,376.832,128,368,128z"/> </g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> </svg> <span>Interviews</span></a></li><li class=""><a class="iconsvg" href="https://in.ign.com/article/feature" data-submenu="bar-128"><?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 418.7 512" style="enable-background:new 0 0 418.7 512;" xml:space="preserve"> <path d="M370.4,0H48.2C22.1,0,0,22.1,0,48.2v290.1c0,20.1,13.3,38.5,32.2,45.4v33.7c0,16.8,14.4,30.4,32,30.4h0.3 c-0.1,0.5-0.1,1.1-0.1,1.7v32.2c0,16.8,14.4,30.4,32,30.4h225.6c18,0,32-14.1,32-32v-32.2h0.2c18,0,32-14.1,32-32v-32 c18.9-6.8,32.2-25.2,32.2-45.4V48.1C418.5,22,396.4,0,370.4,0z M322.3,449.4v32c-0.1,0.1-0.3,0.3-0.4,0.4H96.6 c-0.1-0.1-0.3-0.3-0.4-0.4v-32c0-0.6-0.1-1.1-0.2-1.7h226.4C322.4,448.2,322.3,448.8,322.3,449.4z M354.5,386.3V417 c-0.1,0.1-0.3,0.3-0.4,0.4H64.4c-0.1-0.1-0.3-0.3-0.4-0.4v-30.7H354.5z M386.6,48.2v290.1c0,9.3-7,16.3-16.3,16.3H48.2 c-9.3,0-16.3-7-16.3-16.3L31.8,48.2c0-9.3,7-16.3,16.3-16.3h322.2C379.6,31.9,386.6,38.9,386.6,48.2z"/> </svg> <span>Features</span></a></li><li class=""><a class="iconsvg" href="https://in.ign.com/article/lists" data-submenu="bar-129"><?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>Lists</span></a></li><li class=""><a class="iconsvg" href="https://in.ign.com/article/opinion" data-submenu="bar-130"><?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 512 384" style="enable-background:new 0 0 512 384;" xml:space="preserve"> <path d="M453.3,384H58.7C26.3,384,0,357.7,0,325.3V58.7C0,26.3,26.3,0,58.7,0h394.7C485.7,0,512,26.3,512,58.7v266.7 C512,357.7,485.7,384,453.3,384z M58.7,32C44,32,32,44,32,58.7v266.7C32,340,44,352,58.7,352h394.7c14.7,0,26.7-12,26.7-26.7V58.7 C480,44,468,32,453.3,32H58.7z"/> <path d="M160,192c-29.4,0-53.3-23.9-53.3-53.3c0-29.4,23.9-53.3,53.3-53.3s53.3,23.9,53.3,53.3C213.3,168.1,189.4,192,160,192z M160,117.3c-11.8,0-21.3,9.6-21.3,21.3c0,11.8,9.6,21.3,21.3,21.3s21.3-9.6,21.3-21.3C181.3,126.9,171.8,117.3,160,117.3z"/> <path d="M240,298.7c-8.8,0-16-7.2-16-16V272c0-14.7-12-26.7-26.7-26.7h-74.7c-14.7,0-26.7,12-26.7,26.7v10.7c0,8.8-7.2,16-16,16 s-16-7.2-16-16V272c0-32.4,26.3-58.7,58.7-58.7h74.7c32.4,0,58.7,26.3,58.7,58.7v10.7C256,291.5,248.8,298.7,240,298.7z"/> <path d="M432,128H314.7c-8.8,0-16-7.2-16-16s7.2-16,16-16H432c8.8,0,16,7.2,16,16S440.8,128,432,128z"/> <path d="M432,213.3H314.7c-8.8,0-16-7.2-16-16s7.2-16,16-16H432c8.8,0,16,7.2,16,16S440.8,213.3,432,213.3z"/> <path d="M432,298.7H314.7c-8.8,0-16-7.2-16-16s7.2-16,16-16H432c8.8,0,16,7.2,16,16S440.8,298.7,432,298.7z"/> </svg> <span>Opinions & Columns</span></a></li><li class=""><a class="iconsvg" href="https://in.ign.com/article/guide" data-submenu="bar-131"><?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="Capa_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"> <g> <g> <path d="M256,0C114.8,0,0,114.8,0,256s114.8,256,256,256s256-114.8,256-256S397.2,0,256,0z M272,479.2V432c0-8.8-7.2-16-16-16 s-16,7.2-16,16v47.2C129.3,471.3,40.7,382.8,32.8,272H80c8.8,0,16-7.2,16-16s-7.2-16-16-16H32.8C40.7,129.2,129.3,40.7,240,32.8 V80c0,8.8,7.2,16,16,16s16-7.2,16-16V32.8c110.7,7.9,199.3,96.4,207.2,207.2H432c-8.8,0-16,7.2-16,16s7.2,16,16,16h47.2 C471.3,382.8,382.7,471.3,272,479.2z"/> </g> </g> <path d="M379.3,132.7c-4.8-4.8-12-6-18.1-3.2l-152,72c-0.2,0.1-0.3,0.4-0.5,0.5c-1.4,0.7-2.8,1.5-4,2.6c-1.2,1.2-1.9,2.6-2.6,3.9 c-0.1,0.2-0.4,0.3-0.5,0.5l-72,152c-2.9,6.1-1.6,13.4,3.2,18.1c3,3.1,7.1,4.7,11.3,4.7c2.3,0,4.7-0.5,6.8-1.5l152-72 c0.2-0.1,0.3-0.4,0.5-0.5c1.4-0.7,2.8-1.5,4-2.6c1.2-1.2,1.9-2.6,2.6-3.9c0.1-0.2,0.4-0.3,0.5-0.5l72-152 C385.3,144.7,384.1,137.5,379.3,132.7z M283.9,284.1l-106.3,50.3L228.2,228l106.1-50.3L283.9,284.1z"/> </svg> <span>Guides</span></a></li><li class=""><a class="iconsvg" href="https://in.ign.com/article/wiki" data-submenu="bar-134"><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><span>Wiki</span></a></li><li class=""><a class="iconsvg" href="https://in.ign.com/article/video" data-submenu="bar-133"><?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 submenu" href="NONE" data-submenu="bar-105"><?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 341.3" style="enable-background:new 0 0 512 341.3;" xml:space="preserve"> <g> <path d="M450.4,341.3c-25.3,0-47.8-15.4-57.2-39.1l-26.4-59.6c-1.2-2.9-3.3-4.4-5.6-4.4H150.8c-2.3,0-4.5,1.5-5.4,3.8l-26.9,60.8 c-9.2,23.2-31.6,38.5-57,38.5c-18.5,0-35.9-8.3-47.6-22.8C2,303.9-2.5,284.8,1.4,266.2L43.9,65.1C51.9,27.4,85.4,0,123.5,0h264.9 c38.2,0,71.6,27.4,79.6,65.1l42.5,201.1c3.9,18.6-0.6,37.7-12.6,52.4C486.3,333,468.9,341.3,450.4,341.3L450.4,341.3z M150.8,206.2 h210.3c15.6,0,29.4,9.4,35.1,24l26.4,59.6c4.8,12.1,15.6,19.5,27.7,19.5c8.9,0,17.2-4,22.8-10.9c5.8-7.2,8-16.5,6.1-25.6 L436.8,71.7c-4.9-23-25.2-39.7-48.3-39.7H123.5c-23.1,0-43.5,16.7-48.3,39.7L32.7,272.8c-1.9,9.1,0.3,18.4,6.1,25.6 c5.6,7,13.9,10.9,22.8,10.9c12.1,0,22.9-7.4,27.4-18.9l26.9-60.8C121.4,215.6,135.2,206.2,150.8,206.2L150.8,206.2z"/> </g> <g> <path d="M160,170.7c-8.8,0-16-7.2-16-16V80c0-8.8,7.2-16,16-16c8.8,0,16,7.2,16,16v74.7C176,163.5,168.8,170.7,160,170.7z"/> </g> <g> <path d="M197.3,133.3h-74.7c-8.8,0-16-7.2-16-16s7.2-16,16-16h74.7c8.8,0,16,7.2,16,16S206.2,133.3,197.3,133.3z"/> </g> <g> <path d="M352,170.7c-29.4,0-53.3-23.9-53.3-53.3S322.6,64,352,64s53.3,23.9,53.3,53.3S381.4,170.7,352,170.7z M352,96 c-11.8,0-21.3,9.6-21.3,21.3c0,11.8,9.6,21.3,21.3,21.3c11.8,0,21.3-9.6,21.3-21.3C373.3,105.6,363.7,96,352,96z"/> </g> </svg> <span>Gaming</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><li class=""><a class="iconsvg" href="https://in.ign.com/tech" data-submenu="bar-124"><?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="M325.3,384H186.7c-32.4,0-58.7-26.3-58.7-58.7V186.7c0-32.4,26.3-58.7,58.7-58.7h138.7c32.4,0,58.7,26.3,58.7,58.7v138.7 C384,357.7,357.7,384,325.3,384z M186.7,160c-14.7,0-26.7,12-26.7,26.7v138.7c0,14.7,12,26.7,26.7,26.7h138.7 c14.7,0,26.7-12,26.7-26.7V186.7c0-14.7-12-26.7-26.7-26.7H186.7z"/> <path d="M320,453.3c-8.8,0-16-7.2-16-16v-64c0-8.8,7.2-16,16-16c8.8,0,16,7.2,16,16v64C336,446.2,328.8,453.3,320,453.3z"/> <path d="M320,512c-23.5,0-42.7-19.1-42.7-42.7s19.1-42.7,42.7-42.7c23.5,0,42.7,19.1,42.7,42.7S343.5,512,320,512z M320,458.7 c-5.9,0-10.7,4.8-10.7,10.7S314.1,480,320,480c5.9,0,10.7-4.8,10.7-10.7S325.9,458.7,320,458.7z"/> <path d="M192,453.3c-8.8,0-16-7.2-16-16v-64c0-8.8,7.2-16,16-16c8.8,0,16,7.2,16,16v64C208,446.2,200.8,453.3,192,453.3z"/> <path d="M192,512c-23.5,0-42.7-19.1-42.7-42.7s19.1-42.7,42.7-42.7s42.7,19.1,42.7,42.7S215.5,512,192,512z M192,458.7 c-5.9,0-10.7,4.8-10.7,10.7S186.1,480,192,480c5.9,0,10.7-4.8,10.7-10.7S197.9,458.7,192,458.7z"/> <path d="M192,154.7c-8.8,0-16-7.2-16-16v-64c0-8.8,7.2-16,16-16c8.8,0,16,7.2,16,16v64C208,147.5,200.8,154.7,192,154.7z"/> <path d="M192,85.3c-23.5,0-42.7-19.1-42.7-42.7S168.5,0,192,0s42.7,19.1,42.7,42.7S215.5,85.3,192,85.3z M192,32 c-5.9,0-10.7,4.8-10.7,10.7s4.8,10.7,10.7,10.7c5.9,0,10.7-4.8,10.7-10.7S197.9,32,192,32z"/> <path d="M320,154.7c-8.8,0-16-7.2-16-16v-64c0-8.8,7.2-16,16-16c8.8,0,16,7.2,16,16v64C336,147.5,328.8,154.7,320,154.7z"/> <path d="M320,85.3c-23.5,0-42.7-19.1-42.7-42.7S296.5,0,320,0c23.5,0,42.7,19.1,42.7,42.7S343.5,85.3,320,85.3z M320,32 c-5.9,0-10.7,4.8-10.7,10.7s4.8,10.7,10.7,10.7c5.9,0,10.7-4.8,10.7-10.7S325.9,32,320,32z"/> <path d="M138.7,336h-64c-8.8,0-16-7.2-16-16c0-8.8,7.2-16,16-16h64c8.8,0,16,7.2,16,16C154.7,328.8,147.5,336,138.7,336z"/> <path d="M42.7,362.7C19.1,362.7,0,343.5,0,320c0-23.5,19.1-42.7,42.7-42.7s42.7,19.1,42.7,42.7C85.3,343.5,66.2,362.7,42.7,362.7z M42.7,309.3c-5.9,0-10.7,4.8-10.7,10.7s4.8,10.7,10.7,10.7s10.7-4.8,10.7-10.7S48.5,309.3,42.7,309.3z"/> <path d="M138.7,208h-64c-8.8,0-16-7.2-16-16c0-8.8,7.2-16,16-16h64c8.8,0,16,7.2,16,16C154.7,200.8,147.5,208,138.7,208z"/> <path d="M42.7,234.7C19.1,234.7,0,215.5,0,192s19.1-42.7,42.7-42.7s42.7,19.1,42.7,42.7S66.2,234.7,42.7,234.7z M42.7,181.3 c-5.9,0-10.7,4.8-10.7,10.7s4.8,10.7,10.7,10.7s10.7-4.8,10.7-10.7S48.5,181.3,42.7,181.3z"/> <path d="M437.3,208h-64c-8.8,0-16-7.2-16-16c0-8.8,7.2-16,16-16h64c8.8,0,16,7.2,16,16C453.3,200.8,446.2,208,437.3,208z"/> <path d="M469.3,234.7c-23.5,0-42.7-19.1-42.7-42.7s19.1-42.7,42.7-42.7S512,168.5,512,192S492.9,234.7,469.3,234.7z M469.3,181.3 c-5.9,0-10.7,4.8-10.7,10.7s4.8,10.7,10.7,10.7S480,197.9,480,192S475.2,181.3,469.3,181.3z"/> <path d="M437.3,336h-64c-8.8,0-16-7.2-16-16c0-8.8,7.2-16,16-16h64c8.8,0,16,7.2,16,16C453.3,328.8,446.2,336,437.3,336z"/> <path d="M469.3,362.7c-23.5,0-42.7-19.1-42.7-42.7c0-23.5,19.1-42.7,42.7-42.7S512,296.5,512,320C512,343.5,492.9,362.7,469.3,362.7 z M469.3,309.3c-5.9,0-10.7,4.8-10.7,10.7s4.8,10.7,10.7,10.7S480,325.9,480,320S475.2,309.3,469.3,309.3z"/> </svg> <span>Tech</span></a></li><li class=""><a class="iconsvg submenu" href="NONE" data-submenu="bar-103"><?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 443.6" style="enable-background:new 0 0 443.6 443.6;" xml:space="preserve"> <path d="M373.59,291.81l70.01-70.01l-64.97-64.97V64.97h-91.86L221.8,0l-64.97,64.97H64.97v91.86L0,221.8l64.97,64.97v91.86h91.86 l64.97,64.97l70.01-70.01l102.29,52.4c5.25,2.68,10.33,3.47,15.1,2.34c4.6-1.09,8.71-3.42,12.21-6.92c3.51-3.5,5.83-7.61,6.92-12.21 c1.13-4.77,0.34-9.86-2.34-15.11L373.59,291.81z M45.07,221.8l51.84-51.84V96.9h73.06l51.84-51.84l51.84,51.84h73.06v73.06 l51.83,51.84l-64.09,64.09l51.61,100.22L285.23,335.1l-63.43,63.43l-51.84-51.84H96.9v-73.06L45.07,221.8z"/> </svg> <span>Anime and Manga</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><li class=""><a class="iconsvg" href="https://in.ign.com/science-1" data-submenu="bar-126"><?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 488.6 512" style="enable-background:new 0 0 488.6 512;" xml:space="preserve"> <path d="M244.3,362.7c-58.8,0-106.7-47.9-106.7-106.7s47.9-106.7,106.7-106.7c58.8,0,106.7,47.9,106.7,106.7 S303.1,362.7,244.3,362.7z M244.3,181.3c-41.2,0-74.7,33.5-74.7,74.7s33.5,74.7,74.7,74.7c41.2,0,74.7-33.5,74.7-74.7 S285.5,181.3,244.3,181.3z"/> <path d="M279.8,512h-71c-17.1,0-32.1-12.1-35.9-28.8l-9-39.9c-14.6-6.2-28.6-14.3-41.7-24.2l-38.9,12.3 c-16.7,5.2-34.8-1.9-43.2-16.8L4.9,353.3c-8.5-15.1-5.6-33.8,6.8-45.5l30.1-27.7c-0.9-8.1-1.4-16.2-1.4-24.1s0.4-16,1.3-24.1 l-30-27.6c-12.6-11.9-15.5-30.5-7.1-45.5l35.6-61.5c8.3-14.8,26.4-21.8,43-16.7l39,12.3c13.1-9.9,27.1-18,41.7-24.2l9-40 C176.7,12.1,191.8,0,208.8,0h71c17.1,0,32.1,12.1,35.9,28.8l9,39.9c14.6,6.2,28.6,14.3,41.7,24.2l38.9-12.3 c16.7-5.1,34.8,1.9,43.2,16.8l35.4,61.2c8.5,15.1,5.6,33.8-6.9,45.5l-30.1,27.7c0.9,8.1,1.3,16.2,1.3,24.1s-0.4,16-1.3,24.1l30,27.6 c0,0,0.1,0.1,0.1,0.1c12.5,11.7,15.3,30.4,7,45.3l-35.6,61.5c-8.3,14.8-26.4,21.8-43,16.7l-39-12.3c-13.1,9.9-27.1,18-41.7,24.2 l-9,40C311.9,499.9,296.9,512,279.8,512z M125.6,385.3c3.7,0,7.3,1.3,10.2,3.6c14.7,12.1,30.6,21.4,47.6,27.6 c5.1,1.9,8.9,6.2,10.1,11.5l10.9,48.2c0.5,2.2,2.4,3.8,4.6,3.8h71c2.2,0,4.1-1.6,4.6-3.8l10.9-48.3c1.2-5.3,5-9.6,10.1-11.5 c16.9-6.2,32.9-15.5,47.6-27.6c4.2-3.5,9.8-4.6,15-2.9l47,14.8c2.2,0.7,4.6-0.1,5.7-2l35.6-61.5c1.1-1.9,0.7-4.5-1-6.2l-36-33.1 c-3.9-3.6-5.8-8.9-5-14.1c1.4-9.4,2.1-18.8,2.1-27.9c0-9.1-0.7-18.5-2.1-27.9c-0.8-5.2,1.1-10.5,5-14.1l36.1-33.2 c1.6-1.5,2-4.2,0.8-6.3l-35.4-61.2c-1.1-2-3.6-2.8-5.8-2.1L367.9,126c-5.2,1.6-10.8,0.5-15-2.9c-14.7-12.1-30.6-21.4-47.6-27.6 c-5.1-1.9-8.9-6.2-10.1-11.5l-10.9-48.2c-0.5-2.2-2.5-3.8-4.7-3.8h-71c-2.2,0-4.1,1.6-4.6,3.8L193.3,84c-1.2,5.3-5,9.6-10.1,11.5 c-16.9,6.2-32.9,15.5-47.5,27.6c-4.2,3.5-9.9,4.5-15,2.9l-47-14.8c-2.2-0.7-4.6,0.1-5.7,2l-35.6,61.5c-1.1,1.9-0.7,4.6,1.1,6.2 l36,33c3.9,3.6,5.8,8.9,5,14.1c-1.4,9.4-2.1,18.8-2.1,27.9s0.7,18.5,2.1,27.9c0.8,5.2-1.1,10.5-5,14.1l-36.1,33.2 c-1.6,1.5-2,4.2-0.8,6.3l35.4,61.2c1.1,2,3.6,2.8,5.8,2.1l46.9-14.8C122.3,385.5,124,385.3,125.6,385.3z"/> </svg> <span>Science</span></a></li><li class=""><a class="iconsvg" href="/comics" data-submenu="bar-113"><?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 443.6" style="enable-background:new 0 0 443.6 443.6;" xml:space="preserve"> <path d="M373.59,291.81l70.01-70.01l-64.97-64.97V64.97h-91.86L221.8,0l-64.97,64.97H64.97v91.86L0,221.8l64.97,64.97v91.86h91.86 l64.97,64.97l70.01-70.01l102.29,52.4c5.25,2.68,10.33,3.47,15.1,2.34c4.6-1.09,8.71-3.42,12.21-6.92c3.51-3.5,5.83-7.61,6.92-12.21 c1.13-4.77,0.34-9.86-2.34-15.11L373.59,291.81z M45.07,221.8l51.84-51.84V96.9h73.06l51.84-51.84l51.84,51.84h73.06v73.06 l51.83,51.84l-64.09,64.09l51.61,100.22L285.23,335.1l-63.43,63.43l-51.84-51.84H96.9v-73.06L45.07,221.8z"/> </svg> <span>Comics</span></a></li><li class=""><a class="iconsvg submenu" href="NONE" data-submenu="bar-114"><?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 469.3 512" style="enable-background:new 0 0 469.3 512;" xml:space="preserve"> <g> <path d="M453.3,229.3c-8.8,0-16-7.2-16-16c0-61.3-23.8-118.8-67.2-162.2c-6.2-6.2-6.2-16.4,0-22.6s16.4-6.2,22.6,0 c49.3,49.4,76.5,115,76.5,184.8C469.3,222.2,462.2,229.3,453.3,229.3z"/> <path d="M16,229.3c-8.8,0-16-7.2-16-16C0,143.5,27.2,77.9,76.5,28.5c6.2-6.2,16.4-6.2,22.6,0s6.2,16.4,0,22.6 C55.9,94.5,32,152.1,32,213.3C32,222.2,24.8,229.3,16,229.3z"/> <path d="M234.7,512c-44.1,0-80-35.9-80-80c0-8.8,7.2-16,16-16s16,7.2,16,16c0,26.5,21.5,48,48,48c26.5,0,48-21.5,48-48 c0-8.8,7.2-16,16-16s16,7.2,16,16C314.7,476.1,278.8,512,234.7,512z"/> <path d="M410.7,448h-352c-20.6,0-37.3-16.7-37.3-37.3c0-10.9,4.8-21.3,13.1-28.4c32.4-27.4,50.9-67.3,50.9-109.5v-59.5 C85.3,131,152.3,64,234.7,64C317,64,384,131,384,213.3v59.5c0,42.2,18.5,82.1,50.7,109.3c8.5,7.3,13.3,17.6,13.3,28.5 C448,431.3,431.3,448,410.7,448z M234.7,96c-64.7,0-117.3,52.6-117.3,117.3v59.5c0,51.6-22.6,100.4-62.1,133.8 c-0.7,0.6-1.9,2-1.9,4.1c0,2.9,2.4,5.3,5.3,5.3h352c2.9,0,5.3-2.4,5.3-5.3c0-2.1-1.2-3.5-1.9-4.1c-39.5-33.4-62.1-82.2-62.1-133.8 v-59.5C352,148.6,299.4,96,234.7,96z"/> <path d="M234.7,96c-8.8,0-16-7.2-16-16V16c0-8.8,7.2-16,16-16s16,7.2,16,16v64C250.7,88.8,243.5,96,234.7,96z"/> </g> </svg> <span>Follow IGN India</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><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://in.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 India' autocomplete="off" value=""></div><button role="button" class="button button-primary">Search</button></form></a></li></ul></div></div><div class="side bar-90"> <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>Reviews</h3> <ul class="sidebar-section"><li class=""><a class="iconsvg" href="https://in.ign.com/article/review" data-submenu="bar-135"><?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>All Reviews</span></a></li><li class=""><a class="iconsvg" href="https://in.ign.com/article/review?keyword__type=game" data-submenu="bar-119"><?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="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512 348.7" style="enable-background:new 0 0 512 348.7;" xml:space="preserve"> <g> <g> <g> <path d="M468.3,38.8c-15.5-23.8-39-37.6-66.2-38.7c-26.9-1.1-54,10.8-69.1,30.3c-5.5,7.2-4.2,17.4,2.9,23 c7.2,5.6,17.4,4.2,23-2.9c8.7-11.2,25.4-18.4,41.8-17.7c11.5,0.5,27.8,5,40.1,23.8c38.6,59.4,40.1,157.2,37.7,210.2 c-1.2,25.7-13.4,43.6-32.6,48.1c-18.1,4.2-36.3-5-46.5-23.4c-8.3-15-14.6-34.6-14.6-34.8c-2.8-8.6-12-13.4-20.6-10.6 c-8.6,2.7-13.4,12-10.6,20.6c0.3,0.9,7.3,22.7,17.2,40.7c14.3,26,39.8,41.4,66.6,41.4c5.3,0,10.6-0.6,15.9-1.8 c26.5-6.2,55.6-30,57.9-78.5C513.9,211.4,511.8,105.8,468.3,38.8z"/> <path d="M147.8,246.1c-8.6-2.8-17.8,2-20.6,10.6c-0.1,0.2-6.3,19.7-14.6,34.8c-10.2,18.4-28.4,27.6-46.5,23.4 c-19.2-4.5-31.4-22.5-32.6-48.1C31,213.8,32.6,116,71.2,56.6c12.2-18.8,28.5-23.3,40-23.8c16.4-0.7,33.1,6.4,41.8,17.7 c0,0,0,0,0.1,0.1c0.3,0.4,0.6,0.7,0.9,1.1c0.1,0.1,0.1,0.1,0.2,0.2c0.3,0.3,0.7,0.7,1,1c0.1,0.1,0.1,0.1,0.2,0.2 c0.4,0.3,0.7,0.6,1.1,0.9c0.1,0,0.1,0.1,0.2,0.1c0.4,0.3,0.8,0.5,1.3,0.8c0,0,0.1,0,0.1,0c1.8,1,3.7,1.7,5.8,1.9 c0.1,0,0.1,0,0.2,0c0.4,0.1,0.8,0.1,1.2,0.1c0.1,0,0.3,0,0.4,0c0.1,0,0.3,0,0.4,0h8.2V117c0,9,7.3,16.4,16.4,16.4H323 c9.1,0,16.4-7.3,16.4-16.4V81.7c0-9-7.3-16.4-16.4-16.4s-16.4,7.3-16.4,16.4v18.9H207V56.8h93.1c9,0,16.4-7.3,16.4-16.4 s-7.3-16.4-16.4-16.4H173.4c-15.7-15.7-39.7-24.9-63.5-24C82.7,1.2,59.2,14.9,43.7,38.8C0.1,105.8-1.9,211.4,0.8,268.3 c2.3,48.5,31.4,72.4,57.9,78.5c5.3,1.2,10.7,1.8,16,1.8c26.8,0,52.3-15.4,66.6-41.4c9.9-17.9,16.9-39.7,17.2-40.7 C161.2,258.1,156.4,248.9,147.8,246.1z"/> <path d="M375.5,203.7c0-25.2-20.5-45.7-45.7-45.7c-25.2,0-45.7,20.5-45.7,45.7c0,25.2,20.5,45.7,45.7,45.7 C355,249.4,375.5,228.9,375.5,203.7z M329.8,216.6c-7.1,0-12.9-5.8-12.9-12.9c0-7.1,5.8-12.9,12.9-12.9c7.1,0,12.9,5.8,12.9,12.9 C342.7,210.8,336.9,216.6,329.8,216.6z"/> <path d="M182.2,157.9c-25.2,0-45.7,20.5-45.7,45.7c0,25.2,20.5,45.7,45.7,45.7c25.2,0,45.7-20.5,45.7-45.7 C227.9,178.5,207.4,157.9,182.2,157.9z M182.2,216.6c-7.1,0-12.9-5.8-12.9-12.9c0-7.1,5.8-12.9,12.9-12.9 c7.1,0,12.9,5.8,12.9,12.9C195.1,210.8,189.3,216.6,182.2,216.6z"/> <path d="M112,150.7c9.1,0,16.4-7.3,16.4-16.4v-17h17c9,0,16.4-7.3,16.4-16.4s-7.3-16.4-16.4-16.4h-17v-17c0-9-7.3-16.4-16.4-16.4 s-16.4,7.3-16.4,16.4v17h-17c-9,0-16.4,7.3-16.4,16.4s7.3,16.4,16.4,16.4h17v17C95.6,143.4,103,150.7,112,150.7z"/> <path d="M267.2,211.4h-20.8c-9.1,0-16.4,7.3-16.4,16.4s7.3,16.4,16.4,16.4h20.8c9.1,0,16.4-7.3,16.4-16.4 S276.3,211.4,267.2,211.4z"/> <path d="M384.9,53.2c-4.2,4.2-6.6,9.9-6.6,15.7s2.4,11.6,6.6,15.7c4.1,4.2,9.9,6.5,15.6,6.5c5.9,0,11.6-2.3,15.7-6.5 c4.2-4.2,6.6-9.9,6.6-15.7c0-5.8-2.4-11.5-6.6-15.7C408,45,393.1,45.1,384.9,53.2z"/> <path d="M384.9,120.9c-4.2,4.1-6.5,9.9-6.5,15.6c0,5.9,2.3,11.6,6.5,15.7c4.1,4.2,9.9,6.5,15.7,6.5c5.8,0,11.5-2.3,15.6-6.5 c4.2-4.1,6.5-9.9,6.5-15.7c0-5.8-2.3-11.5-6.5-15.6C408,112.6,393.1,112.6,384.9,120.9z"/> <path d="M450,118.5c4.2-4.2,6.5-9.9,6.5-15.7c0-5.9-2.3-11.5-6.5-15.7c-8.3-8.3-23.2-8.3-31.4,0c-4.1,4.2-6.5,9.9-6.5,15.7 s2.4,11.5,6.5,15.7c4.2,4.1,9.9,6.5,15.7,6.5C440.2,124.9,445.9,122.6,450,118.5z"/> <path d="M351.1,87c-4.2,4.2-6.5,9.9-6.5,15.7s2.3,11.5,6.5,15.7c4.2,4.1,9.9,6.5,15.7,6.5c5.8,0,11.5-2.4,15.7-6.5 c4.1-4.2,6.5-9.9,6.5-15.7c0-5.9-2.4-11.5-6.5-15.7C374.2,78.8,359.3,78.8,351.1,87z"/> </g> </g> </g> </svg> <span>Game Reviews</span></a></li><li class=""><a class="iconsvg" href="https://in.ign.com/article/review?keyword__type=movie" data-submenu="bar-121"><?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>Movie Reviews</span></a></li><li class=""><a class="iconsvg" href="https://in.ign.com/article/review?keyword__type=tv" data-submenu="bar-122"><?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 443.6" style="enable-background:new 0 0 443.6 443.6;" xml:space="preserve"> <g> <path d="M430.01,13.59C421,4.57,409.63,0,396.22,0H47.38C33.97,0,22.6,4.57,13.59,13.59C4.57,22.6,0,33.97,0,47.38v348.84 c0,13.41,4.57,24.78,13.59,33.8c9.02,9.02,20.39,13.59,33.79,13.59h348.84c13.41,0,24.78-4.57,33.79-13.59 c9.02-9.02,13.59-20.39,13.59-33.79V47.38C443.6,33.97,439.03,22.6,430.01,13.59z M409.78,396.22c0,3.34-1.41,6.36-4.3,9.26 c-2.89,2.89-5.92,4.3-9.26,4.3H47.38c-3.34,0-6.36-1.41-9.26-4.3c-2.89-2.89-4.3-5.92-4.3-9.26V47.38c0-3.34,1.41-6.36,4.3-9.26 c2.89-2.89,5.92-4.3,9.26-4.3h348.84c3.34,0,6.36,1.41,9.26,4.3c2.89,2.89,4.3,5.92,4.3,9.26V396.22z"/> <polygon points="291.18,253.67 249.31,135.54 66.19,135.54 66.19,169.36 135.54,169.36 135.54,308.06 169.36,308.06 169.36,169.36 223.21,169.36 274.17,308.06 308.11,308.06 372.53,135.54 334.05,135.54 "/> </g> </svg> <span>TV Reviews</span></a></li><li class=""><a class="iconsvg" href="https://in.ign.com/article/review?keyword__type=comics" data-submenu="bar-123"><?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 443.6" style="enable-background:new 0 0 443.6 443.6;" xml:space="preserve"> <path d="M373.59,291.81l70.01-70.01l-64.97-64.97V64.97h-91.86L221.8,0l-64.97,64.97H64.97v91.86L0,221.8l64.97,64.97v91.86h91.86 l64.97,64.97l70.01-70.01l102.29,52.4c5.25,2.68,10.33,3.47,15.1,2.34c4.6-1.09,8.71-3.42,12.21-6.92c3.51-3.5,5.83-7.61,6.92-12.21 c1.13-4.77,0.34-9.86-2.34-15.11L373.59,291.81z M45.07,221.8l51.84-51.84V96.9h73.06l51.84-51.84l51.84,51.84h73.06v73.06 l51.83,51.84l-64.09,64.09l51.61,100.22L285.23,335.1l-63.43,63.43l-51.84-51.84H96.9v-73.06L45.07,221.8z"/> </svg> <span>Comic Reviews</span></a></li><li class=""><a class="iconsvg" href="https://in.ign.com/article/review?keyword__type=tech" data-submenu="bar-120"><?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 310.1 512.43" style="enable-background:new 0 0 310.1 512.43;" xml:space="preserve"> <style type="text/css"> .st0{fill:#1D1D1B;} </style> <path class="st0" d="M297.43,12.66c-8.4-8.4-19-12.66-31.49-12.66H44.16C31.66,0,21.07,4.26,12.66,12.66C4.26,21.07,0,31.66,0,44.16 v424.12c0,12.49,4.26,23.09,12.66,31.49s19,12.66,31.49,12.66h221.79c12.49,0,23.09-4.26,31.49-12.66c8.4-8.4,12.66-19,12.66-31.49 V44.16C310.1,31.66,305.84,21.07,297.43,12.66z M31.89,44.16c0-3.01,1.27-5.74,3.9-8.37c2.62-2.62,5.36-3.9,8.37-3.9h221.79 c3.01,0,5.74,1.27,8.37,3.9c2.62,2.62,3.9,5.36,3.9,8.37v19.07H31.89V44.16z M278.21,95.12v322.19H31.89V95.12H278.21z M278.21,449.2v19.07c0,3.01-1.28,5.74-3.9,8.37c-2.62,2.62-5.36,3.9-8.37,3.9H44.16c-3.01,0-5.74-1.27-8.37-3.9 c-2.62-2.62-3.9-5.36-3.9-8.37V449.2H278.21z"/> </svg> <span>Tech Reviews</span></a></li></ul></div></div><div class="side bar-105"> <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>Gaming</h3> <ul class="sidebar-section"><li class=""><a class="iconsvg" href="/pc" data-submenu="bar-83"><?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 512 426.7" style="enable-background:new 0 0 512 426.7;" xml:space="preserve"> <path d="M474.7,0h-32H69.3h-32C16.7,0,0,16.8,0,37.4v266.7c0,20.6,16.7,37.3,37.3,37.3H240v53.3h-74.7c-8.8,0-16,7.2-16,16 s7.2,16,16,16H256h90.7c8.8,0,16-7.2,16-16s-7.2-16-16-16H272v-53.3h202.7c20.6,0,37.3-16.7,37.3-37.3V37.4 C512,16.8,495.3,0,474.7,0z M480,304c0,2.9-2.4,5.3-5.3,5.3H256H37.3c-2.9,0-5.3-2.4-5.3-5.3V37.4c0-2.9,2.4-5.3,5.3-5.3h32h373.3 h32c2.9,0,5.3,2.4,5.3,5.3V304H480z"/> <g> <path d="M117.9,77.6h43.3c41.8,0,69.2,22.4,69.2,60.1c0,37.5-26.7,62.1-68.5,62.1h-21.8v62.6h-22.2 C117.9,262.4,117.9,77.6,117.9,77.6z M208.2,138.3c0-25.1-17.4-39-44.9-39h-23.1v79.2h23.1C190.8,178.5,208.2,163.6,208.2,138.3z" /> <path d="M347.2,266.2c-46.2,0-87.8-37.2-87.8-96.4c0-58.9,41.6-95.9,87.8-95.9c20.2,0,35.7,5.7,46.9,12.6v24.4 c-14-9.2-27.1-14.9-46-14.9C315,96,282,123.4,282,170c0,46.2,33.1,74,66.1,74c18.9,0,31.8-6,46-15.2v24.6 C382.6,260.5,367.4,266.2,347.2,266.2z"/> </g> </svg> <span>PC</span></a></li><li class=""><a class="iconsvg" href="/ps5" data-submenu="bar-106"><?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="Capa_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"> <g> <g> <path d="M415.7,271.7c-9.5,0-19,1.4-28,4.1L271,308.1V143c0-8.3,6.7-15,15-15s15,6.7,15,15v116.7h15c57.9,0,105-47.1,105-105 c0-46.9-31.5-88.4-76.6-101.1L150.6,0v257.1l-77.7,21.5c-9.2,2.3-18,5.9-26.2,10.9c-45.5,27.3-60.3,86.5-33.1,132 c10.8,18,26.8,31.7,46.2,39.6c11.6,4.7,24,7.1,36.5,7.1c7.7,0,15.5-0.9,23-2.8l31.3-8.7v26L256,512l187.6-51.9l0.4-0.1 c19.3-5.9,36.6-18.1,48.8-34.3c12.6-16.8,19.2-36.7,19.2-57.8C512,314.8,468.8,271.7,415.7,271.7z M150.6,341.4l-78.9,21.8l8,28.9 l70.9-19.6v53.2L112,436.4c-5.3,1.3-10.7,1.9-15.9,1.9c-22.9,0-44.4-11.9-56.6-32.2c-18.8-31.3-8.6-72.1,22.8-90.9 c5.7-3.4,11.8-5.9,18.2-7.5l70.3-19.5L150.6,341.4L150.6,341.4z M241,143v333.7L180.6,460V39.4l155.7,43.1 c32.2,9,54.6,38.7,54.6,72.2c0,36.2-25.8,66.5-60,73.5V143c0-24.8-20.2-45-45-45S241,118.2,241,143z M435.4,431.2L271,476.7v-53.2 l169.2-46.8l-8-28.9L271,392.4v-53.2l124.9-34.6l0.4-0.1c6.3-1.9,12.8-2.9,19.4-2.9c36.5,0,66.2,29.7,66.2,66.2 C482,397.2,463.2,422.6,435.4,431.2z"/> </g> </g> </svg> <span>PlayStation</span></a></li><li class=""><a class="iconsvg" href="/xbox" 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="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"> <g> <g> <g> <path d="M342.7,15.4c-54-20.5-119.4-20.5-173.3,0c-6.1,2.3-10.3,8.2-10.3,14.8s4,12.6,10.1,15c27,10.6,53.1,24.6,77.7,41.7 c2.8,1.9,6,2.9,9.2,2.9c3.2,0,6.4-1,9.2-2.9c24.6-17.1,50.7-31.2,77.7-41.8c6.1-2.4,10.2-8.4,10.1-15 C352.9,23.7,348.8,17.8,342.7,15.4z M256,54.6c-11-7.3-22.3-14-33.9-20.1c22-3.4,45.7-3.4,67.7,0C278.3,40.6,267,47.3,256,54.6z" /> </g> </g> <g> <g> <path d="M451.8,405.3c-44-97.2-106.2-183.7-184.9-257.1c-6.2-5.7-15.7-5.7-21.8,0c-78.4,73.1-140.4,159.2-184.4,255.9 c-4,6.3-3,14.6,2.6,20c6.4,6.1,16.7,5.7,22.8-0.7c1.2-1.3,2.3-2.8,3-4.5c40.2-89,96.3-168.7,166.8-237 c70.5,68.3,126.6,147.9,166.8,237c0.7,1.5,1.6,2.9,2.8,4.2l0.3,0.4c3.1,3.4,7.3,5.2,11.6,5.2c3.9,0,7.7-1.4,10.8-4.2 C453.8,419.5,454.9,411.6,451.8,405.3z"/> </g> </g> <g> <g> <path d="M401.1,45.3c-5.1-3.5-11.6-3.8-17.1-0.7c-29.9,17.2-58.8,36.9-86.1,58.6c-3.6,2.9-5.8,7.2-6,11.8 c-0.2,4.6,1.6,9.1,4.9,12.3c75.7,72.1,121,173.3,124.7,278.9c-42,46.9-102,73.7-165.6,73.7c-63.4,0-123.3-26.6-165.6-73.7 c3.7-105.4,49-206.7,124.8-278.9c3.4-3.2,5.1-7.6,4.9-12.3s-2.4-8.9-6-11.8c-27.3-21.7-56.2-41.4-86.1-58.6 c-5.3-3.1-12-2.8-17.1,0.7C41.5,93.2,0,171.9,0,256c0,60.2,21.2,118.3,60,164.1c1.1,2,2.6,3.8,4.5,5.2 C112.6,480.4,182.2,512,256,512c74.9,0,145.5-32.5,193.8-89.3c40.1-46,62.2-105.2,62.2-166.7C512,171.9,470.5,93.2,401.1,45.3z M61.5,366.8C42.3,333.4,32,295.2,32,256c0-70.1,33.1-136.1,88.9-178.4c20.3,12.1,40,25.4,59.1,39.7 C115,184.9,73.2,273.2,61.5,366.8z M332,117.3c19-14.3,38.8-27.6,59.1-39.7C446.9,119.9,480,185.8,480,256 c0,39.1-10.2,77.2-29.5,110.7C438.8,273.3,397.1,184.9,332,117.3z"/> </g> </g> </g> </svg> <span>Xbox</span></a></li><li class=""><a class="iconsvg" href="/mobile" data-submenu="bar-108"><?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 310.1 512.43" style="enable-background:new 0 0 310.1 512.43;" xml:space="preserve"> <style type="text/css"> .st0{fill:#1D1D1B;} </style> <path class="st0" d="M297.43,12.66c-8.4-8.4-19-12.66-31.49-12.66H44.16C31.66,0,21.07,4.26,12.66,12.66C4.26,21.07,0,31.66,0,44.16 v424.12c0,12.49,4.26,23.09,12.66,31.49s19,12.66,31.49,12.66h221.79c12.49,0,23.09-4.26,31.49-12.66c8.4-8.4,12.66-19,12.66-31.49 V44.16C310.1,31.66,305.84,21.07,297.43,12.66z M31.89,44.16c0-3.01,1.27-5.74,3.9-8.37c2.62-2.62,5.36-3.9,8.37-3.9h221.79 c3.01,0,5.74,1.27,8.37,3.9c2.62,2.62,3.9,5.36,3.9,8.37v19.07H31.89V44.16z M278.21,95.12v322.19H31.89V95.12H278.21z M278.21,449.2v19.07c0,3.01-1.28,5.74-3.9,8.37c-2.62,2.62-5.36,3.9-8.37,3.9H44.16c-3.01,0-5.74-1.27-8.37-3.9 c-2.62-2.62-3.9-5.36-3.9-8.37V449.2H278.21z"/> </svg> <span>Mobile</span></a></li><li class=""><a class="iconsvg" href="https://in.ign.com/esports" data-submenu="bar-132"><?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 443.6" style="enable-background:new 0 0 443.6 443.6;" xml:space="preserve"> <path d="M434.48,63.76c-6.05-6.05-13.27-9.12-21.45-9.12h-69.25V0H99.82v54.64H30.57c-8.18,0-15.4,3.07-21.45,9.12 C3.07,69.81,0,77.03,0,85.21v27.32c0,29.41,10.6,54.89,31.51,75.72c20.3,20.23,45.08,32.4,73.68,36.2 c7.07,23,19.73,42.61,37.64,58.3c17.75,15.55,38.62,25.77,62.07,30.43v96.6h-85.11v33.82h204.04v-33.82h-85.11v-96.6 c23.45-4.66,44.32-14.89,62.06-30.43c17.91-15.69,30.57-35.3,37.64-58.3c28.6-3.8,53.38-15.97,73.68-36.2 c20.91-20.83,31.51-46.31,31.51-75.72V85.21C443.6,77.03,440.53,69.81,434.48,63.76z M221.8,280.54c-24.21,0-45-8.52-61.79-25.31 c-16.8-16.8-25.32-37.59-25.32-61.79V33.82h174.22v159.61c0,24.21-8.52,45-25.32,61.79C266.8,272.02,246.01,280.54,221.8,280.54z M409.78,88.46v24.07c0,19.86-6.71,37.15-19.93,51.4c-12.44,13.4-27.92,21.64-46.06,24.51V88.46H409.78z M99.82,88.46v99.98 c-18.14-2.88-33.62-11.11-46.06-24.51c-13.23-14.25-19.94-31.54-19.94-51.4V88.46H99.82z"/> </svg> <span>Esports</span></a></li><li class=""><a class="iconsvg" target='_blank' href="nintendo-switch" data-submenu="bar-109"><?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 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve"> <g> <circle cx="124.2" cy="139.2" r="50.8"/> <circle cx="393.4" cy="276.4" r="50.8"/> </g> <g> <path d="M249.4,45.9c0-12.2-4.8-23.9-13.5-32.5C227.4,4.8,215.7,0,203.5,0h-78.8C91.6,0,59.9,13.1,36.5,36.5 S0,91.6,0,124.7v262.6c0,33.1,13.1,64.8,36.5,88.2c23.4,23.4,55.1,36.5,88.2,36.5h78.8c12.2,0,23.9-4.8,32.5-13.5 c8.6-8.6,13.5-20.3,13.5-32.5V45.9z M210.1,45.9v420.1c0,1.7-0.7,3.4-1.9,4.6s-2.9,1.9-4.6,1.9h-78.8c-22.6,0-44.3-9-60.3-25 c-16-16-25-37.7-25-60.3c0-78.2,0-184.4,0-262.6c0-22.6,9-44.3,25-60.3c16-16,37.7-25,60.3-25h78.8c1.7,0,3.4,0.7,4.6,1.9 S210.1,44.2,210.1,45.9L210.1,45.9z"/> <path d="M512,124.7c0-33.1-13.1-64.8-36.5-88.2C452.1,13.1,420.4,0,387.3,0h-78.8c-12.2,0-23.9,4.8-32.5,13.5 c-8.6,8.6-13.5,20.3-13.5,32.5v420.1c0,12.2,4.8,23.9,13.5,32.5c8.6,8.6,20.3,13.5,32.5,13.5h78.8c33.1,0,64.8-13.1,88.2-36.5 c23.4-23.4,36.5-55.1,36.5-88.2V124.7z M472.6,124.7v262.6c0,22.6-9,44.3-25,60.3c-16,16-37.7,25-60.3,25h-78.8 c-1.7,0-3.4-0.7-4.6-1.9c-1.2-1.2-1.9-2.9-1.9-4.6V45.9c0-1.7,0.7-3.4,1.9-4.6c1.2-1.2,2.9-1.9,4.6-1.9h78.8c22.6,0,44.3,9,60.3,25 C463.6,80.4,472.6,102.1,472.6,124.7z"/> </g> </svg> <span>Nintendo Switch</span></a></li></ul></div></div><div class="side bar-103"> <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>Anime and Manga</h3> <ul class="sidebar-section"><li class=""><a class="iconsvg" href="/anime" data-submenu="bar-110"><?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>All Anime Coverage</span></a></li><li class=""><a class="iconsvg" href="/cosplay" data-submenu="bar-111"><?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 443.6" style="enable-background:new 0 0 443.6 443.6;" xml:space="preserve"> <path d="M373.59,291.81l70.01-70.01l-64.97-64.97V64.97h-91.86L221.8,0l-64.97,64.97H64.97v91.86L0,221.8l64.97,64.97v91.86h91.86 l64.97,64.97l70.01-70.01l102.29,52.4c5.25,2.68,10.33,3.47,15.1,2.34c4.6-1.09,8.71-3.42,12.21-6.92c3.51-3.5,5.83-7.61,6.92-12.21 c1.13-4.77,0.34-9.86-2.34-15.11L373.59,291.81z M45.07,221.8l51.84-51.84V96.9h73.06l51.84-51.84l51.84,51.84h73.06v73.06 l51.83,51.84l-64.09,64.09l51.61,100.22L285.23,335.1l-63.43,63.43l-51.84-51.84H96.9v-73.06L45.07,221.8z"/> </svg> <span>Cosplay</span></a></li><li class=""><a class="iconsvg" href="/ign-otaku-update" data-submenu="bar-112"><?xml version="1.0" encoding="iso-8859-1"?> <!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="Capa_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"> <g> <g> <path d="M448,0H64C28.704,0,0,28.704,0,64v288c0,35.296,28.704,64,64,64h32v80c0,6.208,3.584,11.872,9.216,14.496 c2.144,0.992,4.48,1.504,6.784,1.504c3.68,0,7.328-1.28,10.24-3.712L232.992,416H448c35.296,0,64-28.704,64-64V64 C512,28.704,483.296,0,448,0z M480,352c0,17.632-14.368,32-32,32H227.2c-3.744,0-7.36,1.312-10.24,3.712L128,461.856V400 c0-8.832-7.168-16-16-16H64c-17.632,0-32-14.368-32-32V64c0-17.632,14.368-32,32-32h384c17.632,0,32,14.368,32,32V352z"/> </g> </g> <g> <g> <path d="M272,224H144c-8.832,0-16,7.168-16,16c0,8.832,7.168,16,16,16h128c8.832,0,16-7.168,16-16 C288,231.168,280.832,224,272,224z"/> </g> </g> <g> <g> <path d="M368,128H144c-8.832,0-16,7.168-16,16c0,8.832,7.168,16,16,16h224c8.832,0,16-7.168,16-16 C384,135.168,376.832,128,368,128z"/> </g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> </svg> <span>IGN Otaku Update</span></a></li></ul></div></div><div class="side bar-114"> <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>Follow IGN India</h3> <ul class="sidebar-section"><li class=""><a class="iconsvg" target='_blank' href="https://www.instagram.com/ignindia/" data-submenu="bar-115"><?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"> <path d="M101.3,512h309.3c55.9,0,101.3-45.5,101.3-101.3V101.3C512,45.5,466.5,0,410.7,0H101.3C45.5,0,0,45.5,0,101.3v309.3 C0,466.5,45.5,512,101.3,512z M32,101.3C32,63.1,63.1,32,101.3,32h309.3c38.2,0,69.3,31.1,69.3,69.3v309.3 c0,38.2-31.1,69.3-69.3,69.3H101.3C63.1,480,32,448.9,32,410.7V101.3z"/> <path d="M256,386.8c72.1,0,130.8-58.7,130.8-130.8S328.1,125.2,256,125.2S125.2,183.9,125.2,256S183.9,386.8,256,386.8L256,386.8z M256,157.2c54.5,0,98.8,44.3,98.8,98.8s-44.3,98.8-98.8,98.8s-98.8-44.3-98.8-98.8S201.5,157.2,256,157.2L256,157.2z"/> <path d="M391.6,157.1c21,0,36.9-15.8,36.9-36.7c0-21.8-16.7-36.7-36.9-36.7c-21,0-36.9,15.8-36.9,36.7 C354.8,142.1,371.4,157.1,391.6,157.1L391.6,157.1z M395.4,116.8c6.7,6-8.6,13.2-8.6,3.5C386.8,114.6,394.6,116.1,395.4,116.8z"/> </svg> <span>Instagram</span></a></li><li class=""><a class="iconsvg" target='_blank' href="https://www.facebook.com/IGNDIA/" data-submenu="bar-116"><?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"> <path d="M57.7,512h187.8c8.8,0,16-7.2,16-16c0-3.4-0.2-145.9-0.2-149.3c0-8.8-7.2-16-16-16h-48v-53.3h48c8.8,0,16-7.2,16-16v-60.1 c0-52.1,42.4-94.6,94.6-94.6H400V160h-26.7c-20.6,0-37.3,16.7-37.3,37.3v64c0,8.8,7.2,16,16,16h64.9l-13.3,53.3H352 c-8.8,0-16,7.2-16,16V496c0,8.8,7.2,16,16,16h102.3c31.9,0,57.7-25.9,57.7-57.7V57.7C512,25.9,486.1,0,454.3,0H57.7 C25.9,0,0,25.9,0,57.7v396.5C0,486.1,25.9,512,57.7,512L57.7,512z M32,57.7C32,43.5,43.5,32,57.7,32h396.5 c14.2,0,25.7,11.5,25.7,25.7v396.5c0,14.2-11.5,25.7-25.7,25.7H368V362.7h48c7.3,0,13.7-5,15.5-12.1l21.3-85.3 c2.5-10.1-5.1-19.9-15.5-19.9H368v-48c0-2.9,2.4-5.3,5.3-5.3H416c8.8,0,16-7.2,16-16V90.7c0-8.8-7.2-16-16-16h-60.1 c-69.8,0-126.6,56.8-126.6,126.6v44.1h-48c-8.8,0-16,7.2-16,16v85.3c0,8.8,7.2,16,16,16h48V480H57.7C43.5,480,32,468.5,32,454.3 L32,57.7z"/> </svg> <span>Facebook</span></a></li><li class=""><a class="iconsvg" target='_blank' href="https://twitter.com/IGN_IN" data-submenu="bar-117"><?xml version="1.0" encoding="utf-8"?> <!-- Generator: Adobe Illustrator 27.5.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="svg5" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 1668.56 1221.19" style="enable-background:new 0 0 1668.56 1221.19;" xml:space="preserve"> <g id="layer1" transform="translate(52.390088,-25.058597)"> <path id="path1009" d="M283.94,167.31l386.39,516.64L281.5,1104h87.51l340.42-367.76L984.48,1104h297.8L874.15,558.3l361.92-390.99 h-87.51l-313.51,338.7l-253.31-338.7H283.94z M412.63,231.77h136.81l604.13,807.76h-136.81L412.63,231.77z"/> </g> </svg> <span>Twitter/X</span></a></li><li class=""><a class="iconsvg" target='_blank' href="https://www.youtube.com/c/IGNIndia" data-submenu="bar-118"><?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 394.6" style="enable-background:new 0 0 512 394.6;" xml:space="preserve"> <path d="M212,108.9c-10.6-6.3-24.2,1.3-24.2,13.7v149.3c0,12.5,13.6,20,24.2,13.8l125.2-74.6c10.4-6.2,10.4-21.3,0-27.5L212,108.9z M219.8,243.8v-93l78,46.6L219.8,243.8z"/> <path d="M424.6,11.1c-99.3-14.7-237.9-14.7-337.2,0c-39.7,5.9-71,37.1-77.8,77.6c-12.7,75.2-12.7,142.2,0,217.3 c6.8,40.5,38.1,71.7,77.8,77.6c49.7,7.4,109.3,11.1,168.9,11.1c59.4,0,118.8-3.7,168.4-11.1c39.7-5.9,71-37.1,77.8-77.6 c12.7-75.2,12.7-142.2,0-217.3C495.6,48.1,464.3,16.9,424.6,11.1L424.6,11.1z M470.9,300.6c-4.5,26.8-25,47.4-51,51.2 c-96.4,14.3-231.2,14.3-327.9,0c-26-3.9-46.5-24.4-51-51.2c-12.2-72.4-12.2-134.2,0-206.7c4.5-26.8,25-47.4,51-51.2 C140.4,35.5,198.2,32,256,32c57.8,0,115.7,3.6,163.9,10.7c26,3.9,46.5,24.4,51,51.2C483.2,166.4,483.2,228.2,470.9,300.6 L470.9,300.6z"/> </svg> <span>YouTube</span></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="https://in.ign.com/india/174777/page/welcome-to-ign-india" data-submenu="bar-26"><span>About IGN India</span></a><style> #div-clmb-ctn-195688-1{margin-top:20px;} </style></li><li class=""><a class="iconsvg" href="https://in.ign.com/india/174779/page/contact-us" data-submenu="bar-27"><span>Contact the Editorial Staff</span></a></li><li class=""><a class="iconsvg" target='_blank' href="mailto:ign@forkmediagroup.com" data-submenu="bar-28"><span>Advertise</span></a></li><li class=""><a class="iconsvg" target='_blank' href="http://corp.ign.com/press" data-submenu="bar-29"><span>Press</span></a></li><li class=""><a class="iconsvg" href="/page/55902/user-agreement" data-submenu="bar-30"><span>User Agreement</span></a></li><li class=""><a class="iconsvg" href="/page/55901/privacy-policy" data-submenu="bar-31"><span>Privacy Policy</span></a></li><li class=""><a class="iconsvg" href="/india/79422/page/cookies" data-submenu="bar-32"><span>Cookie Policy</span></a></li><li class=""><a class="iconsvg" href="/en/articles/rss" data-submenu="bar-33"><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 India is operated by <a href="https://forkmediagroup.com/" rel="nofollow">Fork Media Group Pvt. Ltd.</a> under license from IGN Entertainment and its affiliates.</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 Serbian/Croatian</option> <option data-language='SL' value="https://adria.ign.com/sl/">Adria Slovenian</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//in.ign.com/article/guide" 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//in.ign.com/article/guide" target="_top" rel="nofollow" class="lightbox main button login-button">Login</a> <a href="https://www.ign.com/register?redirect=http%3A//in.ign.com/article/guide" 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//in.ign.com/article/guide" 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> <section class="wrap herogrid"> <div class="main-content"> <div class="list-hero"> <div class="herotitle"> <svg xmlns="http://www.w3.org/2000/svg" class="ign-icon icon-reviews" width="32" height="32" viewBox="0 0 32 32"><g class="has-stroke" stroke="#252627" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M16.5 4.577l8.825 5.096a2 2 0 0 1 1 1.732v10.19a2 2 0 0 1-1 1.732L16.5 28.423a2 2 0 0 1-2 0l-8.825-5.096a2 2 0 0 1-1-1.732v-10.19a2 2 0 0 1 1-1.732L14.5 4.577a2 2 0 0 1 2 0z"></path><path d="M11 13h4"></path><path d="M11 17h7"></path><path d="M11 21h4"></path></g></svg> Game Guides </div> <a class="score-wrapper" href="https://in.ign.com/wordle/228131/guide/wordle-today-1385-hints-and-the-answer-4-2025-puzzle-out-now"> <img class="hero" src="https://sm.ign.com/t/ign_in/screenshot/default/2_1tzx.768.jpg" alt="Wordle Today (#1385): Hints and the Answer for April 4 2025 Puzzle Out Now (Guide Wordle)" srcset="https://sm.ign.com/t/ign_in/screenshot/default/2_1tzx.768.jpg, https://sm.ign.com/t/ign_in/screenshot/default/2_1tzx.1536.jpg 2x"> </a> </div> </div> <section class="right-rail"> <div class="five-up-header"><svg xmlns="http://www.w3.org/2000/svg" class="ign-icon icon-reviews" width="32" height="32" viewBox="0 0 32 32"><g class="has-stroke" stroke="#252627" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M16.5 4.577l8.825 5.096a2 2 0 0 1 1 1.732v10.19a2 2 0 0 1-1 1.732L16.5 28.423a2 2 0 0 1-2 0l-8.825-5.096a2 2 0 0 1-1-1.732v-10.19a2 2 0 0 1 1-1.732L14.5 4.577a2 2 0 0 1 2 0z"></path><path d="M11 13h4"></path><path d="M11 17h7"></path><path d="M11 21h4"></path></g></svg><span>Popular</span></div> <hr class="bridge"> <a class="slotter-item" href="https://in.ign.com/wordle/228131/guide/wordle-today-1385-hints-and-the-answer-4-2025-puzzle-out-now"> <div class="badge-round badge-inside index-badge featured">01</div> <div class="badge-round badge-inside badge-round badge-inside right-side featured"> <div class="badge-round badge-inside badge-round badge-inside item-data"> <span class="badge-round badge-inside badge-round badge-inside item-timeago">6 days, 22 hours</span> <span class="comment-count"><svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" class="ign-icon icon-comment"><path d="M7.538 11.528l-3.14 2.048a.5.5 0 0 1-.773-.419v-1.993a4.375 4.375 0 0 1 1.749-8.383h5.252a4.374 4.374 0 1 1 0 8.747H7.538z" stroke="#DD3A3A" stroke-width="2" fill="none" fill-rule="evenodd"></path></svg> </span> </div> <div class="badge-round badge-inside badge-round badge-inside item-blurb">Wordle Today (#1385): Hints and the Answer for April 4 2025 Puzzle Out Now</div> </div> </a> <a class="slotter-item" href="https://in.ign.com/garena-free-fire/228229/guide/garena-free-fire-max-redeem-codes-5-2025-available-now"> <div class="badge-round badge-inside index-badge">02</div> <div class="badge-round badge-inside badge-round badge-inside right-side"> <div class="badge-round badge-inside badge-round badge-inside item-data"> <span class="badge-round badge-inside badge-round badge-inside item-timeago">6 days, 1 hour</span> <span class="comment-count"><svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" class="ign-icon icon-comment"><path d="M7.538 11.528l-3.14 2.048a.5.5 0 0 1-.773-.419v-1.993a4.375 4.375 0 0 1 1.749-8.383h5.252a4.374 4.374 0 1 1 0 8.747H7.538z" stroke="#DD3A3A" stroke-width="2" fill="none" fill-rule="evenodd"></path></svg> </span> </div> <div class="badge-round badge-inside badge-round badge-inside item-blurb">Garena Free Fire Max: Redeem Codes for April 5, 2025, Available Now</div> </div> </a> <a class="slotter-item" href="https://in.ign.com/minecraft-the-movie/228113/guide/how-to-watch-a-minecraft-movie-showtimes-and-streaming-details"> <div class="badge-round badge-inside index-badge">03</div> <div class="badge-round badge-inside badge-round badge-inside right-side"> <div class="badge-round badge-inside badge-round badge-inside item-data"> <span class="badge-round badge-inside badge-round badge-inside item-timeago">6 days, 14 hours</span> <span class="comment-count"><svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" class="ign-icon icon-comment"><path d="M7.538 11.528l-3.14 2.048a.5.5 0 0 1-.773-.419v-1.993a4.375 4.375 0 0 1 1.749-8.383h5.252a4.374 4.374 0 1 1 0 8.747H7.538z" stroke="#DD3A3A" stroke-width="2" fill="none" fill-rule="evenodd"></path></svg> </span> </div> <div class="badge-round badge-inside badge-round badge-inside item-blurb">How to Watch A Minecraft Movie: Showtimes and Streaming Details</div> </div> </a> <a class="slotter-item" href="https://in.ign.com/wordle/228275/guide/wordle-today-1386-hints-and-answer-7-2025"> <div class="badge-round badge-inside index-badge">04</div> <div class="badge-round badge-inside badge-round badge-inside right-side"> <div class="badge-round badge-inside badge-round badge-inside item-data"> <span class="badge-round badge-inside badge-round badge-inside item-timeago">4 days, 1 hour</span> <span class="comment-count"><svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" class="ign-icon icon-comment"><path d="M7.538 11.528l-3.14 2.048a.5.5 0 0 1-.773-.419v-1.993a4.375 4.375 0 0 1 1.749-8.383h5.252a4.374 4.374 0 1 1 0 8.747H7.538z" stroke="#DD3A3A" stroke-width="2" fill="none" fill-rule="evenodd"></path></svg> </span> </div> <div class="badge-round badge-inside badge-round badge-inside item-blurb">Wordle Today (#1386): Hints and Answer for April 7, 2025</div> </div> </a> <a class="slotter-item" href="https://in.ign.com/garena-free-fire/228247/guide/garena-free-fire-max-redeem-codes-6-2025-available-now"> <div class="badge-round badge-inside index-badge">05</div> <div class="badge-round badge-inside badge-round badge-inside right-side"> <div class="badge-round badge-inside badge-round badge-inside item-data"> <span class="badge-round badge-inside badge-round badge-inside item-timeago">4 days, 23 hours</span> <span class="comment-count"><svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" class="ign-icon icon-comment"><path d="M7.538 11.528l-3.14 2.048a.5.5 0 0 1-.773-.419v-1.993a4.375 4.375 0 0 1 1.749-8.383h5.252a4.374 4.374 0 1 1 0 8.747H7.538z" stroke="#DD3A3A" stroke-width="2" fill="none" fill-rule="evenodd"></path></svg> </span> </div> <div class="badge-round badge-inside badge-round badge-inside item-blurb">Garena Free Fire Max: Redeem Codes for April 6, 2025, Available Now</div> </div> </a> </section> </section> <section class="stripe"> <div class="indexFilter wrap"> <ul class="filterlist"> <li class="all active"><svg xmlns="http://www.w3.org/2000/svg" class="ign-icon icon-reviews" width="32" height="32" viewBox="0 0 32 32"><g class="has-stroke" stroke="#252627" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M16.5 4.577l8.825 5.096a2 2 0 0 1 1 1.732v10.19a2 2 0 0 1-1 1.732L16.5 28.423a2 2 0 0 1-2 0l-8.825-5.096a2 2 0 0 1-1-1.732v-10.19a2 2 0 0 1 1-1.732L14.5 4.577a2 2 0 0 1 2 0z"></path><path d="M11 13h4"></path><path d="M11 17h7"></path><path d="M11 21h4"></path></g></svg> <span class="label"><a href="/article/guide">All</a></span> </li> <li class="game "><a href="/article/guide?keyword__type=game"><svg width="32" height="32" class="ign-icon icon-games" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 27"><g fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round"><g transform="translate(-4 -2)" class="has-stroke" stroke="#252627" stroke-width="2"><path d="M16 19v-6"></path><circle cx="16" cy="8" r="5"></circle><rect x="5" y="20" width="22" height="8" rx="2"></rect><path d="M10 17.5V19"></path></g></g></svg><span class="label">Games</span></a></li> <li class="movie "><a href="/article/guide?keyword__type=movie"><svg width="32" height="32" class="ign-icon icon-movies" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 26"><g fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round"><g transform="translate(-2 -3)" class="has-stroke" stroke="#252627" stroke-width="2"><path d="M28 20.377A3 3 0 0 0 24.377 24H8a3 3 0 0 0-4-2.83v-9.34A3 3 0 0 0 7.83 8h17.34A3 3 0 0 0 28 12v8.377z" transform="rotate(45 16 16)"></path><circle cx="16" cy="16" r="4"></circle></g></g></svg><span class="label">Movies</span></a></li> <li class="tv "><a href="/article/guide?keyword__type=tv"><svg width="32" height="32" class="ign-icon icon-tv" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 23"><g fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round"><g transform="translate(-2 -5)" class="has-stroke" stroke="#252627" stroke-width="2"><rect x="3" y="6" width="26" height="17" rx="1.083"></rect><path d="M21.45 27h-9.9"></path></g></g></svg><span class="label">TV</span></a></li> <li class="comics "><a href="/article/guide?keyword__type=comics"><svg width="32" height="32" class="ign-icon icon-comics" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 26"><g fill="none" fill-rule="evenodd"><g transform="translate(-2 -3)"><path class="has-stroke" stroke="#252627" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" d="M16 6.166L11.982 4l-1.939 4.042-4.56.542.875 4.376L3 16l3.358 3.04-.875 4.376 4.56.542L11.983 28 16 25.834 20.018 28l1.939-4.042 4.56-.542-.875-4.376L29 16l-3.358-3.04.875-4.376-4.56-.542L20.018 4z"></path><rect class="has-fill" fill="#252627" x="15" y="10" width="2" height="7" rx="1"></rect><rect class="has-fill" fill="#252627" x="15" y="19" width="2" height="2" rx="1"></rect></g></g></svg><span class="label">Comics</span></a></li> <li class="tech "><a href="/article/guide?keyword__type=tech"><svg width="32" height="32" class="ign-icon icon-tech" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 28"><g fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round"><g transform="translate(-7 -2)" class="has-stroke" stroke="#252627" stroke-width="2"><rect x="8" y="3" width="16" height="26" rx="2"></rect><path d="M12 3h8v1.857C20 5.488 19.488 6 18.857 6h-5.714A1.143 1.143 0 0 1 12 4.857V3z"></path></g></g></svg><span class="label">Tech</span></a></li> </ul> <ul class="listselector"> <li id="listselector-reviewscores"> <span>Review Scores</span> <label for="reviewScores" id="labelscore" class="segmentfilter segmentfilter toggle checked"> <input type="checkbox" id="reviewScores" name="reviewScores" class="segmentfilter segmentfilter" checked=""> <div class="segmentfilter segmentfilter toggle-indicator"></div> </label> </li> <!-- <li> <span>Editors’ Choice</span> <label for="editorsChoice" id ="labeleditor" class="segmentfilter segmentfilter toggle"> <input type="checkbox" id="editorsChoice" name="editorsChoice" class="segmentfilter segmentfilter"> <div class="segmentfilter segmentfilter toggle-indicator"></div> </label> </li> --> <li id="listselector-sort"> <span>Sort By</span> <select id="orderby"> <option selected value="-publish_date">Most Recent</option> <option value="publish_date">Least Recent</option> <option value="-keyword__score">Score</option> <option value="title">Name</option> </select> </li> <li id="listselector-genre"> <span>Platform</span> <select id="selectplatform"> <option>All</option> <option value="xbox-one">Xbox One</option> <option value="ps4">PS4</option> <option value="nintendo-switch">Switch</option> <option value="vita">PS Vita</option> <option value="pc">PC</option> <option value="mobile">Mobile</option> </select> </li> </ul> </div> </section> <section class="broll wrap" data-slotter="" data-pagenum="1" data-total="30" data-type="" data-slotterid="" 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: none;" ></h2> <div class="tbl"> <article class="article GUIDE" id="content228616" data-embed-url="" data-type="GUIDE" data-pk="228616" data-slotterid="228616" data-raw=""> <div class="t"> <a href="https://in.ign.com/dragon-ball-2/228616/guide/how-to-watch-dragon-ball-in-order-series-sagas-and-movies" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_in/guide/h/how-to-wat/how-to-watch-dragon-ball-in-order-series-sagas-and-movies_7h4y.280.jpg" alt="How to Watch Dragon Ball in Order: Series, Sagas, and Movies (Guide Dragon Ball)" class="thumb" data-srcset="https://sm.ign.com/t/ign_in/guide/h/how-to-wat/how-to-watch-dragon-ball-in-order-series-sagas-and-movies_7h4y.280.jpg, https://sm.ign.com/t/ign_in/guide/h/how-to-wat/how-to-watch-dragon-ball-in-order-series-sagas-and-movies_7h4y.600.jpg 2x"> </a> </div> <div class="m"> <div class="info"><time datetime="2025-04-11T00:25:23+05:30">8 hours, 36 minutes</time> <a href="https://in.ign.com/dragon-ball-2/228616/guide/how-to-watch-dragon-ball-in-order-series-sagas-and-movies#disqus_thread" class="comments commentscount" data-disqus-identifier="article_228616">Comment</a></div> <h3><a href="https://in.ign.com/dragon-ball-2/228616/guide/how-to-watch-dragon-ball-in-order-series-sagas-and-movies"><span class="caption">How to Watch Dragon Ball in Order: Series, Sagas, and Movies</span></a></h3> <p class="deck">An epic journey awaits.</p> </div> </article> <article class="article GUIDE" id="content228610" data-embed-url="" data-type="GUIDE" data-pk="228610" data-slotterid="228610" data-raw=""> <div class="t"> <a href="https://in.ign.com/baldurs-gate-3/228610/guide/devs-react-to-speedruns-returns-this-weekend" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_in/guide/d/devs-react/devs-react-to-speedruns-returns-this-weekend_h7r9.280.jpg" alt="Devs React to Speedruns Returns This Weekend (Guide Baldur's Gate 3)" class="thumb" data-srcset="https://sm.ign.com/t/ign_in/guide/d/devs-react/devs-react-to-speedruns-returns-this-weekend_h7r9.280.jpg, https://sm.ign.com/t/ign_in/guide/d/devs-react/devs-react-to-speedruns-returns-this-weekend_h7r9.600.jpg 2x"> </a> </div> <div class="m"> <div class="info"><time datetime="2025-04-10T23:46:40+05:30">9 hours, 15 minutes</time> <a href="https://in.ign.com/baldurs-gate-3/228610/guide/devs-react-to-speedruns-returns-this-weekend#disqus_thread" class="comments commentscount" data-disqus-identifier="article_228610">Comment</a></div> <h3><a href="https://in.ign.com/baldurs-gate-3/228610/guide/devs-react-to-speedruns-returns-this-weekend"><span class="caption">Devs React to Speedruns Returns This Weekend</span></a></h3> <p class="deck">I feel the need, the need for speed(runs)</p> </div> </article> <article class="article GUIDE" id="content228530" data-embed-url="" data-type="GUIDE" data-pk="228530" data-slotterid="228530" data-raw=""> <div class="t"> <a href="https://in.ign.com/schedule-i/228530/guide/schedule-1-interactive-map-is-now-available" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_in/guide/s/schedule-1/schedule-1-interactive-map-is-now-available_fstr.280.jpg" alt="Schedule 1 Interactive Map is Now Available (Guide Schedule I)" class="thumb" data-srcset="https://sm.ign.com/t/ign_in/guide/s/schedule-1/schedule-1-interactive-map-is-now-available_fstr.280.jpg, https://sm.ign.com/t/ign_in/guide/s/schedule-1/schedule-1-interactive-map-is-now-available_fstr.600.jpg 2x"> </a> </div> <div class="m"> <div class="info"><time datetime="2025-04-10T19:39:06+05:30">13 hours, 22 minutes</time> <a href="https://in.ign.com/schedule-i/228530/guide/schedule-1-interactive-map-is-now-available#disqus_thread" class="comments commentscount" data-disqus-identifier="article_228530">Comment</a></div> <h3><a href="https://in.ign.com/schedule-i/228530/guide/schedule-1-interactive-map-is-now-available"><span class="caption">Schedule 1 Interactive Map is Now Available</span></a></h3> <p class="deck">Includes locations for customers, dealers, ATMs, and more!</p> </div> </article> <article class="article GUIDE" id="content228516" data-embed-url="" data-type="GUIDE" data-pk="228516" data-slotterid="228516" data-raw=""> <div class="t"> <a href="https://in.ign.com/paramount-plus/228516/guide/how-to-watch-the-masters-live-where-to-stream-the-golf-tournament-online-today" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_in/guide/h/how-to-wat/how-to-watch-the-masters-live-where-to-stream-the-golf-tourn_r96m.280.jpg" alt="How to Watch the Masters Live: Where to Stream the Golf Tournament Online Today (Guide Paramount Plus)" class="thumb" data-srcset="https://sm.ign.com/t/ign_in/guide/h/how-to-wat/how-to-watch-the-masters-live-where-to-stream-the-golf-tourn_r96m.280.jpg, https://sm.ign.com/t/ign_in/guide/h/how-to-wat/how-to-watch-the-masters-live-where-to-stream-the-golf-tourn_r96m.600.jpg 2x"> </a> </div> <div class="m"> <div class="info"><time datetime="2025-04-10T17:33:00+05:30">15 hours, 28 minutes</time> <a href="https://in.ign.com/paramount-plus/228516/guide/how-to-watch-the-masters-live-where-to-stream-the-golf-tournament-online-today#disqus_thread" class="comments commentscount" data-disqus-identifier="article_228516">Comment</a></div> <h3><a href="https://in.ign.com/paramount-plus/228516/guide/how-to-watch-the-masters-live-where-to-stream-the-golf-tournament-online-today"><span class="caption">How to Watch the Masters Live: Where to Stream the Golf Tournament Online Today</span></a></h3> <p class="deck">Paramount+ is the home of the Masters in 2025.</p> </div> </article> <article class="article GUIDE" id="content228491" data-embed-url="" data-type="GUIDE" data-pk="228491" data-slotterid="228491" data-raw=""> <div class="t"> <a href="https://in.ign.com/garena-free-fire/228491/guide/garena-free-fire-max-redeem-codes-10-2025-available-now" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_in/screenshot/default/garena-free-fire-734y_njqg.280.jpg" alt="Garena Free Fire Max: Redeem Codes for April 10, 2025, Available Now (Guide Garena Free Fire)" class="thumb" data-srcset="https://sm.ign.com/t/ign_in/screenshot/default/garena-free-fire-734y_njqg.280.jpg, https://sm.ign.com/t/ign_in/screenshot/default/garena-free-fire-734y_njqg.600.jpg 2x"> </a> </div> <div class="m"> <div class="info"><time datetime="2025-04-10T10:12:00+05:30">22 hours, 49 minutes</time> <a href="https://in.ign.com/garena-free-fire/228491/guide/garena-free-fire-max-redeem-codes-10-2025-available-now#disqus_thread" class="comments commentscount" data-disqus-identifier="article_228491">Comment</a></div> <h3><a href="https://in.ign.com/garena-free-fire/228491/guide/garena-free-fire-max-redeem-codes-10-2025-available-now"><span class="caption">Garena Free Fire Max: Redeem Codes for April 10, 2025, Available Now</span></a></h3> <p class="deck">The game is available on both Android and iOS.</p> </div> </article> <article class="article GUIDE" id="content228490" data-embed-url="" data-type="GUIDE" data-pk="228490" data-slotterid="228490" data-raw=""> <div class="t"> <a href="https://in.ign.com/wordle/228490/guide/wordle-today-1391-hints-and-the-answer-10-2025" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_in/screenshot/default/1_b2b8.280.jpg" alt="Wordle Today (#1391): Hints and the Answer for April 10, 2025 (Guide Wordle)" class="thumb" data-srcset="https://sm.ign.com/t/ign_in/screenshot/default/1_b2b8.280.jpg, https://sm.ign.com/t/ign_in/screenshot/default/1_b2b8.600.jpg 2x"> </a> </div> <div class="m"> <div class="info"><time datetime="2025-04-10T10:05:00+05:30">22 hours, 56 minutes</time> <a href="https://in.ign.com/wordle/228490/guide/wordle-today-1391-hints-and-the-answer-10-2025#disqus_thread" class="comments commentscount" data-disqus-identifier="article_228490">Comment</a></div> <h3><a href="https://in.ign.com/wordle/228490/guide/wordle-today-1391-hints-and-the-answer-10-2025"><span class="caption">Wordle Today (#1391): Hints and the Answer for April 10, 2025</span></a></h3> <p class="deck">Here are the solutions to today’s Wordle.</p> </div> </article> <article class="article GUIDE" id="content228425" data-embed-url="" data-type="GUIDE" data-pk="228425" data-slotterid="228425" data-raw=""> <div class="t"> <a href="https://in.ign.com/garena-free-fire/228425/guide/garena-free-fire-max-redeem-codes-9-2025-available-now" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_in/screenshot/default/free-fire-max-loading_ngzx.280.jpg" alt="Garena Free Fire Max: Redeem Codes for April 9, 2025, Available Now (Guide Garena Free Fire)" class="thumb" data-srcset="https://sm.ign.com/t/ign_in/screenshot/default/free-fire-max-loading_ngzx.280.jpg, https://sm.ign.com/t/ign_in/screenshot/default/free-fire-max-loading_ngzx.600.jpg 2x"> </a> </div> <div class="m"> <div class="info"><time datetime="2025-04-09T10:28:00+05:30">1 day, 22 hours</time> <a href="https://in.ign.com/garena-free-fire/228425/guide/garena-free-fire-max-redeem-codes-9-2025-available-now#disqus_thread" class="comments commentscount" data-disqus-identifier="article_228425">Comment</a></div> <h3><a href="https://in.ign.com/garena-free-fire/228425/guide/garena-free-fire-max-redeem-codes-9-2025-available-now"><span class="caption">Garena Free Fire Max: Redeem Codes for April 9, 2025, Available Now</span></a></h3> <p class="deck">The codes are for one-time redemption only.</p> </div> </article> <article class="article GUIDE" id="content228424" data-embed-url="" data-type="GUIDE" data-pk="228424" data-slotterid="228424" data-raw=""> <div class="t"> <a href="https://in.ign.com/wordle/228424/guide/wordle-today-1390-hints-and-the-answer-9-2025-puzzle-out-now" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_in/screenshot/default/5_1pgb.280.jpg" alt="Wordle Today (#1390): Hints and the Answer for April 9 2025 Puzzle Out Now (Guide Wordle)" class="thumb" data-srcset="https://sm.ign.com/t/ign_in/screenshot/default/5_1pgb.280.jpg, https://sm.ign.com/t/ign_in/screenshot/default/5_1pgb.600.jpg 2x"> </a> </div> <div class="m"> <div class="info"><time datetime="2025-04-09T10:08:00+05:30">1 day, 22 hours</time> <a href="https://in.ign.com/wordle/228424/guide/wordle-today-1390-hints-and-the-answer-9-2025-puzzle-out-now#disqus_thread" class="comments commentscount" data-disqus-identifier="article_228424">Comment</a></div> <h3><a href="https://in.ign.com/wordle/228424/guide/wordle-today-1390-hints-and-the-answer-9-2025-puzzle-out-now"><span class="caption">Wordle Today (#1390): Hints and the Answer for April 9 2025 Puzzle Out Now</span></a></h3> <p class="deck">In Wordle, players have six chances to guess the correct word.</p> </div> </article> <article class="article GUIDE" id="content228337" data-embed-url="" data-type="GUIDE" data-pk="228337" data-slotterid="228337" data-raw=""> <div class="t"> <a href="https://in.ign.com/garena-free-fire/228337/guide/garena-free-fire-max-redeem-codes-8-2025-out-now" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_in/screenshot/default/image006-38su_vhs7.280.jpg" alt="Garena Free Fire Max: Redeem Codes for April 8, 2025 Out Now (Guide Garena Free Fire)" class="thumb" data-srcset="https://sm.ign.com/t/ign_in/screenshot/default/image006-38su_vhs7.280.jpg, https://sm.ign.com/t/ign_in/screenshot/default/image006-38su_vhs7.600.jpg 2x"> </a> </div> <div class="m"> <div class="info"><time datetime="2025-04-08T10:23:00+05:30">2 days, 22 hours</time> <a href="https://in.ign.com/garena-free-fire/228337/guide/garena-free-fire-max-redeem-codes-8-2025-out-now#disqus_thread" class="comments commentscount" data-disqus-identifier="article_228337">Comment</a></div> <h3><a href="https://in.ign.com/garena-free-fire/228337/guide/garena-free-fire-max-redeem-codes-8-2025-out-now"><span class="caption">Garena Free Fire Max: Redeem Codes for April 8, 2025 Out Now</span></a></h3> <p class="deck">Here are all the redemption codes for the game.</p> </div> </article> <article class="article GUIDE" id="content228336" data-embed-url="" data-type="GUIDE" data-pk="228336" data-slotterid="228336" data-raw=""> <div class="t"> <a href="https://in.ign.com/wordle/228336/guide/wordle-today-1389-hints-and-the-answer-8-2025" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_in/screenshot/default/4_9yys.280.jpg" alt="Wordle Today (#1389): Hints and the Answer for April 8, 2025 (Guide Wordle)" class="thumb" data-srcset="https://sm.ign.com/t/ign_in/screenshot/default/4_9yys.280.jpg, https://sm.ign.com/t/ign_in/screenshot/default/4_9yys.600.jpg 2x"> </a> </div> <div class="m"> <div class="info"><time datetime="2025-04-08T10:17:00+05:30">2 days, 22 hours</time> <a href="https://in.ign.com/wordle/228336/guide/wordle-today-1389-hints-and-the-answer-8-2025#disqus_thread" class="comments commentscount" data-disqus-identifier="article_228336">Comment</a></div> <h3><a href="https://in.ign.com/wordle/228336/guide/wordle-today-1389-hints-and-the-answer-8-2025"><span class="caption">Wordle Today (#1389): Hints and the Answer for April 8, 2025</span></a></h3> <p class="deck">The solutions for today's Wordle, along with strategies and hints, are provided below.</p> </div> </article> <article class="article GUIDE" id="content225914" data-embed-url="" data-type="GUIDE" data-pk="225914" data-slotterid="225914" data-raw=""> <div class="t"> <a href="https://in.ign.com/daredevil-born-again/225914/guide/how-to-watch-daredevil-born-again-where-to-stream-and-episode-release-schedule" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_in/guide/w/where-to-w/where-to-watch-daredevil-born-again-where-to-stream-and-epis_6pe9.280.png" alt="Where to Watch Daredevil: Born Again – Where to Stream and Episode Release Schedule (Guide Daredevil: Born Again)" class="thumb" data-srcset="https://sm.ign.com/t/ign_in/guide/w/where-to-w/where-to-watch-daredevil-born-again-where-to-stream-and-epis_6pe9.280.png, https://sm.ign.com/t/ign_in/guide/w/where-to-w/where-to-watch-daredevil-born-again-where-to-stream-and-epis_6pe9.600.png 2x"> </a> </div> <div class="m"> <div class="info"><time datetime="2025-04-08T03:54:00+05:30">3 days, 5 hours</time> <a href="https://in.ign.com/daredevil-born-again/225914/guide/how-to-watch-daredevil-born-again-where-to-stream-and-episode-release-schedule#disqus_thread" class="comments commentscount" data-disqus-identifier="article_225914">Comment</a></div> <h3><a href="https://in.ign.com/daredevil-born-again/225914/guide/how-to-watch-daredevil-born-again-where-to-stream-and-episode-release-schedule"><span class="caption">Where to Watch Daredevil: Born Again – Where to Stream and Episode Release Schedule</span></a></h3> <p class="deck">Daredevil returns to Disney+.</p> </div> </article> <article class="article GUIDE" id="content228333" data-embed-url="" data-type="GUIDE" data-pk="228333" data-slotterid="228333" data-raw=""> <div class="t"> <a href="https://in.ign.com/path-of-exile-2/228333/guide/path-of-exile-2-dawn-of-the-hunt-update-list-of-everything-new-plus-helpful-guides-and-tools" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_in/guide/p/path-of-ex/path-of-exile-2-dawn-of-the-hunt-update-list-of-everything-n_xu8c.280.jpg" alt="Path of Exile 2 Dawn of the Hunt Update: List of Everything New (Plus Helpful Guides and Tools!) (Guide Path of Exile 2)" class="thumb" data-srcset="https://sm.ign.com/t/ign_in/guide/p/path-of-ex/path-of-exile-2-dawn-of-the-hunt-update-list-of-everything-n_xu8c.280.jpg, https://sm.ign.com/t/ign_in/guide/p/path-of-ex/path-of-exile-2-dawn-of-the-hunt-update-list-of-everything-n_xu8c.600.jpg 2x"> </a> </div> <div class="m"> <div class="info"><time datetime="2025-04-08T03:17:25+05:30">3 days, 5 hours</time> <a href="https://in.ign.com/path-of-exile-2/228333/guide/path-of-exile-2-dawn-of-the-hunt-update-list-of-everything-new-plus-helpful-guides-and-tools#disqus_thread" class="comments commentscount" data-disqus-identifier="article_228333">Comment</a></div> <h3><a href="https://in.ign.com/path-of-exile-2/228333/guide/path-of-exile-2-dawn-of-the-hunt-update-list-of-everything-new-plus-helpful-guides-and-tools"><span class="caption">Path of Exile 2 Dawn of the Hunt Update: List of Everything New (Plus Helpful Guides and Tools!)</span></a></h3> <p class="deck">Biggest changes include Wisps, Uniques, and tons of endgame additions.</p> </div> </article> <article class="article GUIDE" id="content228320" data-embed-url="" data-type="GUIDE" data-pk="228320" data-slotterid="228320" data-raw=""> <div class="t"> <a href="https://in.ign.com/my-hero-academia-vigilantes/228320/guide/where-to-watch-my-hero-academia-vigilantes-episode-release-dates" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_in/guide/w/where-to-w/where-to-watch-my-hero-academia-vigilantes-episode-release-d_bqtz.280.jpg" alt="Where to Watch My Hero Academia: Vigilantes - Episode Release Dates (Guide My Hero Academia: Vigilantes)" class="thumb" data-srcset="https://sm.ign.com/t/ign_in/guide/w/where-to-w/where-to-watch-my-hero-academia-vigilantes-episode-release-d_bqtz.280.jpg, https://sm.ign.com/t/ign_in/guide/w/where-to-w/where-to-watch-my-hero-academia-vigilantes-episode-release-d_bqtz.600.jpg 2x"> </a> </div> <div class="m"> <div class="info"><time datetime="2025-04-07T23:25:52+05:30">3 days, 9 hours</time> <a href="https://in.ign.com/my-hero-academia-vigilantes/228320/guide/where-to-watch-my-hero-academia-vigilantes-episode-release-dates#disqus_thread" class="comments commentscount" data-disqus-identifier="article_228320">Comment</a></div> <h3><a href="https://in.ign.com/my-hero-academia-vigilantes/228320/guide/where-to-watch-my-hero-academia-vigilantes-episode-release-dates"><span class="caption">Where to Watch My Hero Academia: Vigilantes - Episode Release Dates</span></a></h3> <p class="deck">The new anime spin-off premiered today.</p> </div> </article> <article class="article GUIDE" id="content223538" data-embed-url="" data-type="GUIDE" data-pk="223538" data-slotterid="223538" data-raw=""> <div class="t"> <a href="https://in.ign.com/marvel-rivals/223538/guide/marvel-rivals-character-tier-list-season-1" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_in/guide/m/marvel-riv/marvel-rivals-character-tier-list-season-15_rjgf.280.jpg" alt="Marvel Rivals Character Tier List: Season 1.5 (Guide Marvel Rivals)" class="thumb" data-srcset="https://sm.ign.com/t/ign_in/guide/m/marvel-riv/marvel-rivals-character-tier-list-season-15_rjgf.280.jpg, https://sm.ign.com/t/ign_in/guide/m/marvel-riv/marvel-rivals-character-tier-list-season-15_rjgf.600.jpg 2x"> </a> </div> <div class="m"> <div class="info"><time datetime="2025-04-07T19:22:00+05:30">3 days, 13 hours</time> <a href="https://in.ign.com/marvel-rivals/223538/guide/marvel-rivals-character-tier-list-season-1#disqus_thread" class="comments commentscount" data-disqus-identifier="article_223538">Comment</a></div> <h3><a href="https://in.ign.com/marvel-rivals/223538/guide/marvel-rivals-character-tier-list-season-1"><span class="caption">Marvel Rivals Character Tier List: Season 1.5</span></a></h3> <p class="deck">Disagree with our ranking? Vote on the community tier list!</p> </div> </article> <article class="article GUIDE" id="content228275" data-embed-url="" data-type="GUIDE" data-pk="228275" data-slotterid="228275" data-raw=""> <div class="t"> <a href="https://in.ign.com/wordle/228275/guide/wordle-today-1386-hints-and-answer-7-2025" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_in/screenshot/default/7-1_5s2y.280.jpg" alt="Wordle Today (#1386): Hints and Answer for April 7, 2025 (Guide Wordle)" class="thumb" data-srcset="https://sm.ign.com/t/ign_in/screenshot/default/7-1_5s2y.280.jpg, https://sm.ign.com/t/ign_in/screenshot/default/7-1_5s2y.600.jpg 2x"> </a> </div> <div class="m"> <div class="info"><time datetime="2025-04-07T07:50:00+05:30">4 days, 1 hour</time> <a href="https://in.ign.com/wordle/228275/guide/wordle-today-1386-hints-and-answer-7-2025#disqus_thread" class="comments commentscount" data-disqus-identifier="article_228275">Comment</a></div> <h3><a href="https://in.ign.com/wordle/228275/guide/wordle-today-1386-hints-and-answer-7-2025"><span class="caption">Wordle Today (#1386): Hints and Answer for April 7, 2025</span></a></h3> <p class="deck">In Wordle, you get six chances to guess the right word.</p> </div> </article> <article class="article GUIDE" id="content228276" data-embed-url="" data-type="GUIDE" data-pk="228276" data-slotterid="228276" data-raw=""> <div class="t"> <a href="https://in.ign.com/garena-free-fire/228276/guide/garena-free-fire-max-redeem-codes-7-2025-available-now" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_in/screenshot/default/free-fire-max-feature_mfur.280.jpg" alt="Garena Free Fire Max: Redeem Codes for April 7, 2025, Available Now (Guide Garena Free Fire)" class="thumb" data-srcset="https://sm.ign.com/t/ign_in/screenshot/default/free-fire-max-feature_mfur.280.jpg, https://sm.ign.com/t/ign_in/screenshot/default/free-fire-max-feature_mfur.600.jpg 2x"> </a> </div> <div class="m"> <div class="info"><time datetime="2025-04-07T07:30:00+05:30">4 days, 1 hour</time> <a href="https://in.ign.com/garena-free-fire/228276/guide/garena-free-fire-max-redeem-codes-7-2025-available-now#disqus_thread" class="comments commentscount" data-disqus-identifier="article_228276">Comment</a></div> <h3><a href="https://in.ign.com/garena-free-fire/228276/guide/garena-free-fire-max-redeem-codes-7-2025-available-now"><span class="caption">Garena Free Fire Max: Redeem Codes for April 7, 2025, Available Now</span></a></h3> <p class="deck">Get free character skins, in-game items like diamonds and gold, and more with these redeem codes.</p> </div> </article> <article class="article GUIDE" id="content228248" data-embed-url="" data-type="GUIDE" data-pk="228248" data-slotterid="228248" data-raw=""> <div class="t"> <a href="https://in.ign.com/wordle/228248/guide/wordle-today-1387-hints-and-the-answer-6-2025-puzzle-out-now" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_in/screenshot/default/1_p693.280.jpg" alt="Wordle Today (#1387): Hints and the Answer for April 6 2025 Puzzle Out Now (Guide Wordle)" class="thumb" data-srcset="https://sm.ign.com/t/ign_in/screenshot/default/1_p693.280.jpg, https://sm.ign.com/t/ign_in/screenshot/default/1_p693.600.jpg 2x"> </a> </div> <div class="m"> <div class="info"><time datetime="2025-04-06T09:15:00+05:30">4 days, 23 hours</time> <a href="https://in.ign.com/wordle/228248/guide/wordle-today-1387-hints-and-the-answer-6-2025-puzzle-out-now#disqus_thread" class="comments commentscount" data-disqus-identifier="article_228248">Comment</a></div> <h3><a href="https://in.ign.com/wordle/228248/guide/wordle-today-1387-hints-and-the-answer-6-2025-puzzle-out-now"><span class="caption">Wordle Today (#1387): Hints and the Answer for April 6 2025 Puzzle Out Now</span></a></h3> <p class="deck">Here are the solutions to today’s Wordle.</p> </div> </article> <article class="article GUIDE" id="content228247" data-embed-url="" data-type="GUIDE" data-pk="228247" data-slotterid="228247" data-raw=""> <div class="t"> <a href="https://in.ign.com/garena-free-fire/228247/guide/garena-free-fire-max-redeem-codes-6-2025-available-now" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_in/screenshot/default/maxresdefault-1_3bye.280.jpg" alt="Garena Free Fire Max: Redeem Codes for April 6, 2025, Available Now (Guide Garena Free Fire)" class="thumb" data-srcset="https://sm.ign.com/t/ign_in/screenshot/default/maxresdefault-1_3bye.280.jpg, https://sm.ign.com/t/ign_in/screenshot/default/maxresdefault-1_3bye.600.jpg 2x"> </a> </div> <div class="m"> <div class="info"><time datetime="2025-04-06T09:09:00+05:30">4 days, 23 hours</time> <a href="https://in.ign.com/garena-free-fire/228247/guide/garena-free-fire-max-redeem-codes-6-2025-available-now#disqus_thread" class="comments commentscount" data-disqus-identifier="article_228247">Comment</a></div> <h3><a href="https://in.ign.com/garena-free-fire/228247/guide/garena-free-fire-max-redeem-codes-6-2025-available-now"><span class="caption">Garena Free Fire Max: Redeem Codes for April 6, 2025, Available Now</span></a></h3> <p class="deck">The game is available on both Android and iOS.</p> </div> </article> <article class="article GUIDE" id="content228250" data-embed-url="" data-type="GUIDE" data-pk="228250" data-slotterid="228250" data-raw=""> <div class="t"> <a href="https://in.ign.com/lazarus/228250/guide/lazarus-the-original-anime-from-cowboy-bebop-creator-and-mappa-studio-premieres-tonight" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_in/guide/h/how-to-wat/how-to-watch-lazarus-the-original-anime-from-cowboy-bebop-cr_s3mw.280.jpg" alt="How to Watch Lazarus, the Original Anime From Cowboy Bebop Creator and Mappa Studio (Guide Lazarus)" class="thumb" data-srcset="https://sm.ign.com/t/ign_in/guide/h/how-to-wat/how-to-watch-lazarus-the-original-anime-from-cowboy-bebop-cr_s3mw.280.jpg, https://sm.ign.com/t/ign_in/guide/h/how-to-wat/how-to-watch-lazarus-the-original-anime-from-cowboy-bebop-cr_s3mw.600.jpg 2x"> </a> </div> <div class="m"> <div class="info"><time datetime="2025-04-06T05:30:00+05:30">5 days, 3 hours</time> <a href="https://in.ign.com/lazarus/228250/guide/lazarus-the-original-anime-from-cowboy-bebop-creator-and-mappa-studio-premieres-tonight#disqus_thread" class="comments commentscount" data-disqus-identifier="article_228250">Comment</a></div> <h3><a href="https://in.ign.com/lazarus/228250/guide/lazarus-the-original-anime-from-cowboy-bebop-creator-and-mappa-studio-premieres-tonight"><span class="caption">How to Watch Lazarus, the Original Anime From Cowboy Bebop Creator and Mappa Studio</span></a></h3> <p class="deck">Watch live or stream the next day.</p> </div> </article> <article class="article GUIDE" id="content228246" data-embed-url="" data-type="GUIDE" data-pk="228246" data-slotterid="228246" data-raw=""> <div class="t"> <a href="https://in.ign.com/march-madness/228246/guide/how-to-watch-the-march-madness-final-four-games-online-for-free" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_in/guide/h/how-to-wat/how-to-watch-the-march-madness-final-four-games-online-for-f_fdj9.280.jpg" alt="How to Watch the March Madness Final Four Games Online for Free (Guide March Madness)" class="thumb" data-srcset="https://sm.ign.com/t/ign_in/guide/h/how-to-wat/how-to-watch-the-march-madness-final-four-games-online-for-f_fdj9.280.jpg, https://sm.ign.com/t/ign_in/guide/h/how-to-wat/how-to-watch-the-march-madness-final-four-games-online-for-f_fdj9.600.jpg 2x"> </a> </div> <div class="m"> <div class="info"><time datetime="2025-04-06T01:30:00+05:30">5 days, 7 hours</time> <a href="https://in.ign.com/march-madness/228246/guide/how-to-watch-the-march-madness-final-four-games-online-for-free#disqus_thread" class="comments commentscount" data-disqus-identifier="article_228246">Comment</a></div> <h3><a href="https://in.ign.com/march-madness/228246/guide/how-to-watch-the-march-madness-final-four-games-online-for-free"><span class="caption">How to Watch the March Madness Final Four Games Online for Free</span></a></h3> <p class="deck">No cost or cable required.</p> </div> </article> </div> </section> <div id="infinitescrollanchor" data-infinite-scroll-limit=30 data-infinite="broll"></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 India is operated by <a href="https://forkmediagroup.com/" rel="nofollow">Fork Media Group Pvt. Ltd.</a> under license from IGN Entertainment and its affiliates.</span> </div> </div> </footer> </div> </div> <div id="tracker"><script> if(window === window.top){ICMS.tcf2loader.push("https://cdn.contextads.live/publishers/cads-generic.min.js")};</script></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-in';</script> <script type="text/javascript" src="https://ign-in.disqus.com/count.js" async="true"></script> <script type="application/ld+json">{"@context": "https://schema.org", "@type": "ItemList", "itemListElement": [{"@type": "ListItem", "position": 1, "url": "https://in.ign.com/dragon-ball-2/228616/guide/how-to-watch-dragon-ball-in-order-series-sagas-and-movies"}, {"@type": "ListItem", "position": 2, "url": "https://in.ign.com/baldurs-gate-3/228610/guide/devs-react-to-speedruns-returns-this-weekend"}, {"@type": "ListItem", "position": 3, "url": "https://in.ign.com/schedule-i/228530/guide/schedule-1-interactive-map-is-now-available"}, {"@type": "ListItem", "position": 4, "url": "https://in.ign.com/paramount-plus/228516/guide/how-to-watch-the-masters-live-where-to-stream-the-golf-tournament-online-today"}, {"@type": "ListItem", "position": 5, "url": "https://in.ign.com/garena-free-fire/228491/guide/garena-free-fire-max-redeem-codes-10-2025-available-now"}, {"@type": "ListItem", "position": 6, "url": "https://in.ign.com/wordle/228490/guide/wordle-today-1391-hints-and-the-answer-10-2025"}, {"@type": "ListItem", "position": 7, "url": "https://in.ign.com/garena-free-fire/228425/guide/garena-free-fire-max-redeem-codes-9-2025-available-now"}, {"@type": "ListItem", "position": 8, "url": "https://in.ign.com/wordle/228424/guide/wordle-today-1390-hints-and-the-answer-9-2025-puzzle-out-now"}, {"@type": "ListItem", "position": 9, "url": "https://in.ign.com/garena-free-fire/228337/guide/garena-free-fire-max-redeem-codes-8-2025-out-now"}, {"@type": "ListItem", "position": 10, "url": "https://in.ign.com/wordle/228336/guide/wordle-today-1389-hints-and-the-answer-8-2025"}, {"@type": "ListItem", "position": 11, "url": "https://in.ign.com/daredevil-born-again/225914/guide/how-to-watch-daredevil-born-again-where-to-stream-and-episode-release-schedule"}, {"@type": "ListItem", "position": 12, "url": "https://in.ign.com/path-of-exile-2/228333/guide/path-of-exile-2-dawn-of-the-hunt-update-list-of-everything-new-plus-helpful-guides-and-tools"}, {"@type": "ListItem", "position": 13, "url": "https://in.ign.com/my-hero-academia-vigilantes/228320/guide/where-to-watch-my-hero-academia-vigilantes-episode-release-dates"}, {"@type": "ListItem", "position": 14, "url": "https://in.ign.com/marvel-rivals/223538/guide/marvel-rivals-character-tier-list-season-1"}, {"@type": "ListItem", "position": 15, "url": "https://in.ign.com/wordle/228275/guide/wordle-today-1386-hints-and-answer-7-2025"}, {"@type": "ListItem", "position": 16, "url": "https://in.ign.com/garena-free-fire/228276/guide/garena-free-fire-max-redeem-codes-7-2025-available-now"}]}</script> </section> </body> </html>