Wednesday, March 10, 2010

J1N Games

Jason Kim's Personal Journey Into Game Development

C++ Boggle Board

Posted by Jason On October - 6 - 2009

This c++ app builds a given boggle board and finds all the words on the boggle board based upon a given dictionary file.  The way I did this is simply by taking all the combinations of all of the letters on the boggle board
and compared them against a dictionary file.  In this implementation you will notice that it does not find “every” word because there are missing words from the “dictionary.txt” file I downloaded from the Internet

C++ Boggle Board

Add A Comment

You must be logged in to post a comment.