Overview#
IQ Puzzler Pro UwU solves board puzzles by systematically enumerating valid placements. The project combines algorithmic search with a playful visual presentation.
Highlights#
- Brute-force engine for piece placement and search
- Rotation/flip handling for puzzle pieces
- Graphical interface for interactive solving
- CLI mode for quick experiments and tests
Challenges & Learnings#
- Pruning invalid states early for better runtime
- Visualizing intermediate states in a user-friendly way
- Keeping solver logic decoupled from UI code
@l0stplains