Conversation
|
| else | ||
| text=("${text_hard[@]}") | ||
| fi | ||
|
|
There was a problem hiding this comment.
after this
ask user for number of words make it option ( 5 10 20 etc ) ( and randomize it by words )
the difficulty will be used to pick from which text_(easy, medium, hard) they come from
There was a problem hiding this comment.
add a check somewhere for early exit or for ignoring input other than spaces and ascii chars till the test is done
There was a problem hiding this comment.
add the tui for tracking user input https://github.com/max-niederman/ttyper you can see the gif of this for inspo
no need to go all out on the box and everything but tracking user input is minimum
There was a problem hiding this comment.
you need to be more specific about what you did for example "tweak the cat syntax" is not enough of an explanation maybe you add the specific command you used inside a code block and then explain why you did it
No description provided.