Skip to content

jspiewak/boggle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Using the Enable dictionary found at The National Puzzlers' League. Removed entries with fewer than 3 characters.

curl http://www.puzzlers.org/pub/wordlists/enable1.txt | grep -E -e "...+" > boggle.dict

Grabbed the CSS from Shane da Silva's Boggle Solver to get me going.

AngularJS had a nice tutorial and reference to get me going after taking a look at this article on using it with Spring Boot

The application was initially generated with Spring Iinitializr

Rules for Boggle. It wouldn't be difficult to include the total possible score for a given board.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors