swapnilsparsh / 30DaysOfJavaScript

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

Fix Pop the Balloons #999

Closed swapnilsparsh closed 1 year ago

swapnilsparsh commented 1 year ago

Pop the Balloons

  1. Fix the spelling of Ballons in the Title of the webpage
  2. Sometime balloons get poped when mouse is not near the balloons when moving the cursor fast so fix it
Bharadwajshivam28 commented 1 year ago

assign to me sir @swapnilsparsh

Marin303 commented 1 year ago

Is the task here aimed at slowing down the speed of the cursor or use mouseenter? Also, there is bigger problem of not using forEach, querySelectorAll and unnecessary removeEvent function. Right now game can be finished if user crossing few times on already cracked balloon so maybe is that what is asked on issue?

swapnilsparsh commented 1 year ago

@Marin303 I have assigned you . Good Luck 👍