Comments

Log in with itch.io to leave a comment.

(+1)

I like it!

As someone who has tried a lot of online typing speed improvement websites, this one has the best foundation.

I like that it is minimal and straight to the point.

I would recommend adding a feature so that when you hit ENTER/RETURN to go to newline, that it would retain the TAB state of the previous line, as this is very common in code editors.

Thanks! I've been thinking about this comment, and I've decided that I won't be adding this feature. The game is largely about typing stuff yourself with 0 assists.

A large take-away I've had from playing this game, is how much (or little) the IDE niceties were actually helping me. For example, it made me realize that actually, I can type pretty fast! Faster than an LSP's autocomplete can recommend me suggestions even. In my own dev environment, I've recently disabled my LSP's autocomplete entirely, keeping the ability to manually trigger completions when I'm completely lost or exploring, and it seems to have improved the speed at which I can type out code by quite a bit. But I do think you need to have sufficiently high typing speed for this to actually be worth it.

You've also come to the realisation that tabbing for indentation is actually kinda annoying, and it's good that IDEs do this for you. I would rather not remove this realisation for the next person that plays the game.