Skip to content

Add move history panel to display game moves#80

Merged
iamwatchdogs merged 3 commits intoGrow-with-Open-Source:mainfrom
paltannistha:move-history-panel
Mar 20, 2026
Merged

Add move history panel to display game moves#80
iamwatchdogs merged 3 commits intoGrow-with-Open-Source:mainfrom
paltannistha:move-history-panel

Conversation

@paltannistha
Copy link
Copy Markdown
Contributor

Description

This PR introduces a Move History panel that records and displays the sequence of moves made during the game.

Each time a player clicks a cell, the move is added to the history list, allowing players to see the order in which moves were made.

Changes Made

  • Added a Move History section to the UI
  • Stored moves dynamically as players make moves
  • Displayed the move list in real time
  • Positioned the Move History panel on the right side of the game board for better layout

Type of Change

  • New feature
  • Bug fix
  • Refactoring
  • Documentation update

Screenshots

image

Notes

This change only affects the UI and does not modify the core game logic.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Mar 7, 2026

👋 @paltannistha
Thank you for raising your pull request.
Please make sure you have followed our contributing guidelines. We will review it as soon as possible.

Copy link
Copy Markdown
Contributor

@iamwatchdogs iamwatchdogs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @paltannistha, one of the recently merged PRs caused a merge conflict. Here's a quick AI draft to resolve this conflict while incorporating both changes.

Please review these changes and make sure your changes are implemented as expected without disturbing the existing/recent changes.

@paltannistha
Copy link
Copy Markdown
Contributor Author

paltannistha commented Mar 19, 2026

I have resolved the conflicts and raised the PR with my latest changes. Please review.

Copy link
Copy Markdown
Contributor

@iamwatchdogs iamwatchdogs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed and Approved by @iamwatchdogs.

@iamwatchdogs iamwatchdogs merged commit 7f59d44 into Grow-with-Open-Source:main Mar 20, 2026
1 check passed
@github-actions
Copy link
Copy Markdown

Thank you for contributing @paltannistha. Make sure to check your contribution on GitHub Pages.

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

Successfully merging this pull request may close these issues.

2 participants