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
- Host: GitHub
- URL: https://github.com/simoncw/pywordle
- Owner: SimonCW
- License: mit
- Created: 2022-06-17T10:37:31.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-17T12:16:29.000Z (almost 4 years ago)
- Last Synced: 2025-06-03T09:19:14.250Z (about 1 year ago)
- Language: Python
- Size: 731 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.