{"id":31826041,"url":"https://github.com/monitork/ai-wordle-game","last_synced_at":"2025-10-11T16:57:43.840Z","repository":{"id":311051753,"uuid":"1042244248","full_name":"monitork/AI-Wordle-Game","owner":"monitork","description":null,"archived":false,"fork":false,"pushed_at":"2025-08-21T19:38:06.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-21T21:55:46.741Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/monitork.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,"zenodo":null}},"created_at":"2025-08-21T17:51:10.000Z","updated_at":"2025-08-21T19:38:09.000Z","dependencies_parsed_at":"2025-08-21T21:55:50.269Z","dependency_job_id":"0cd03e2c-0cfc-4e0b-b4b2-4ad6f8f6c3f3","html_url":"https://github.com/monitork/AI-Wordle-Game","commit_stats":null,"previous_names":["monitork/ai-wordle-game"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/monitork/AI-Wordle-Game","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monitork%2FAI-Wordle-Game","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monitork%2FAI-Wordle-Game/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monitork%2FAI-Wordle-Game/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monitork%2FAI-Wordle-Game/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/monitork","download_url":"https://codeload.github.com/monitork/AI-Wordle-Game/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monitork%2FAI-Wordle-Game/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279007969,"owners_count":26084369,"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","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":"2025-10-11T16:57:42.703Z","updated_at":"2025-10-11T16:57:43.833Z","avatar_url":"https://github.com/monitork.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AI Wordle Game\n\n## Overview\nThis project is an AI-powered Wordle game. It features a bot that can play Wordle using different strategies and supports local and API-based gameplay.\n\n## Project Structure\n```\nmain.py                # Entry point for the game\nrequiment.txt          # Python dependencies\naccess/words.txt       # Word list used in the game\nsrc/\n  controllers/\n    game_controller.py # Main game logic\n  entities/\n    api_enum.py        # API type enumerations\n    game_state.py      # Game state management\n    wordle_response.py # Wordle API response model\n  services/\n    api_service.py     # Handles API calls\n    bot_service.py     # Bot logic for guessing words\n    local_service.py   # Local word list management\n```\n\n## How to Run\n1. Install dependencies:\n   ```bash\n   pip install -r requiment.txt\n   ```\n2. Start the game:\n   ```bash\n   python main.py\n   ```\n\n## Download \u0026 Run Release\n\nYou can download the release here: [AI-Wordle-Game v1.0 Release](https://github.com/monitork/AI-Wordle-Game/releases/tag/v1.0)\n\n### How to run the executable\nAfter downloading, extract and open terminal in the directory containing the executable file (e.g., `dist/main`).\n\nRun the following command on macOS:\n```bash\n./dist/main\n```\nIf you encounter permission errors, grant execute permissions:\n```bash\nchmod +x ./dist/main\n./dist/main\n```\n\n## Features\n- Play Wordle with an AI bot\n- Supports daily, random, and word-based game modes\n- API integration for word validation\n- Local word list support\n\n## References\n\n- [Science Thinks It Has Found the Best Wordle Starter](https://lifehacker.com/science-thinks-it-has-found-the-best-wordle-starter-1849541276)\n  - Some word best to start: \"SLATE\", \"CRANE\", \"SLANT\", \"TRACE\", \"CRATE\", \"PLANT\", \"SPELT\"\n- [Information Theory Through Wordle](https://towardsdatascience.com/heres-what-i-learned-about-information-theory-through-wordle-c835319cc87f/)\n  - Shannon entropy: -Σ(p * log2(p))\n- [ChatGPT](https://chatgpt.com) I used ChatGPT with the prompt: “Build a Wordle AI Game using the entropy algorithm.” to\n- [Github Copilot](https://github.com/features/copilot) for suggestion\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonitork%2Fai-wordle-game","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmonitork%2Fai-wordle-game","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonitork%2Fai-wordle-game/lists"}