Skip to content

Latest commit

 

History

History
65 lines (42 loc) · 1.8 KB

README.md

File metadata and controls

65 lines (42 loc) · 1.8 KB

This project was bootstrapped with Create React App.

Boggle

Boggle is a word search game where a player find words in sequence of adjacent letters. Player gets points by building words.

Solution Branch

Features

Board

  • 5 x 5 board
  • Each tile is randomized
  • Board is shuffled

Submitting Word

  • Player selects a sequences of tiles to build a word, and it's shown in the Current Word section
  • Submit a current word will add to the word list
  • Duplicated words cannot be submitted
  • Submitting a word clears the current word and tiles

Score

  • Score is calculated based on the number of letters

Selecting Tile

  • Player can select and unselect the current tile
  • Player can only select a new tile from its previous adjacent tiles

Getting Started

Available Scripts

In the project directory, you can run:

npm install

install packages

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.