Skip to content

joshpls/Python-Wordle-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wordle Game developed in Python

Description

  • Wordle is a game where you have to guess the five letter word. You get six guesses before the game is over. If a letter guessed is in the word it will display a color. Green means the letter is in the right position while Yellow means it's in the wrong position. If the guessed letter is not in the word at all, it will be greyed out.

Features:

  • Randomly generates a five letter word to choose from dictionary on load.
  • Each letter is displayed with the appropriate color in line and below in the letter display.
  • Type a five letter word, press [ENTER] to submit your guess.
  • Press [SPACE] on game over to start a new game.
  • Press [ESCAPE] to close the window.
  • Only characters are allowed.
  • Check guess against dictionary.

Original Version:

image

Updated Version:

  • This version is a little smaller screen size, with word list for 4-10 words. Press the keys [-] and [+] to cycle up and down word length.
  • Added win streak count displayed at the bottom.

image

About

Wordle developed in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages