wordle_clone 0.1.2

Wordle as a CLI app.
Documentation

WordleClone

Own implementation of Wordle as a CLI app.

Preview

During Won Lost

How to Build

git clone https://github.com/marshblocker/wordle_clone.git

How to Play

  • Within the wordle_clone directory, run cargo run to start the game.
  • If you're not familiar with the game, Press H at the start of the game to view the game mechanics.

Dependencies

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