diff --git a/snake.py b/snake.py index 85ae3eb..0db13f9 100755 --- a/snake.py +++ b/snake.py @@ -14,9 +14,8 @@ import random import argparse import os - CHARACTER_ASPECT_RATIO = 19 / 9 -FILENAME = "best-score.txt" +FILENAME = os.path.expanduser("~/.config/snake-best-score.txt") class Snake_Board_Descriptor: