A Word Puzzle Game implemented in C++ as part of a Data Structures and Algorithms (DSA) final project. It demonstrates the use of core data structures and object-oriented programming.
- Word puzzle gameplay on a grid
- Dictionary support with hash table lookup
- Stack for undo/redo moves
- Grid & GameManager classes for puzzle logic
- Basic GUI layer (GridGUI) for interaction