Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.12 KB

README.md

File metadata and controls

26 lines (19 loc) · 1.12 KB

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