WordleClone

Own implementation of Wordle as a CLI app.

Preview

During Won Lost

Note

This program doesn't display properly in Window's Command Prompt due to the terminal's lack of native color features. If you're in Windows, you can run this smoothly in the built-in Powershell or in Git Bash if you have it.

How to Build

cargo install wordle_clone

How to Play

What's new with version 0.1.3

Dependencies

The colored library for providing convenience function for printing colored text in the terminal.