added score multiplier based on the time it takes to answer

This commit is contained in:
Zdenek Borovec 2019-09-03 18:47:08 +02:00
parent b87a7457c9
commit 2548bf5e57
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
0
0.0
apple/jablko
car,automobile/auto,automobil
chopper,helicopter/vrtulník,helikoptéra

View file

@ -159,7 +159,7 @@ answerButton.grid(row=1, column=5, sticky=W)
timeMultiplierLabel.grid(row=2, column=1, columnspan=5)
currentScore.set('Score: %s' %(score))
highScore.set('High score is: %s' %(test[2]))
highScore.set('High score: %s' %(test[2]))
question.set('question will appear here')
root.protocol("WM_DELETE_WINDOW", on_closing)