CINXE.COM
מדויקת: משחק מילים
<!DOCTYPE html> <html lang="he"> <head> <meta charset="UTF-8"> <meta name=viewport content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> <title>מדויקת: משחק מילים</title> <link rel="shortcut icon" href="/static/htz/images/favicon.ico" /> <link rel="apple-touch-icon" sizes="152x152" href="/static/htz/images/apple-touch-icon-152x152.png" /> <link rel="apple-touch-icon" sizes="144x144" href="/static/htz/images/apple-touch-icon-144x144.png" /> <link rel="apple-touch-icon" sizes="120x120" href="/static/htz/images/apple-touch-icon-120x120.png" /> <link rel="apple-touch-icon" sizes="114x114" href="/static/htz/images/apple-touch-icon-114x114.png" /> <link rel="apple-touch-icon" sizes="72x72" href="/static/htz/images/apple-touch-icon-72x72.png" /> <meta property="og:image" content="screenshot.png"> <meta property="og:description" content="נסו לנחש את המילה המדויקת, יש 6 נסיונות. כל ניחוש חייב להיות מילה בת 5 אותיות. לאחר כל ניחוש, צבע האותיות ישתנה כדי להראות כמה הניחוש היה קרוב למילה"> <meta property="description" content="נסו לנחש את המילה המדויקת, יש 6 נסיונות. כל ניחוש חייב להיות מילה בת 5 אותיות. לאחר כל ניחוש, צבע האותיות ישתנה כדי להראות כמה הניחוש היה קרוב למלה"> <meta name="twitter:card" content="summary"> <meta name="twitter:title" content="מדויקת: משחק מילים"> <link rel="stylesheet" href="meduyeket.css?ver=14"> <script src="mongoService.js?lena1" charset="UTF-8"></script> <script defer src="words.js" charset="UTF-8"></script> <script defer src="./sendBiRequest.js" charset="UTF-8"></script> <script defer src="meduyeket12.js" charset="UTF-8"></script> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-589309-3"></script> <script> window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag('js', new Date()); gtag('config', 'UA-589309-3'); gtag('config', 'G-V6JW03P6HP'); </script> <!-- Matomo --> <script> var _paq = window._paq = window._paq || []; /* tracker methods like "setCustomDimension" should be called before "trackPageView" */ _paq.push(['trackPageView']); _paq.push(['enableLinkTracking']); (function () { var u = "tracking/"; _paq.push(['setTrackerUrl', u + 'matomo.php']); _paq.push(['setSiteId', '1']); var d = document, g = d.createElement('script'), s = d.getElementsByTagName('script')[0]; g.async = true; g.src = u + 'matomo.js'; s.parentNode.insertBefore(g, s); })(); </script> <!-- End Matomo Code --> </head> <!-- A word guessing game inspired by Wordle Copyright (C) 2022 Amir Livne Bar-on This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. --> <body> <div id="header"> <svg id="help-button" viewbox="0 0 105 105"> <path d="M 34 35 A 16 12.5 0 1 1 59.6 45 A 24 18.75 0 0 0 50 60" stroke-width="10" stroke-linecap="round" fill="none" stroke="gray" /> <circle cx="50" cy="76" r="8" fill="gray" /> <circle cx="50" cy="50" r="45" stroke-width="10" fill="none" stroke="gray" /> </svg> <span id="app-name">מדויקת</span> <svg id="success-button" viewBox="0 0 100 100"> <path d="M36,32L8,32L8,92L36,92L36,8L64,8L64,92L92,92L92,52L64,52M18,92L82,92" fill="none" stroke="gray" stroke-width="9" /> </svg> <svg id="settings-button" viewBox="0 0 100 100"> <path d="M98,52A48,48,0,0,0,96,35Q71,36,82,14A48,48,0,0,0,67,5Q52,25,42,3A48,48,0,0,0,26,9 Q32,33,8,27A48,48,0,0,0,2,43Q25,53,6,69A48,48,0,0,0,15,83Q37,71,37,96A48,48,0,0,0,54,98 Q59,73,78,89A48,48,0,0,0,90,77Q74,58,98,52M50,65A15,15,0,0,0,50,35A15,15,0,0,0,50,65" fill="#999" fill-rule="evenodd" /> </svg> </div> <div id="guesses"> <div class="row" id="guess-1"> <span class="letter" id="letter-1-1"></span> <span class="letter" id="letter-1-2"></span> <span class="letter" id="letter-1-3"></span> <span class="letter" id="letter-1-4"></span> <span class="letter" id="letter-1-5"></span> </div> <div class="row" id="guess-2"> <span class="letter" id="letter-2-1"></span> <span class="letter" id="letter-2-2"></span> <span class="letter" id="letter-2-3"></span> <span class="letter" id="letter-2-4"></span> <span class="letter" id="letter-2-5"></span> </div> <div class="row" id="guess-3"> <span class="letter" id="letter-3-1"></span> <span class="letter" id="letter-3-2"></span> <span class="letter" id="letter-3-3"></span> <span class="letter" id="letter-3-4"></span> <span class="letter" id="letter-3-5"></span> </div> <div class="row" id="guess-4"> <span class="letter" id="letter-4-1"></span> <span class="letter" id="letter-4-2"></span> <span class="letter" id="letter-4-3"></span> <span class="letter" id="letter-4-4"></span> <span class="letter" id="letter-4-5"></span> </div> <div class="row" id="guess-5"> <span class="letter" id="letter-5-1"></span> <span class="letter" id="letter-5-2"></span> <span class="letter" id="letter-5-3"></span> <span class="letter" id="letter-5-4"></span> <span class="letter" id="letter-5-5"></span> </div> <div class="row" id="guess-6"> <span class="letter" id="letter-6-1"></span> <span class="letter" id="letter-6-2"></span> <span class="letter" id="letter-6-3"></span> <span class="letter" id="letter-6-4"></span> <span class="letter" id="letter-6-5"></span> </div> </div> <div id="keyboard"> <div class="keyboard-row"> <span class="key wide" value="Backspace"><svg viewBox="0 0 60 50"> <path d="M50,10L20,10L10,25L20,40L50,40L50,10M27,20L37,30M37,20L27,30" fill="none" stroke-width="5" stroke="black" stroke-linecap="square" /> </svg></span><span class="key">פ</span><span class="key">ו</span><span class="key">ט</span><span class="key">א</span><span class="key">ר</span><span class="key">ק</span> </div> <div class="keyboard-row"> <span class="key">ל</span><span class="key">ח</span><span class="key">י</span><span class="key">ע</span><span class="key">כ</span><span class="key">ג</span><span class="key">ד</span><span class="key">ש</span> </div> <div class="keyboard-row"> <span class="key wide" value="Enter"> <span>אישור</span> <svg viewBox="0 0 65 50"> <path d="M55,15L55,30L10,30L20,20M10,30L20,40" fill="none" stroke-width="5" stroke="black" stroke-linecap="round" stroke-linejoin="round" /> </svg></span><span class="key">ת</span><span class="key">צ</span><span class="key">מ</span><span class="key">נ</span><span class="key">ה</span><span class="key">ב</span><span class="key">ס</span><span class="key">ז</span> </div> </div> <div id="modal" class="hidden"> <div id="help-screen" class="hidden"> <div class="close-button">⨉</div> <h1>איך לשחק?</h1> <p>נסו לנחש את המלה ה<b>מדויקת</b>, יש לכם 6 נסיונות.</p> <p> כל ניחוש יכלול מלה בת 5 אותיות. לחצו על כפתור אישור כדי לבדוק אם צדקתם. </p> <p>לאחר כל ניחוש נשנה את צבע האותיות כדי להראות עד כמה הייתם קרובים למלת היום.</p> <h2>דוגמאות</h2> <p> <span class="letter example typed">ר</span> <span class="letter example" match="exact">צ</span> <span class="letter example typed">ו</span> <span class="letter example typed">נ</span> <span class="letter example typed">י</span> </p> <p> האות <b>צ</b> נכללת במלה, והיא הוצבה במקום הנכון. </p> <p> <span class="letter example typed">ק</span> <span class="letter example typed">ב</span> <span class="letter example typed">י</span> <span class="letter example typed">י</span> <span class="letter example" match="other">ם</span> </p> <p> האות <b>מ</b> נכללת במלה, אבל היא הוצבה במקום הלא נכון. </p> <p> <span class="letter example typed">א</span> <span class="letter example typed">כ</span> <span class="letter example typed">ל</span> <span class="letter example" match="wrong">נ</span> <span class="letter example typed">ו</span> </p> <p> האות <b>נ</b> לא נכללת במלת היום. </p> <div id="copyright-notice"> <p> משחק מלים נוסף מבית הארץ: <a href="https://www.haaretz.co.il/riddles/ty-page/haaretz-wordle/index.html" target="_blank">5 אותיות</a> <br /> נסו גם את <a href="https://www.haaretz.co.il/magazine/20questions" target="_blank">20 שאלות</a> </p> </div> </div> <div id="settings-screen" class="hidden"> <div class="close-button">⨉</div> <h1>הגדרות</h1> <div class="setting-selection"> <span>דרגת קושי:</span> <label> <input type="radio" name="difficulty" value="normal" /> <div> <span class="selection-title">רגילה</span> אפשר לנחש<br /> כל מלה </div> </label> <label> <input type="radio" name="difficulty" value="hard" /> <div> <span class="selection-title">קשה</span> חייבים לנצל<br /> את כל הרמזים </div> </label> </div> <div class="setting-selection"> <span>סכמת צבעים:</span> <label> <input type="radio" name="color-scheme" value="pastel" /> <div> <span class="selection-title">צבעי פסטל</span> <div class="settings-example-letter pastel-exact">צ</div> <div class="settings-example-letter pastel-other">ב</div> <div class="settings-example-letter pastel-wrong">ע</div> </div> </label> <label> <input type="radio" name="color-scheme" value="high-contrast" /> <div> <span class="selection-title">צבעים עזים</span> <div class="settings-example-letter contrast-exact">צ</div> <div class="settings-example-letter contrast-other">ב</div> <div class="settings-example-letter contrast-wrong">ע</div> </div> </label> </div> </div> <div id="success-screen" class="hidden"> <div class="close-button">⨉</div> <h1 id="success-header"></h1> <div id="spoiler">המלה ה<b>מדויקת</b> היתה <span id="spoiler-word"></span></div> <!-- <p>הישגים לאורך הזמן:</p> <div id="stats-row"> <div><span id="stats-games"></span><span>משחקים</span></div> <div><span id="stats-success"></span><span>% הצלחה</span></div> <div><span id="stats-streak"></span><span>רצף<br />נוכחי</span></div> <div><span id="stats-max-streak"></span><span>רצף ארוך<br />ביותר</span></div> </div> <p>התפלגות כמות הניחושים:</p> --> <!-- <div id="histogram"> <div class="histogram-row"><span>1</span><span class="bar" id="histogram-1">1</span></div> <div class="histogram-row"><span>2</span><span class="bar" id="histogram-2">2</span></div> <div class="histogram-row"><span>3</span><span class="bar" id="histogram-3">3</span></div> <div class="histogram-row"><span>4</span><span class="bar" id="histogram-4">4</span></div> <div class="histogram-row"><span>5</span><span class="bar" id="histogram-5">5</span></div> <div class="histogram-row"><span>6</span><span class="bar" id="histogram-6">6</span></div> </div> --> <!-- <div id="result-container"> --> <!-- <span id="share-button" match="exact"> --> <!-- <div id="result"></div> --> <!-- <div id="share-button-text"> --> <!-- <svg viewBox="0 0 24 24"> <path d="M18 16.08c-.76 0-1.44.3-1.96.77L8.91 12.7c.05-.23.09-.46.09-.7s-.04-.47-.09-.7l7.05-4.11c.54.5 1.25.81 2.04.81 1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3c0 .24.04.47.09.7L8.04 9.81C7.5 9.31 6.79 9 6 9c-1.66 0-3 1.34-3 3s1.34 3 3 3c.79 0 1.5-.31 2.04-.81l7.12 4.16c-.05.21-.08.43-.08.65 0 1.61 1.31 2.92 2.92 2.92 1.61 0 2.92-1.31 2.92-2.92s-1.31-2.92-2.92-2.92z" fill="white" /> </svg> --> <!-- <span>שיתוף</span> --> <!-- </div> --> <!-- </span> --> <!-- </div> --> <div id="countdown-container"> <div id="countdown-header">המלה הבאה בעוד</div> <div id="countdown"></div> <div id="restart-button"> <svg viewbox="0 0 100 100"> <path d="M23,14A45,45,0,1,0,86,23" stroke="black" stroke-width="8" stroke-linecap="round" fill="none" /> <polygon points="96,13,76,33,67,5" /> </svg> לשחק שוב </div> </div> <div id="more-games-wrapper"> <div id="more-games-title">יש לנו עוד משחקים מעולים</div> <div class="games-only-wrapper"> <button class="more-game-opt" onclick="location.href = 'https://www.haaretz.co.il/riddles/2024-03-20/ty-article-static/.free/0000018d-9705-d57f-a1ef-bf1d5b3d0000?_ga=2.110890181.1387745656.1715768419-842886665.1707728204?utm_source=site&utm_medium=pop_up&utm_campaign=meduyeket&utm_content=kesher';"> <svg class="icon-svg" width="1em" height="1em" viewBox="0 0 289 289" class="ct cu cx qe qf"> <path fill="#E7E7E7" d="M209.017 288.92H79.903C35.775 288.92 0 253.145 0 209.017V79.903C0 35.775 35.775 0 79.903 0h129.114c44.128 0 79.903 35.775 79.903 79.903v129.114c0 44.128-35.775 79.903-79.903 79.903z"></path> <path fill="#AEDEAB" stroke="#2D2D2D" stroke-width="4.199" d="M60.471 60.423h167.976a8.82 8.82 0 018.819 8.819V82.68a8.82 8.82 0 01-8.819 8.819H60.471a8.82 8.82 0 01-8.819-8.819V69.241a8.818 8.818 0 018.819-8.818z"></path> <path fill="#FFE823" stroke="#2D2D2D" stroke-width="4.199" d="M60.471 107.456h167.976a8.82 8.82 0 018.819 8.819v13.438a8.82 8.82 0 01-8.819 8.819H60.471a8.82 8.82 0 01-8.819-8.819v-13.438a8.818 8.818 0 018.819-8.819z"></path> <path fill="#F7B439" stroke="#2D2D2D" stroke-width="4.199" d="M60.471 154.489h167.976a8.82 8.82 0 018.819 8.819v13.438a8.82 8.82 0 01-8.819 8.819H60.471a8.82 8.82 0 01-8.819-8.819v-13.438a8.818 8.818 0 018.819-8.819z"></path> <path fill="#F7848D" stroke="#2D2D2D" stroke-width="4.199" d="M60.471 201.523h167.976a8.82 8.82 0 018.819 8.819v13.438a8.82 8.82 0 01-8.819 8.819H60.471a8.82 8.82 0 01-8.819-8.819v-13.438a8.818 8.818 0 018.819-8.819z"></path></svg> <div class="more-game-opt-title">מה הקשר?</div> </button> <button class="more-game-opt" onclick="location.href = 'https://www.haaretz.co.il/riddles/2023-02-26/ty-article-static/00000184-9eae-d199-ade4-dfef359e0000?utm_source=site&utm_medium=pop_up&utm_campaign=meduyeket&utm_content=whoami';"> <svg class="icon-svg" width="1em" height="1em" viewBox="0 0 51.024 51.024" class="aq ar au pu pv" data-test="IconPixel"> <path fill="#FFEE47" d="M36.913 51.024H14.111C6.318 51.024 0 44.706 0 36.913V14.111C0 6.318 6.318 0 14.111 0h22.802c7.793 0 14.111 6.318 14.111 14.111v22.802c0 7.793-6.318 14.111-14.111 14.111z"></path> <path fill="none" stroke="#2D2D2D" stroke-width="2" stroke-linejoin="round" stroke-miterlimit="5" d="M35.171 33.301h3.937v7.814H11.61V29.392l7.812-.001v-7.654h-3.921v-7.83h3.921V9.951h11.812v3.956h3.561v11.675h-3.561v3.809l3.937.001z"></path> <path fill="#B3B3B3" d="M23.359 25.541h3.937v3.956h-3.937z"></path> <path fill-rule="evenodd" clip-rule="evenodd" fill="#878788" d="M19.422 29.497h3.937v-3.956h-3.937v3.956zm7.875 0h3.937v-3.956h-3.937v3.956z"></path> <path fill="#B3B3B3" d="M30.857 13.907h3.937v3.956h-3.937z"></path> <path fill-rule="evenodd" clip-rule="evenodd" fill="#878788" d="M30.857 25.582h3.937v-3.956h-3.937v3.956zM19.422 13.907h3.938V9.951h-3.938v3.956z"></path> <path fill-rule="evenodd" clip-rule="evenodd" fill="#B3B3B3" d="M15.501 21.737h3.937v-3.956h-3.937v3.956zm11.796-7.83h3.937V9.951h-3.937v3.956z"></path> <path fill="#F4F4F4" d="M23.359 9.951h3.937v3.956h-3.937z"></path> <path fill="#B3B3B3" d="M11.61 33.301h3.937v3.956H11.61z"></path> <path fill="#CBCBCB" d="M30.857 17.698h3.937v3.956h-3.937zm-11.435 3.928h3.937v3.956h-3.937z"></path> <path fill-rule="evenodd" clip-rule="evenodd" fill="#CBCBCB" d="M11.61 41.115h3.937v-3.956H11.61v3.956zm3.924-7.768h3.937v-3.956h-3.937v3.956z"></path> <path fill="#F4F4F4" d="M15.534 37.159h3.937v3.956h-3.937z"></path> <path fill="#F4F4F4" d="M15.534 33.301h3.937v3.956h-3.937z"></path> <path fill="#F4F4F4" d="M19.422 37.159h3.938v3.956h-3.938z"></path> <path fill-rule="evenodd" clip-rule="evenodd" fill="#F4F4F4" d="M19.422 33.301v3.956h3.938v3.858h3.937v-3.956H23.36v-3.858z"></path> <path fill="#E8D20B" d="M23.359 33.301h3.937v3.956h-3.937z"></path> <path fill="#F4F4F4" d="M27.297 37.159h3.937v3.956h-3.937z"></path> <path fill="#F4F4F4" d="M27.297 33.301h3.937v3.956h-3.937z"></path> <path fill="#F4F4F4" d="M31.233 37.159h3.937v3.956h-3.937z"></path> <path fill="#F4F4F4" d="M31.233 33.301h3.937v3.956h-3.937z"></path> <path fill="#E8D20B" d="M19.422 29.392h3.937v3.956h-3.937z"></path> <path fill="#F4F4F4" d="M23.359 29.392h3.937v3.956h-3.937zm3.938 0h3.937v3.956h-3.937z"></path> <path fill-rule="evenodd" clip-rule="evenodd" fill="#F4F4F4" d="M27.297 17.863h3.937v-3.956h-3.937v3.956zm-7.875 3.874h3.937v-3.956h-3.937v3.956z"></path> <path fill="#F4F4F4" d="M23.359 17.781h3.937v3.956h-3.937zm3.938 0h3.937v3.956h-3.937z"></path> <path fill="#F4F4F4" d="M23.359 21.649h3.937v3.956h-3.937z"></path> <path fill-rule="evenodd" clip-rule="evenodd" fill="#F4F4F4" d="M35.171 41.115h3.937v-3.956h-3.937v3.956zm-7.874-15.51h3.937v-3.956h-3.937v3.956zm3.936 7.742h3.937v-3.956h-3.937v3.956zM19.422 17.863h3.937v-3.956h-3.937v3.956zm3.937 0h3.937v-3.956h-3.937v3.956z"></path> <path fill="#F4F4F4" d="M35.171 33.301h3.937v3.956h-3.937z"></path> <path fill-rule="evenodd" clip-rule="evenodd" fill="#878788" d="M11.61 33.347h3.937v-3.956H11.61v3.956zm3.891-15.484h3.937v-3.956h-3.937v3.956z"></path></svg> <div class="more-game-opt-title">מי אני?</div> </button> <button class="more-game-opt" onclick="location.href = 'https://www.haaretz.co.il/riddles/2024-08-13/ty-article-static/.free/0000018f-e796-d481-a58f-f7b6fa100000?utm_source=site&utm_medium=pop_up&utm_campaign=whatasong&utm_content=whatasong';"> <svg w class="icon-svg idth="1em" height="1em" viewBox="0 0 80 80" className={className} {...props} {...attrs} data-test="IconWhatSong"> <path fill="#C7DAFF" d="M57.727 80H22.273C9.972 80 0 70.028 0 57.727V22.273C0 9.972 9.972 0 22.273 0h35.454C70.028 0 80 9.972 80 22.273v35.454C80 70.028 70.028 80 57.727 80z" /> <path fill="#FF4D01" d="M40.36 27.05l-2.7 4.17v1.68L22.01 49.08c-.88.93-.91 2.23-.19 2.95l3.03 2.98c.72.72 2.05.61 2.98-.27l16.89-15.13h1.68l4.09-2.52" /> <path fill="none" stroke="#000" strokeWidth={1.18} strokeMiterlimit={10} d="M40.36 27.05l-2.7 4.17v1.68L22.01 49.08c-.88.93-.91 2.23-.19 2.95l3.03 2.98c.72.72 2.05.61 2.98-.27l16.89-15.13h1.68l4.09-2.52" /> <path fill="#F1D9FF" stroke="#000" strokeWidth={1.18} strokeMiterlimit={10} d="M58.1 34.57c-4.16 4.16-10.05 3.32-14.21-.83-4.16-4.16-4.99-10.05-.83-14.21l1.68-1.68c4.16-4.16 10.05-3.32 14.21.83 4.16 4.16 4.99 10.05.83 14.21l-1.68 1.68z" /> <path fill="none" stroke="#000" strokeWidth={1.18} strokeMiterlimit={10} d="M58.94 33.73c-1.85 1.85-6.71-.03-10.87-4.19s-6.02-9.02-4.19-10.87" /> <path fill="none" stroke="#FB1501" strokeWidth={1.78} strokeLinecap="round" strokeMiterlimit={10} d="M63.83 46.71l-2.67 2.65m9.31-9.28l-2.65 2.65m0 3.98l2.65 2.65m-9.3-9.28l2.67 2.65" /> <path fill="none" stroke="#8B02CB" strokeWidth={1.78} strokeLinecap="round" strokeMiterlimit={10} d="M24.01 18.83h-3.98m13.27 0h-3.98m-2.66 2.67v3.98m0-13.28v3.98" /> <path fill="none" stroke="#E3FF96" strokeWidth={1.78} strokeLinecap="round" strokeMiterlimit={10} d="M18.71 31.22v2.65m0 4.43v2.67m-2.22-4.88h-2.65m9.74 0h-2.67" /> <path fill="none" stroke="#000" strokeWidth={1.18} strokeLinecap="round" strokeMiterlimit={10} d="M23.13 53.8l-1.18 1.18c-2.93 2.93-2.93 7.7 0 10.65 2.93 2.93 7.7 2.93 10.65 0l13.27-13.27a6.329 6.329 0 018.91-.05c2.46 2.41 2.49 6.38.05 8.81l-3.89 3.89" /></svg> <div class="more-game-opt-title">איזה שיר!</div> </button> </div> </div> </div> </div> <div id="popup" class="hidden"></div> </body> </html>