The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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

--series=number, -snumber
--compat

Choose different series of answer. Default 1. Series zero is same as the original game and option --compat is a short cut for --series=0. If it is not zero, original answer word set is shuffled by pseudo random numbers using series number as an initial seed.

--[no-]result

Show result when succeeded. Default true.

--index=number, -nnumber

Specify index. Default index is calculated from days from 2021/06/19. If the value is negative and you can get yesterday's question by giving -1.

--random

Generate random index every time.

--try=number

Set try count. Default 6.

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.