arujjval / tic-tac-toe

A simple tic-tac-toe game and a great way to take part in Hacktoberfest 2024.
https://arujjval.github.io/tic-tac-toe/
MIT License
6 stars 30 forks source link

Add confetti blast on win condition. #32

Closed preranah7 closed 1 month ago

preranah7 commented 1 month ago

Added a Confetti-Blast after win condition. Solution implemented: Added a cdn link of confetti-canvas library in index.html. Created a JavaScript function confettiBlast() which gets triggered in checkwinner function. Kindly review it. Thankyou.

preranah7 commented 1 month ago

Solved issue #23.