{"id":7059,"date":"2017-03-10T06:41:49","date_gmt":"2017-03-10T06:41:49","guid":{"rendered":"http:\/\/www.fantasticaficcion.com\/?p=7059"},"modified":"2017-03-10T06:41:49","modified_gmt":"2017-03-10T06:41:49","slug":"sopa-de-letras-grace-of-kings","status":"publish","type":"post","link":"https:\/\/www.fantasticaficcion.com\/index.php\/sopa-de-letras-grace-of-kings\/","title":{"rendered":"Sopa de letras Grace of Kings"},"content":{"rendered":"<p style=\"text-align: justify;\">Ya se ha publicado en Espa\u00f1a <em><strong>El Muro de las Tormentas<\/strong><\/em> la segunda entrega de la saga de la Dinast\u00eda del Diente de Le\u00f3n. Para celebrarlo, aqu\u00ed os traigo una sopa de letras para refrescar el pante\u00f3n de<a href=\"https:\/\/www.fantasticaficcion.com\/index.php\/the-grace-of-kings\/\"><em><strong> La Gracia de los Reyes<\/strong><\/em><\/a>.<\/p>\n<p><!--more--><\/p>\n<!--[wpfcNOT]--><p ng-hide=\"true\"><strong>Loading the crossword has yet to start.<\/strong><\/p><div class=\"crw-wrapper\" ng-cloak ng-controller=\"CrosswordController\" ng-init=\"prepare('prueba', '93c9afa566', 'cbd2568944', '', 'Grace')\">\n    <p class=\"name\">{{crosswordData.name}}<\/p>\n    <p class=\"error\" ng-if=\"loadError\">{{loadError.error}}<\/p>\n    <p class=\"error\" ng-repeat=\"msg in loadError.debug\">{{msg}}<\/p>\n    <p class=\"crw-description\" ng-show=\"crosswordData.description\"><em>Find these words in the riddle:<\/em> {{crosswordData.description}}<\/p>\n    <dl class=\"crw-level\">\n        <dt>Difficulty level {{crosswordData.level+1|localeNumber}}<\/dt>\n        <dd>Word directions:\n            <strong ng-show=\"crw.getLevelRestriction('dir')\">only to the right and down<\/strong>\n            <strong ng-show=\"!crw.getLevelRestriction('dir')\">any, including diagonal and backwards<\/strong>\n            <br \/>List of words that should be found:\n            <strong ng-show=\"crw.getLevelRestriction('sol')\">visible before found<\/strong>\n            <strong ng-show=\"!crw.getLevelRestriction('sol')\">hidden before found<\/strong>\n        <\/dd>\n    <\/dl>\n    <p class=\"crw-instruction\">Mark the words:<\/p>\n    <div class=\"crw-crossword\" ng-controller=\"SizeController\" ng-if=\"crosswordData\">\n        <div ng-style=\"styleGridSize()\" class=\"crw-grid\" ng-class=\"{divider: false || !tableVisible}\">\n        <\/div>\n        <div class=\"crw-mask\" ng-style=\"styleGridSize()\" ng-class=\"{invisible: !tableVisible}\">\n            <table class=\"crw-table\" ng-style=\"styleShift()\" ng-controller=\"TableController\" ng-Init=\"setMode('solve')\" crw-catch-mouse down=\"startMark\" up=\"stopMark\" prevent-default>\n                <tr ng-repeat=\"row in crosswordData.table\" crw-index-checker=\"line\">\n                    <td class=\"crw-field\" ng-repeat=\"field in row\" crw-index-checker=\"column\">\n                        <div  ng-mouseenter=\"intoField(line, column)\" ng-mouseleave=\"outofField(line, column)\">\n                            <button tabindex=\"-1\" unselectable=\"on\" ng-keydown=\"move($event)\" ng-keypress=\"type($event)\" crw-set-focus>{{field.letter}}<\/button>\n                            <div unselectable=\"on\" ng-repeat=\"marker in getMarks(line, column)\" class=\"crw-marked\" ng-class =\"getImgClass(marker)\"><\/div>\n                        <\/div>\n                    <\/td>\n                <\/tr>\n            <\/table>\n        <\/div>\n    <\/div>\n    <div class=\"crw-controls\" ng-class=\"{invisible: !tableVisible}\">\n        <p ng-show=\"crosswordData.name\">\n            <span ng-if=\"count.solution<count.words\">You have found {{count.solution|localeNumber}} of {{count.words|localeNumber}} words<\/span>\n            <span ng-if=\"count.solution===count.words\">You have found all {{count.words|localeNumber}} words!<\/span>\n\n            <button class=\"crw-control-button restart\" ng-click=\"restart()\" ng-disabled=\"loadedName!=crosswordData.name\" title=\"Restart solving the riddle\" alt=\"Restart\"><\/button>\n        <\/p>\n        <ul class=\"crw-word\" ng-class=\"{'palid': crw.getLevelRestriction('sol')}\">\n            <li ng-class=\"{'highlight': isHighlighted(), 'found': word.solved}\" ng-repeat=\"word in wordsToArray(crosswordData.solution) | orderBy:'ID'\" ng-controller=\"EntryController\">\n                <img ng-if=\"word.solved\" title=\"{{localize(word.color)}}\" ng-src=\"https:\/\/www.fantasticaficcion.com\/wp-content\/plugins\/crosswordsearch\/images\/bullet-{{word.color}}.png\">\n                <img ng-if=\"!word.solved\" title=\"localize('grey')\" ng-src=\"https:\/\/www.fantasticaficcion.com\/wp-content\/plugins\/crosswordsearch\/images\/bullet-grey.png\">\n                <span>{{word.fields | joinWord}}<\/span>\n            <\/li>\n        <\/ul>\n    <\/div>\n    <p ng-show=\"crosswordData.author\" class=\"copyright\">Authored by {{crosswordData.author}}<\/p>\n    <div class=\"crw-immediate\" ng-controller=\"ImmediateController\" ng-cloak ng-show=\"immediate\" ng-switch on=\"immediate\">\n        <div class=\"blocker\"><\/div>\n        <div class=\"message\">\n            <div ng-switch-when=\"dialogue\" ng-switch on=\"message.which\">\n                <p ng-switch-when=\"false_word\">The marked word {{message.word | joinWord}} is not part of the solution.<\/p>\n                <p ng-switch-when=\"solved_completely\"  ng-switch on=\"message.time\"><span\n                    ng-switch-when=\"false\">Congratulation, you have solved the riddle!<\/span><span\n                    ng-switch-default>Congratulation, you have solved the riddle in {{message.time | duration}}!<\/span><\/p>\n                <p ng-switch-when=\"solved_incomplete\">You have found {{message.solution|localeNumber}} of {{message.words|localeNumber}} hidden words during the alloted time.<\/p>\n                <p ng-switch-when=\"load_crossword\">Please be patient for the crossword being loaded.<\/p>\n                <p class=\"actions\">\n                    <button ng-if=\"message.buttons.ok\" ng-click=\"finish(true)\">OK<\/button>\n                    <button ng-if=\"message.buttons.delete\" ng-click=\"finish(true)\">Delete<\/button>\n                    <button ng-if=\"message.buttons.abort\" ng-click=\"finish(false)\">Abort<\/button>\n                <\/p>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Ya se ha publicado en Espa\u00f1a El Muro de las Tormentas la segunda entrega de la saga de la Dinast\u00eda del Diente de Le\u00f3n. Para celebrarlo, aqu\u00ed os traigo una sopa de letras para refrescar el pante\u00f3n de La Gracia de los Reyes.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[643],"tags":[55,645],"class_list":["post-7059","post","type-post","status-publish","format-standard","hentry","category-pasatiempos","tag-ken-liu","tag-sopa-de-letras"],"jetpack_featured_media_url":"","jetpack_shortlink":"https:\/\/wp.me\/p5fEpk-1PR","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.fantasticaficcion.com\/index.php\/wp-json\/wp\/v2\/posts\/7059","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.fantasticaficcion.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.fantasticaficcion.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.fantasticaficcion.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.fantasticaficcion.com\/index.php\/wp-json\/wp\/v2\/comments?post=7059"}],"version-history":[{"count":1,"href":"https:\/\/www.fantasticaficcion.com\/index.php\/wp-json\/wp\/v2\/posts\/7059\/revisions"}],"predecessor-version":[{"id":7060,"href":"https:\/\/www.fantasticaficcion.com\/index.php\/wp-json\/wp\/v2\/posts\/7059\/revisions\/7060"}],"wp:attachment":[{"href":"https:\/\/www.fantasticaficcion.com\/index.php\/wp-json\/wp\/v2\/media?parent=7059"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.fantasticaficcion.com\/index.php\/wp-json\/wp\/v2\/categories?post=7059"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.fantasticaficcion.com\/index.php\/wp-json\/wp\/v2\/tags?post=7059"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}