Skip to content

jiaowang84/boggle-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction of the app - Boggle Coding Challenge:

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.

The program is deployed at: https://glitch.com/~boggle-game

boggle-game screenshot

Pre-requisites

  1. node & npm (this project is bootstrapped using Create-React-App)

Installation

  1. Run the below command:
npm install

Running

  1. Run the below command:
npm run server

Then you can access the page at http://localhost:9000.

UI Development for fast iteration

  1. Run the below command (in separate terminals):
node server/app.js
npm start

Then you can access the page at http://localhost:3000. Your changes in the react components will be auto-reloaded.

About

Word game on a 4x4 board with 16 letter tiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published