Skip to content

niewiemczego/Fletle-Wordle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fletle-Wordle

Fletle is written in python using Flet framework and it's basically a copy of Wordle game. The rules are very simple: You need to guess the hidden word (5 letters) in 5 tries. To get started, just type any word on the text filed. If the letter is guessed correctly and is in the correct place, it will be highlighted in green, if the letter is in the word, but in the wrong place - in yellow, and if the letter is not in the word, it will remain red

Screenshots

Screenshot 2022-08-03 at 21 11 32

Screenshot 2022-08-03 at 21 09 43

Screenshot 2022-08-03 at 21 11 16

Run Locally

Clone the project

  git clone https://github.com/niewiemczego/Fletle-Wordle

Install requirement packages

  pip install -r requirements.txt

Run the code

  python fletle.py

Adding more words

line 33: add to list as many words as u want.
Keep in mind that words should be 5 characters long

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages