Skip to content

Instantly share code, notes, and snippets.

View kamichal's full-sized avatar

Michal Kaczmarczyk kamichal

View GitHub Profile
@kamichal
kamichal / wordle.sh
Last active January 28, 2022 01:06
Bash script for finding answer in WORDLE game
#!/usr/bin/env bash
# WORDLE game cheater
# To use it you have to install words system package
# and then source this file in bash (i.e. call `source wordle.sh`)
# This script helps to find a specific 5-letter long English words
# that match specific user's criteria.
# At the first run, it builds a complete list of words.