{"id":1577,"date":"2020-04-11T23:41:34","date_gmt":"2020-04-11T23:41:34","guid":{"rendered":"https:\/\/prongo.com\/wordfind\/"},"modified":"2024-12-31T05:09:27","modified_gmt":"2024-12-31T05:09:27","slug":"wordfind","status":"publish","type":"post","link":"https:\/\/prongo.com\/wordfind\/","title":{"rendered":"Word Find Game!"},"content":{"rendered":"\n<style>\n    \/* Main styles for the inline iframe *\/\n    #iframeInline {\n        margin: 20px auto;\n        width: 100%; \/* Full width for the inline iframe *\/\n        max-width: 1200px; \/* Optional: Limit the width *\/\n        height: 650px; \/* Adjust height to fit the iframe *\/\n        text-align: center; \/* Centering the content *\/\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n    }\n\n    #iframeInlineContent {\n        width: 100%;\n        height: 650px; \/* Ensure the iframe fills vertically *\/\n        border: none;\n    }\n\n    \/* Full-page iframe container styles *\/\n    #iframeFullPage {\n        display: none; \/* Hidden by default *\/\n        position: fixed;\n        top: 0;\n        left: 0;\n        width: 100%;\n        height: 100%;\n        z-index: 9999; \/* High priority *\/\n        background-color: white;\n    }\n\n    #iframeFullPage iframe {\n        width: 100%;\n        height: 100%;\n        border: none;\n    }\n\n    \/* Button to open the full-page view *\/\n    #fullPageButton {\n        display: inline-block;\n        margin-top: 20px;\n        background-color: #007BFF;\n        color: white;\n        border: none;\n        padding: 10px 20px;\n        font-size: 16px;\n        cursor: pointer;\n        border-radius: 5px;\n    }\n\n    \/* Button to close the full-page view *\/\n    #closeIframeButton {\n        position: fixed;\n        top: 10px;\n        right: 10px;\n        background-color: red;\n        color: white;\n        border: none;\n        padding: 10px 20px;\n        font-size: 16px;\n        cursor: pointer;\n        border-radius: 5px;\n        z-index: 10000; \/* Ensure it stays above other content *\/\n    }\n<\/style>\n\n<!-- Inline iframe -->\n<div id=\"iframeInline\">\n    <iframe loading=\"lazy\" id=\"iframeInlineContent\" src=\"https:\/\/prongo.com\/word-search-game\/\" style=\"border: 0px #ffffff none;\" name=\"myiFrame\" scrolling=\"no\" frameborder=\"1\" marginheight=\"0px\" marginwidth=\"0px\" height=\"100%\" width=\"100%\" allowfullscreen><\/iframe>\n    <button id=\"fullPageButton\">Fullscreen View<\/button>\n<\/div>\n\n<!-- Full-page iframe container -->\n<div id=\"iframeFullPage\">\n    <button id=\"closeIframeButton\">Close<\/button>\n    <iframe id=\"iframeFullScreenContent\" src=\"\" allowfullscreen=\"allowfullscreen\"><\/iframe>\n<\/div>\n\n<script>\n    document.addEventListener('DOMContentLoaded', function () {\n        const fullPageButton = document.getElementById('fullPageButton');\n        const iframeFullPage = document.getElementById('iframeFullPage');\n        const closeIframeButton = document.getElementById('closeIframeButton');\n        const iframeFullScreen = document.getElementById('iframeFullScreenContent');\n        const iframeInlineContent = document.getElementById('iframeInlineContent');\n\n        \/\/ Open full-page view\n        fullPageButton.addEventListener('click', () => {\n            iframeFullScreen.src = iframeInlineContent.src; \/\/ Copy the src from inline iframe\n            iframeFullPage.style.display = 'block'; \/\/ Show full-page container\n            \/\/ Trigger fullscreen mode\n            if (iframeFullPage.requestFullscreen) {\n                iframeFullPage.requestFullscreen();\n            } else if (iframeFullPage.mozRequestFullScreen) { \/\/ Firefox\n                iframeFullPage.mozRequestFullScreen();\n            } else if (iframeFullPage.webkitRequestFullscreen) { \/\/ Chrome, Safari, and Opera\n                iframeFullPage.webkitRequestFullscreen();\n            } else if (iframeFullPage.msRequestFullscreen) { \/\/ IE\/Edge\n                iframeFullPage.msRequestFullscreen();\n            }\n        });\n\n        \/\/ Close full-page view\n        closeIframeButton.addEventListener('click', () => {\n            iframeFullPage.style.display = 'none'; \/\/ Hide full-page container\n            iframeFullScreen.src = ''; \/\/ Clear the src to stop loading in the background\n            \/\/ Exit fullscreen mode\n            if (document.exitFullscreen) {\n                document.exitFullscreen();\n            } else if (document.mozCancelFullScreen) { \/\/ Firefox\n                document.mozCancelFullScreen();\n            } else if (document.webkitExitFullscreen) { \/\/ Chrome, Safari, and Opera\n                document.webkitExitFullscreen();\n            } else if (document.msExitFullscreen) { \/\/ IE\/Edge\n                document.msExitFullscreen();\n            }\n        });\n    });\n<\/script>\n\n\n\n\n<h2 class=\"wp-block-heading has-text-align-left has-large-font-size\"><strong>Word Find Game!<\/strong><\/h2>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:100%\">\n<p class=\"has-medium-font-size\">Absolutely! Here is a simple set of instructions on how to play a word puzzle game:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li class=\"has-medium-font-size\"><strong>Objective<\/strong>: The main aim of the game is to find and highlight all the hidden words within a grid of letters.<br><br><\/li>\n\n\n\n<li class=\"has-medium-font-size\"><strong>Setting Up the Game<\/strong>: At the start of the game, each player receives a word puzzle sheet. This sheet includes a grid filled with random letters and a list of words that are hidden within the grid.<br><br><\/li>\n\n\n\n<li class=\"has-medium-font-size\"><strong>How to Play<\/strong>: Players look at the list of words and then try to find these words within the grid. Words can be hidden horizontally, vertically, or diagonally, and they may be forwards or backwards. When a player finds a word from the list in the grid, they should circle or highlight it.<br><br><\/li>\n\n\n\n<li class=\"has-medium-font-size\"><strong>Scoring<\/strong>: Each word found and correctly circled or highlighted counts points on the amount of time. Some games might assign different point values to words based on their length or difficulty.<br><br><\/li>\n\n\n\n<li class=\"has-medium-font-size\"><strong>Winning the Game<\/strong>: The game ends when all words have been found or after a set time limit. The player with the most points (i.e., who has found the most words) is the winner. In case of a tie, the player who found the longest or most difficult word might be declared the winner.<br><br><\/li>\n\n\n\n<li class=\"has-medium-font-size\"><strong>Extra Tips<\/strong>: Remember to look carefully, as some words may overlap. It&#8217;s also important to check in all directions &#8211; not just left to right, but also right to left, top to bottom, bottom to top, and diagonally.<br><br><\/li>\n<\/ol>\n\n\n\n<p class=\"has-medium-font-size\">This game is great for improving vocabulary, spelling, and observational skills. Enjoy your word-hunting adventure!<\/p>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Fullscreen View Close Word Find Game! Absolutely! Here is a simple set of instructions on how to play a word puzzle game: This game is great for improving vocabulary, spelling, and observational skills. Enjoy your word-hunting adventure!<\/p>\n","protected":false},"author":1,"featured_media":1576,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_themeisle_gutenberg_block_has_review":false,"footnotes":""},"categories":[39,42,37,25,29],"tags":[88,84],"class_list":["post-1577","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-games","category-ages6-9","category-ages9-12","category-education","category-puzzles","tag-game","tag-word-find"],"views":1,"_links":{"self":[{"href":"https:\/\/prongo.com\/wp-json\/wp\/v2\/posts\/1577","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/prongo.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/prongo.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/prongo.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/prongo.com\/wp-json\/wp\/v2\/comments?post=1577"}],"version-history":[{"count":5,"href":"https:\/\/prongo.com\/wp-json\/wp\/v2\/posts\/1577\/revisions"}],"predecessor-version":[{"id":9272,"href":"https:\/\/prongo.com\/wp-json\/wp\/v2\/posts\/1577\/revisions\/9272"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/prongo.com\/wp-json\/wp\/v2\/media\/1576"}],"wp:attachment":[{"href":"https:\/\/prongo.com\/wp-json\/wp\/v2\/media?parent=1577"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prongo.com\/wp-json\/wp\/v2\/categories?post=1577"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prongo.com\/wp-json\/wp\/v2\/tags?post=1577"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}