{"id":20857151,"url":"https://github.com/walkingriver/word-square","last_synced_at":"2026-04-19T16:34:44.005Z","repository":{"id":42224216,"uuid":"156868369","full_name":"walkingriver/word-square","owner":"walkingriver","description":"A Node-based solution to solve word squares.","archived":false,"fork":false,"pushed_at":"2022-04-09T20:11:06.000Z","size":187,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-19T07:13:26.569Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/walkingriver.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":"2018-11-09T13:50:26.000Z","updated_at":"2023-09-15T09:39:10.000Z","dependencies_parsed_at":"2022-09-16T04:31:50.215Z","dependency_job_id":null,"html_url":"https://github.com/walkingriver/word-square","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walkingriver%2Fword-square","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walkingriver%2Fword-square/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walkingriver%2Fword-square/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walkingriver%2Fword-square/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/walkingriver","download_url":"https://codeload.github.com/walkingriver/word-square/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243230060,"owners_count":20257640,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-11-18T04:36:34.132Z","updated_at":"2025-12-26T16:51:02.106Z","avatar_url":"https://github.com/walkingriver.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Word Square\nA NodeJS-based solution to solving Word Squares from a list of n-letter words\n\n## Prerequisites\n - Node 8+ (project uses Node 10 -- see .nvmrc file)\n \n## Quick Start\n1. Clone [this repo].\n1. Execute the following commands:\n    ```shell\n    npm install\n    npm run build\n    npm start\n    ```\n\n## More Info\nThere are two files of 4-letter words. \n\nThe smaller file contains 8 words that will definitely\nresolve to a successful puzzle. I'm using this one to test\nthe algorithm.\n\nThe longer one contains \n500 common 4-letter English words. I hope eventually to use \nthis one or a larger one to generate real puzzles, and then\nexpand to 5-letter puzzles.\n\nBefore that happens, I need an efficient algorithm. The\nalgorithm I'm trying to implement is described in this \n[Google doc], which is open to public comment.\n\n[this repo]: https://github.com/walkingriver/word-square\n[Google doc]: https://docs.google.com/document/d/1GD0Sf47x8j7EW740haYddM8l80y4Zvk7B0ruH9xXWzw/edit?usp=sharing\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwalkingriver%2Fword-square","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwalkingriver%2Fword-square","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwalkingriver%2Fword-square/lists"}