Steps to reproduce: 1. Run main game 2. Enter game with a player name and randomly select game size from setting 3. Finish game quickly or stay until time runs out Actual result: The score calculated excluding scores earned from canceled grids does not match the remaining time of timer. Expected result: The score calculated excluding scores earned from canceled grids should be proportional to the remaining time of timer.
This issue has been confirmed on Eclipse version: 2019-06 (4.12.0), Build id: 20190614-1200 on Windows 10. Fixing in progress.
This issue has been fixed by updating method getRemainingTime() for class Timer from GUI.Timer. Previously it could not collaborate correctly with TimerThread to get elapsed time to calculate remaining time.