VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Word Racer and Boggle Solver (UPDATED)

Dave Andrews  (19 Submissions)   Games   Visual Basic 3.0   Advanced   Wed 3rd February 2021

I developed this to solve 'Yahoo Word Racer' games. You can put in a 'letter grid' of any shape or size - even ones with HOLES such as in round 4. (right now up to 10X10) and it will solve all of the possible REAL words (using the included dictionary). It would also work fine for Boggle. Since Word Racer is a fast-paced game, I have it set to only solve 3,4, and 5 letter words (unless there is a 'QU' in there in which case it will also solve 6 letters)
One of the intersting things about my solver is that you can use groups of letters in each cell, and it could find words in combination of groups of letters.
If you want to have it solve longer words, simply add a new listbox to the lstWords array - giving it an index number equal to the number of letters wanted, and then modify the limits at the bottom of function "AddNextLetter"
Enjoy!

Rate Word Racer and Boggle Solver (UPDATED) (3(3 Vote))

Download Word Racer and Boggle Solver (UPDATED)

Word Racer and Boggle Solver (UPDATED) Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters