Skip to content

stubduffy/weirdle-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

weirdle-python

a weird (hard) version of wordle

how to play

In the command line like python weirdle.py. It plays like the regular wordle game where the result of your guess is shown per character, and is either:

  • black: character not present in the word
  • orange: character is present in the word, but not at this location
  • green: character is in the word in this position

example

> python3 weirdle.py
New game started. Guess the 5 letter word...
Enter guess:shade
('shade', ['Black', 'Black', 'Orange', 'Black', 'Black'])

About

a weird (hard) version of wordle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages