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
- Host: GitHub
- URL: https://github.com/ritik48/wordle-game
- Owner: ritik48
- Created: 2022-11-08T17:14:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-16T20:40:04.000Z (11 months ago)
- Last Synced: 2025-03-21T10:54:25.969Z (2 months ago)
- Topics: python, python-game, tkinter, tkinter-game, wordle-game
- Language: Python
- Homepage:
- Size: 81.1 KB
- Stars: 23
- Watchers: 1
- Forks: 20
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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 
* Setting 
* Word size 5 