An open API service indexing awesome lists of open source software.

https://github.com/ttskch/wordler

A Wordle solver implemented with symfony/panther.
https://github.com/ttskch/wordler

symfony-panther wordle wordle-solver

Last synced: 5 months ago
JSON representation

A Wordle solver implemented with symfony/panther.

Awesome Lists containing this project

README

          

# Wordler

[![](https://github.com/ttskch/wordler/actions/workflows/ci.yaml/badge.svg?branch=main)](https://github.com/ttskch/wordler/actions/workflows/ci.yaml?query=branch:main)

A [Wordle](https://www.nytimes.com/games/wordle/index.html) solver implemented with [symfony/panther](https://github.com/symfony/panther).

## Installation

```shell
$ git clone git@github.com:ttskch/wordler.git
$ cd wordler
$ composer install
```

## Usage

```shell
$ bin/wordler
```

![](https://user-images.githubusercontent.com/4360663/184162103-2e34a84f-49e0-4995-9d20-a770eebec425.gif)

After execution you can find screenshots at `screenshots/*.png` like following.

![](https://user-images.githubusercontent.com/4360663/184162239-64f2f024-b4a9-42d4-a375-243743b67173.png)