@ -0,0 +1,12 @@
from tkinter import Canvas, Tk
from game import Game
WIDTH = 20
HEIGHT = 15
BLOCKSIZE = 50
if __name__ == "__main__":
game = Game(WIDTH, HEIGHT, blocksize=BLOCKSIZE)
game.start()
The note is not visible to the blocked user.