{"id":94424,"date":"2026-08-18T15:18:55","date_gmt":"2026-08-18T19:18:55","guid":{"rendered":"https:\/\/bgodinspired.com\/?page_id=94424"},"modified":"2026-08-19T15:24:08","modified_gmt":"2026-08-19T19:24:08","slug":"games","status":"publish","type":"page","link":"https:\/\/bgodinspired.com\/index.php\/games\/","title":{"rendered":"Free Games \u2014 BGodInspired"},"content":{"rendered":"\n<!-- BGodInspired Free Games Hub -->\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;700&#038;display=swap\" rel=\"stylesheet\">\n<style>\n#bgi-games-hub *, #bgi-games-hub *::before, #bgi-games-hub *::after {\n  box-sizing: border-box; margin: 0; padding: 0;\n}\n#bgi-games-hub {\n  --navy:      #0F1F30;\n  --card:      #162233;\n  --card-hover:#1C2D42;\n  --cream:     #F5F0E8;\n  --gold:      #C9A84C;\n  --gold-glow: rgba(201,168,76,0.18);\n  --blue:      #7B9AC4;\n  --blue-glow: rgba(123,154,196,0.18);\n  --sage:      #7B9E87;\n  --sage-glow: rgba(123,158,135,0.18);\n  --dim:       rgba(245,240,232,0.62);\n  --soft:      rgba(245,240,232,0.35);\n  --border:    rgba(245,240,232,0.08);\n  --border-lit:rgba(245,240,232,0.15);\n\n  background: var(--navy);\n  color: var(--cream);\n  font-family: 'Inter', sans-serif;\n  width: 100%;\n  display: block;\n  padding: 48px 20px 72px;\n  border-radius: 12px;\n  clear: both;\n  position: relative;\n}\n#bgi-games-hub .hub-inner { max-width: 860px; margin: 0 auto; }\n\n#bgi-games-hub .hero { text-align: center; margin-bottom: 56px; }\n#bgi-games-hub .hero-eyebrow {\n  display: inline-block; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.18em;\n  text-transform: uppercase; color: var(--gold); margin-bottom: 20px;\n  padding: 6px 14px; border: 1px solid rgba(201,168,76,0.25); border-radius: 20px;\n}\n#bgi-games-hub .hero-headline {\n  font-family: 'Playfair Display', serif; font-size: clamp(2rem, 5vw, 3.2rem); font-weight: 700;\n  line-height: 1.15; color: var(--cream); margin-bottom: 20px; max-width: 680px; margin-left: auto; margin-right: auto;\n}\n#bgi-games-hub .hero-headline em { font-style: italic; color: var(--gold); }\n#bgi-games-hub .hero-sub { font-size: 1rem; line-height: 1.75; color: var(--dim); max-width: 520px; margin: 0 auto 32px; }\n#bgi-games-hub .hero-stats { display: flex; justify-content: center; gap: 32px; flex-wrap: wrap; }\n#bgi-games-hub .stat { display: flex; flex-direction: column; align-items: center; gap: 4px; }\n#bgi-games-hub .stat-num { font-family: 'Playfair Display', serif; font-size: 1.6rem; font-weight: 700; color: var(--cream); line-height: 1; }\n#bgi-games-hub .stat-label { font-size: 0.7rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--soft); }\n\n#bgi-games-hub .divider { height: 1px; background: var(--border); margin: 0 0 48px; }\n#bgi-games-hub .section-label { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--soft); margin-bottom: 20px; display: block; }\n\n#bgi-games-hub .game-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 16px; }\n\n#bgi-games-hub .game-card {\n  background: var(--card); border: 1px solid var(--border); border-radius: 14px;\n  padding: 28px 24px 24px !important; box-sizing: border-box !important;\n  text-decoration: none; display: flex; flex-direction: column; position: relative; overflow: hidden;\n  transition: border-color 0.25s, background 0.25s, transform 0.2s; cursor: pointer;\n}\n#bgi-games-hub .game-card:hover { background: var(--card-hover); transform: translateY(-3px); }\n#bgi-games-hub .game-card::after { content:''; position:absolute; inset:0; border-radius:14px; opacity:0; transition:opacity 0.3s; pointer-events:none; }\n#bgi-games-hub .game-card:hover::after { opacity:1; }\n\n#bgi-games-hub .game-card.sage { border-color: rgba(123,158,135,0.2); }\n#bgi-games-hub .game-card.sage:hover { border-color: rgba(123,158,135,0.5); }\n#bgi-games-hub .game-card.sage::before { content:''; position:absolute; top:0; left:0; right:0; height:2px; background:linear-gradient(90deg,transparent,var(--sage),transparent); opacity:0.5; }\n#bgi-games-hub .game-card.sage .card-glow { position:absolute; top:-30px; right:-30px; width:120px; height:120px; border-radius:50%; background:var(--sage-glow); filter:blur(30px); animation:glowPulse 3.5s ease-in-out infinite 0.4s; }\n\n#bgi-games-hub .game-card.gold { border-color: rgba(201,168,76,0.2); }\n#bgi-games-hub .game-card.gold:hover { border-color: rgba(201,168,76,0.5); }\n#bgi-games-hub .game-card.gold::before { content:''; position:absolute; top:0; left:0; right:0; height:2px; background:linear-gradient(90deg,transparent,var(--gold),transparent); opacity:0.6; }\n#bgi-games-hub .game-card.gold .card-glow { position:absolute; top:-30px; right:-30px; width:120px; height:120px; border-radius:50%; background:var(--gold-glow); filter:blur(30px); animation:glowPulse 3s ease-in-out infinite; }\n\n#bgi-games-hub .game-card.blue { border-color: rgba(123,154,196,0.2); }\n#bgi-games-hub .game-card.blue:hover { border-color: rgba(123,154,196,0.5); }\n#bgi-games-hub .game-card.blue::before { content:''; position:absolute; top:0; left:0; right:0; height:2px; background:linear-gradient(90deg,transparent,var(--blue),transparent); opacity:0.5; }\n#bgi-games-hub .game-card.blue .card-glow { position:absolute; top:-30px; right:-30px; width:120px; height:120px; border-radius:50%; background:var(--blue-glow); filter:blur(30px); animation:glowPulse 4s ease-in-out infinite 0.8s; }\n\n@keyframes glowPulse { 0%,100% { opacity:0.6; transform:scale(1); } 50% { opacity:1; transform:scale(1.15); } }\n\n#bgi-games-hub .card-icon { font-size: 1.6rem; margin-bottom: 16px; line-height: 1; position: relative; z-index: 1; }\n#bgi-games-hub .card-tag { font-size: 0.62rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 10px; display: block; position: relative; z-index: 1; }\n#bgi-games-hub .game-card.sage .card-tag { color: var(--sage); }\n#bgi-games-hub .game-card.gold .card-tag { color: var(--gold); }\n#bgi-games-hub .game-card.blue .card-tag { color: var(--blue); }\n\n#bgi-games-hub .card-title { font-family: 'Playfair Display', serif; font-size: 1.05rem; font-weight: 700; color: var(--cream); line-height: 1.3; margin-bottom: 10px; position: relative; z-index: 1; }\n#bgi-games-hub .card-desc { font-size: 0.82rem; line-height: 1.65; color: var(--dim); margin-bottom: 20px; flex-grow: 1; position: relative; z-index: 1; }\n#bgi-games-hub .card-meta { display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 1; }\n#bgi-games-hub .card-time { font-size: 0.72rem; font-weight: 500; color: var(--soft); letter-spacing: 0.04em; }\n#bgi-games-hub .card-cta { font-size: 0.78rem; font-weight: 700; letter-spacing: 0.06em; display: flex; align-items: center; gap: 5px; transition: gap 0.2s; }\n#bgi-games-hub .game-card.sage .card-cta { color: var(--sage); }\n#bgi-games-hub .game-card.gold .card-cta { color: var(--gold); }\n#bgi-games-hub .game-card.blue .card-cta { color: var(--blue); }\n#bgi-games-hub .game-card:hover .card-cta { gap: 9px; }\n\n#bgi-games-hub .game-card.coming {\n  border-color: var(--border); border-style: dashed; background: transparent;\n  cursor: default; pointer-events: none; opacity: 0.5;\n}\n#bgi-games-hub .game-card.coming::before { display: none; }\n#bgi-games-hub .game-card.coming .card-glow { display: none; }\n#bgi-games-hub .game-card.coming .card-title { color: var(--soft); }\n#bgi-games-hub .coming-badge {\n  display: inline-block; font-size: 0.58rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;\n  color: var(--soft); border: 1px solid var(--border); border-radius: 10px; padding: 3px 8px; margin-bottom: 10px;\n}\n\n#bgi-games-hub #hub-empty { text-align: center; color: var(--dim); font-size: 0.92rem; padding: 32px 0 44px; }\n\n#bgi-games-hub .about-section { margin-top: 52px; padding-top: 40px; border-top: 1px solid var(--border); }\n#bgi-games-hub .about-headline { font-family: 'Playfair Display', serif; font-size: 1.25rem; font-weight: 600; color: var(--cream); margin-bottom: 14px; line-height: 1.3; }\n#bgi-games-hub .about-body { font-size: 0.92rem; line-height: 1.8; color: var(--dim); margin-bottom: 14px; max-width: 680px; }\n#bgi-games-hub .about-body strong { color: var(--cream); font-weight: 600; }\n\n@media (max-width: 680px) {\n  #bgi-games-hub .game-grid { grid-template-columns: 1fr; }\n  #bgi-games-hub .hero-stats { gap: 20px; }\n  #bgi-games-hub { padding: 32px 16px 56px; }\n}\n@media (min-width: 681px) and (max-width: 860px) {\n  #bgi-games-hub .game-grid { grid-template-columns: repeat(2, 1fr); }\n}\n@media (prefers-reduced-motion: reduce) {\n  #bgi-games-hub * { animation: none !important; transition: none !important; }\n}\n<\/style>\n\n<div id=\"bgi-games-hub\">\n  <div class=\"hub-inner\">\n\n    <!-- HERO -->\n    <div class=\"hero\">\n      <span class=\"hero-eyebrow\">Free Games \u2014 BGodInspired<\/span>\n      <h1 class=\"intro-headline hero-headline\">Play. <em>Discover something<\/em> along the way.<\/h1>\n      <p class=\"hero-sub\">Free, no-account, no-download games \u2014 a few minutes of fun, and every one of them carries something worth finding.<\/p>\n      <div class=\"hero-stats\">\n        <div class=\"stat\">\n          <span class=\"stat-num\">2<\/span>\n          <span class=\"stat-label\">Games live<\/span>\n        <\/div>\n        <div class=\"stat\">\n          <span class=\"stat-num\">Free<\/span>\n          <span class=\"stat-label\">Always<\/span>\n        <\/div>\n        <div class=\"stat\">\n          <span class=\"stat-num\">0<\/span>\n          <span class=\"stat-label\">Sign-up required<\/span>\n        <\/div>\n        <div class=\"stat\">\n          <span class=\"stat-num\">New<\/span>\n          <span class=\"stat-label\">Games weekly<\/span>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <div class=\"divider\"><\/div>\n\n    <span class=\"section-label\">Live now<\/span>\n    <div class=\"game-grid\">\n      <a class=\"game-card sage\" href=\"https:\/\/bgodinspired.com\/index.php\/bible-trivia-general\/\" data-category=\"trivia-quiz\">\n        <div class=\"card-glow\"><\/div>\n        <span class=\"card-icon\">\ud83e\udde0<\/span>\n        <span class=\"card-tag\">Trivia &amp; Quiz<\/span>\n        <h3 class=\"card-title\">Bible Trivia: General Knowledge<\/h3>\n        <p class=\"card-desc\">A little bit of everything \u2014 from Genesis to Revelation. Casual, no pressure, and a fresh set of questions every round.<\/p>\n        <div class=\"card-meta\">\n          <span class=\"card-time\">10 questions \u00b7 3 min<\/span>\n          <span class=\"card-cta\">Play <span>\u2192<\/span><\/span>\n        <\/div>\n      <\/a>\n      <a class=\"game-card sage\" href=\"https:\/\/bgodinspired.com\/index.php\/bible-quiz-general\/\" data-category=\"trivia-quiz\">\n        <div class=\"card-glow\"><\/div>\n        <span class=\"card-icon\">\ud83e\udde0<\/span>\n        <span class=\"card-tag\">Trivia &amp; Quiz<\/span>\n        <h3 class=\"card-title\">Bible Quiz: General Knowledge<\/h3>\n        <p class=\"card-desc\">A study-mode round for Bible Quiz teams and serious study \u2014 15 questions, every answer tied to its exact scripture reference.<\/p>\n        <div class=\"card-meta\">\n          <span class=\"card-time\">15 questions \u00b7 6 min<\/span>\n          <span class=\"card-cta\">Play <span>\u2192<\/span><\/span>\n        <\/div>\n      <\/a>\n    <\/div>\n\n    <!-- COMING SOON ROW -->\n    <span class=\"section-label\">Coming soon<\/span>\n    <div class=\"game-grid\">\n      <div class=\"game-card coming\">\n        <span class=\"coming-badge\">Coming soon<\/span>\n        <span class=\"card-icon\">\ud83e\udde0<\/span>\n        <h3 class=\"card-title\">Bible Quiz: Genesis<\/h3>\n        <p class=\"card-desc\">A book-specific study quiz covering Genesis, front to back.<\/p>\n      <\/div>\n      <div class=\"game-card coming\">\n        <span class=\"coming-badge\">Coming soon<\/span>\n        <span class=\"card-icon\">\ud83e\udde0<\/span>\n        <h3 class=\"card-title\">Bible Quiz: Junior \/ Youth<\/h3>\n        <p class=\"card-desc\">Practice questions built for youth Bible Quiz teams and Sunday school groups.<\/p>\n      <\/div>\n      <div class=\"game-card coming\">\n        <span class=\"coming-badge\">Coming soon<\/span>\n        <span class=\"card-icon\">\ud83e\udde0<\/span>\n        <h3 class=\"card-title\">Bible Trivia: New Testament<\/h3>\n        <p class=\"card-desc\">A casual trivia round focused entirely on the Gospels, Acts, and the epistles.<\/p>\n      <\/div>\n    <\/div>\n\n    <!-- ABOUT SECTION (for indexing) -->\n    <div class=\"about-section\">\n      <h2 class=\"about-headline\">What these games are \u2014 and what they&#8217;re not<\/h2>\n      <p class=\"about-body\">Every game on this page is built to be genuinely fun first \u2014 a real trivia round, a real puzzle, a real reason to come back tomorrow. <strong>No account, no download, no cost, ever.<\/strong> Some are Bible-topic games (trivia, quiz, memory-match); others are simple classic games where the faith thread shows up quietly, in a verse at the end, never in the middle of play.<\/p>\n      <p class=\"about-body\">This is a sibling to our <a href=\"https:\/\/bgodinspired.com\/index.php\/tools\/\" style=\"color:var(--gold);\">Free Tools<\/a> library \u2014 those are one-time personal assessments, these are games built to be played again.<\/p>\n      <p class=\"about-body\">New games are added regularly. If there&#8217;s a game you wish existed here, the contact page is always open.<\/p>\n    <\/div>\n\n  <\/div>\n<\/div>\n\n","protected":false},"excerpt":{"rendered":"<p>Free Games \u2014 BGodInspired Play. Discover something along the way. Free, no-account, no-download games \u2014 a few minutes of fun, and every one of them carries something worth finding. 2 Games live Free Always 0 Sign-up required New Games weekly Live now \ud83e\udde0 Trivia &amp; Quiz Bible Trivia: General Knowledge A little bit of everything [&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-94424","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/bgodinspired.com\/index.php\/wp-json\/wp\/v2\/pages\/94424","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=94424"}],"version-history":[{"count":7,"href":"https:\/\/bgodinspired.com\/index.php\/wp-json\/wp\/v2\/pages\/94424\/revisions"}],"predecessor-version":[{"id":94583,"href":"https:\/\/bgodinspired.com\/index.php\/wp-json\/wp\/v2\/pages\/94424\/revisions\/94583"}],"wp:attachment":[{"href":"https:\/\/bgodinspired.com\/index.php\/wp-json\/wp\/v2\/media?parent=94424"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}