Skip to content
/ PyWordle Public

A Wordle clone written in Python and Tkinter.

Notifications You must be signed in to change notification settings

ADV1K/PyWordle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyWordle

A Wordle clone written in Python and Tkinter.

screenshot

Features

  • play as much as you want unlike original wordle
  • toggle full screen mode with

TODO:

  • new_game function not working, make it work
  • add a virtual keyboard
  • make the boxes border white if it contains a letter that has not been checked yet
  • highlight used letters on the virtual keyboard
  • refactor code to use a MVC approach
  • toast to show error messages
  • an overlay window to ask if you wanna play another game
  • after solving a puzzle a timer will start for 1 hour and you can't solve another puzzle unitl it ends (maybe use configparser)
  • add a way to not pick the same random word again (store all the words already picked by the program)
  • add settings menu
  • add a option to add a custom wordlist
  • add a score keeping mechanism
  • add help menus