You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
Display a history of all moves made during the game, allowing players to review past moves. The move history should include both piece movement and captures, and ideally use standard chess notation.
Acceptance Criteria
Standard Notation: Display each move using standard chess notation (e.g., "e4", "Nf3", "Qxe5").
Sequential Display: Show moves sequentially, grouping white and black moves together by turn.
Scroll or Pagination: Ensure move history remains readable, even in longer games, by allowing scrolling or pagination.
Tasks
Track and store each move made during the game in a readable format.
Display the move history in a sidebar or separate panel.
Update move history display in real-time with each new move.
Additional Notes
Ensure compatibility with future undo/redo functionality.
The text was updated successfully, but these errors were encountered:
Description
Display a history of all moves made during the game, allowing players to review past moves. The move history should include both piece movement and captures, and ideally use standard chess notation.
Acceptance Criteria
Tasks
Additional Notes
The text was updated successfully, but these errors were encountered: