Eliminate platform-specific code from gameplay #49

Closed
opened 2026-05-27 21:28:18 +00:00 by funman300 · 0 comments
Owner

Description:
Fully decouple core gameplay from platform concerns.

Tasks:

Remove cfg(target_arch) in core systems
Remove OS/browser API calls from core
Remove platform-dependent threading

Acceptance Criteria:

Core compiles without platform awareness

Description: Fully decouple core gameplay from platform concerns. Tasks: Remove cfg(target_arch) in core systems Remove OS/browser API calls from core Remove platform-dependent threading Acceptance Criteria: Core compiles without platform awareness
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: funman300/Ferrous-Solitaire#49