Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.34 KB

README.md

File metadata and controls

39 lines (25 loc) · 1.34 KB

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