How to reproduce the issue
- When the game is over, enter a username in the format such as [username];[any value]
- To load and overwrite rankings.txt, play one more game and enter a name
Solution
- Prevent the use of delimiter in username
- Or, when parse rankings.txt, interpret it based on the last delimiter
How to reproduce the issue
Solution