bgri / m100LE

A Wordle-like game for the vintage Tandy (Radio Shack) Model 100
11 stars 1 forks source link

Does not show answer upon losing #10

Closed hackerb9 closed 2 years ago

hackerb9 commented 2 years ago

I believe the official version of Wordle will tell you what the answer was if you are not able to guess it. M100LE does not say anything but "SORRY". Was this intentional?

bgri commented 2 years ago

Well, what do you know. It does! I've never noticed that enough to include it in the code. I might add that as an option in future, but I like the replayability of not knowing the word and trying again.

I do have plans to try and get some metrics in there (wins/losses/attempts/etc) so this would also fit in with that.

On Sun, Jul 24, 2022 at 7:03 AM hackerb9 @.***> wrote:

I believe the official version of Wordle will tell you what the answer was if you are not able to guess it. M100LE does not say anything but "SORRY". Was this intentional?

— Reply to this email directly, view it on GitHub https://github.com/bgri/m100LE/issues/10, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADLJIIZ55QHU7LH7QBAP2OLVVU5LXANCNFSM54PUKG6Q . You are receiving this because you are subscribed to this thread.Message ID: @.***>

-- -- Brad Grier

hackerb9 commented 2 years ago

I think you are correct that the replayability of not know the answer is better. Perhaps at some point we can consider a way to ask the player if they want to see what the answer was, but for now I'm closing this.