Skip to content

Bad reimplementation of the famous and trendy WORDLE game. Please use the Docker image :)

Notifications You must be signed in to change notification settings

tanguysegarra/wordle-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WORDLE-rs

Tired of listening to people talk during daily meetings? Pain ends now thanks to this bad reimplementation of the trendy WORDLE game.

Build it and try

$ git clone https://github.com/tanguysegarra/wordle-rs
$ cd wordle-rs
$ cargo run

Install the game

$ git clone https://github.com/tanguysegarra/wordle-rs
$ cd wordle-rs
$ cargo install --path .

Don't forget to add $HOME/.cargo/bin/ to your path.

WHALE-rs

Use the provided docker image to run it without installing the complete rust toolchain!

$ docker build . -t wordle
$ docker run --rm -it wordle

About

Bad reimplementation of the famous and trendy WORDLE game. Please use the Docker image :)

Resources

Stars

Watchers

Forks