Hello
Need assessment for Adding bouncing balls features task.
Features:
- Optional balls amount (with optimal range validate) and “Play” button.
- Growing evil circle move by
W, A, S, D
keys.
- Balls counter.
- Timer.
- Last results list.
- “Play again” button.
Codepen.
mikoMK
(Michael Koch)
2
Hi @VladimirK
Amazing work! Cool additional features and everything seems well coded. 
In the keydown event: Are those second cases the Cyrillic letters at the WASD positions?
Bonus: I encountered a funny bug, but won’t blame you for it. 
The last ball was stuck in a corner and I was too big to collect it.
1 Like
Thank you, @mikoMK! Second cases are Cyrillic letters for playing in Cyrillic keyboard layout.
I will think about the bonus. 
1 Like