{"id":17302326,"url":"https://github.com/coriolinus/wordler","last_synced_at":"2025-07-07T01:35:43.387Z","repository":{"id":79236265,"uuid":"447005234","full_name":"coriolinus/wordler","owner":"coriolinus","description":null,"archived":false,"fork":false,"pushed_at":"2022-01-12T16:37:31.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-01T04:16:21.399Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/coriolinus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-01-11T22:50:20.000Z","updated_at":"2022-01-11T22:51:03.000Z","dependencies_parsed_at":"2023-06-28T10:15:18.717Z","dependency_job_id":null,"html_url":"https://github.com/coriolinus/wordler","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/coriolinus%2Fwordler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coriolinus%2Fwordler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coriolinus%2Fwordler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coriolinus%2Fwordler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coriolinus","download_url":"https://codeload.github.com/coriolinus/wordler/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245744328,"owners_count":20665261,"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-10-15T11:47:12.965Z","updated_at":"2025-03-26T22:24:12.371Z","avatar_url":"https://github.com/coriolinus.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Wordler: Wordle from all perspectives\n\nInspired by [Wordle](https://www.powerlanguage.co.uk/wordle/), which was itself inspired by [Mastermind](https://en.wikipedia.org/wiki/Mastermind_(board_game)).\n\nThis provides traits defining both the oracle and the petitioner, and a general game-runner abstracted over those traits.\n\n## Features\n\n- `dict_solver`: A dictionary-based solver implementation.\n- `human_petitioner`: IO stuff allowing a human to play interactively at the terminal.\n- `memory_oracle`: An in-memory oracle which can initialize itself at random.\n- `pretty_feedback`: colorful terminal output mimicing the offical format.\n- `wordlist`: Not for public use; establishes a large cache of English words.\n\n## Binaries\n\n### `init-cache`\n\nMin build: `cargo build --release --bin init-cache --features wordlist`.\n\nJust initializes the dictionary cache; doesn't do anything interesting with it.\n\n### `local-wordle`\n\nMin build: `cargo build --release --bin local-wordle --features=\"human_petitioner memory_oracle\"`.\n\nPlay unlimited games of wordle against the computer in the terminal. Add `pretty_feedback` to the features list for the best experience.\n\n### `bot-match`\n\nMin build: `cargo build --release --bin bot-match --features=\"dict_solver memory_oracle\"`.\n\nHave the computer play a game of wordle against itself. Add `pretty_feedback` to the features list for the best experience.\n\nStrangely addictive.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoriolinus%2Fwordler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoriolinus%2Fwordler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoriolinus%2Fwordler/lists"}