Wordle in 50 lines of Bash

Bash shell questions
Post Reply
User avatar
Simon Sheppard
Posts: 190
Joined: 2021-Jul-10, 7:46 pm
Contact:

Wordle in 50 lines of Bash

Post by Simon Sheppard »

For the uninitiated, Wordle presents the player with a daily puzzle in which a five-letter word must be guessed with hints regarding correct letters in the correct (or incorrect) places.

https://gist.github.com/huytd/6a1a6a7b3 ... 47e3d01513
Post Reply