CINXE.COM
Sudoku - Puzzles and Games - NYTimes.com
<!DOCTYPE html> <html> <head><script type="text/javascript" src="https://web-static.archive.org/_static/js/bundle-playback.js?v=7YQSqjSh" charset="utf-8"></script> <script type="text/javascript" src="https://web-static.archive.org/_static/js/wombat.js?v=txqj7nKC" charset="utf-8"></script> <script>window.RufflePlayer=window.RufflePlayer||{};window.RufflePlayer.config={"autoplay":"on","unmuteOverlay":"hidden"};</script> <script type="text/javascript" src="https://web-static.archive.org/_static/js/ruffle/ruffle.js"></script> <script type="text/javascript"> __wm.init("https://web.archive.org/web"); __wm.wombat("https://www.nytimes.com/crosswords/game/sudoku","20190620152923","https://web.archive.org/","web","https://web-static.archive.org/_static/", "1561044563"); </script> <link rel="stylesheet" type="text/css" href="https://web-static.archive.org/_static/css/banner-styles.css?v=p7PEIJWi" /> <link rel="stylesheet" type="text/css" href="https://web-static.archive.org/_static/css/iconochive.css?v=3PDvdIFv" /> <!-- End Wayback Rewrite JS Include --> <title>Sudoku - Puzzles and Games - NYTimes.com</title> <meta http-equiv="Content-Type" content="text/html" charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/> <link rel="shortcut icon" href="https://web.archive.org/web/20190620152923im_/https://static01.nyt.com/favicon.ico"/> <link rel="apple-touch-icon-precomposed sizes=144脳144" href="https://static01.nyt.com/images/icons/ios-ipad-144x144.png"/> <link rel="apple-touch-icon-precomposed sizes=114脳114" href="https://static01.nyt.com/images/icons/ios-iphone-114x144.png"/> <link rel="apple-touch-icon-precomposed" href="https://web.archive.org/web/20190620152923im_/https://static01.nyt.com/images/icons/ios-default-homescreen-57x57.png"/> <meta name="sourceApp" content="games-crosswords"/> <meta id="applicationName" name="applicationName" content="shell"/> <meta id="foundation-build-id" name="foundation-build-id" content=""/> <meta itemprop="inLanguage" content="en-US"/> <meta name="CG" content="Crosswords/Games"/> <meta name="PT" content="sudoku"/> <meta property="og:url" content="https://web.archive.org/web/20190620152923/https://www.nytimes.com/crosswords/game/sudoku"/> <meta property="og:title" content="Sudoku - New York Times Number Puzzles"/> <meta property="og:description" content="Challenge yourself with daily Sudoku puzzles on NYTimes.com"/> <meta property="og:image" content="https://web.archive.org/web/20190620152923im_/https://static01.nyt.com/packages/other/crossword/fb-og/purple.png"/> <script id="magnum-feature-flags" type="application/json">[]</script> <script> (function(){ function updatePageViewId() { // exposed globally so ads and can use it window.page_view_id = ('xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx').replace(/[xy]/g, function (c, r, v) { r = (Math.random() * 16) | 0; v = c === 'x' ? r : (r & 0x3) | 0x8; return v.toString(16); }); } updatePageViewId(); var checkEnvironment = function() { // should return "dev", "stg", or "prod" if ( document.location.href.indexOf('.dev.') > -1 ) { return 'dev'; } if ( document.location.href.indexOf('.stg.') > -1 || document.location.href.indexOf('.stage.') > -1 ) { return 'stg'; } return 'prod'; }, gtmConfig = { container: "GTM-P528B3", // GTM Container ID prdstring: ">m_auth=tfAzqo1rYDLgYhmTnSjPqw>m_preview=env-130", // string to set into modifier in this is prod devstring: ">m_auth=WiJyA7zv1sohHCWSZ3mF1Q>m_preview=env-8", // string to set into modifier in this is dev stgstring: ">m_auth=FOuAsPhG-4kWeLk6Kq5AzQ>m_preview=env-7", // string to set into modifier in this is staging dataLayer: "", //override dataLayer name modifier: "", //string passed in for dev/stage environments env: checkEnvironment() // set 'env' to indicate dev or stg environments }, pageDataConfig = { event: "pageDataReady", application: { name: "games-crosswords", // set the sourceApp here environment: gtmConfig.env }, pageview: { id: window.page_view_id }, //Add any other data here } gtmConfig.modifier = gtmConfig.prdstring; if ( gtmConfig.env === "dev" ) { gtmConfig.modifier = gtmConfig.devstring; } else if ( gtmConfig.env === "stg" ) { gtmConfig.modifier = gtmConfig.stgstring; }; (function(w,d,s,l,i,k){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://web.archive.org/web/20190620152923/https://www.googletagmanager.com/gtm.js?id='+i+dl+k+">m_cookies_win=x";f.parentNode.insertBefore(j,f); })(window,document,'script',gtmConfig.dataLayer||'dataLayer',gtmConfig.container,gtmConfig.modifier); // End Google Tag Manager // Request Data from TAGX API and push to GTM (function(pageData,dataLayerName,env){ var config = { "host" : env && env === "prod" ? "a.nytimes.com" : "a.dev.nytimes.com", "referrer" : encodeURIComponent(document.referrer), "assetUrl" : encodeURIComponent((function getCanonical(){ var canon = document.querySelector('link[rel=canonical]'); if ( canon ) { return canon.href; } else { return document.location.href; } })()) }, request = new XMLHttpRequest(); request.withCredentials = true; request.open("GET","https://"+config.host+"/svc/nyt/data-layer?sourceApp="+pageData.application.name+"&referrer="+config.referrer+"&assetUrl="+config.assetUrl, true); request.onload = function() { var userData = JSON.parse(request.responseText); userData.event = "userDataReady"; window[dataLayerName].push(userData); window[dataLayerName].push(pageData); }; request.addEventListener("error",function() { // There was a connection error of some sort window[dataLayerName].push(pageData); }); request.send(); // HANDLE HEART BEATS var start = Date.now(); var HEARTBEAT_INTERVAL = 5000; function heartBeat() { if (document.hasFocus()) { window[dataLayerName].push({ event: 'heartbeat', pageview: { heartbeat: { timeSincePageDataReady: Date.now() - start, heartbeatInterval: HEARTBEAT_INTERVAL } } }); } } setInterval(heartBeat, HEARTBEAT_INTERVAL); // HANDLE VIRTUAL PAGE VIEWS function virtualPageView() { start = Date.now(); updatePageViewId(); setTimeout(function () { window[dataLayerName].push({ event: 'trackVirtualPage', asset: { url: document.location.href }, pageview: { id: window.page_view_id }, }); }); }; var pushState = history.pushState; history.pushState = function() { pushState.apply(history, arguments); virtualPageView(); }; var replaceState = history.replaceState; history.replaceState = function() { replaceState.apply(history, arguments); virtualPageView(); }; window.onpopstate = function() { virtualPageView(); }; })(pageDataConfig,gtmConfig.dataLayer||'dataLayer',gtmConfig.env); // End Request Data from TAGX API and push to GTM })(); </script> <script> var require = { baseUrl: 'https://web.archive.org/web/20190620152923/https://a1.nyt.com/assets/', waitSeconds: 20, paths: { 'react': 'https://web.archive.org/web/20190620152923/https://unpkg.com/react@16.4.1/umd/react.production.min', 'react-dom': 'https://web.archive.org/web/20190620152923/https://unpkg.com/react-dom@16.4.1/umd/react-dom.production.min', 'widgets': 'https://web.archive.org/web/20190620152923/https://www.nytimes.com/games-assets/widgets-6e711b6bee9473ff79ca', 'foundation': 'shell/20170822-162626/js/foundation', 'shared': 'shell/20170822-162626/js/shared', 'shell': 'shell/20170822-162626/js/shell', 'sudoku': '/games-assets/xwords-web-migration/sudoku-00', } }; </script> <script src="https://web.archive.org/web/20190620152923js_/https://www.nytimes.com/games-assets/fonts.js"></script> <script data-main="foundation/main" src="https://web.archive.org/web/20190620152923js_/https://a1.nyt.com/assets/shell/20170822-162626/js/foundation/lib/framework.js"></script> <link rel="stylesheet" type="text/css" href="https://web.archive.org/web/20190620152923cs_/https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css"/> <link rel="stylesheet" type="text/css" media="screen" href="/web/20190620152923cs_/https://www.nytimes.com/games-assets/xwords-web-migration/sudoku-00.css"/> <link rel="stylesheet" type="text/css" media="print" href="https://web.archive.org/web/20190620152923cs_/https://www.nytimes.com/games-assets/sudoku-print.css"/> <link rel="stylesheet" type="text/css" href="https://web.archive.org/web/20190620152923cs_/https://www.nytimes.com/games-assets/widgets-6e711b6bee9473ff79ca.css"/> <style> html { box-sizing: border-box; } *, *::before, *::after { box-sizing: inherit; } hr { border: 0; height: 1px; } .game-toolbar:before, .game-toolbar:after { content: " "; /* 1 */ display: table; /* 2 */ } .game-toolbar:after { clear: both; } .game-toolbar { display: block; margin: 0 auto; } .shell, .sudoku-instructions { box-sizing: border-box; padding: 0 24px; max-width: 1132px; margin: 0 auto; } .sudoku-instructions { padding-top: 35px; padding-bottom: 35px; -moz-column-count: 3; -webkit-column-count: 3; column-count: 3; } @media (max-width: 900px) { .sudoku-instructions { -moz-column-count: 2; -webkit-column-count: 2; column-count: 2; } } @media (max-width: 600px) { .sudoku-instructions { -moz-column-count: 1; -webkit-column-count: 1; column-count: 1; } } .sudoku-instructions p, .sudoku-instructions h4 { margin-bottom: 10px; font-size: 14.5px; line-height: 20px; } .sudoku-instructions h4 { font-weight: 700; } .sudoku-wrap { min-height: 729px; } @media (max-height: 767px) { .sudoku-wrap { min-height: 585px; } } .sudoku-game { margin-bottom: 0; } .sudoku-wrap .game-header h2.date { font-size: 40px; } .sudoku-wrap .game-header .icon-print { margin-left: 2px; position: relative; bottom: -2.5px; } .sudoku-wrap .game-header h2.date .day-of-week { font-weight: 700; } .sudoku-wrap .game-header h2.date .day-of-week:after { display: none; } .sudoku-wrap .game-header .header-buttons .instructions { color: black; } .game-header .header-buttons .print-puzzle, .game-header .header-buttons .instructions { line-height: 40px; font-family: franklin; } .sudoku-wrap .game-header a { text-decoration: none; } .sudoku-wrap .game-header .tab-container { margin-bottom: 16px; margin-top: 5px; overflow: hidden; } .sudoku-wrap .guess { bottom: -6%; } .sudoku-wrap .candidates { bottom: -3%; } .modal-container { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(255, 255, 255, 0.9); z-index: 10; } .modal-container .modal { box-shadow: -1px 4px 6px rgba(0,0,0,0.09); border: 1px solid #ccc; outline: none; background: #fff; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); margin-left: 0 !important; margin-top: 0 !important; } .modal-container .modal-content .modal-padder { padding: 40px; } .modal-container .modal-content { color: #797987; } .modal-container .modal-close { position: relative; transition: background-color 0.2s ease-in; border-radius: 50%; background-clip: padding-box; font-family: "nyt-franklin",arial,helvetica,sans-serif; padding: 0; border: none; box-shadow: 0 0 0 1px #fff, 0 0 0 2px #d8d8d8, -1px 1px 2px 3px rgba(0,0,0,0.15); transition: background-color 0.2s ease-in; background-color: #999; width: 22px; height: 22px; position: absolute; right: -11px; top: -11px; } .visually-hidden { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; border: 0; clip: rect(0 0 0 0); overflow: hidden; } .invisible { visibility: hidden; } .modal-container .modal-close .icon:before, .modal-container .modal-close .icon:after { content: ''; position: absolute; display: block; background-color: #fff; top: 10px; left: 6px; width: 10px; height: 2px; } .modal-container .modal-close .icon:after { -webkit-transform: rotate(135deg); -ms-transform: rotate(135deg); transform: rotate(135deg); } .modal-container .modal-close .icon:before { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); } .modal-container .modal-close:hover { background-color: #333; cursor: pointer; } @media (max-width: 1024px) { #xwd-mobile-cushion { height: 45px; } } </style> <style media="print"> .hide-on-print { display: none; } #game-container { box-sizing: content-box; } #game-container .sudoku-grid > table td.grid-square { vertical-align: middle; } #game-container .game-header { position: relative; } #game-container .game-header img { position: absolute; margin-left: 0; top: 0; left: 50%; transform: translate(-50%, 0); } </style> </head> <body> <div id="root" data-env="prd"></div> <div id="xwd-mobile-cushion"></div> <div id="xwd-header" class="hide-on-print"><div class="Header-headerWrapper--LyNEB"><header class="Header-header--2X8Zj"><div class="NavDrawer-navDrawerContainer--23OZS"><button type="button" class="NavDrawer-hamburger--24R2q NavDrawer-hamburgerSqueeze--2bOQM"><span class="NavDrawer-hamburgerBox--3ni9O"><span class="NavDrawer-hamburgerInner--14HBD"></span></span></button><div></div><div class="NavDrawer-navDrawer--C7FP5"><nav><a class="NavDrawer-navItem--nMB9J NavDrawer-link--35EiX" href="/web/20190620152923/https://www.nytimes.com/crosswords">Home</a><a class="NavDrawer-navItem--nMB9J NavDrawer-link--35EiX" href="/web/20190620152923/https://www.nytimes.com/crosswords/archive">Archive</a><a class="NavDrawer-navItem--nMB9J NavDrawer-link--35EiX" href="/web/20190620152923/https://www.nytimes.com/puzzles/stats">Statistics</a><a class="NavDrawer-navItem--nMB9J NavDrawer-link--35EiX" href="/web/20190620152923/https://www.nytimes.com/puzzles/leaderboards">Leaderboards </a><a href="/web/20190620152923/https://www.nytimes.com/subscription/games/lp897H9.html?campaignId=4QHQ8" class="NavDrawer-subscribe--1tI5G NavDrawer-navItem--nMB9J NavDrawer-link--35EiX">Subscribe</a></nav><div class="NavDrawer-accountInfo--1Otvr"><hr/><div><a href="https://web.archive.org/web/20190620152923/https://myaccount.nytimes.com/auth/login?application=crosswords&asset=navigation-drawer&client_id=games&redirect_uri=&response_type=cookie" class="AccountActions-button--2Kjj0 AccountActions-roundedRectangle--177GQ AccountActions-buttonText--3HVLW AccountActions-logIn--3DY3C">Log In</a><a href="https://web.archive.org/web/20190620152923/https://myaccount.nytimes.com/register?application=crosswords&asset=navigation-drawer&client_id=games&redirect_uri=&response_type=cookie" class="AccountActions-button--2Kjj0 AccountActions-roundedRectangle--177GQ AccountActions-buttonText--3HVLW AccountActions-createAccount--PoMnC">Create Account</a></div></div><a class="NavDrawer-soloLink--2YhOM NavDrawer-link--35EiX" href="https://web.archive.org/web/20190620152923/https://nytimes.com/">NYTimes.com</a></div></div><div class="Header-branding--3aTOQ"><a href="/web/20190620152923/https://www.nytimes.com/crosswords" aria-label="New York Times Games Logo. Click for more puzzles"><svg class="Header-navLogo--37fmL" width="160" height="21" viewbox="0 0 160 21" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20.8694 1.66095H20.3694V19.814H20.8694V1.66095Z" fill="black"></path><path d="M15.4617 12.9011C14.8285 14.5897 13.6148 15.9617 11.9261 16.6478V12.9011L13.9842 11.0541L11.9261 9.25989V6.67414C13.7731 6.5686 15.0923 5.1438 15.0923 3.50792C15.0923 1.29156 12.9815 0.5 11.8206 0.5C11.5567 0.5 11.2929 0.5 10.8707 0.605541V0.711082C11.029 0.711082 11.2401 0.711082 11.3456 0.711082C12.19 0.711082 12.8232 1.08047 12.8232 1.87203C12.8232 2.45251 12.3483 3.03298 11.504 3.03298C9.44591 3.03298 7.01847 1.3971 4.43272 1.3971C2.11082 1.3971 0.474934 3.13852 0.474934 4.87995C0.474934 6.62137 1.47757 7.20185 2.53298 7.57124V7.4657C2.21636 7.25462 1.95251 6.88522 1.95251 6.30475C1.95251 5.51319 2.69129 4.87995 3.58839 4.87995C5.80475 4.87995 9.34037 6.72691 11.5567 6.72691H11.7678V9.31266L9.70976 11.0541L11.7678 12.9011V16.7005C10.9235 17.0171 10.0264 17.1227 9.12929 17.1227C5.69921 17.1227 3.53562 15.0646 3.53562 11.5818C3.53562 10.7375 3.64116 9.94591 3.85224 9.15435L5.5409 8.41557V16.0673L9.02375 14.5369V6.72691L3.90501 8.99604C4.43272 7.4657 5.48813 6.41029 6.75462 5.77704V5.72427C3.32454 6.46306 0 9.04881 0 12.9538C0 17.4393 3.79947 20.5528 8.17942 20.5528C12.876 20.5528 15.5145 17.4393 15.5145 12.9011H15.4617Z" fill="black"></path><path d="M41.7942 18.7058C39.5251 19.814 37.9947 20.1306 35.62 20.1306C29.8153 20.1306 25.8575 16.1728 25.8575 10.2097C25.8575 7.30736 26.7546 4.98546 28.3905 3.45512C29.8681 2.08309 31.9789 1.3443 34.1425 1.3443C35.62 1.3443 36.781 1.60815 38.0475 2.29417V1.66092H41.7414V8.62662H38.0475C37.8364 6.5158 37.0448 5.51316 35.6728 5.51316C33.9314 5.51316 32.7177 7.36013 32.7177 9.94588C32.7177 11.3707 33.0871 12.4789 33.7731 13.4287C34.6174 14.6425 36.095 15.3285 37.5726 15.3285C38.7863 15.3285 39.7361 15.0118 41.7942 13.7454V18.7058Z" fill="black"></path><path d="M54.7229 11.4235C53.2981 11.4235 52.6649 11.4235 51.9789 11.6345C51.1873 11.7929 50.6068 12.2678 50.2375 12.8483C50.0264 13.2704 49.9208 13.7981 49.9208 15.2229V16.4894H51.2929V19.8667H43.0079V16.4894H44.0633V10.7374H43.0079V7.36014H49.8681V9.25988C50.9762 8.04616 52.2427 7.04352 53.9314 7.04352C54.1425 7.04352 54.4063 7.04352 54.6702 7.04352V11.4235H54.7229Z" fill="black"></path><path d="M62.4274 20.0778C58.5752 20.0778 54.8813 17.8087 54.8813 13.6398C54.8813 9.41818 58.4696 7.14905 62.3747 7.14905C66.3324 7.14905 69.8681 9.41818 69.8681 13.6398C69.8681 17.8614 66.2797 20.0778 62.4274 20.0778ZM62.3219 10.4736C60.9499 10.4736 60.7388 12.2678 60.7388 13.3232C60.7388 14.3786 60.8443 16.5422 62.3219 16.5422C63.7995 16.5422 64.0105 14.8008 64.0105 13.6926C64.0105 12.5316 63.9578 10.4736 62.3219 10.4736Z" fill="black"></path><path d="M77.467 20.0778C76.2005 20.0778 75.2507 19.8667 73.4565 19.1807V19.814H70.6596V15.6979H73.4037C73.7203 16.806 74.1952 17.3337 75.2507 17.3337C76.0422 17.3337 76.5171 17.0171 76.5171 16.3839C76.5171 15.9617 76.2533 15.5923 75.6728 15.3812L72.9815 14.2203C71.6095 13.6398 70.8707 12.4261 70.8707 11.1068C70.8707 8.99601 72.9815 7.14905 75.62 7.14905C76.7282 7.14905 77.6253 7.36013 78.839 7.9406V7.4129H81.6359V11.3707H79.0501C78.839 10.1042 78.3641 9.47095 77.4142 9.47095C76.7282 9.47095 76.2005 9.89311 76.2005 10.4208C76.2005 10.8957 76.5171 11.2651 77.1504 11.529L79.7889 12.5844C81.5303 13.2704 82.3219 14.3786 82.3219 15.8562C82.4274 18.2308 80.3694 20.0778 77.467 20.0778Z" fill="black"></path><path d="M89.8681 20.0778C88.6016 20.0778 87.6517 19.8667 85.8575 19.1807V19.814H83.0607V15.6979H85.8047C86.1214 16.806 86.5963 17.3337 87.6517 17.3337C88.4433 17.3337 88.9182 17.0171 88.9182 16.3839C88.9182 15.9617 88.6543 15.5923 88.0739 15.3812L85.3826 14.2203C84.0105 13.6398 83.2718 12.4261 83.2718 11.1068C83.2718 8.99601 85.3826 7.14905 88.0211 7.14905C89.1293 7.14905 90.0264 7.36013 91.2401 7.9406V7.4129H94.0369V11.3707H91.4512C91.2401 10.1042 90.7652 9.47095 89.8153 9.47095C89.1293 9.47095 88.6016 9.89311 88.6016 10.4208C88.6016 10.8957 88.9182 11.2651 89.5514 11.529L92.19 12.5844C93.9314 13.2704 94.7229 14.3786 94.7229 15.8562C94.7757 18.2308 92.7704 20.0778 89.8681 20.0778Z" fill="black"></path><path d="M115.62 10.7375H115.145L112.296 19.7612H107.441L105.435 13.9037L103.061 19.7612H98.3641L96.095 10.7375H95.3034V7.36017H102.322V10.7375H101.425L102.005 14.4842H102.058L104.802 7.36017H108.39L110.501 14.4842H110.554L111.662 10.7375H110.923V7.36017H115.62V10.7375Z" fill="black"></path><path d="M123.325 20.0778C119.472 20.0778 115.778 17.8087 115.778 13.6398C115.778 9.41818 119.367 7.14905 123.272 7.14905C127.23 7.14905 130.765 9.41818 130.765 13.6398C130.765 17.8614 127.177 20.0778 123.325 20.0778ZM123.219 10.4736C121.847 10.4736 121.636 12.2678 121.636 13.3232C121.636 14.3786 121.741 16.5422 123.219 16.5422C124.697 16.5422 124.908 14.8008 124.908 13.6926C124.908 12.5316 124.855 10.4736 123.219 10.4736Z" fill="black"></path><path d="M143.377 11.4235C141.953 11.4235 141.319 11.4235 140.633 11.6345C139.842 11.7929 139.261 12.2678 138.892 12.8483C138.681 13.2704 138.575 13.7981 138.575 15.2229V16.4894H139.947V19.8667H131.662V16.4894H132.718V10.7374H131.662V7.36014H138.522V9.25988C139.631 8.04616 140.897 7.04352 142.586 7.04352C142.797 7.04352 143.061 7.04352 143.325 7.04352V11.4235H143.377Z" fill="black"></path><path d="M159.947 19.814H153.034V18.653C151.768 19.4974 150.765 20.0251 149.182 20.0251C145.541 20.0251 143.799 16.7533 143.799 13.4815C143.799 10.1042 145.752 7.09631 149.393 7.09631C150.818 7.09631 151.926 7.51847 153.034 8.3628V5.03826H151.662V1.66095H158.892V16.4367H160V19.814H159.947ZM151.398 10.4736C149.921 10.4736 149.604 12.3734 149.604 13.4815C149.604 14.6425 149.71 16.5422 151.293 16.5422C152.823 16.5422 153.087 14.5369 153.087 13.376C153.14 12.3206 152.77 10.4736 151.398 10.4736Z" fill="black"></path></svg></a></div><div class="ExpandedNav-expandedNavContainer--YyQ4Z"><div class="ExpandedNav-expandedNav--16RdJ"><a class="ExpandedNav-navItem--199L1 ExpandedNav-links--2t4yu" href="/web/20190620152923/https://www.nytimes.com/crosswords/archive">Archive</a><a class="ExpandedNav-navItem--199L1 ExpandedNav-links--2t4yu" href="/web/20190620152923/https://www.nytimes.com/puzzles/stats">Statistics</a><a class="ExpandedNav-navItem--199L1 ExpandedNav-links--2t4yu" href="/web/20190620152923/https://www.nytimes.com/puzzles/leaderboards">Leaderboards </a><a href="/web/20190620152923/https://www.nytimes.com/subscription/games/lp897H9.html?campaignId=4QHQ8" class="ExpandedNav-subscribe--3Q6BY ExpandedNav-navItem--199L1 ExpandedNav-links--2t4yu ExpandedNav-blue--2A53B">Subscribe</a><a href="https://web.archive.org/web/20190620152923/https://myaccount.nytimes.com/auth/login?application=crosswords&asset=navigation-bar&client_id=games&redirect_uri=&response_type=cookie" class="AccountActions-button--2Kjj0 AccountActions-roundedRectangle--177GQ AccountActions-buttonText--3HVLW AccountActions-logIn--3DY3C">Log In</a></div></div></header></div><div class="Header-headerBuffer--1ka0M"></div></div> <div id="xwd-ad-top" class="hide-on-print"></div> <div id="shell" class="shell sudoku-wrap"> <div id="page" class="page"> <main id="main" class="main" role="main"> <script id="preload-payload" type="text/javascript"> window.preload = 'eyJlYXN5Ijp7ImRheV9vZl93ZWVrIjoiVGh1cnNkYXkiLCJkaWZmaWN1bHR5IjoiRWFzeSIsInByaW50X2RhdGUiOiIyMDE5LTA2LTIwIiwicHVibGlzaGVkIjoiMjAxOS0wNi0xOSAyMjowMDowMCIsInB1enpsZV9pZCI6MTQzMjcwLCJ2ZXJzaW9uIjoxLCJwdXp6bGVfZGF0YSI6eyJoaW50cyI6WzIzLDI0LDM2LDYxLDY4LDQxLDUyLDY0LDEwLDI2LDM5LDQ1LDQ3LDY3LDc5LDgsNzgsMzQsNSwzNyw2Myw2Miw0MCw0Niw3NCwzNSw2OSwxLDMzLDU0LDc3LDU3LDcsMjAsNDksNjYsNzIsMTQsNiwxMywxOSwyNyw1Nl0sInB1enpsZSI6WzEsMCw2LDQsMywwLDAsMCwwLDgsMCwyLDYsMCwwLDQsMSw3LDQsMCwwLDgsNywwLDAsMiwwLDAsNSw0LDIsNiw4LDAsMCwwLDAsMCw3LDAsMCwwLDgsOSw1LDAsMCwwLDcsMCw5LDIsMCw2LDAsOCwwLDAsNCwzLDUsMCwwLDAsMCwzLDAsMCwwLDAsNyw5LDAsNiwwLDksMiwwLDAsMCw0XSwic29sdXRpb24iOlsxLDcsNiw0LDMsMiw5LDUsOCw4LDMsMiw2LDksNSw0LDEsNyw0LDksNSw4LDcsMSw2LDIsMyw5LDUsNCwyLDYsOCw3LDMsMSw2LDIsNywzLDEsNCw4LDksNSwzLDEsOCw3LDUsOSwyLDQsNiw3LDgsOSwxLDQsMyw1LDYsMiwyLDQsMyw1LDgsNiwxLDcsOSw1LDYsMSw5LDIsNywzLDgsNF19fSwiaGFyZCI6eyJkYXlfb2Zfd2VlayI6IlRodXJzZGF5IiwiZGlmZmljdWx0eSI6IkhhcmQiLCJwcmludF9kYXRlIjoiMjAxOS0wNi0yMCIsInB1Ymxpc2hlZCI6IjIwMTktMDYtMTkgMjI6MDA6MDAiLCJwdXp6bGVfaWQiOjE0MjMxNiwidmVyc2lvbiI6MSwicHV6emxlX2RhdGEiOnsiaGludHMiOls2MywxMCw2Nyw3MywxNCw1NSw1Niw2NSw2LDUsNzcsOSwxNSwxOCwyOCw0MCw1OSw2OSw3Niw4MCw0NCw1MCwxLDI2LDI3LDMzLDM2LDM5LDQxLDQ1LDU4LDcxLDAsMjQsMzQsMzcsMzgsNDksNTMsNjAsNjIsNzAsNzUsMTEsMjEsMzEsNDMsNDYsNjYsNzksMTIsMTMsMTksMjUsNDcsMTYsMjJdLCJwdXp6bGUiOlswLDAsNSw5LDEsMCwwLDIsMywwLDAsMCwwLDAsMCwwLDAsOCwwLDAsMSwwLDAsMiwwLDAsMCwwLDAsMiw2LDAsNywwLDAsMSwwLDAsMCwwLDAsMCw3LDAsMCwwLDAsMCw1LDAsMCw0LDksMCw2LDAsMCwyLDAsMCwwLDUsMCwwLDgsMCwwLDAsNCwwLDAsMCwzLDAsNywwLDAsMCwyLDAsMF0sInNvbHV0aW9uIjpbNCw3LDUsOSwxLDgsNiwyLDMsOSwyLDYsMyw3LDUsMSw0LDgsOCwzLDEsNCw2LDIsNSw3LDksNSw5LDIsNiw0LDcsOCwzLDEsMSw0LDMsOCwyLDksNyw2LDUsNyw2LDgsNSwzLDEsNCw5LDIsNiwxLDQsMiw4LDMsOSw1LDcsMiw4LDksNyw1LDQsMywxLDYsMyw1LDcsMSw5LDYsMiw4LDRdfX0sIm1lZGl1bSI6eyJkYXlfb2Zfd2VlayI6IlRodXJzZGF5IiwiZGlmZmljdWx0eSI6Ik1lZGl1bSIsInByaW50X2RhdGUiOiIyMDE5LTA2LTIwIiwicHVibGlzaGVkIjoiMjAxOS0wNi0xOSAyMjowMDowMCIsInB1enpsZV9pZCI6MTQ0MjI0LCJ2ZXJzaW9uIjoxLCJwdXp6bGVfZGF0YSI6eyJoaW50cyI6WzcxLDY0LDYyLDI2LDY3LDQ5LDY2LDMwLDY4LDMyLDUwLDM3LDM0LDQyLDI4LDI3LDY1LDQ0LDYzLDUzLDM4LDM2LDUxLDMzLDQ2LDYxLDE3LDIsNzIsNzMsOSw0MCw0MSw3NCwxMyw1Nyw1OSwzLDE1LDgwLDU1LDc5LDExLDIzLDc4LDEyLDcsMjUsMTQsMSwxNiwyMSw2LDE5LDUsMTAsMjRdLCJwdXp6bGUiOls5LDAsMCwwLDQsMCwwLDAsMywwLDAsMCwwLDAsMCwwLDAsMCw1LDAsNCwwLDEsMCwwLDAsMCwwLDAsNSwwLDcsMCwwLDAsOCwwLDAsMCwxLDAsMCwwLDYsMCw4LDAsMiw5LDAsMCwwLDQsMCw0LDAsOSwwLDUsMCw3LDAsMCwwLDAsMCwwLDAsMCwyLDgsMCwwLDAsMCw2LDksNywwLDAsMF0sInNvbHV0aW9uIjpbOSw3LDEsMiw0LDYsOCw1LDMsMiw2LDMsNSw4LDksNCw3LDEsNSw4LDQsNywxLDMsNiw5LDIsNiw5LDUsMyw3LDQsMSwyLDgsMyw0LDcsMSwyLDgsOSw2LDUsOCwxLDIsOSw2LDUsMyw0LDcsNCwzLDksOCw1LDIsNywxLDYsNyw1LDYsNCwzLDEsMiw4LDksMSwyLDgsNiw5LDcsNSwzLDRdfX19' </script> <div id="game-container" class="sudoku-game clearfix"> </div> </main> <!-- close main --> </div> <!-- close page --> </div> <div class="sudoku-instructions hide-on-print"> <a name="how-to-play" id="how-to-play"></a> <h4>How to Play</h4> <p>Fill the grid with your keyboard so that every row, column and 3脳3 box contains the digits 1 to 9, without repeating. Navigate the grid with the arrow keys or your mouse; clear entries with Delete or Backspace.</p> <p>Once a number is in the grid nine times, it will lighten. You can disable this in Settings.</p> <p>Use Fill Mode (the big 1 button) to enter numbers you are confident about. Use Candidate Mode (the nine-square button) to add or remove multiple possibilities for a square. In Fill Mode, you can hold down Shift or Alt to temporarily enter Candidate Mode. You can also toggle candidates with your mouse, and pressing Space will switch between Fill and Candidate Mode.</p> <p>If you enable Automatic mode (the Auto button), candidates will be toggled automatically as you fill the grid. In Settings (the blue gear), you can default to this mode. You can also remove additional candidates manually. Disabling this mode will clear all the candidates, so this can be toggled on and off for a quick at-a-glance candidate survey.</p> <p>The Hint button will highlight the next logical square to solve that is empty or incorrect. If that square is incorrect, it will mark it as such.</p> </div> <div id="xwd-ad-bottom" class="hide-on-print"></div> <div id="xwd-footer" class="hide-on-print"><div class="Footer-footerWrapper--3AHd0"><div class="Footer-branding--3IbZ4"><a href="/web/20190620152923/https://www.nytimes.com/"><i class="Icon-nyt--2yETD Icon-icon--1RAWC"></i></a><a href="https://web.archive.org/web/20190620152923/http://spiderbites.nytimes.com/">Sitemap</a></div><div class="Footer-navigation--8LapA"><section class="Footer-column--2DVj6"><h4>The Crossword</h4><ul><li><a href="/web/20190620152923/https://www.nytimes.com/crosswords">Home</a></li><li><a href="/web/20190620152923/https://www.nytimes.com/crosswords/archive">Archive</a></li><li><a href="/web/20190620152923/https://www.nytimes.com/puzzles/stats">Statistics</a></li><li><a href="/web/20190620152923/https://www.nytimes.com/crosswords/apps">Download Our App</a></li></ul></section><section class="Footer-column--2DVj6"><h4>Support</h4><ul><li><a href="/web/20190620152923/https://www.nytimes.com/content/help/games/crosswords/crosswords.html">FAQs</a></li><li></li><li><a href="/web/20190620152923/https://www.nytimes.com/subscription/games/lp897H9.html?campaignId=4QHQ8">Subscriptions</a></li><li><a href="https://web.archive.org/web/20190620152923/https://www.nytimes.com/subscription/games/lp3HLK7.html">Give a Subscription</a></li></ul></section><section class="Footer-column--2DVj6"><h4>Community</h4><ul><li><a href="/web/20190620152923/https://www.nytimes.com/column/wordplay">Wordplay</a></li><li><a href="https://web.archive.org/web/20190620152923/https://twitter.com/NYTimesWordplay">Twitter</a></li><li><a href="/web/20190620152923/https://www.nytimes.com/puzzles/submissions/crossword">Submission Guidelines</a></li></ul></section><section class="Footer-column--2DVj6"><h4>Other Puzzles</h4><ul><li><a href="/web/20190620152923/https://www.nytimes.com/puzzles/kenken">KenKen庐</a></li><li><a href="/web/20190620152923/https://www.nytimes.com/puzzles/set">SET庐</a></li><li><a href="/web/20190620152923/https://www.nytimes.com/crosswords/game/sudoku">Sudoku</a></li></ul></section></div><div class="Footer-legal--1BPvZ"><a class="Footer-copyright--2Tkzu" href="https://web.archive.org/web/20190620152923/https://www.nytco.com/">漏 The New York Times Company</a><ul><li><a href="/web/20190620152923/https://www.nytimes.com/content/help/rights/privacy/policy/privacy-policy.html#pp">Your Ad Choices</a></li><li><a href="/web/20190620152923/https://www.nytimes.com/privacy">Privacy Policy</a></li><li><a href="/web/20190620152923/https://www.nytimes.com/content/help/rights/terms/terms-of-service.html">Terms of Service</a></li></ul></div></div></div> <!-- close shell --> <script> require(['foundation/main'], function () { require(['shell/main'], function () { require(['sudoku']); require(['widgets', 'react', 'react-dom'], function (widgets, React, ReactDom) { var user = {"gdpr":false,"isLoggedIn":false,"hasXwd":false,"hasHd":false,"hasDigi":false,"email":"","isErsatzShortz":false,"inShortzMode":false}; var device = {"isMobile":false,"isPhone":false,"isTablet":false,"embed":null,"browser":null,"browserVersion":null,"os":null,"osVersion":null}; var location = {"pathname":"/crosswords/game/sudoku","search":"?"}; ReactDom.render( React.createElement(widgets.Header, { userInfo: user, location: location, profile: {}, }), document.getElementById('xwd-header') ) ReactDom.render( React.createElement(widgets.Footer, { userInfo: user, device: device }), document.getElementById('xwd-footer') ) ReactDom.render( React.createElement(widgets.Ad, { id: 'TopAd', position: 'top', unitPath: 'sudoku', userInfo: user, device: device, location: { search: '' } }), document.getElementById('xwd-ad-top') ) ReactDom.render( React.createElement(widgets.Ad, { id: 'TopAd1', position: 'bottom', unitPath: 'sudoku', userInfo: user, device: device, location: { search: '' } }), document.getElementById('xwd-ad-bottom') ) }) }); }); </script> <audio id="strut"> <source src="https://web.archive.org/web/20190620152923im_/https://static01.nyt.com/packages/other/crossword/puzzle-media/shared/San_Jose_Strut.mp3" type="audio/mpeg"> </audio> </body> </html><!-- FILE ARCHIVED ON 15:29:23 Jun 20, 2019 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 21:38:07 Feb 17, 2025. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). --> <!-- playback timings (ms): captures_list: 0.539 exclusion.robots: 0.034 exclusion.robots.policy: 0.025 esindex: 0.009 cdx.remote: 10.165 LoadShardBlock: 1490.824 (3) PetaboxLoader3.datanode: 727.865 (4) PetaboxLoader3.resolve: 915.889 (2) load_resource: 252.705 -->