Typy is a small application built using SFML, a multimedia library, for caculating typing speed.
To build the project, you have to have SFML installed. After installation, follow the steps below to build and run the game.
cd build
cmake ..
make
./Typy
- Words are not typed one by one as in typical typing speed games; however, 8 words appear on the screen moving from the very left to the right.
- Each time you type a word correctly, the word disappears and a popping sound plays.
- Calculate the net gross speed according to the formulas here.
- Let you know the number of errors made so far as your playing the game.
- The user has a rank according to their speed, e.g., speed <=20 is a newbie.
- There is no time limit, but you will lose if you reach 15 errors.