swamimalode07 / SimonsaysGame

This is a Simon Says game built using HTML, CSS, and JavaScript for the frontend, with an Express.js backend and MongoDB for storing user data and leaderboard information.
5 stars 18 forks source link

Disable the color buttons before the game start. #60

Open aldrin312 opened 1 day ago

aldrin312 commented 1 day ago

The color button can be press/clicked before the game starts. Resulting in a game over before the game starts and before revealing the first color in the sequence.

Disabling the hover over effects on the buttons and making the buttons less saturated before that game starts might be a good idea as well. Showing the the buttons is disabled before the game start.

Can I get assigned for this issue for hacktoberfest?

swamimalode07 commented 1 day ago

Yes make sure you add screenshots before and after changes

aldrin312 commented 16 hours ago

Screen shots:

Before start: Disabled hover over, 80% saturation image

After start: Enabled hover over, 200% saturation image