App-Greple-wordle

 view release on metacpan or  search on metacpan

README.md  view on Meta::CPAN

Answer correctness is checked by regular expression.

This module supports multiple word datasets. Use the **--data** option to
choose different word datasets such as the original Wordle word list
or the New York Times Wordle word list.

Rules are almost the same as the original game, but answers are different.
Use the **--compat** option to get answers compatible with the original game.

<div>
    <p><img width="750" src="https://raw.githubusercontent.com/kaz-utashiro/greple-wordle/main/images/screen-5.png">
</div>

# OPTIONS

- **--data**=_dataset_

    Choose the word dataset.  Default is `ORIGINAL`.

    Available datasets:

README.md  view on Meta::CPAN

    4: datum                    # try word "datum"
    5: tardy                    # try word "tardy"

## Using different datasets

    greple -Mwordle --data=NYT            # Use NYT Wordle word list
    greple -Mwordle --data=ORIGINAL       # Use original word list (default)
    greple -Mwordle --data=NYT -n0        # First word in NYT dataset (cigar)

<div>
    <p><img width="750" src="https://raw.githubusercontent.com/kaz-utashiro/greple-wordle/main/images/hint-1.png">
</div>

# BUGS

A character in the wrong position is always colored yellow, even if it
appears in green elsewhere.

# INSTALL

## CPANMINUS

lib/App/Greple/wordle.pod  view on Meta::CPAN


This module supports multiple word datasets. Use the B<--data> option to
choose different word datasets such as the original Wordle word list
or the New York Times Wordle word list.

Rules are almost the same as the original game, but answers are different.
Use the B<--compat> option to get answers compatible with the original game.

=begin html

<p><img width="750" src="https://raw.githubusercontent.com/kaz-utashiro/greple-wordle/main/images/screen-5.png">

=end html

=head1 OPTIONS

=over 7

=item B<--data>=I<dataset>

Choose the word dataset.  Default is C<ORIGINAL>.

lib/App/Greple/wordle.pod  view on Meta::CPAN

    5: tardy                    # try word "tardy"

=head2 Using different datasets

    greple -Mwordle --data=NYT            # Use NYT Wordle word list
    greple -Mwordle --data=ORIGINAL       # Use original word list (default)
    greple -Mwordle --data=NYT -n0        # First word in NYT dataset (cigar)

=begin html

<p><img width="750" src="https://raw.githubusercontent.com/kaz-utashiro/greple-wordle/main/images/hint-1.png">

=end html

=head1 BUGS

A character in the wrong position is always colored yellow, even if it
appears in green elsewhere.

=head1 INSTALL



( run in 3.549 seconds using v1.01-cache-2.11-cpan-df04353d9ac )