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

https://github.com/dyslex7c/wordle

A viral word puzzle game made using Tkinter in Python
https://github.com/dyslex7c/wordle

python-3 tkinter wordle-game

Last synced: about 1 month ago
JSON representation

A viral word puzzle game made using Tkinter in Python

Awesome Lists containing this project

README

          

# Wordle using Python
![python](http://ForTheBadge.com/images/badges/made-with-python.svg)

Wordle is a daily word game where players have six attempts to guess a five letter word. Feedback for each guess is given in the form of colored tiles to indicate if letters match the correct position.

Furtherances to be made ~
- Display stats and guess distribution
- Add an 'On-Screen Keyboard'
- Insert a menu to dilate tiles

# Screenshots
![Screenshot1](https://user-images.githubusercontent.com/98543992/156876287-682a882d-df89-477b-b607-9da5ab62d482.png)