10 Seconds of Math by Jare
HTML DOM game where you get a new addition exercise every 10 seconds, score for finishing it earlier, and a max of accumulated exercises. Solve them by typing numbers like Z-type and such games.
I had about 3 hours spare over the weekend to do this from scratch. Sorry it ended up getting very difficult very quickly. At least it gives you some perspective on the speed that you can perform additions in your head.

Ratings
| Given | 0🗳️ | 0🗨️ |
Congrats on making this in 5 hours :)
I think the difficulty is fine, if there isn't any scaling up in difficulty, the game would be too easy.
I think having multiple additional and add in subtraction would make it even more "fun".
I like the audio. Also the number of fails is a good touch. When you made one (mis)calculation it would be game over.
Ah that may be that the embed needs to be clicked first to give it keyboard focus.
After that, the keyboard works (in fact the on-screen keyboard was an afterthought for mobile friendliness)

if you want to see how I did it: https://www.twitch.tv/videos/1628015648?t=1h06m00s
[testing the navigator version]
1. The game is pretty straightforward! It does work, as some mental callisthenics.
2. while playing, thought up an algorithm (maybe did I see it somewhere already?) for fast calculation and left-to-right typing (because the tricky thing is that you cannot type the digits from right to left!): for (digit) position going from left to right: check the two current digits, compute their sum S, check the two FOLLOWING digits, and add one (thus, S+1) if these latter add to at least 10. I used it sometimes, but still got overwhelmed over time. XD Although I guess training could surely help!

3. I like how the sharp signs act as a "loading" bar
4. presentation is simple yet clear, both visually and for sounds; I still think a sound for TYPING would have added to the fun! PROTIP to everyone: put a sound for the most often repeated player-enabled mechanic(s) for your games!
5. the piling up / stacking of questions is also great. And overwhelming XD
**Takeaway:** hard to say more than the other comments. Straightforward, almost a dynamic quizz! Looks like someone just devised a new cheap and dirty online SAT. ;))
Thanks for the challenge.
[Do not forget to review and rate other games, if you have enough time; it will also help yours get noticed and have testers and feedback. :)]