CINXE.COM
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="keywords" content="quordle, game, puzzle, word, words, letters, play, online, guess, brain teaser, dordle" /> <meta name="author" content="Freddie Meyer" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" /> <!-- FB Meta Tags --> <meta property="og:url" content="https://www.merriam-webster.com" /> <meta property="og:type" content="website" /> <meta property="og:image" content="https://www.merriam-webster.com/games/quordle/quordle-banner-1200.png" /> <meta property="og:image:width" content="1200" /> <meta property="og:image:height" content="630" /> <!-- Twitter Meta Tags --> <meta name="twitter:card" content="summary_large_image" /> <meta property="twitter:domain" content="www.merriam-webster.com" /> <link rel="canonical" href="https://www.merriam-webster.com/games/quordle/" /> <meta name="theme-color" content="#111827" /> <meta name="color-scheme" content="dark light" /> <link rel="shortcut icon" sizes="192x192" href="favicon-192.png" /> <link rel="shortcut icon" sizes="128x128" href="favicon-128.png" /> <link rel="apple-touch-icon" sizes="128x128" href="favicon-128.png" /> <link rel="apple-touch-icon-precomposed" sizes="128x128" href="favicon-128.png" /> <link rel="shortcut icon" type="image/x-icon" href="favicon.ico" /> <link rel="preconnect" href="https://fonts.googleapis.com" /> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> <!-- Google Tag Manager --> <script> window.__COMMIT_REF__ = '8bcffee'; window.wordchecking_url = 'https://www.merriam-webster.com/games/quordle'; window.quordle_url = 'https://www.quordle.com'; window.quordle_time = '2023-01-04'; window.quordle_api_url = 'https://api.merriam-webster.com'; window.quordle_api_assets_url = 'https://api.merriam-webster.com'; window.quordle_theme = 'mw'; window.quordle_migration = 'false'; window.quordle_share_url = 'm-w.com/games/quordle/'; (function (w, d, s, l, i) { w[l] = w[l] || []; w[l].push({ 'gtm.start': new Date().getTime(), event: 'gtm.js' }); var f = d.getElementsByTagName(s)[0], j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src = 'https://www.googletagmanager.com/gtm.js?id=' + i + dl + ''; f.parentNode.insertBefore(j, f); })(window, document, 'script', 'dataLayer', 'GTM-TFNTWFL'); </script> <!-- End Google Tag Manager --> <script> window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } </script> <!-- ADOBE TAG --> <script type="text/javascript" src="https://www.merriam-webster.com/assets/mw/at/20240311/at.js" async></script> <!-- ADOBE TAG --> <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&family=Playfair+Display:wght@400&family=Open+Sans:wght@400;700&display=swap" rel="stylesheet" /> <script> function getCookie(name) { const value = `; ${document.cookie}`; const parts = value.split(`; ${name}=`); if (parts.length === 2) return parts.pop().split(';').shift(); } window.loginState = {}; try { let tmp = decodeURIComponent(getCookie('user-data')); if (tmp && tmp != 'undefined') { window.loginState._userData = JSON.parse(tmp); } } catch (err) { console.log(err); } const mwsl = new URLSearchParams(location.search); const mwpv = mwsl.get('mwrd'); const mwac = mwsl.get('mwac'); if (mwpv && mwac) { window.history.replaceState({}, document.title, window.wordchecking_url + '/'); } window.quordle_load = true; </script> <!-- AY HEAD TAG --> <script async src="https://E6p44qs4xbSvnv8BG.ay.delivery/manager/E6p44qs4xbSvnv8BG" type="text/javascript" referrerpolicy="no-referrer-when-downgrade" ></script> <!-- AY HEAD TAG --> <script src="https://js.sentry-cdn.com/cd8139814dd64a07af2a72fe40bed481.min.js" crossorigin="anonymous"></script> <script> if (!String.prototype.endsWith) { String.prototype.endsWith = function (search, this_len) { if (this_len === undefined || this_len > this.length) { this_len = this.length; } return this.substring(this_len - search.length, this_len) === search; }; } if (window.Sentry) { Sentry.onLoad(function () { Sentry.init({ dsn: 'true' === 'true' ? 'https://cd8139814dd64a07af2a72fe40bed481@o1140342.ingest.sentry.io/6197424' : null, sampleRate: 'prod' === 'prod' ? 0.004 : 1, environment: 'prod', release: '1.13.3-main', allowUrls: ['quordle.com/assets', 'merriam-webster.com'], ignoreErrors: [ 'ResizeObserver', 'instantSearchSDKJSBridgeClearHighlight', 'webkitExitFullScreen', 'flat is not a function', "Object doesn't support property or method 'flat'", 'TypeError: cancelled', 'TypeError: Load failed', 'privateSpecialRepair', 'BetterJsPop', 'bannerNight', 'window.webkit.messageHandlers', 'jQuery', 'isMainframe', "e.addEventListener is not a function. (In 'e.addEventListener(t,r,n)', 'e.addEventListener' is undefined)", 'Non-Error promise rejection captured with value: undefined', 'Non-Error promise rejection captured with value: fun-hooks: hooked function not ready', 'Non-Error promise rejection captured with value: Not implemented on this platform', 'Blocked a restricted frame with origin "https://www.merriam-webster.com" from accessing another frame.', 'NotSupportedError: Failed to load because no supported source was found.', 'AbortError: The play() request was interrupted because the media was removed from the document. https://goo.gl/LdLk22', "Cannot read properties of null (reading 'document')", ], beforeSend(event) { let shouldIgnore = false; // Exclude events that are ad-related if (event.breadcrumbs) { shouldIgnore = event.breadcrumbs.some((breadcrumb) => { if (breadcrumb.data && breadcrumb.data.url) { return breadcrumb.data.url.includes('securepubads.g.doubleclick.net'); } return false; }); } // Exclude events that are attempting to fetch mraid.js if (!shouldIgnore && event.exception) { shouldIgnore = event.exception.values.some((exception) => { if (exception.stacktrace && exception.stacktrace.frames) { return exception.stacktrace.frames.some((frame) => { if (frame.filename) { return frame.filename.includes('mraid.js'); } return false; }); } return false; }); } return shouldIgnore ? null : event; }, }); }); } </script> <script type="module" crossorigin src="/games/quordle/assets/index-24d1a65e.js"></script> <link rel="stylesheet" href="/games/quordle/assets/index-bde99dda.css"> <link rel="manifest" href="/games/quordle/manifest.webmanifest"></head> <body> <!-- Google Tag Manager (noscript) --> <noscript ><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TFNTWFL" height="0" width="0" style="display: none; visibility: hidden" ></iframe ></noscript> <!-- End Google Tag Manager (noscript) --> <noscript> You need to enable JavaScript to run this app. </noscript> <div id="root"></div> <script> let _vh = (window.innerHeight && document.documentElement.clientHeight ? Math.min(window.innerHeight, document.documentElement.clientHeight) : window.innerHeight || document.documentElement.clientHeight || document.getElementsByTagName('body')[0].clientHeight) * 0.01; document.documentElement.style.setProperty('--vh', `${_vh}px`); window.addEventListener('resize', function (event) { let _vh = (window.innerHeight && document.documentElement.clientHeight ? Math.min(window.innerHeight, document.documentElement.clientHeight) : window.innerHeight || document.documentElement.clientHeight || document.getElementsByTagName('body')[0].clientHeight) * 0.01; document.documentElement.style.setProperty('--vh', `${_vh}px`); }); </script> </body> </html>