Skip to content

Commit

Permalink
make best score location path more absolute
Browse files Browse the repository at this point in the history
  • Loading branch information
mecaneer23 committed Mar 15, 2023
1 parent 0722d63 commit 905a3bc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions snake.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 905a3bc

Please sign in to comment.