
Donut Drop
Donut Drop is a classic match 3 game built primarily with vanilla JavaScript. It's a time-limited game featuring functions to click, drag and swap donuts, prohibit invalid moves (Swaps can only be made with up, down, left, and right adjacent donuts and must create a match of 3 or more), log and announce high scores, start new games with a randomized board, and display possible valid moves using a hint button.
Languages: HTML, SCSS, JavaScript