wordle_clone

Crates.iowordle_clone
lib.rswordle_clone
version0.1.5
sourcesrc
created_at2022-02-17 20:54:44.362498
updated_at2022-02-21 23:09:08.328197
descriptionWordle as a CLI app.
homepage
repositoryhttps://github.com/marshblocker/wordle_clone
max_upload_size
id534361
size146,140
Kenneth Marinas (marshblocker)

documentation

README

WordleClone

Own implementation of Wordle as a CLI app.

Preview

During Won

Note

Running this program in Window's Command Prompt may display unsatisfactory visuals. If you're running this in Windows, use Powershell (built-in in Windows 10) or other terminal emulator apps such as Git Bash.

How to Build

cargo install wordle_clone

How to Play

  • Run wordle_clone in the command-line.
  • If you're not familiar with the game, Press H at the start of the game to view the game mechanics.

What's new with version 0.1.5

  • Added a high score feature.

Dependencies

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

Commit count: 23

cargo fmt