|
@@ -37,9 +37,6 @@ currentScore = getCurrentScore()
|
|
|
highestScore = 100
|
|
highestScore = 100
|
|
|
highScoreName = ""
|
|
highScoreName = ""
|
|
|
|
|
|
|
|
-names = []
|
|
|
|
|
-scores = []
|
|
|
|
|
-
|
|
|
|
|
if currentScore > highestScore :
|
|
if currentScore > highestScore :
|
|
|
highestScore = currentScore
|
|
highestScore = currentScore
|
|
|
f = open("scores.txt", "rw")
|
|
f = open("scores.txt", "rw")
|