Block a user
Add CoreGamePlugin without moving systems
Reduce platform entrypoints to minimal wrappers
Reduce platform entrypoints to minimal wrappers
Already satisfied: solitaire_app/src/main.rs is already a minimal wrapper that only calls solitaire_app::run(). No code change needed.
Android cards draw overlapped while dragging
Final cleanup of module structure and dead code
Ensure WASM build compiles cleanly
Eliminate platform-specific code from gameplay
Replace direct storage with platform abstraction
Add platform module structure
Fully migrate gameplay systems into CoreGamePlugin
Move safe gameplay systems into CoreGamePlugin
Add CoreGamePlugin without moving systems
Reduce platform entrypoints to minimal wrappers
Create shared build_app() function for all platforms