{"id":27100759,"url":"https://github.com/atharv-rem/wordle-game-replication","last_synced_at":"2025-04-06T13:36:49.522Z","repository":{"id":211664911,"uuid":"729690787","full_name":"atharv-rem/Wordle-game-replication","owner":"atharv-rem","description":"Replication of the most viral game in 2022","archived":false,"fork":false,"pushed_at":"2023-12-29T02:02:34.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2023-12-29T03:35:15.300Z","etag":null,"topics":["game","game-development","gameboy","python","wallstreetjournal","wordle-python"],"latest_commit_sha":null,"homepage":"https://www.nytimes.com/games/wordle/index.html","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/atharv-rem.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2023-12-10T03:07:10.000Z","updated_at":"2023-12-10T06:49:57.000Z","dependencies_parsed_at":"2023-12-12T10:35:33.869Z","dependency_job_id":null,"html_url":"https://github.com/atharv-rem/Wordle-game-replication","commit_stats":null,"previous_names":["d4r534/wordle-game-replication","atharv-rem/wordle-game-replication"],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atharv-rem%2FWordle-game-replication","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atharv-rem%2FWordle-game-replication/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atharv-rem%2FWordle-game-replication/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atharv-rem%2FWordle-game-replication/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/atharv-rem","download_url":"https://codeload.github.com/atharv-rem/Wordle-game-replication/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247489589,"owners_count":20947134,"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","game-development","gameboy","python","wallstreetjournal","wordle-python"],"created_at":"2025-04-06T13:36:48.900Z","updated_at":"2025-04-06T13:36:49.509Z","avatar_url":"https://github.com/atharv-rem.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Wordle](https://github.com/d4r534/Wordle-game-replication/assets/110873154/15a7d849-52bb-4b71-88e5-dad29d8f08e8)\n\n# The Wordle ![Python](https://img.shields.io/badge/python-3670A0?style=for-the-badge\u0026logo=python\u0026logoColor=white)\nIn the realm of academia, where school projects often evoke groans and lackluster efforts, I found myself standing apart from the majority. While many approached assignments solely for the sake of grades, devoid of any genuine enthusiasm, my perspective was quite different. I firmly believed that even tasks pursued for their numerical rewards should be undertaken with a commitment to perfection, creating lasting memories that would echo through the years.\n\nThe turning point arrived with the announcement of my class 11 computer science project in December 2022( **My first ever coding project** ). I eagerly seized the opportunity to craft something extraordinary – a project that transcended the mundane and bore the hallmark of true passion. The culmination of my efforts resulted in the creation of a captivating masterpiece: **The Wordle**, a refined rendition of the renowned real-world game owned by the **Wall Street Journal**. \n\n[![Visit Website](https://img.shields.io/badge/Original%20Game-Click%20Here-black?style=for-the-badge)](https://www.nytimes.com/games/wordle/index.html)\n\n[![GitHub Views](https://komarev.com/ghpvc/?username=atharv-rem\u0026label=Views)](https://github.com/atharv-rem/Wordle-game-replication)\n\n\n## Share my work on:\n[![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg-black?)](https://twitter.com/intent/tweet?text=Get%20over%20170%20free%20design%20blocks%20based%20on%20Bootstrap%204\u0026url=https://froala.com/design-blocks\u0026via=froala\u0026hashtags=bootstrap,design,templates,blocks,developers)\n[![Share on LinkedIn](https://img.shields.io/badge/Share-black?logo=linkedin)](https://www.linkedin.com/sharing/share-offsite/?url=https://your-website-url-here)\n[![Share on Discord](https://img.shields.io/badge/Share-black?logo=discord\u0026style=for-the-badge)](https://discordapp.com/channels/@me?tab=popout\u0026referrer=d4r534/Bas.AI)\n[![Share on Reddit](https://img.shields.io/badge/Share-000000?logo=reddit\u0026style=for-the-badge)](https://www.reddit.com/submit?url=https://github.com/yourusername/yourrepository\u0026title=Your%20Repository%20Title)\n\n\u003e [!WARNING]\n\u003e Please be advised that the outcomes may exhibit variations. It is advisable to conduct preliminary testing, as the code may not be fully optimized to accommodate all potential scenarios.\n\n\u003e [!IMPORTANT]\n\u003e This is just a simple python replication of the game wordle and does not include any complex functionality which may be included in the orginial game.\n\n\n# Dictionary of Words\n```python\nimport requests\nword_site = \"https://www-cs-faculty.stanford.edu/~knuth/sgb-words.txt\"\nresponse = requests.get(word_site)\nword = response.content.splitlines()\n```\nThis helped me get the list of words I want, from which the code chooses a word randomly every time its being executed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatharv-rem%2Fwordle-game-replication","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatharv-rem%2Fwordle-game-replication","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatharv-rem%2Fwordle-game-replication/lists"}