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

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.