Skip to content

Boggle® clone written in vanilla JavaScript. It uses a local, client-side copy of the Official Scrabble® Players Dictionary.

Notifications You must be signed in to change notification settings

mlorberdev/Boggle-Clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BOGL

This is a fully functional Boggle® clone written in vanilla JavaScript. It uses a local, client-side copy of the Official Scrabble® Players Dictionary, and the letter distribution on the dice is the classic version. See this link for a comparison between the 1976 "classic" version and the newer distributions.

Script Abstract:

  1. Gameboard generation: random selection
  2. Find all possible words on gameboard: linked list and binary search
  3. Timer with adjustable settings
  4. Scoring based on letter value and word length
  5. Show possible words, highlighting words found

Screenshots

Gameplay: NB animations not shown

screenshot, gameplay, no animation

Game Over: Shows possible and made

screenshot, game over

License

CC BY 4.0

About

Boggle® clone written in vanilla JavaScript. It uses a local, client-side copy of the Official Scrabble® Players Dictionary.

Topics

Resources

Stars

Watchers

Forks