{"id":106417,"date":"2026-08-31T11:24:57","date_gmt":"2026-08-31T15:24:57","guid":{"rendered":"https:\/\/bgodinspired.com\/?page_id=106417"},"modified":"2026-08-31T11:24:57","modified_gmt":"2026-08-31T15:24:57","slug":"bible-word-daily","status":"publish","type":"page","link":"https:\/\/bgodinspired.com\/index.php\/bible-word-daily\/","title":{"rendered":"Daily Bible Word Game"},"content":{"rendered":"\n<!-- BGodInspired Daily Bible Word Game -->\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400;1,600&#038;family=Inter:wght@300;400;500;600&#038;display=swap\" rel=\"stylesheet\">\n<style>\n#bgi-game-bible-word-daily *, #bgi-game-bible-word-daily *::before, #bgi-game-bible-word-daily *::after { box-sizing: border-box; margin: 0; padding: 0; }\n#bgi-game-bible-word-daily {\n  --navy:#0D1B2A; --navy-mid:#162233; --cream:#F5F0E8; --gold:#C9A84C; --gold-dim:#8B6E2E;\n  --blue:#7B9AC4; --sage:#7B9E87; --clay:#C4847B; --warm-gray:#8B8680;\n  background: var(--navy); width: 100%; display: block; padding: 36px 20px 64px; border-radius: 12px;\n  clear: both; position: relative; font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;\n  color: var(--cream); line-height: 1.6; -webkit-font-smoothing: antialiased;\n}\n#bgi-game-bible-word-daily .game-inner { display: flex; flex-direction: column; align-items: center; width: 100%; }\n#bgi-game-bible-word-daily .scr { display: none; width: 100%; max-width: 520px; }\n#bgi-game-bible-word-daily .scr.on { display: block; }\n#bgi-game-bible-word-daily .fade-in { animation: bwFade .45s ease both; }\n@keyframes bwFade { from { opacity:0; transform: translateY(10px); } to { opacity:1; transform:none; } }\n\n#bgi-game-bible-word-daily .eyebrow { font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); font-weight: 600; text-align: center; display: block; margin-bottom: 14px; }\n#bgi-game-bible-word-daily h2.bw-title { font-family: 'Playfair Display', Georgia, serif; font-size: clamp(1.7rem, 5vw, 2.5rem); font-weight: 700; color: var(--cream); text-align: center; line-height: 1.2; margin-bottom: 14px; }\n#bgi-game-bible-word-daily .bw-sub { text-align: center; color: #C9C4BC; font-size: 1rem; font-weight: 300; max-width: 460px; margin: 0 auto 22px; }\n#bgi-game-bible-word-daily .bw-meta { text-align: center; color: var(--warm-gray); font-size: .82rem; letter-spacing: .04em; margin-bottom: 26px; }\n\n#bgi-game-bible-word-daily .btn { font-family: 'Inter', sans-serif; display: block; margin: 0 auto; background: var(--gold); color: var(--navy); border: none; border-radius: 8px; padding: 14px 34px !important; font-size: .98rem; font-weight: 600; letter-spacing: .03em; cursor: pointer; transition: background .2s ease, transform .15s ease; }\n#bgi-game-bible-word-daily .btn:hover { background: #DCBB5C; transform: translateY(-1px); }\n#bgi-game-bible-word-daily .btn.ghost { background: transparent; color: var(--gold); border: 1px solid var(--gold-dim); }\n#bgi-game-bible-word-daily .btn.ghost:hover { background: rgba(201,168,76,.1); }\n\n#bgi-game-bible-word-daily .clue-card { background: var(--navy-mid); border: 1px solid rgba(201,168,76,.28); border-radius: 16px; padding: 18px 20px !important; box-sizing: border-box !important; margin-bottom: 18px; position: relative; overflow: hidden; }\n#bgi-game-bible-word-daily .clue-card::before { content:''; position:absolute; top:0; left:0; right:0; height:1px; background: linear-gradient(90deg, transparent, var(--gold), transparent); }\n#bgi-game-bible-word-daily .clue-label { font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); font-weight: 600; display:block; margin-bottom: 7px; }\n#bgi-game-bible-word-daily .clue-text { font-family: 'Playfair Display', Georgia, serif; font-size: 1.12rem; color: var(--cream); line-height: 1.45; }\n#bgi-game-bible-word-daily .bw-datebar { text-align:center; color: var(--warm-gray); font-size:.76rem; letter-spacing:.1em; text-transform:uppercase; margin-bottom: 14px; }\n\n#bgi-game-bible-word-daily .board { display: grid; grid-template-rows: repeat(6, 1fr); gap: 7px; margin: 0 auto 16px; width: 100%; max-width: 320px; }\n#bgi-game-bible-word-daily .brow { display: grid; grid-template-columns: repeat(5, 1fr); gap: 7px; }\n#bgi-game-bible-word-daily .tile { aspect-ratio: 1 \/ 1; display: flex; align-items: center; justify-content: center; border: 2px solid #2A3A4D; border-radius: 6px; background: transparent; font-family: 'Inter', sans-serif; font-size: clamp(1.1rem, 5.5vw, 1.6rem); font-weight: 600; color: var(--cream); text-transform: uppercase; transition: background .25s ease, border-color .25s ease, transform .18s ease; }\n#bgi-game-bible-word-daily .tile.filled { border-color: #4A6A94; transform: scale(1.04); }\n#bgi-game-bible-word-daily .tile.correct { background: var(--sage); border-color: var(--sage); color: var(--navy); }\n#bgi-game-bible-word-daily .tile.present { background: var(--gold); border-color: var(--gold); color: var(--navy); }\n#bgi-game-bible-word-daily .tile.absent { background: #1D2B3C; border-color: #1D2B3C; color: var(--warm-gray); }\n#bgi-game-bible-word-daily .brow.shake { animation: bwShake .4s ease; }\n@keyframes bwShake { 0%,100%{transform:translateX(0)} 20%{transform:translateX(-7px)} 40%{transform:translateX(7px)} 60%{transform:translateX(-4px)} 80%{transform:translateX(4px)} }\n\n#bgi-game-bible-word-daily .msg { min-height: 26px; text-align: center; font-size: .86rem; color: var(--gold); margin-bottom: 10px; }\n\n#bgi-game-bible-word-daily .kb { width: 100%; max-width: 460px; margin: 0 auto; }\n#bgi-game-bible-word-daily .krow { display: flex; justify-content: center; gap: 5px; margin-bottom: 6px; }\n#bgi-game-bible-word-daily .key { flex: 1 1 auto; min-width: 0; max-width: 42px; height: 50px; border: none; border-radius: 6px; background: #223143; color: var(--cream); font-family: 'Inter', sans-serif; font-size: .9rem; font-weight: 500; cursor: pointer; transition: background .2s ease; -webkit-tap-highlight-color: transparent; touch-action: manipulation; }\n#bgi-game-bible-word-daily .key:hover { background: #2C3E54; }\n#bgi-game-bible-word-daily .key.wide { max-width: 66px; font-size: .72rem; letter-spacing: .05em; }\n#bgi-game-bible-word-daily .key.correct { background: var(--sage); color: var(--navy); }\n#bgi-game-bible-word-daily .key.present { background: var(--gold); color: var(--navy); }\n#bgi-game-bible-word-daily .key.absent { background: #16202C; color: #5A6472; }\n\n#bgi-game-bible-word-daily .score-big { font-family: 'Playfair Display', Georgia, serif; font-size: clamp(2rem, 6vw, 3.5rem); font-weight: 700; color: var(--gold); text-align: center; line-height: 1.1; margin-bottom: 10px; }\n#bgi-game-bible-word-daily .grid-share { text-align: center; font-size: 1.05rem; line-height: 1.35; letter-spacing: .12em; margin-bottom: 18px; }\n#bgi-game-bible-word-daily .end-head { font-family: 'Playfair Display', Georgia, serif; font-size: clamp(1.35rem, 4.4vw, 1.9rem); font-weight: 600; color: var(--cream); text-align: center; line-height: 1.25; margin-bottom: 12px; }\n#bgi-game-bible-word-daily .end-body { text-align: center; color: #C9C4BC; font-size: .97rem; font-weight: 300; max-width: 450px; margin: 0 auto 6px; }\n#bgi-game-bible-word-daily .word-anchor { text-align:center; color: var(--warm-gray); font-size: .86rem; font-style: italic; max-width: 460px; margin: 0 auto 24px; }\n#bgi-game-bible-word-daily .word-anchor .wa-ref { color: var(--gold-dim); font-style: normal; letter-spacing:.04em; }\n#bgi-game-bible-word-daily .divider { height: 1px; background: linear-gradient(90deg, transparent, #2A3A4D, transparent); margin: 24px 0; }\n\n#bgi-game-bible-word-daily .scripture-block { background: var(--navy-mid); border: 1px solid rgba(123,158,135,.35); border-left: 3px solid var(--sage); border-radius: 12px; padding: 22px 22px !important; box-sizing: border-box !important; margin-bottom: 26px; }\n#bgi-game-bible-word-daily .scripture-text { font-family: 'Playfair Display', Georgia, serif; font-style: italic; font-size: 1.1rem; color: var(--cream); line-height: 1.55; margin-bottom: 9px; }\n#bgi-game-bible-word-daily .scripture-ref { font-size: .8rem; letter-spacing: .09em; color: var(--sage); font-weight: 500; margin-bottom: 13px; }\n#bgi-game-bible-word-daily .scripture-angle { font-size: .94rem; color: #C9C4BC; font-weight: 300; }\n\n#bgi-game-bible-word-daily .product-card { background: linear-gradient(160deg, #182739, var(--navy-mid)); border: 1px solid rgba(201,168,76,.32); border-radius: 14px; padding: 24px 22px !important; box-sizing: border-box !important; text-align: center; margin-bottom: 26px; }\n#bgi-game-bible-word-daily .pc-label { font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); font-weight: 600; display: block; margin-bottom: 9px; }\n#bgi-game-bible-word-daily .pc-headline { font-family: 'Playfair Display', Georgia, serif; font-size: 1.3rem; font-weight: 600; color: var(--cream); margin-bottom: 10px; line-height: 1.3; }\n#bgi-game-bible-word-daily .pc-body { font-size: .94rem; color: #C9C4BC; font-weight: 300; margin-bottom: 18px; }\n#bgi-game-bible-word-daily .btn-product { display: inline-block; background: var(--gold); color: var(--navy); text-decoration: none; border-radius: 8px; padding: 13px 28px !important; font-size: .93rem; font-weight: 600; transition: background .2s ease; }\n#bgi-game-bible-word-daily .btn-product:hover { background: #DCBB5C; color: var(--navy); }\n\n#bgi-game-bible-word-daily .share-label { display:block; text-align: center; font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; color: var(--warm-gray); margin-bottom: 12px; }\n#bgi-game-bible-word-daily .share-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 9px; margin-bottom: 14px; }\n#bgi-game-bible-word-daily .btn-share { display: inline-block; background: transparent; border: 1px solid #33465C; color: #C9C4BC; text-decoration: none; border-radius: 7px; padding: 9px 16px !important; font-size: .83rem; font-weight: 500; transition: border-color .2s ease, color .2s ease; }\n#bgi-game-bible-word-daily .btn-share:hover { border-color: var(--gold-dim); color: var(--gold); }\n#bgi-game-bible-word-daily .end-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 22px; }\n#bgi-game-bible-word-daily .end-actions .btn { margin: 0; }\n#bgi-game-bible-word-daily .more-link { display:block; text-align:center; margin-top: 20px; }\n#bgi-game-bible-word-daily .more-link a { color: var(--blue); text-decoration: none; font-size: .9rem; }\n#bgi-game-bible-word-daily .more-link a:hover { color: var(--gold); }\n#bgi-game-bible-word-daily .note { text-align:center; color: var(--warm-gray); font-size: .76rem; margin-top: 18px; font-weight: 300; }\n\n@media (max-width: 560px) {\n  #bgi-game-bible-word-daily { padding: 26px 12px 44px; }\n  #bgi-game-bible-word-daily .board { max-width: 268px; gap: 6px; }\n  #bgi-game-bible-word-daily .brow { gap: 6px; }\n  #bgi-game-bible-word-daily .key { height: 46px; max-width: 34px; }\n  #bgi-game-bible-word-daily .key.wide { max-width: 52px; font-size: .64rem; }\n  #bgi-game-bible-word-daily .scripture-block, #bgi-game-bible-word-daily .product-card { padding: 18px 16px !important; }\n}\n@media (prefers-reduced-motion: reduce) {\n  #bgi-game-bible-word-daily *, #bgi-game-bible-word-daily *::before, #bgi-game-bible-word-daily *::after { animation: none !important; transition: none !important; }\n  #bgi-game-bible-word-daily .tile.filled { transform: none; }\n}\n<\/style>\n\n<div id=\"bgi-game-bible-word-daily\"><div class=\"game-inner\">\n\n  <div class=\"scr on\" id=\"bwIntro\">\n    <span class=\"eyebrow\">Daily Bible Word<\/span>\n    <h2 class=\"bw-title\">Daily Bible Word Game<\/h2>\n    <p class=\"bw-sub\">One five-letter word, six tries, a fresh clue every single day. Green means right letter, right spot. Gold means right letter, wrong spot. Everybody in the world gets the same word today.<\/p>\n    <p class=\"bw-meta\">6 tries &middot; about 2 minutes &middot; new word daily<\/p>\n    <button class=\"btn\" onclick=\"bwStart()\">Play Today&#8217;s Word<\/button>\n    <p class=\"note\">Free. No account, no download, no sign-up.<\/p>\n  <\/div>\n\n  <div class=\"scr\" id=\"bwPlay\">\n    <p class=\"bw-datebar\" id=\"bwDateBar\">Today&#8217;s word<\/p>\n    <div class=\"clue-card\">\n      <span class=\"clue-label\">Your clue<\/span>\n      <p class=\"clue-text\" id=\"bwClue\"><\/p>\n    <\/div>\n    <div class=\"board\" id=\"bwBoard\"><\/div>\n    <p class=\"msg\" id=\"bwMsg\"><\/p>\n    <div class=\"kb\" id=\"bwKb\"><\/div>\n  <\/div>\n\n  <div class=\"scr\" id=\"bwEnd\"><\/div>\n\n<\/div><\/div>\n\n<script>\n(function(){\n  var AMP = String.fromCharCode(38);\n  var PERMA = \"https:\/\/bgodinspired.com\/index.php\/bible-word-daily\/\";\n  var SHARE_URL = PERMA + \"?utm_source=whatsapp\" + AMP + \"utm_medium=result_share\" + AMP + \"utm_campaign=bible-word-daily\";\n  var SHARE_URL_X = PERMA + \"?utm_source=x\" + AMP + \"utm_medium=result_share\" + AMP + \"utm_campaign=bible-word-daily\";\n  var SHARE_URL_FB = PERMA + \"?utm_source=facebook\" + AMP + \"utm_medium=result_share\" + AMP + \"utm_campaign=bible-word-daily\";\n  var CTA_URL = \"https:\/\/bgodinspired.kit.com\/27e17be1e6?utm_source=wordpress\" + AMP + \"utm_medium=game\" + AMP + \"utm_campaign=faith-for-everyday-life\" + AMP + \"utm_content=bible-word-daily\";\n\n  var BANK = [\n    {w:\"FAITH\",c:\"The substance of things hoped for.\",r:\"Hebrews 11:1\",f:\"\u201cNow faith is the substance of things hoped for, the evidence of things not seen.\u201d\"},\n    {w:\"MANNA\",c:\"Bread that showed up on the ground every morning in the wilderness.\",r:\"Exodus 16:31\",f:\"\u201cAnd the house of Israel called the name thereof Manna: and it was like coriander seed, white.\u201d\"},\n    {w:\"JONAH\",c:\"The prophet who sailed the opposite direction from where he was sent.\",r:\"Jonah 1:3\",f:\"\u201cHe rose up to flee unto Tarshish from the presence of the LORD.\u201d Nineveh was east. He booked passage west.\"},\n    {w:\"DAVID\",c:\"A shepherd boy, the youngest of eight, who became Israel's second king.\",r:\"1 Samuel 16:13\",f:\"Samuel anointed him \u201cin the midst of his brethren\u201d \u2014 years before he ever wore a crown.\"},\n    {w:\"AARON\",c:\"Moses' older brother, and Israel's first high priest.\",r:\"Exodus 4:14\",f:\"\u201cIs not Aaron the Levite thy brother? I know that he can speak well.\u201d He became the voice for a man who said he had none.\"},\n    {w:\"SINAI\",c:\"The mountain where the Ten Commandments were given.\",r:\"Exodus 19:20\",f:\"\u201cAnd the LORD came down upon mount Sinai, on the top of the mount.\u201d\"},\n    {w:\"GRACE\",c:\"The one gift in scripture that cannot be earned.\",r:\"Ephesians 2:8\",f:\"\u201cFor by grace are ye saved through faith; and that not of yourselves: it is the gift of God.\u201d\"},\n    {w:\"BREAD\",c:\"Jesus said, \u201cI am the ___ of life.\u201d\",r:\"John 6:35\",f:\"\u201cI am the bread of life: he that cometh to me shall never hunger.\u201d\"},\n    {w:\"LIGHT\",c:\"The very first thing God speaks into existence.\",r:\"Genesis 1:3\",f:\"\u201cAnd God said, Let there be light: and there was light.\u201d It arrives before the sun does \u2014 that comes on day four.\"},\n    {w:\"ENOCH\",c:\"He walked with God, and then \u201cwas not; for God took him.\u201d\",r:\"Genesis 5:24\",f:\"\u201cAnd Enoch walked with God: and he was not; for God took him.\u201d One of only two people in scripture who never die.\"},\n    {w:\"RAHAB\",c:\"She hid the spies in Jericho and hung a scarlet cord from her window.\",r:\"Joshua 2:18\",f:\"She turns up again centuries later in Jesus' own family line \u2014 Matthew 1:5.\"},\n    {w:\"CALEB\",c:\"One of only two spies who came back saying the land could be taken.\",r:\"Numbers 13:30\",f:\"\u201cLet us go up at once, and possess it; for we are well able to overcome it.\u201d Ten men said no. He and Joshua said yes.\"},\n    {w:\"EGYPT\",c:\"Where Joseph was sold, and where Israel spent four centuries.\",r:\"Genesis 15:13\",f:\"\u201cThy seed shall be a stranger in a land that is not theirs... four hundred years.\u201d Abram is told this generations before it happens.\"},\n    {w:\"BABEL\",c:\"The tower city where one language became many.\",r:\"Genesis 11:9\",f:\"\u201cBecause the LORD did there confound the language of all the earth.\u201d\"},\n    {w:\"NAOMI\",c:\"Ruth's mother-in-law, who asked to be called Mara instead.\",r:\"Ruth 1:20\",f:\"\u201cCall me not Naomi, call me Mara: for the Almighty hath dealt very bitterly with me.\u201d Mara means bitter.\"},\n    {w:\"ISAAC\",c:\"The son promised to a hundred-year-old father.\",r:\"Genesis 21:5\",f:\"\u201cAnd Abraham was an hundred years old, when his son Isaac was born unto him.\u201d His name means laughter.\"},\n    {w:\"JACOB\",c:\"He wrestled until daybreak and walked away with a limp and a new name.\",r:\"Genesis 32:28\",f:\"\u201cThy name shall be called no more Jacob, but Israel: for as a prince hast thou power with God.\u201d\"},\n    {w:\"SARAH\",c:\"She laughed when she heard she would have a son at ninety.\",r:\"Genesis 18:12\",f:\"\u201cTherefore Sarah laughed within herself.\u201d A year later she named the baby Isaac \u2014 laughter.\"},\n    {w:\"ALTAR\",c:\"The first thing Noah built after stepping off the ark.\",r:\"Genesis 8:20\",f:\"\u201cAnd Noah builded an altar unto the LORD.\u201d Before a house, before a field \u2014 this.\"},\n    {w:\"STONE\",c:\"The builders refused it. It ended up holding the corner.\",r:\"Psalm 118:22\",f:\"\u201cThe stone which the builders refused is become the head stone of the corner.\u201d\"},\n    {w:\"SHEEP\",c:\"Ninety-nine stay behind. One gets searched for.\",r:\"Luke 15:4\",f:\"\u201cDoth not leave the ninety and nine in the wilderness, and go after that which is lost, until he find it?\u201d\"},\n    {w:\"CROWN\",c:\"What Paul says is \u201claid up\u201d for him at the end.\",r:\"2 Timothy 4:8\",f:\"\u201cThere is laid up for me a crown of righteousness.\u201d He writes it from a prison cell.\"},\n    {w:\"HEART\",c:\"What God looks at, while everyone else looks at the outside.\",r:\"1 Samuel 16:7\",f:\"\u201cMan looketh on the outward appearance, but the LORD looketh on the heart.\u201d\"},\n    {w:\"MERCY\",c:\"It follows you \u201call the days of my life.\u201d\",r:\"Psalm 23:6\",f:\"\u201cSurely goodness and mercy shall follow me all the days of my life.\u201d\"},\n    {w:\"TRUTH\",c:\"Jesus said He is the way, the ___, and the life.\",r:\"John 14:6\",f:\"\u201cI am the way, the truth, and the life.\u201d Not a teacher pointing at truth \u2014 the thing itself.\"},\n    {w:\"WATER\",c:\"What Jesus offered a woman at a well in Samaria.\",r:\"John 4:14\",f:\"\u201cThe water that I shall give him shall be in him a well of water springing up into everlasting life.\u201d\"},\n    {w:\"FRUIT\",c:\"Love, joy, peace \u2014 the ___ of the Spirit.\",r:\"Galatians 5:22\",f:\"\u201cBut the fruit of the Spirit is love, joy, peace, longsuffering, gentleness, goodness, faith.\u201d Singular fruit, nine flavors.\"},\n    {w:\"PEARL\",c:\"A merchant sold everything he owned to buy exactly one.\",r:\"Matthew 13:46\",f:\"\u201cWhen he had found one pearl of great price, went and sold all that he had, and bought it.\u201d\"},\n    {w:\"CAMEL\",c:\"Easier for this to go through the eye of a needle.\",r:\"Matthew 19:24\",f:\"\u201cIt is easier for a camel to go through the eye of a needle, than for a rich man to enter into the kingdom of God.\u201d\"},\n    {w:\"RAVEN\",c:\"The first bird Noah sent out of the ark.\",r:\"Genesis 8:7\",f:\"\u201cAnd he sent forth a raven, which went forth to and fro.\u201d The dove is the famous one. This one went first.\"},\n    {w:\"WIDOW\",c:\"She gave two mites, and gave more than anybody.\",r:\"Mark 12:44\",f:\"\u201cShe of her want did cast in all that she had, even all her living.\u201d\"},\n    {w:\"MYRRH\",c:\"The third gift the wise men brought.\",r:\"Matthew 2:11\",f:\"\u201cThey presented unto him gifts; gold, and frankincense, and myrrh.\u201d It was a burial spice.\"},\n    {w:\"THORN\",c:\"Paul's unnamed affliction \u2014 a ___ in the flesh.\",r:\"2 Corinthians 12:7\",f:\"\u201cThere was given to me a thorn in the flesh.\u201d Scripture never says what it was.\"},\n    {w:\"SWORD\",c:\"The only offensive piece in the whole armour of God.\",r:\"Ephesians 6:17\",f:\"\u201cThe sword of the Spirit, which is the word of God.\u201d Everything else on that list is defense.\"},\n    {w:\"LIONS\",c:\"Daniel spent a whole night in their den.\",r:\"Daniel 6:16\",f:\"\u201cThey brought Daniel, and cast him into the den of lions.\u201d\"},\n    {w:\"TENTS\",c:\"Jacob was \u201ca plain man, dwelling in\u201d these.\",r:\"Genesis 25:27\",f:\"\u201cEsau was a cunning hunter, a man of the field; and Jacob was a plain man, dwelling in tents.\u201d\"},\n    {w:\"RIVER\",c:\"One went out of Eden and split into four.\",r:\"Genesis 2:10\",f:\"\u201cAnd a river went out of Eden to water the garden; and from thence it was parted, and became into four heads.\u201d\"},\n    {w:\"STARS\",c:\"God told Abram to count them \u2014 that is your family.\",r:\"Genesis 15:5\",f:\"\u201cTell the stars, if thou be able to number them... So shall thy seed be.\u201d\"},\n    {w:\"SIMON\",c:\"Peter's name before Jesus gave him a new one.\",r:\"John 1:42\",f:\"\u201cThou art Simon the son of Jona: thou shalt be called Cephas, which is by interpretation, A stone.\u201d\"},\n    {w:\"LYDIA\",c:\"A seller of purple, and the first named convert in Europe.\",r:\"Acts 16:14\",f:\"\u201cA seller of purple, of the city of Thyatira... whose heart the Lord opened.\u201d\"},\n    {w:\"HOSEA\",c:\"A prophet whose own marriage became the message.\",r:\"Hosea 1:2\",f:\"\u201cGo, take unto thee a wife of whoredoms.\u201d His life was the sermon, before he ever preached one.\"},\n    {w:\"MICAH\",c:\"He boiled the whole law down to three things.\",r:\"Micah 6:8\",f:\"\u201cTo do justly, and to love mercy, and to walk humbly with thy God.\u201d\"},\n    {w:\"JUDAH\",c:\"Leah's fourth son \u2014 and the tribe Jesus is born into.\",r:\"Genesis 29:35\",f:\"\u201cShe called his name Judah.\u201d The name means praise. Hebrews 7:14 traces Jesus back to this tribe.\"},\n    {w:\"GOATS\",c:\"Separated from the sheep, and set on the left hand.\",r:\"Matthew 25:33\",f:\"\u201cHe shall set the sheep on his right hand, but the goats on the left.\u201d\"},\n    {w:\"HONEY\",c:\"The promised land flowed with milk and ___.\",r:\"Exodus 3:8\",f:\"\u201cUnto a land flowing with milk and honey.\u201d God says it to Moses out of a burning bush.\"},\n    {w:\"PRIDE\",c:\"It \u201cgoeth before destruction.\u201d\",r:\"Proverbs 16:18\",f:\"\u201cPride goeth before destruction, and an haughty spirit before a fall.\u201d\"}\n  ];\n\n  var KEYS = [\n    [\"Q\",\"W\",\"E\",\"R\",\"T\",\"Y\",\"U\",\"I\",\"O\",\"P\"],\n    [\"A\",\"S\",\"D\",\"F\",\"G\",\"H\",\"J\",\"K\",\"L\"],\n    [\"ENTER\",\"Z\",\"X\",\"C\",\"V\",\"B\",\"N\",\"M\",\"DEL\"]\n  ];\n\n  var st = null;\n  var keyEls = {};\n\n  function el(id){ return document.getElementById(id); }\n\n  function todayIndex(){\n    var d = new Date();\n    var days = Math.floor(Date.UTC(d.getFullYear(), d.getMonth(), d.getDate()) \/ 86400000);\n    var i = days % BANK.length;\n    if (i * -1 > 0) { i = i + BANK.length; }\n    return i;\n  }\n\n  function dateLabel(){\n    var d = new Date();\n    var M = [\"January\",\"February\",\"March\",\"April\",\"May\",\"June\",\"July\",\"August\",\"September\",\"October\",\"November\",\"December\"];\n    return M[d.getMonth()] + \" \" + d.getDate() + \", \" + d.getFullYear();\n  }\n\n  function show(which){\n    var ids = [\"bwIntro\",\"bwPlay\",\"bwEnd\"];\n    for (var i = 0; i !== ids.length; i++){\n      var n = el(ids[i]);\n      n.className = \"scr\";\n      if (ids[i] === which) { n.className = \"scr on fade-in\"; }\n    }\n  }\n\n  function buildBoard(){\n    var b = el(\"bwBoard\");\n    b.innerHTML = \"\";\n    for (var r = 0; r !== 6; r++){\n      var row = document.createElement(\"div\");\n      row.className = \"brow\";\n      row.setAttribute(\"data-r\", r);\n      for (var c = 0; c !== 5; c++){\n        var t = document.createElement(\"div\");\n        t.className = \"tile\";\n        row.appendChild(t);\n      }\n      b.appendChild(row);\n    }\n  }\n\n  function buildKb(){\n    var kb = el(\"bwKb\");\n    kb.innerHTML = \"\";\n    keyEls = {};\n    for (var r = 0; r !== KEYS.length; r++){\n      var row = document.createElement(\"div\");\n      row.className = \"krow\";\n      for (var i = 0; i !== KEYS[r].length; i++){\n        var k = KEYS[r][i];\n        var btn = document.createElement(\"button\");\n        btn.type = \"button\";\n        btn.className = \"key\";\n        if (k.length !== 1) { btn.className = \"key wide\"; }\n        btn.textContent = (k === \"DEL\" ? \"\u232b\" : k);\n        btn.setAttribute(\"data-k\", k);\n        btn.addEventListener(\"click\", function(ev){\n          ev.preventDefault();\n          press(this.getAttribute(\"data-k\"));\n        });\n        keyEls[k] = btn;\n        row.appendChild(btn);\n      }\n      kb.appendChild(row);\n    }\n  }\n\n  function setMsg(t){ el(\"bwMsg\").textContent = t || \"\"; }\n\n  function paintCurrent(){\n    var row = el(\"bwBoard\").children[st.guesses.length];\n    if (!row) { return; }\n    for (var i = 0; i !== 5; i++){\n      var tile = row.children[i];\n      if (i > st.cur.length - 1) {\n        tile.textContent = \"\";\n        tile.className = \"tile\";\n      } else {\n        tile.textContent = st.cur.charAt(i);\n        tile.className = \"tile filled\";\n      }\n    }\n  }\n\n  function scoreGuess(guess, answer){\n    var res = [\"absent\",\"absent\",\"absent\",\"absent\",\"absent\"];\n    var pool = answer.split(\"\");\n    var i;\n    for (i = 0; i !== 5; i++){\n      if (guess.charAt(i) === answer.charAt(i)) { res[i] = \"correct\"; pool[i] = null; }\n    }\n    for (i = 0; i !== 5; i++){\n      if (res[i] === \"absent\"){\n        var idx = pool.indexOf(guess.charAt(i));\n        if (idx > -1) { res[i] = \"present\"; pool[idx] = null; }\n      }\n    }\n    return res;\n  }\n\n  var RANK = { absent: 0, present: 1, correct: 2 };\n\n  function paintRow(rowIdx, guess, res){\n    var row = el(\"bwBoard\").children[rowIdx];\n    for (var i = 0; i !== 5; i++){\n      row.children[i].textContent = guess.charAt(i);\n      row.children[i].className = \"tile \" + res[i];\n      var kEl = keyEls[guess.charAt(i)];\n      if (kEl) {\n        var cur = kEl.getAttribute(\"data-state\") || \"none\";\n        var curRank = (cur === \"none\" ? -1 : RANK[cur]);\n        if (RANK[res[i]] > curRank) {\n          kEl.setAttribute(\"data-state\", res[i]);\n          kEl.className = \"key \" + res[i];\n        }\n      }\n    }\n  }\n\n  function shake(){\n    var row = el(\"bwBoard\").children[st.guesses.length];\n    if (!row) { return; }\n    row.className = \"brow shake\";\n    setTimeout(function(){ row.className = \"brow\"; }, 420);\n  }\n\n  function press(k){\n    if (!st) { return; }\n    if (st.done) { return; }\n    if (k === \"ENTER\") { submit(); return; }\n    if (k === \"DEL\") {\n      if (st.cur.length > 0) { st.cur = st.cur.slice(0, st.cur.length - 1); paintCurrent(); setMsg(\"\"); }\n      return;\n    }\n    if (k.length !== 1) { return; }\n    if (st.cur.length > 4) { return; }\n    st.cur = st.cur + k;\n    paintCurrent();\n    setMsg(\"\");\n  }\n\n  function submit(){\n    if (st.cur.length !== 5) { setMsg(\"Five letters to guess.\"); shake(); return; }\n    var guess = st.cur;\n    var res = scoreGuess(guess, st.word);\n    paintRow(st.guesses.length, guess, res);\n    st.guesses.push({ g: guess, r: res });\n    st.cur = \"\";\n    if (guess === st.word){\n      st.done = true; st.won = true;\n      setMsg(\"That's it.\");\n      setTimeout(showEnd, 900);\n      return;\n    }\n    if (st.guesses.length === 6){\n      st.done = true; st.won = false;\n      setMsg(\"The word was \" + st.word + \".\");\n      setTimeout(showEnd, 1400);\n      return;\n    }\n    setMsg((6 - st.guesses.length) + \" tries left.\");\n  }\n\n  function emojiGrid(){\n    var out = [];\n    for (var i = 0; i !== st.guesses.length; i++){\n      var line = \"\";\n      var r = st.guesses[i].r;\n      for (var j = 0; j !== 5; j++){\n        if (r[j] === \"correct\") { line = line + \"\ud83d\udfe9\"; }\n        else if (r[j] === \"present\") { line = line + \"\ud83d\udfe8\"; }\n        else { line = line + \"\u2b1c\"; }\n      }\n      out.push(line);\n    }\n    return out;\n  }\n\n  function headlineFor(){\n    if (!st.won) { return \"Not today \u2014 and that is genuinely fine.\"; }\n    var n = st.guesses.length;\n    if (n === 1) { return \"First try. That is a little bit unreasonable.\"; }\n    if (n === 2) { return \"Two tries. You clearly know your way around.\"; }\n    if (n === 3) { return \"Three tries. Sharp.\"; }\n    if (n === 4) { return \"Got it. Solid solving.\"; }\n    if (n === 5) { return \"Got there. That is the part that counts.\"; }\n    return \"Last try, and you still landed it.\";\n  }\n\n  function bodyFor(){\n    if (!st.won) { return \"The word was \" + st.word + \". Six tries and a hard clue \u2014 some days the word just hides. Come back tomorrow and a new one is waiting.\"; }\n    return \"Today's word was \" + st.word + \".\";\n  }\n\n  function esc(s){\n    var LT = String.fromCharCode(60), GT = String.fromCharCode(62);\n    return String(s)\n      .split(AMP).join(AMP + \"amp;\")\n      .split(LT).join(AMP + \"lt;\")\n      .split(GT).join(AMP + \"gt;\");\n  }\n\n  function showEnd(){\n    var grid = emojiGrid();\n    var scoreTxt = (st.won ? st.guesses.length + \"\/6\" : \"X\/6\");\n    var label = (st.bonus ? \"Bonus Word\" : \"Daily Bible Word \u2014 \" + dateLabel());\n    var shareText = label + \"\\n\" + scoreTxt + \"\\n\" + grid.join(\"\\n\") + \"\\n\\nPlay free: \";\n    var waHref = \"https:\/\/api.whatsapp.com\/send?text=\" + encodeURIComponent(shareText + SHARE_URL);\n    var xHref = \"https:\/\/twitter.com\/intent\/tweet?text=\" + encodeURIComponent(shareText + SHARE_URL_X);\n    var fbHref = \"https:\/\/www.facebook.com\/sharer\/sharer.php?u=\" + encodeURIComponent(SHARE_URL_FB);\n\n    var h = \"\";\n    h += '<span class=\"eyebrow\">' + (st.bonus ? \"Bonus Round\" : \"Round Complete\") + '<\/span>';\n    h += '<div class=\"score-big\">' + scoreTxt + '<\/div>';\n    h += '<div class=\"grid-share\">' + grid.join(\"<br>\") + '<\/div>';\n    h += '<h3 class=\"end-head\">' + esc(headlineFor()) + '<\/h3>';\n    h += '<p class=\"end-body\">' + esc(bodyFor()) + '<\/p>';\n    h += '<p class=\"word-anchor\">' + esc(st.fact) + ' <span class=\"wa-ref\">\u2014 ' + esc(st.ref) + '<\/span><\/p>';\n    h += '<div class=\"divider\"><\/div>';\n    h += '<div class=\"scripture-block\">';\n    h += '<p class=\"scripture-text\">\u201cThy words were found, and I did eat them; and thy word was unto me the joy and rejoicing of mine heart.\u201d<\/p>';\n    h += '<p class=\"scripture-ref\">\u2014 Jeremiah 15:16<\/p>';\n    h += '<p class=\"scripture-angle\">Jeremiah does not say he studied the words. He says he ate them. There is a difference between reading something and letting it become part of how you are built. You just spent a couple of minutes hunting for one five-letter word \u2014 that same small, stubborn attention is exactly what turns scripture from information into food.<\/p>';\n    h += '<\/div>';\n    h += '<div class=\"product-card\">';\n    h += '<span class=\"pc-label\">Free \u2014 Faith For Everyday Life<\/span>';\n    h += '<h3 class=\"pc-headline\">One short note a week. Nothing heavy.<\/h3>';\n    h += '<p class=\"pc-body\">If a two-minute word puzzle is your kind of thing, this is the same size: one short piece of practical encouragement in your inbox each week. Steady, personal, no pressure, no spam.<\/p>';\n    h += '<a href=\"' + CTA_URL + '\" class=\"btn-product\" target=\"_blank\" rel=\"noopener\">Get it free \u2192<\/a>';\n    h += '<\/div>';\n    h += '<span class=\"share-label\">Share your result<\/span>';\n    h += '<div class=\"share-row\">';\n    h += '<a id=\"bwShareWA\" href=\"' + waHref + '\" target=\"_blank\" rel=\"noopener\" class=\"btn-share\">Share on WhatsApp<\/a>';\n    h += '<a id=\"bwShareX\" href=\"' + xHref + '\" target=\"_blank\" rel=\"noopener\" class=\"btn-share\">Share on X<\/a>';\n    h += '<a id=\"bwShareFB\" href=\"' + fbHref + '\" target=\"_blank\" rel=\"noopener\" class=\"btn-share\">Share on Facebook<\/a>';\n    h += '<button type=\"button\" class=\"btn-share\" onclick=\"bwCopy()\">Copy result<\/button>';\n    h += '<\/div>';\n    h += '<div class=\"end-actions\">';\n    h += '<button class=\"btn\" onclick=\"bwBonus()\">Play a bonus word<\/button>';\n    h += '<\/div>';\n    h += '<div class=\"more-link\"><a href=\"https:\/\/bgodinspired.com\/index.php\/games\/\">More free games \u2192<\/a><\/div>';\n    h += '<p class=\"note\">Come back tomorrow for a new word. Nothing is saved between visits, so a refresh starts today over.<\/p>';\n\n    st.shareText = shareText + SHARE_URL;\n    el(\"bwEnd\").innerHTML = h;\n    show(\"bwEnd\");\n  }\n\n  function load(idx, isBonus){\n    var p = BANK[idx];\n    st = { idx: idx, word: p.w, clue: p.c, ref: p.r, fact: p.f, guesses: [], cur: \"\", done: false, won: false, bonus: !!isBonus, shareText: \"\" };\n    el(\"bwClue\").textContent = p.c;\n    el(\"bwDateBar\").textContent = (isBonus ? \"Bonus word\" : dateLabel());\n    buildBoard();\n    buildKb();\n    setMsg(\"\");\n    show(\"bwPlay\");\n  }\n\n  function bwStart(){ load(todayIndex(), false); }\n\n  function bwBonus(){\n    var i = st.idx;\n    var guard = 0;\n    while (i === st.idx) {\n      i = Math.floor(Math.random() * BANK.length);\n      guard = guard + 1;\n      if (guard > 50) { i = (st.idx + 1) % BANK.length; }\n    }\n    load(i, true);\n  }\n\n  function bwCopy(){\n    var t = (st ? st.shareText : \"\");\n    if (!t) { return; }\n    var done = function(){\n      var b = document.querySelector(\"#bgi-game-bible-word-daily .share-row button\");\n      if (b) { b.textContent = \"Copied\"; setTimeout(function(){ b.textContent = \"Copy result\"; }, 1800); }\n    };\n    if (navigator.clipboard) {\n      navigator.clipboard.writeText(t).then(done, function(){ fallbackCopy(t, done); });\n      return;\n    }\n    fallbackCopy(t, done);\n  }\n\n  function fallbackCopy(t, cb){\n    var ta = document.createElement(\"textarea\");\n    ta.value = t;\n    ta.setAttribute(\"readonly\", \"readonly\");\n    ta.style.position = \"absolute\";\n    ta.style.left = \"-9999px\";\n    document.body.appendChild(ta);\n    ta.select();\n    try { document.execCommand(\"copy\"); cb(); } catch (e) {}\n    document.body.removeChild(ta);\n  }\n\n  document.addEventListener(\"keydown\", function(ev){\n    if (!st) { return; }\n    if (st.done) { return; }\n    var play = el(\"bwPlay\");\n    if (play.className.indexOf(\"on\") === -1) { return; }\n    var k = ev.key;\n    if (k === \"Enter\") { ev.preventDefault(); press(\"ENTER\"); return; }\n    if (k === \"Backspace\") { ev.preventDefault(); press(\"DEL\"); return; }\n    if (k.length === 1) {\n      var up = k.toUpperCase();\n      if (\/[A-Z]\/.test(up)) { press(up); }\n    }\n  });\n\n  window.bwStart = bwStart;\n  window.bwBonus = bwBonus;\n  window.bwCopy = bwCopy;\n})();\n<\/script>\n\n\n\n<h2 class=\"wp-block-heading\">Common Questions About Daily Bible Word Games<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">What is a daily word game?<\/h3>\n\n\n\n<p>A daily word game gives everybody the same puzzle on the same day. You get one word, a set number of tries, and colour-coded feedback after each guess telling you which letters are right and which are in the wrong place. The appeal is not difficulty, it is the shape of the thing: it is short, it is finite, and when it is done it is done. There is no endless feed, no timer bleeding you dry, no next level. Most people play in about two minutes with a cup of coffee. The shared-word part matters more than it sounds. Because the whole world is working the same puzzle, comparing results with a friend actually means something, which is why these games spread through group chats rather than ads. This one runs on the same idea, with a clue attached to every word.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">How is this different from other daily word games?<\/h3>\n\n\n\n<p>Two differences. The first is the word list. Every answer here is a five-letter word drawn from scripture, and there are forty-six of them in rotation, so a month of play never repeats. Some are people, some are places, some are ordinary words that happen to carry a lot of weight, and when you solve it you get the actual verse the word comes from. The second difference is that you are given a clue up front. Most daily word games start you cold, guessing blind for a turn or two just to find some letters. That works when the answer is a common English word. It does not work when the answer might be a prophet nobody has thought about since Sunday school, so every puzzle here opens with a one-line hint. It makes the game fair, and it makes the clue itself half the fun.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Do I need to know the Bible to play?<\/h3>\n\n\n\n<p>No, and the game is built on the assumption that most people do not. That is what the clue is for. Every puzzle opens with a plain-English hint that gives you a real way in without requiring you to have read anything. A clue like the first thing God speaks into existence gets you to the answer whether or not you have opened a Bible in twenty years. Plenty of the answers are ordinary words anyone would guess anyway. And the letter feedback does the rest of the work, exactly as it does in any other word game: green is the right letter in the right spot, gold is the right letter somewhere else. If a name comes up that you have never heard of, you will still solve it from the letters, and then you will know something you did not know at breakfast. That is a fine trade for two minutes.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Why does everyone get the same word on the same day?<\/h3>\n\n\n\n<p>The puzzle is picked from the calendar date rather than at random, so the word is the same for every person who opens the page on a given day, anywhere in the world. Nothing is stored and no account is involved. The date does all the work. That is what makes the result worth sharing, because when a friend says they got it in three, you know exactly which word they are talking about. It also means a new one is genuinely waiting tomorrow rather than being generated on demand. One honest limitation: because nothing is saved between visits, refreshing the page starts today over rather than picking up where you left off. That is the trade for a game that needs no sign-up, no download, and no cookie banner. If you want another word right away, there is a bonus round on the end screen.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">How do I play the daily Bible word game?<\/h3>\n\n\n\n<p>Press the button, read the clue, and type any five-letter word to start narrowing it down. You get six tries. After each guess the tiles change colour: green means that letter is correct and in the correct spot, gold means the letter is in the word but somewhere else, and dark means it is not in the word at all. The on-screen keyboard keeps track for you, so you never have to remember which letters you have already ruled out. It works on a phone with taps and on a computer with a physical keyboard. When you finish you will get your result as a shareable grid, the verse the word came from, and the option to play a bonus word if two minutes was not enough. It is free, there is no sign-up, and nothing gets downloaded. Play the daily word game above.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Daily Bible Word Daily Bible Word Game One five-letter word, six tries, a fresh clue every single day. Green means right letter, right spot. Gold means right letter, wrong spot. Everybody in the world gets the same word today. 6 tries &middot; about 2 minutes &middot; new word daily Play Today&#8217;s Word Free. No account, [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_monsterinsights_skip_tracking":false,"_wp_convertkit_post_meta":{"form":"-1","landing_page":"0","tag":"0","restrict_content":"0"},"footnotes":""},"class_list":["post-106417","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/bgodinspired.com\/index.php\/wp-json\/wp\/v2\/pages\/106417","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bgodinspired.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/bgodinspired.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/bgodinspired.com\/index.php\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/bgodinspired.com\/index.php\/wp-json\/wp\/v2\/comments?post=106417"}],"version-history":[{"count":1,"href":"https:\/\/bgodinspired.com\/index.php\/wp-json\/wp\/v2\/pages\/106417\/revisions"}],"predecessor-version":[{"id":106418,"href":"https:\/\/bgodinspired.com\/index.php\/wp-json\/wp\/v2\/pages\/106417\/revisions\/106418"}],"wp:attachment":[{"href":"https:\/\/bgodinspired.com\/index.php\/wp-json\/wp\/v2\/media?parent=106417"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}