Boggle Game built with vanilla Python, Javascript, CSS, HTML. Libraries & Frameworks include Flask, jQuery, & Axios.
Within a 60-second time frame, locate words within the grid of letters. Words can be sequenced with diagonal, vertical, and horizontal spelling; backward & forward. Points are added based on quantity of letters in total words located. Words are saved in a ‘word bank’ beneath the word entry form and cannot be added more than once. A new grid appears in each 60-second game attempt.
Number of attempts played and high score are saved to session storage. Words are verified, added to front-end ‘word bank’, and points are tallied asynchronously via Axios framework.