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 original wordle but answer is different. Daily answer is updated 0AM localtime.
BUGS
Wrong position character is colored yellow always, even if it is colored green in other position.
ENVIRONMENT
-
WORDLE_ANSWER
Set answer word.
-
WORDLE_RANDOM
Generate random answer every time.
-
WORDLE_COMPAT
Generate compatible answer with the original game.
SEE ALSO
App::Greple, https://github.com/kaz-utashiro/greple
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.