Skip to content

nagi#7

Open
nagi-17 wants to merge 11 commits intoGit-Lecture-2026:nagifrom
nagi-17:nagi
Open

nagi#7
nagi-17 wants to merge 11 commits intoGit-Lecture-2026:nagifrom
nagi-17:nagi

Conversation

@nagi-17
Copy link

@nagi-17 nagi-17 commented Mar 14, 2026

No description provided.

@satindra-r
Copy link

  • modify the accuracy calculation so it calculates the accuracy for each word then sums it up. currently if the first letter is skipped the accuracy is very low
  • try to make a simple TUI like in https://github.com/max-niederman/ttyper. you dont need to do everything but try to get the overlay of the typing part working

else
text=("${text_hard[@]}")
fi

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add a check somewhere for early exit or for ignoring input other than spaces and ascii chars till the test is done

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants