On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
A jam submission

pyWordle v1.5View game page

Very basic proof of concept of wordle in python.
Submitted by py-Dev? — 17 hours, 2 minutes before the deadline
Add to collection

Play pyWordle

pyWordle v1.5's itch.io page

Leave a comment

Log in with itch.io to leave a comment.

Comments

Submitted(+1)

SWORD

SWEAT

SWEET

What are you using for a word list? I made my own wordle in g'dot (https://ngreend.itch.io/termdle ) and ended up cobbling together several lists I found that turned out alright, but not perfect.

Developer

Can't exactly tell from where anymore since I've taken a few months of a break from gamedev until I picked this back up, but I remember it was called "10000 google english" or something on github and I made my own lists with that.

Submitted

Works well enough- it's a Wordle that wordles.

- There should be some feedback that a letter is not in the word. I had a first row that had no matches and it looked like a bug rather than a complete miss. Functionally it did work correctly.

- A small UI bug

 

Developer

If a letter is not in the word it's just not highlighted, like in the regular wordle.

Not sure what UI bug you mean but I have observed the entire window having less width on Windows 11 for some reason even though it's a static fixed number. Not sure what's going on there but I'll have a look, thanks for the feedback!