max-niederman / ttyper

Terminal-based typing test.
MIT License
1.1k stars 78 forks source link

Removed the possibility to return when the word is typed incorrectly #79

Closed gblmrn closed 1 year ago

gblmrn commented 1 year ago

I made this change because I wanted the application to feel like https://10fastfingers.com/

max-niederman commented 1 year ago

This is a major breaking change and would need to be available as a CLI flag with a default set in the config file.

gblmrn commented 1 year ago

Fair enough, I will try to see if I can implement this. Thanks for your reply :)