**Description:** As a **player**, I want to view my deck statistics so that I can understand how well my deck is performing. **Acceptance Criteria:** - [ ] A table displays every warlord in the game. - [ ] The user can view the win/loss ratio for any warlord. - [ ] Separate win/loss ratios are shown for going first and second. - [ ] Overall statistics include total games played, won, and lost. - [ ] The win rate percentage is calculated and displayed. - [ ] Detailed win rate percentages are provided for specific scenarios (e.g., against a particular warlord, all warlords, or within a specific faction). **Notes/Comments:** - Statistics should be calculated on the fly rather than stored in local storage.
Description:
As a player, I want to view my deck statistics so that I can understand how well my deck is performing.
Acceptance Criteria:
Notes/Comments: