Crates.io | wordle_clone |
lib.rs | wordle_clone |
version | 0.1.5 |
source | src |
created_at | 2022-02-17 20:54:44.362498 |
updated_at | 2022-02-21 23:09:08.328197 |
description | Wordle as a CLI app. |
homepage | |
repository | https://github.com/marshblocker/wordle_clone |
max_upload_size | |
id | 534361 |
size | 146,140 |
Own implementation of Wordle as a CLI app.
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.
cargo install wordle_clone
wordle_clone
in the command-line.H
at the start of the game to view the game mechanics.The colored library for providing convenience function for printing colored text in the terminal.