SixStringsCoder / boggle_js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project: Boggle the Mind

Goal: Recreate a web version of the popular game Boggle. Make it a 4 x 4 grid with each consonant repeated 3 times and each vowel repeated 6 times plus a random choice of three more vowels added, totaling 96 choices (i.e. 16 dice * 6 sides). Choose the letters with a random choosing function. Add a 3-minute timer.

View Work-in-progress on CodePen

Screenshot screenshot

Credits:

Extra features:

  • Create a sand timer
  • Allow for 5 x 5 or 6 x 6 grids

About


Languages

Language:JavaScript 42.8%Language:CSS 35.4%Language:HTML 21.8%