Inspiration
Thought it would be a fun idea to do something similar to Boggle where you use given letters to create a word
What it does
Takes a random series of letters and runs a recursion method to find words it can make with the same length
How I built it
Used Python with a recursion method and the pyenchant package
Challenges I ran into
Trying to get the program to recognize actual words, how to structure the recursion statement, planning out the outline of the program such as how to find each combination of letters
Accomplishments that I'm proud of
Getting the program to not throw an error, First time hackathon project
What I learned
How the planning process is the most important part in creating programs
What's next for Word Unscrambler
Further refinement on the current solution, will try another solution aside from recursion
Log in or sign up for Devpost to join the conversation.