MastersAcademy / frontend-course-2021

Репозиторій з курсу «Advanced Front-end» проекту Masters Academy
MIT License
5 stars 29 forks source link

6 typescript #195

Closed SanSandru4 closed 2 years ago

SanSandru4 commented 2 years ago

https://sansandru4.github.io/frontend-course-2021/homeworks/oleksandr.prylutskiy_SanSandru4/6-typescript/dist/

electrovladyslav commented 2 years ago

Доделай, плиз, требования по ТЗ

  • each time the score changes (added or subtracted), the player must see how his score has changed on the side of the square. A block should appear in which the value of the account has changed (+10, +8, -25);
  • the game must respond to both the uppercase key (S) and the lowercase (s). Сейчас клавиша шифт считается за нажатие неправильной клавиши.
electrovladyslav commented 2 years ago

Прикольный дизайн прогрес-бара. Непонятно, до какого момент идёт игра. Можно нарисовать кружок, который соответствует 200 и подписать как-то, или просто текстовый блок добавить: 0 - lose, 200 - win

electrovladyslav commented 2 years ago

Ещё нашёл чит-баг: можно нажимать одну букву несколько раз, и очки защитываются. В задании вроде это описано, реализуй, плиз

when a key is pressed, the player has 2 seconds;

electrovladyslav commented 2 years ago

Молодец 👍