You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't like how the space bar will reset the game to the first level regardless of whether the game over screen is up or not. This can make for a player to accidentally hit space and be reset, which can be infuriating especially if the player is at a high score or hard to reach level. This might be intentional but
to me playing it felt like a bug.
It would be great to at least have a confirmation screen of whether the player actually wants to reset the game.
Looking at the code if a few more conditions were put on the if statement on line 276 of game.js this could be solved.
The text was updated successfully, but these errors were encountered:
I don't like how the space bar will reset the game to the first level regardless of whether the game over screen is up or not. This can make for a player to accidentally hit space and be reset, which can be infuriating especially if the player is at a high score or hard to reach level. This might be intentional but
to me playing it felt like a bug.
It would be great to at least have a confirmation screen of whether the player actually wants to reset the game.
Looking at the code if a few more conditions were put on the if statement on line 276 of game.js this could be solved.
The text was updated successfully, but these errors were encountered: