Actions Status MetaCPAN Release

NAME

App::Greple::wordle - wordle module for greple

SYNOPSIS

greple -Mwordle

DESCRIPTION

App::Greple::wordle is a greple module which implements wordle game. Correctness is checked by regular expression.

Rule is almost same as the original game but answer is different. Use --compat option to get compatible answer.

OPTIONS

COMMANDS

Five letter word is processed as an answer. Some other input is taken as a command.

These commands can be connected in series. For example, next command show possible words start with letter z.

hint ^z

Next shows all words which does not incude any letter of audio and rents, and made of unique characters.

!audio !rents u

EXAMPLE

1: solid                    # try word "solid"
2: panic                    # try word "panic"
3: hint                     # show hint
3: !solid !panic =eft uniq  # search word exclude(solidpanic) include(eft)
3: wheft                    # try word "wheft"
4: hint                     # show hint
4: datum                    # try word "datum"
5: tardy                    # try word "tardy"

BUGS

Wrong position character is colored yellow always, even if it is colored green in other position.

INSTALL

CPANMINUS

$ cpanm App::Greple::wordle
or
$ curl -sL http://cpanmin.us | perl - App::Greple::wordle

SEE ALSO

App::Greple::wordle, https://github.com/kaz-utashiro/greple-wordle

App::Greple, https://github.com/kaz-utashiro/greple

https://qiita.com/kaz-utashiro/items/ba6696187f2ce902aa39

https://github.com/alex1770/wordle

AUTHOR

Kazumasa Utashiro

LICENSE

Copyright 2022 Kazumasa Utashiro.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.