Some enhancements

I have improved pieces of the game. Here's what's up:

The input system has changed. The words you are typing have a different color and you don't see your progression (the letters of the current word you have typed). This change helps you focus on what you have to type. You are not disturbed by the constant updates of the text. The idea is to mentally view the image in your mind and then write it instead of working on a letter basis.

I have also created groups for the errors. Purple means the error involves the shift key. Blue means you typed a letter too early or typed a letter twice. And red are all the other errors. I might store those value. It will help users have an idea of how they can improve.

I also started to work on the multiplayer. It will be an asynchronous typeracer system. You play a game. People can try to beat your score. If someone beats you, you can play again. Each battle has a timer. When it's over, the user with the best score wins. Any thoughts?