CSE 335 · Object-Oriented Software Design
Wordle (Spartan Mind)
A polished take on the daily word game, in C++.
- Year
- 2025
- Role
- Engineer
- Status
- Shipped
- Type
- CSE 335
A Wordle-style desktop game in C++ / wxWidgets with a tested, CMake-built codebase.
The problem
A second OOP build to reinforce the fundamentals: a clean desktop UI, game-state logic, and a test suite.
Approach
- Implemented guess validation and game state with an object-oriented structure.
- Built the UI with wxWidgets and kept logic under GoogleTest coverage with a CMake build.
Impact
- Reinforces C++ and OOP outside of a web context — a useful range signal.
Stack
Language
C++
Libraries
wxWidgetsGoogleTest
Tooling
CMakeDoxygen