Skip to content

Add move history panel to display game moves#80

Open
paltannistha wants to merge 1 commit intoGrow-with-Open-Source:mainfrom
paltannistha:move-history-panel
Open

Add move history panel to display game moves#80
paltannistha wants to merge 1 commit intoGrow-with-Open-Source:mainfrom
paltannistha:move-history-panel

Conversation

@paltannistha
Copy link

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

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.

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.

1 participant