Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move History Display #8

Open
3 tasks
Notdutra opened this issue Nov 12, 2024 · 0 comments
Open
3 tasks

Move History Display #8

Notdutra opened this issue Nov 12, 2024 · 0 comments

Comments

@Notdutra
Copy link
Owner

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant