3d4d834c585268792f0dd49d3411cedb74ebb905
The advance_time_attack system has an early-return path when PausedResource is true, but this branch had no test coverage. New test: with remaining_secs = -1 (normally triggers expiry), inserting PausedResource(true) must suppress the ended event and leave remaining_secs negative (timer did not advance). 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/