{"id":20714030,"url":"https://github.com/tazeg/wordsearch","last_synced_at":"2025-04-23T08:11:31.591Z","repository":{"id":27737372,"uuid":"31225069","full_name":"Tazeg/WordSearch","owner":"Tazeg","description":"Word search generator","archived":false,"fork":false,"pushed_at":"2020-05-13T18:42:05.000Z","size":492,"stargazers_count":14,"open_issues_count":0,"forks_count":8,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-29T23:05:06.930Z","etag":null,"topics":["php","puzzle","word"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Tazeg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":["Tazeg"],"custom":["https://keybase.io/jeffprod"]}},"created_at":"2015-02-23T19:24:10.000Z","updated_at":"2024-01-07T15:40:20.000Z","dependencies_parsed_at":"2022-09-22T16:01:07.804Z","dependency_job_id":null,"html_url":"https://github.com/Tazeg/WordSearch","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/Tazeg%2FWordSearch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tazeg%2FWordSearch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tazeg%2FWordSearch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tazeg%2FWordSearch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Tazeg","download_url":"https://codeload.github.com/Tazeg/WordSearch/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250395287,"owners_count":21423400,"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":["php","puzzle","word"],"created_at":"2024-11-17T02:28:45.182Z","updated_at":"2025-04-23T08:11:31.573Z","avatar_url":"https://github.com/Tazeg.png","language":"PHP","funding_links":["https://github.com/sponsors/Tazeg","https://keybase.io/jeffprod"],"categories":[],"sub_categories":[],"readme":"# Word Search\n\nA \"word search\" puzzle generator in PHP.\n\n### Screenshot\n\n\u003cimg src=\"https://fr.jeffprod.com/img/blog/motsmeles.png\"\u003e\n\n### Required\n\nPHP\n\n### Installation\n\nExtract files on your web server or your computer.\n\n### Usage\n\nIn your browser, load the `index.php` page.  \nTo generate a grid in command line, type `php index.php` :\n\n```bash\nrequire_once 'class.grid.php';\nrequire_once 'class.word.php';\n\n$grid=new Grid(5); // grid size, from 3 to 20\n$grid-\u003egen(); // generate the puzzle\necho $grid-\u003erender(Grid::RENDER_TEXT); // display it. Use $grid-\u003erender() for HTML output\necho \"Words to find (\".$grid-\u003egetNbWords().\") :\\n\";\necho $grid-\u003egetWordsList(\"\\n\"); // argument is word separator\n```\n\nFor example, the result in command line is :\n\n```bash\nI R E A C \nI D O X R \nT V E X A \nS K I E N \nZ W L V S \nWords to find (6) :\nCRANS\nIDEE\nOEIL\nREAC\nSKIE\nVEXA\n```\n    \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftazeg%2Fwordsearch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftazeg%2Fwordsearch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftazeg%2Fwordsearch/lists"}