{"id":20936403,"url":"https://github.com/andreghl/wordle","last_synced_at":"2026-04-20T21:35:08.155Z","repository":{"id":246961297,"uuid":"822280755","full_name":"andreghl/wordle","owner":"andreghl","description":"This is an R package that replicates the New York Times Wordle game in the R Console.","archived":false,"fork":false,"pushed_at":"2024-09-06T11:37:48.000Z","size":147,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-19T20:14:31.365Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"R","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/andreghl.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":"2024-06-30T19:47:53.000Z","updated_at":"2024-09-06T11:37:52.000Z","dependencies_parsed_at":"2024-07-06T01:34:05.748Z","dependency_job_id":"91189033-6494-418b-bc0a-bc53d16b1ec4","html_url":"https://github.com/andreghl/wordle","commit_stats":null,"previous_names":["andreghl/wordle"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreghl%2Fwordle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreghl%2Fwordle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreghl%2Fwordle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreghl%2Fwordle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andreghl","download_url":"https://codeload.github.com/andreghl/wordle/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243330257,"owners_count":20274037,"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-18T22:19:19.432Z","updated_at":"2025-12-28T01:22:41.936Z","avatar_url":"https://github.com/andreghl.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Wordle in the R Console\n\nI created this project to learn how to create a package in R. I do not aim to provide new functionality to R *(it is quite easy to find other similar projects on Github)*. If you wish to install this package on your device, run:\n\n```r\n# install.packages(\"devtools\") \nlibrary(devtools)\n\ninstall_github(\"andreghl/wordle\")\n\nlibrary(wordle)\n```\n\nThe game can be played once the package is loaded by running ```wordle()```. In the terminal, the game looks as follows:\n\n![Example](img/game.png)\n\nFor each attempt, the output is kept at a minimum, only presenting the necessary information. Also, the program does not check whether the attempted word is within the list of available words. This task is left to the player.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandreghl%2Fwordle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandreghl%2Fwordle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandreghl%2Fwordle/lists"}