Skip to content

Add Captured Pieces Display #21

Description

@RJPalmer

Description

Display captured pieces for each player to provide real-time feedback on the game balance and progress.

User Story

As a player, I want to see all pieces captured by each player so I can assess the current advantage and game progress at a glance.

Acceptance Criteria

  • Captured pieces are displayed for each player
  • Display updates automatically when pieces are captured
  • Display does not interfere with main gameplay area
  • Piece counts remain accurate throughout the game
  • Display clearly indicates which pieces belong to which player

Technical Notes

  • Consider placing captures display on the sides or below the board
  • Use visual grouping to separate player captures
  • Ensure space is reserved for the maximum number of possible captures

Suggested Implementation Tasks

  • Create captured pieces display component
  • Implement data binding to game state
  • Add layout for displaying pieces (possibly in rows or grids)
  • Implement piece count logic
  • Test display accuracy
  • Add labels for player identification

Priority

Medium

Labels

UI/UX, enhancement

Estimated Effort

Small

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions