This project is inspired by speedtyper & monkeytype, please go check them out!
This webaplication is completely written in Rust. Why? Because it's blazingly fast! Well not yet, currently we still have no direct access to the browsers DOM API from WebAssembly, which is why we still have to use Javascript to do so. The project is mainly created for learning about Rust and WebAssembly.
Click here to play the speed typing game. To start the game just click on the Vim editor and start typing.
Some controls if you are in NORMAL mode:
i
change to INSERT moden
next snippet
I plan on adding these features:
- Authentication with your github account
- Save results and present them in a graph
- More snippets
- User settings
- language
- snippet length
- cursor style
- colorscheme
- statusbar style
- Smooth carrot
- ...
Feel free to contribute to this project. Take a look at the current issues or the project board I will try to keep these updated!