@ -1,7 +1,8 @@
from tkinter import *
from GameLogic import *
VERSION_NUMBER = "0.1"
root = Tk()
root.title("Tic-Far-Toe v0.1")
root.title("Tic-Far-Toe v{}".format(VERSION_NUMBER))
root.mainloop()
The note is not visible to the blocked user.