Arcaster42 / rhymus

An open-source rhyming game project designed for new developers and first-time contributors.
https://rhymus-one.vercel.app
MIT License
12 stars 15 forks source link

Timer / Wrong Answer Notification #35

Closed Arcaster42 closed 4 years ago

Arcaster42 commented 4 years ago

The timer is no longer present, so when the timer expires, you get a "wrong answer" notification without actually pressing enter. This confuses the player and feels very non-intuitive. Let's clean this up.

josephting commented 4 years ago

Are you saying to remove the timer and have unlimited time to answer? Also, only count incorrect guesses with actual incorrect guesses by the player?

Arcaster42 commented 4 years ago

Honestly I think it'd be better to have a global timer instead of time per card. Once the global timer reaches 0, the game ends.