Word Game Solvers

Project 1 Project 2

Over the course of summer, I created a GamePigeon Word Hunt Solver using Python. I implemented a depth-first search (DFS) algorithm to efficiently traverse a customizable grid and identify valid words and developed a dynamic board generation feature that allows users to input a string to set up various game boards. Similarly, I also created an anagram solver that utilized the same principles. Through this project, I learned about basic data structures and algorithms.

Back to Projects