Player vs Player

This commit is contained in:
Domenik Rath 2023-08-07 10:10:31 +02:00
parent b8d226dd39
commit 8811c9b96b

3
GUI.py
View File

@ -62,7 +62,4 @@ s2_wert.grid(row=3,column=2)
Button(root, text="Wählen", command=ok, font=(30)).grid(row=2, column=1)
root.mainloop()