cslarsen / wpm

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

Restructure the game code #5

Closed cslarsen closed 6 years ago

cslarsen commented 6 years ago

It's very nasty right now. In particular, should look into how to reduce typing latency as much as possible. Right now the entire line is redrawn for every keystroke!

cslarsen commented 6 years ago

Well, partly fixed. At least it's much faster now.