{"id":19207813,"url":"https://github.com/saiftynet/wordle","last_synced_at":"2025-05-12T18:49:12.705Z","repository":{"id":44257849,"uuid":"454867787","full_name":"saiftynet/Wordle","owner":"saiftynet","description":"A command Line wordle clone","archived":false,"fork":false,"pushed_at":"2022-02-12T19:58:41.000Z","size":416,"stargazers_count":29,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2023-03-01T01:40:33.470Z","etag":null,"topics":["game","perl"],"latest_commit_sha":null,"homepage":"","language":"Perl","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/saiftynet.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-02-02T17:17:58.000Z","updated_at":"2022-12-10T17:34:10.000Z","dependencies_parsed_at":"2022-08-29T16:50:56.901Z","dependency_job_id":null,"html_url":"https://github.com/saiftynet/Wordle","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saiftynet%2FWordle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saiftynet%2FWordle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saiftynet%2FWordle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saiftynet%2FWordle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/saiftynet","download_url":"https://codeload.github.com/saiftynet/Wordle/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223830937,"owners_count":17210362,"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":["game","perl"],"created_at":"2024-11-09T13:22:47.942Z","updated_at":"2024-11-09T13:22:48.433Z","avatar_url":"https://github.com/saiftynet.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Wordle in Perl\n\nA command Line Wordle clone.\n\nThis is a natural response to a newsletter post [Perl Weekly News](https://perlweekly.com/archive/549.html) which ended \"Any way, this has nothing to do with Perl\".\n\nIt is a simple command line Perl application that is sort of replicates the Wordle Application. Would be nice to make it better, serve up diferent languages and work in different platforms. It relies on [Term::ANSIColor](https://metacpan.org/pod/Term::ANSIColor) and maybe [Win32::Console::ANSI](https://metacpan.org/release/JLMOREL/Win32-Console-ANSI-1.11/view/lib/Win32/Console/ANSI.pm).  This version uses a \"words\" file in the same directory as the program. If this file is not present, the Unix dictionary file in \"/usr/share/dict/words\" is tried.  Scope is left to allow different lengths of words and different numbers of guesses. \n\n![image](https://user-images.githubusercontent.com/34284663/152427381-516d91e1-4424-4f18-859e-164b5627e8d8.png)\n\nnow with game statistics\n\n![image](https://user-images.githubusercontent.com/34284663/153726300-a23c36e2-2a10-4138-b039-4aaaff0fed3c.png)\n\n\nCHANGES\n\nV0.02\n1) [hymie0](https://github.com/saiftynet/Wordle/issues?q=is%3Aissue+is%3Aopen+author%3Ahymie0) detected bug that seen words remain seen between games...addresses by restoring validWords hash\n2) Consoles with white backgrounds not catered for; addressed for now by using color(\"reset\") instead of color(\"white\")\n\nV0.03\n1) Added help message\n\nV0.05\n1) Added  statistics including game time, histogram\n2) Improved algorithm for getting matches\n\nv0.06\n1) better looking stats including win and fail counts\n2) [bug](https://github.com/saiftynet/Wordle/issues/3) squished by [hymie0](https://github.com/hymie0)\n\nv0.07\n1) added automatic save game\n2) records winning streak, and longest streak\n\nv0.09\n1) better score display\n2) minor code tidy up\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaiftynet%2Fwordle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaiftynet%2Fwordle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaiftynet%2Fwordle/lists"}