Wordie - an open source Wordle implementation

Show off your games, demos and other (playable) creations.
User avatar
milon
Party member
Posts: 472
Joined: Thu Jan 18, 2018 9:14 pm

Re: Wordie - an open source Wordle implementation

Post by milon »

pgimeno wrote: Fri May 20, 2022 1:04 am It's crashing because `pointer` (as a gui element) lacks w and h.
Well that's embarrassing. Thanks for catching that! I guess I never actually clicked on it myself. Fixed! Updated version is in OP and also linked here:
download/file.php?id=21119

Touch (AKA click) doesn't seem to work right now, as tested on my Android. I don't anticipate having time to investigate that for a while, though.

EDIT - I forgot to ask, for pgimeno & anyone else who has looked at the code, what are your thoughts about the organization & style? I tried a different approach with this project. It's a more callback-centric layout and it's forced me to be more careful with scope & globals.
Last edited by milon on Tue May 24, 2022 2:22 pm, edited 2 times in total.
Any code samples/ideas by me should be considered Public Domain (no attribution needed) license unless otherwise stated.
User avatar
pgimeno
Party member
Posts: 3544
Joined: Sun Oct 18, 2015 2:58 pm

Re: Wordie - an open source Wordle implementation

Post by pgimeno »

I don't usually give style advice. I would do some things differently, but that does not mean better.

Since you mention globals, though, I found a global that seems to be global by mistake, namely `offset` in function guesses.redraw().
User avatar
milon
Party member
Posts: 472
Joined: Thu Jan 18, 2018 9:14 pm

Re: Wordie - an open source Wordle implementation

Post by milon »

pgimeno wrote: Fri May 20, 2022 11:13 pm I don't usually give style advice. I would do some things differently, but that does not mean better.

Since you mention globals, though, I found a global that seems to be global by mistake, namely `offset` in function guesses.redraw().
Thanks for catching that global. Definitely a mistake - copypasta from other functions where 'offset' was a given argument. :3 But I'm working on phasing that out anyway.

About coding style - I'm not too concerned about 'different' (I agree - different is typically fine), but if you see potential problems or a more robust way to code things, I'm all ears. I'll also admit to being curious about how others would do things differently in the big picture, but I'm not planning on changing that for this project.

Side note: I tweaked the game_state logic so object.w/h aren't needed for objects that don't define click() etc. I'll post a new .love when I have a more to show. Probably not soon. ;)
Any code samples/ideas by me should be considered Public Domain (no attribution needed) license unless otherwise stated.
Mail_isSWAG
Prole
Posts: 5
Joined: Sat Jun 18, 2022 3:51 am

Re: Wordie - an open source Wordle implementation

Post by Mail_isSWAG »

Nice!
User avatar
milon
Party member
Posts: 472
Joined: Thu Jan 18, 2018 9:14 pm

Re: Wordie - an open source Wordle implementation

Post by milon »

New version!

Changes include:
- proper touch support
- on mobile, it automatically chooses fullscreen portrait
- background music (undecided if placeholder or final; open to suggestions)
- a few tweaked visuals

Here's how it looks now (updated in OP too):
Image

I've also begun tinkering with sound effects, but those aren't in this version.
Attachments
wordie.love
(1.28 MiB) Downloaded 202 times
Any code samples/ideas by me should be considered Public Domain (no attribution needed) license unless otherwise stated.
User avatar
Gunroar:Cannon()
Party member
Posts: 1085
Joined: Thu Dec 10, 2020 1:57 am

Re: Wordie - an open source Wordle implementation

Post by Gunroar:Cannon() »

I'm not sure how to play (and considering I didn't know what wordle was until a few days a go that may be my fault :? )
The risk I took was calculated,
but man, am I bad at math.

-How to be saved and born again :huh:
User avatar
BrotSagtMist
Party member
Posts: 607
Joined: Fri Aug 06, 2021 10:30 pm

Re: Wordie - an open source Wordle implementation

Post by BrotSagtMist »

Dont worry. i have no idea what to do either.
obey
User avatar
pgimeno
Party member
Posts: 3544
Joined: Sun Oct 18, 2015 2:58 pm

Re: Wordie - an open source Wordle implementation

Post by pgimeno »

In short: "Mastermind"-like but with English words.

Grey means letter not present, yellow means letter present but in the incorrect position, and green means letter in the correct position. The guesses must be valid English 5-letter words, you can't try just any combo. In the last screenshot, the hidden word has an I in the centre, plus an N and an R. The R does not go in the centre (obvious anyway, because it's an I) and the N does not go in the last place. The hidden word may contain more I's, N's and R's.
User avatar
BrotSagtMist
Party member
Posts: 607
Joined: Fri Aug 06, 2021 10:30 pm

Re: Wordie - an open source Wordle implementation

Post by BrotSagtMist »

I dont get any colours.
And i dont think return is working.
obey
Andlac028
Party member
Posts: 174
Joined: Fri Dec 14, 2018 2:27 pm
Location: Slovakia

Re: Wordie - an open source Wordle implementation

Post by Andlac028 »

It must be valid English 5-letter word to work
Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot] and 42 guests