An open API service indexing awesome lists of open source software.

https://github.com/ritik48/wordle-game


https://github.com/ritik48/wordle-game

python python-game tkinter tkinter-game wordle-game

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Wordle-Game

### This is a simple clone of the popular game called "Wordle", made using Tkinter module in Python.
In this game there's a fixed size of blanks and we have to guess the word, with each guess we also get the hint as below :
* If the guess is right, all the letter changes to Green.
* If a particular letter in the guess is also in the actual word, but i's not in the right position then that letter's color changes to Yellow.
* if a particular letter in the guess is also in the actual word, and it's in the right position then that letter's color changes to Green.

#### Features
* Can change the word size (three, four or five)
* Can also change the high score (i mean it doesn't make sense having this feature, right? but quite handy if you are not able to reach certain high score then you can use this hack)

#### Game's Interface

* Playground ![wordle1](https://user-images.githubusercontent.com/84488726/200635141-cb52f325-f453-4e69-9121-af38f1368b8d.png)

* Setting ![wordle2](https://user-images.githubusercontent.com/84488726/200635246-8e7d7444-9e7b-4442-9e7f-c639062a67ce.png)

* Word size 5 ![wordle3](https://user-images.githubusercontent.com/84488726/200635466-4caad1b4-65ae-479b-88d3-498a34d41b54.png)