This is a simple tool to help practice typing letter on a Qwerty or Dvorak layout. Select your layout and try to pass each level. You need a score of 65 letters per minute and a 85% accuracy in order to pass each level. Remember to use your hands appropriately and not to look at your keyboard. Each level adds more letters to the game. Enjoy
This is the project I made for the week 0 of the CS50 course on EdX. As I was learning to touch type at the time, I thought I'd make a tool to help me with it. This is still a work in progress as I would like to add more features like score logging, animations and tips. Last update : - Fixed the repetitive keydown issue causing an error on the next letter by adding a "wait until not any key pressed" before the keydown detection script. - Lowered the requirements to pass each level Credits to coolmaker for the timer part of the project (https://scratch.mit.edu/projects/278673/)