Skip to content

riledigital/rust-wordle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wordle Clone in Rust

image

A very simple Wordle clone that runs as a CLI,

cargo run to start, cargo build to build a binary.

Generating a Wordlist

grep -o -w '\w\{5\}' /usr/share/dict/words > ./resources/words.txtUploading image.png…

About

Simple Wordle CLI clone

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages