Skip to content

andreafey/boggle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Boggle

This is a Boggle board solver written in Scala. Paul-Jean and I co-authored it during our first week at Hacker School. Using the SOWPODS dictionary, it can find 1765 words in an evil 4x4 grid!

Notes

The specific boards to search are hard coded into boggle.RunBoggle, but you could write your own runner. We did not originally implement our own PrefixTrie, but I have since added a dependency on the PrefixTrie I developed for my phonebook application.

Instructions

boggle [master *%] $ sbt run
...
[info] Compiling 3 Scala sources to /Users/andrea/workspace-scala/boggle/target/scala-2.10/classes...
[info] Running boggle.RunBoggle
creating dictionary ...
finding words ...
205 words found

board:
feuc
zadr
ibso
wgwt

finding words ...
1765 words found

board:
sers
patg
line
sers

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages