2a01ecdbfd34d688f072bbf8ecdf114107b83c50
Three test cases were missing: - waste_not_empty guard: stock clear, waste has a card, all tableau face-up — must return false even with all tableau conditions satisfied - true case: positive path confirming all-face-up + empty stock/waste returns true (previously untested entirely) - The previous face_down_cards test covered only that guard, not the waste guard or the positive path. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Description
A Klondike solitaire game built in Rust with Bevy, targeting Android and Linux desktop. Features
classic card rendering, draw-one/draw-three modes, score tracking, undo/redo, daily challenges, and auto-complete
detection.
https://klondike.aleshym.co/