The user can remove tiles during the game over replay animation. Manually removing tiles during the game over replay animation interferes with the animation so that tiles are left behind, manually removing the tiles left behind result in removed tiles being shown as a large negative number. Reproducible: Always Steps to Reproduce: 1. Finish a game 2. During the game over animated replay of the game select a matching pair of tiles to remove them Actual Results: It is possible to select and remove matching tiles. Expected Results: The user should not be allowed to select or remove tiles during the replay. I would expect one of two things to happen when clicking the game board during the replay: 1. Nothing 2. The replay is aborted and a new game is created Of those I prefer 2 as it is consistent with the behaviour when clicking on the game board when a demo is playing.
Created attachment 90107 [details] Start a new game if clicking on the game over replay
This fix is now in master (the animation aborts on click). Please test the master version and reopen the report in case yu think the issue is not fixed properly.