d92b4a864887d89fa88d62f2b308b8b741640c44
compute_layout is a pure function that maps window size to card size and the 13 pile positions, with clamping at the 800x600 minimum and seven tableau columns horizontally aligned with stock/waste (cols 0,1) and the four foundations (cols 3,4,5,6). TablePlugin spawns a 2D camera, a felt background sprite, and 13 translucent pile-marker sprites, and repositions them on WindowResized. Plugin registers WindowResized explicitly so it works under MinimalPlugins in tests. Co-Authored-By: Claude Opus 4.7 <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/