I am making a snake game in python. I want to score the user’s best score and the time taken to get that score. I want to use an appropriate method to store the data. What is a good way to do this?
Is SQLite3 for this an overkill and should I just stick to text files?