Inspiration

Since the popular game, wordle, has been purchased by the NYT, there have been rumors that the game may be put behind a paywall. I decided to make a CLI implementation of the game where you have play unlimited rounds of wordle completely free of charge or ads.

How we built it

This is project is built using pure Python. I used libraries, rich and colorama to make the terminal presentation looks a bit more appealing.

Challenges we ran into

colorama will implement the style automatically to all upcoming print statements. It was an irritating process trying to reset the styles.

What we learned

  • Use of several python libraries

What's next for CLI Wordle

  • allow for customization of the game: various numbers of attempts allowed, hard mode

Built With

Share this project:

Updates