74fa6c7cff80f2ba13bfb76ad6a101bda20369b8
fix(input_plugin): card_position() now applies the same X-fan offset for Draw-Three waste cards as card_plugin uses for rendering. Previously the top waste card appeared at base_x + 0.56 * card_width but was only hittable at base_x, making it impossible to drag from its visual position. test(hud_plugin): add five behaviour tests — score/moves/time display format, Zen mode score suppression, Draw-Three mode badge. test(input_plugin): add find_draggable test that clicks the top fanned waste card at its visual X position and confirms it hits in Draw-Three. 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/