Bug 739

Summary: Improve GUI update logic
Product: Chess Game - Group 24 Reporter: gsalter2-c
Component: GUIAssignee: gsalter2-c
Status: RESOLVED FIXED    
Severity: enhancement CC: gsalter2-c
Priority: ---    
Version: unspecified   
Hardware: PC   
OS: Mac OS   

Description gsalter2-c 2022-11-28 01:15:18 HKT
The GUI stores its own game status in a linked list, which is updated after every move the player makes. This game status may be not synchronized with the actual game status of the game, stored in Game.java class.
Comment 1 gsalter2-c 2022-11-28 01:16:22 HKT
Resolution:
Modify logic for GUI to store game status, it copies the game status from Game.java after each move.