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. Use --compat option to get compatible answer.
OPTIONS
-
--compat
Generate compatible answer with the original game. Otherwise, this game uses unique sequence using same answer word set as the original Wordle.
-
--[no-]result
Show result when succeeded. Default true.
-
--index=number
Specify index. Index is calculated from days from 2021/06/19. If the value is negative and you can get yesterday's question by giving -1.
-
--series=number
Choose different series of answers. Default zero.
-
--random
Generate random index every time.
-
--count=number
Set try count. Default 6.
-
--answer=word
Set answer word. For debug purpose.
BUGS
Wrong position character is colored yellow always, even if it is colored green in other position.
SEE ALSO
App::Greple, https://github.com/kaz-utashiro/greple
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.