{"id":17194531,"url":"https://github.com/nemo2011/wordle","last_synced_at":"2025-03-25T07:27:52.691Z","repository":{"id":104120089,"uuid":"459188970","full_name":"Nemo2011/Wordle","owner":"Nemo2011","description":"The wordle game that based on pygame.","archived":false,"fork":false,"pushed_at":"2022-10-23T07:51:27.000Z","size":36942,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-30T06:44:01.274Z","etag":null,"topics":["pygame","pygame-application","pygame-game","wordle","wordle-game","wordle-python"],"latest_commit_sha":null,"homepage":"","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/Nemo2011.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-02-14T14:11:52.000Z","updated_at":"2022-02-21T10:50:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"5463844c-79d5-4e04-8a93-f5d89c73614c","html_url":"https://github.com/Nemo2011/Wordle","commit_stats":null,"previous_names":[],"tags_count":27,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nemo2011%2FWordle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nemo2011%2FWordle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nemo2011%2FWordle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nemo2011%2FWordle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Nemo2011","download_url":"https://codeload.github.com/Nemo2011/Wordle/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245417330,"owners_count":20611911,"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":["pygame","pygame-application","pygame-game","wordle","wordle-game","wordle-python"],"created_at":"2024-10-15T01:47:18.283Z","updated_at":"2025-03-25T07:27:52.665Z","avatar_url":"https://github.com/Nemo2011.png","language":"Python","readme":"# Wordle-Game\r\n\r\nClone of the wordle game. Version 9.3, 2022-03-20. By YiMo Xia, \u003cyimoxia@outlook.com\u003e\r\n\r\n# How to play ?\r\n\r\n- 1. Open and choose your level. \r\n- 2. Hard mode need: Green stay fixed, yellow be reused. \r\n- 3. You need to guess the word. Click '?' to show answer. \r\n- 4. You have 6 turns to guess. \r\n- 5. Green means the letter in the correct place. \r\n- 6. Yellow occurs elsewhere in the target word. \r\n- 7. Grey aren't in the target word at all. \r\n- 8. You can click red 'x' to back to the setting page. \r\n- 9. Copy emoji or download the picture after the game.\r\n- 10. Click red 'x' in the level-choose page to exit.\r\n\r\n# Change Log\r\n\r\n## v9.3 2022-3-20\r\n\r\n- 1. [Bug] Bug fixed. \r\n\r\n## v9.2 2022-3-12\r\n\r\n- 1. [Bug] Bug fixed. \r\n\r\n## v9.1 2022-2-24\r\n\r\n- 1. [Bug] Bug fixed. \r\n\r\n## v9 2022-2-24\r\n\r\n- 1. [Bug] Bug fixed. \r\n\r\n## v8+ 2022-2-24\r\n\r\n- 1. [Optimize] Optimize words library.\r\n- 2. [Optimize] Optimize keyboards. \r\n- 3. [Optimize] Optimize texts. \r\n\r\n## v8 2022-2-23\r\n\r\n- 1. [Optimize] Optimize keyboard control.\r\n\r\n## v7.1 2022-2-22\r\n\r\n- 1. [Optimize] Optimize messageboxes.\r\n\r\n## v7 2022-2-22\r\n\r\n- 1. [Optimize] Optimize messageboxes.\r\n- 2. [Add] Add keyboard control.\r\n\r\n## 6.2 2022-2-22\r\n\r\n- 1. [Add] Add some keyboard options.\r\n\r\n## 6.1 2022-2-21\r\n\r\n- 1. [Bug] Bug fixed.\r\n\r\n## 6.0 2022-2-21\r\n\r\n- 1. [Bug] Bug fixed.\r\n\r\n## 5.4 2022-2-21\r\n\r\n- 1. [Optimize] Optimize. \r\n\r\n## 5.3 2022-2-21\r\n\r\n- 1. [Optimize] Optimize. \r\n\r\n## 5.2 2022-2-20\r\n\r\n- 1. [Optimize] Optimize. \r\n\r\n## 5.1 2022-2-20\r\n\r\n- 1. [Bug] Fixed the bug of the key \"L\". \r\n\r\n## 5.0 2022-2-20\r\n\r\n- 1. [Optimize] Optimize the level-choose page. \r\n- 2. [Optimize] Optimize keyboards options.\r\n- 3. [Add] Add help page. \r\n- 4. [Add] Add hard mode.\r\n\r\n## 4.4 2022-2-19\r\n\r\n- 1. [Optimize] Optimize. \r\n\r\n## 4.3 2022-2-19\r\n\r\n- 1. [Optimize] Delete black screen.\r\n- 2. [Bug] Fixed the bug of the key \"M\".\r\n\r\n## 4.2 2022-2-19\r\n\r\n- 1. [Optimize] Test on linux and past.\r\n- 2. [Bug] Fixed bugs on linux.\r\n\r\n## 4.1 2022-2-19\r\n\r\n- 1. [Optimize] Test on linux and past.\r\n- 2. [Optimize] Bigger answers library.\r\n- 3. [Bug] Fixed bugs on linux.\r\n\r\n## 4.0 2022-2-19\r\n\r\n- 1. [Optimize] Change the 20000 useful words to be the answer list.\r\n- 2. [Optimize] Delete plural noun in the answer list.\r\n- 3. [Add] Add \"save game result as\" option.\r\n- 4. [Add] Add \"copy game result emoji\" option.\r\n- 5. [Bug] Delete the answers thost not in the valid words.\r\n\r\n## 3.1 2022-2-18\r\n\r\n- 1. [Bug] Fixed the bug of the keyboard.\r\n\r\n## 3.0 2022-2-18\r\n\r\n- 1. [Optimize] Upper letters.\r\n- 2. [Optimize] Change the 10000 useful words to be the answer list.\r\n- 3. [Optimize] Use a large words library to check type-in words.\r\n\r\n## 2.2 2022-2-17\r\n\r\n- 1. [Bug] Fixed the bug of the keyboard.\r\n\r\n## 2.1 2022-2-17\r\n\r\n- 1. [Optimize] Update word library.\r\n- 2. [Bug] Fixed the bug of the keyboard.\r\n\r\n## 2.0 2022-2-15\r\n\r\n- 1. [Optimize] Change a smaller library of the useful words.\r\n- 2. [Bug] Fixed the bug of the keys colors.\r\n\r\n## 1.2 2022-2-15\r\n\r\n- 1. [Optimize] Optimize the user experience.\r\n- 2. [Add] Bigger words library.\r\n- 3. [Bug] Fixed the bug of the letters colors.\r\n\r\n## 1.1 2022-2-15\r\n\r\n- 1. [Optimize] Optimize the user experience.\r\n- 2. [Bug] Fixed the bug of the letters colors.\r\n- 3. [Bug] Fixed the bug of ESC in the playing screen.\r\n\r\n## 1.0 2022-2-14\r\n\r\n- 1. [Init] First commit.\r\n\r\n# Note\r\n\r\n- 1. v8+ is a pre-release. v8+ is ready for v9. \r\n- 2. This game is the clone of wordle, but not the wordle. 'wordle' means a game made by Josh Wardle. \r\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnemo2011%2Fwordle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnemo2011%2Fwordle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnemo2011%2Fwordle/lists"}