Skip to content

MinChofi/JS-Boogle-Game

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boggle Game

Boggle is a popular game. The game is played using a grid of lettered dice, in which players attempt to find words in sequences of adjacent letters.

Refreshing the page or click Button 'Restart Game' will randomly generate a Board that each die is displayed in a random position in the grid, and also with a random face to be facing upside.

**following this rule: Gameplay involves clicking on dice one by one to build up a word. You can only click on dice that are adjacent to your last selected die and that are not already selected. Those dices that can be selected are highlighted in bold orange borders.

Running the App

Open index.html in your browser and play.

Built With

  • Javascript
  • HTML
  • CSS
  • Bootstrap

Authors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 61.3%
  • CSS 23.7%
  • HTML 15.0%