![version](https://img.shields.io/github/v/tag/AndrewMathas/wordle?color=success&label=version)
![LPPL](https://img.shields.io/github/license/note286/xduts?style=flat-square)
![CTAN](https://img.shields.io/ctan/v/wordle?color=blue&link=https://ctan.org/pkg/atableau)
![LaTeX](https://img.shields.io/badge/LaTeX-008080?logo=latex&logoColor=fff&style=flat)

# Wordle

This package provides a stupidly feature-rich way of creating Wordle puzzles in LaTeX, which [Wikipedia](https://en.wikipedia.org/wiki/Wordle) describes as a hugely popular web-based word game created and developed by Welsh software engineer Josh Wardle. 

This package provides the `wordle` environment, which uses the syntax:

```tex
% \usepackage{wordle}
\begin{wordle}{ANVIL}
    CRANE
    NATAL
    ANVIL
\end{wordle}
```

Ce package fournit un moyen stupidement riche en fonctionnalités de créer des puzzles **Wordle** en LaTeX, que [Wikipedia](https://en.wikipedia.org/wiki/Wordle) décrit comme comme un jeu de lettres en ligne extrêmement populaire, créé et développé par l'ingénieur logiciel gallois Josh Wardle. 

```tex
% \usepackage{wordle}
\begin{GrilleSutom}{REBUS}
    ABRIS
    ROUTE
    REBUS
\end{GrilleSutom}
```

### Authors
Andrew Mathas and Cédric Pierquet

