Boggle is a word game that is played on a 4x4 board with 16 letter tiles.
The goal is to find as many words as possible given a time constraint.
For this exercise, we are making one modification. Now it is possible for one or more of the letter tiles to be blank (denoted by *).
When a tile is blank, it can be treated as any other letter. Note that in one game it does not have to be the same character for each word.
- Clone the project
git clone https://github.com/isuruAb/boggle-front.git
- Move to the Project Directory
cd boggle-front
- Install Dependencies
npm install
- Run Application
npm start
this will run the application on port 3000 (Make sure your Backend application is up and running) - Setup Backend application https://github.com/isuruAb/boggle-back
Please refer below link to watch game play demo video https://youtu.be/clhoTFMFqYg