bgri / m100LE

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

Feature: Allow player to request a hint #48

Open bgri opened 2 years ago

bgri commented 2 years ago

Just capturing this as an item so we don't lose it.

     Perhaps at some point we can consider a way to ask the player if they want to see what the answer was...

Originally posted by @hackerb9 in https://github.com/bgri/m100LE/issues/10#issuecomment-1312570753

Could be something simple like pressing the [?] key. Right side screen will then show current correct char/positions, with an incorrect/unguessed character revealed.

hackerb9 commented 2 years ago

I like this idea, although we'll have to do #28 first to fit it in. (My Tandy 200 has a max of 24K per bank, so it is already having trouble running the version with the comments. Even TEENY.CO can't be loaded in RAM.)

Also, it may be good to reserve ? for showing brief help instructions, if ever there is enough space for showing a couple sentences. Perhaps another key can be found for hints (!)?

bgri commented 2 years ago

Good call. ? for brief help is a great idea.! it is.

Once we reduce the code size.