cslarsen / wpm

Typeracer-like console app for measuring your WPM
GNU Affero General Public License v3.0
322 stars 48 forks source link

Redlist #55

Open Kudbettin opened 4 years ago

Kudbettin commented 4 years ago

Creates a new mode called redlist.

Passages you find particularly difficult or would like to remember for other reasons are stored in "redlist."

usage: wpm --redlist to play at redlist mode wpm --flush_redlist to clean the redlist

In any game mode, pressing the "up" key will put the current text into redlist (a dictionary with quote id's as keys and number of times the passage has to be beaten as values) with value 3. Additional presses will increment this value by one.

During redlist mode, beating the text with a WPM score above "redlist_threshold" will decrement or remove the quotes' value from the list. "redlist_threshold" is set to 90 wpm by default and may be changed on .wpmrc

This mode currently only supports wpm. I haven't tested its behavior with --cpm mode.