



Squares.forEach(square => square.addEventListener('dragenter', dragEnter)) Squares.forEach(square => square.addEventListener('dragover', dragOver)) Squares.forEach(square => square.addEventListener('dragend', dragEnd)) Squares.forEach(square => square.addEventListener('dragstart', dragStart)) This project mainly comtains few files, you can download these files from my github. If you want to know how SweetCrush works.Just download these files and try it your self. SweetCrush includes some images which are downloaded from google. They are colorful candies that are the basic elements of the game which are used to make special candies if brought in a specific combination together. We all know the simple candies that we can pop by forming a combination of at least three candies in a horizontal or vertical line. Sweet Crush is a webbased game which is inspired from candy crush saga, SweetCrush is build on html,css,and java script, where the core gameplay is based on swapping two adjacent candies among several on the gameboard as to make a row or column of at least three matching-colored candies.
