{"id":16401667,"url":"https://github.com/alejandrorm-dev/word-search-generator","last_synced_at":"2026-05-31T16:31:45.654Z","repository":{"id":62982359,"uuid":"563179517","full_name":"AlejandroRM-DEV/Word-Search-Generator","owner":"AlejandroRM-DEV","description":"A word search is a word game that consists of the letters of words placed in a grid","archived":false,"fork":false,"pushed_at":"2022-11-10T06:00:16.000Z","size":8,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-23T19:59:47.776Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AlejandroRM-DEV.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-11-08T04:10:56.000Z","updated_at":"2025-04-26T18:19:56.000Z","dependencies_parsed_at":"2022-11-10T09:15:24.432Z","dependency_job_id":null,"html_url":"https://github.com/AlejandroRM-DEV/Word-Search-Generator","commit_stats":null,"previous_names":["alejandrorm-dev/wordsearch-generator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AlejandroRM-DEV/Word-Search-Generator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlejandroRM-DEV%2FWord-Search-Generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlejandroRM-DEV%2FWord-Search-Generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlejandroRM-DEV%2FWord-Search-Generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlejandroRM-DEV%2FWord-Search-Generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AlejandroRM-DEV","download_url":"https://codeload.github.com/AlejandroRM-DEV/Word-Search-Generator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlejandroRM-DEV%2FWord-Search-Generator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33739861,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-31T02:00:06.040Z","response_time":95,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-11T05:43:51.342Z","updated_at":"2026-05-31T16:31:45.630Z","avatar_url":"https://github.com/AlejandroRM-DEV.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Word Search Generator\nA word search, word find, word seek, word sleuth or mystery word puzzle is a word game that consists of the letters of words placed in a grid, which usually has a rectangular or square shape. The objective of this puzzle is to find and mark all the words hidden inside the box. The words may be placed horizontally, vertically, or diagonally. \n\n## Usage\nPass a string array and an N number for the matrix dimension.\n```js\nconst words = [\"HOLA\", \"AMIGO\", \"PROGRAMADOR\", \"BIENVENIDO\", \"PRUEBA\", \"PALABRA\", \"ALEATORIA\"];\nconst { grid, solution } = wsg(words, 25);\n```\n\n## Example \nSolution\n```\n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _\n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ A _ _ _ _ _ _ _ _\n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ B _ _ _ _ _ _ _ _ _\nO _ _ _ _ _ _ _ _ _ _ _ _ _ E _ _ _ _ _ _ _ _ _ _\nD _ _ _ _ _ _ _ _ _ _ _ _ U _ _ _ _ _ _ _ _ _ _ _\nI _ _ _ _ _ _ _ _ _ _ _ R _ _ _ _ _ _ _ _ _ _ _ _\nN _ _ _ _ _ _ _ _ _ _ P _ _ _ _ _ _ _ _ _ _ _ _ _\nE _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _\nV _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _\nN _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _\nE _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _\nI _ _ R _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _\nB _ _ O _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _\n_ _ _ D _ _ _ _ _ _ _ _ _ _ A R B A L A P _ _ _ _\n_ _ _ A _ _ _ _ _ A _ _ _ _ _ _ _ _ _ _ _ _ _ _ _\n_ _ _ M _ _ _ _ L _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _\n_ _ _ A _ _ _ E _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _\n_ _ _ R _ _ A _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _\n_ _ _ G _ T _ _ _ _ H _ _ _ _ _ _ _ _ _ _ _ _ _ _\n_ _ _ O O _ _ _ _ O _ _ _ _ _ _ _ _ _ _ _ _ _ _ _\n_ _ _ R _ _ _ _ L _ _ _ O _ _ _ _ _ _ _ _ _ _ _ _\n_ _ I P _ _ _ A _ _ _ _ _ G _ _ _ _ _ _ _ _ _ _ _\n_ A _ _ _ _ _ _ _ _ _ _ _ _ I _ _ _ _ _ _ _ _ _ _\n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ M _ _ _ _ _ _ _ _ _\n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ A _ _ _ _ _ _ _ _\n```\nGrid\n```\nQ U J P U M L C I M X S H Y B O X W O G A V V H M\nC L E T O K X X X Y Y X N N P G A J P U W I L F M\nU F W B S R Y Q K Z H P U Y H B J I G L A Q K F N\nO D A Y E K N E C W C T V J E G T T F R N L Q U J\nD D H W Q V T L U C F U M U H M R L D D R A E Y U\nI V C H U H C R F A P P R Y O L H V V S R B C H H\nN G Q Q F O Q T I W H P T K Y U Z K B R M M Z W L\nE D U Z A V Z V C F G F S T R R Z L W Q J K K S U\nV M G U U I V X N E D A U D R K Q Y X J S C K T U\nN N O E K V U J Q S S P M H S Y F X Z E I Q C H M\nE N C R I G A J Z W S D L Z L T G U V F N Z S H C\nI R Q R H N N V Y Y W H U X R N K R I R X T V S C\nB D A O K Q Z Q E S W G O Q P I B I Y V W A F Z G\nZ E A D R J K Z S S Q B V Q A R B A L A P Q D K X\nT U S A B X C I A A D N I O I B S A K P B H H H H\nQ T A M E M M F L U X D L M D J M J Q K K O C L K\nQ M T A S T W E J J I Z F F T N L Y L O T J A I B\nN N J R C O A C Z M I U W D L U L X E K R O S K O\nV H W G O T M L N W H L Q K S B L M X V K N N H A\nE E C O O O X Z J O M I D T S A N T S A F N M F N\nP Q A R N I R H L K T A O A S H T U Y D N P X H Z\nC L I P D I V A A F N G F G R M Y Y L P W K N M K\nE A T O A C I S O B N C Q O I M L Q B Z C Z M E Y\nX X N T I H W K C J A N G S Z M H G N T J E F B V\nY I D H Q D E H F F P M C B U A A A Z X N X Z Q Y\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falejandrorm-dev%2Fword-search-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falejandrorm-dev%2Fword-search-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falejandrorm-dev%2Fword-search-generator/lists"}