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

https://github.com/simoncw/pywordle

Just a bit of fun with wordle
https://github.com/simoncw/pywordle

Last synced: about 1 month ago
JSON representation

Just a bit of fun with wordle

Awesome Lists containing this project

README

          

# PyWordle
Playing around with wordle mostly inspred by an implementation from [Cameron Riddlle](https://twitter.com/RiddleMeCam) (thanks). This was mostly used to stress-test my neovim config ;).

It is a simple script, run with:
```bash
python pywordle.py
```

On the way I had a stupid bug with mutable state, so I moved some of the old code to the `oop_archive` subfolder and refactored the
state handling a bit restricting mutation to a dedicated `update_state()` function.