swapnilsparsh / 30DaysOfJavaScript

Projects made during the 30 days of the JavaScript challenge
https://30daysofjs.netlify.app
MIT License
937 stars 639 forks source link

[113 MINESWEEPER] points count error #1380

Closed Gauranshgoel123 closed 6 months ago

Gauranshgoel123 commented 6 months ago

What happened?

Even on clicking the tile whose point has already been counted, the points count keeps on increasing on clicking the same tile again, for example see the image image here the count of points is 81 but on clicking any opened tile again the point increases by 1, instead it should have remained constant image

How can we reproduce this bug?

you may go to 113 minesweeper game.

Desktop Information (Optional)

No response

Urgency (Optional)

None

github-actions[bot] commented 6 months ago

Thank you for opening your first issue in our repository! One of our maintainers will get in touch with you soon.

swapnilsparsh commented 6 months ago

@Gauranshgoel123 All the best 👍🏻

Gauranshgoel123 commented 6 months ago

@swapnilsparsh pls merge PR #1434