Skip to content
/ wordle Public

A quick little Wordle hack to play on command line

License

Notifications You must be signed in to change notification settings

h-anjru/wordle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

wordle

This is a quick little Wordle hack in Python to play on command line, written in Python 3.9 using only modules from the standard library.

I was introduced to Wordle today (2022 Jan 09) and I immediately wanted to play it without limits, so I put this together.

This game has been adapted to my Discord chat bot! You can find it here: https://crimso.bot/

Example gameplay

$ python3 wordle.py
╔═══════════════════════════════════════╗
║  WORDLE: Guess the five-letter word!  ║
╚═══════════════════════════════════════╝
 If your letter is somewhere in word: +
 If your letter is in the right spot: $

 To see the letterboard, type "letters"
 To end, either win or type "I give up"


Your guess: tries 
- - - + +
Your guess: soled
$ + + + -
Your guess: letters
 a  b  c  - [e] f  g  h  - 
 j  k [l] m  n [o] p  q  -
[s] -  u  v  w  x  y  z
Your guess: slope
Congratulations!
- - - + + · tries
$ + + + - · soled
$ $ $ $ $ · slope

About

A quick little Wordle hack to play on command line

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages