diff --git a/Main.py b/Main.py index 43ae19a..a6b5b38 100644 --- a/Main.py +++ b/Main.py @@ -1,2 +1,7 @@ -import pygame -from GameLogic import * \ No newline at end of file +from tkinter import * +from GameLogic import * + +root = Tk() +root.title("Tic-Far-Toe v0.1") + +root.mainloop() \ No newline at end of file