Menü Schere Stein Papier

This commit is contained in:
Domenik Rath 2023-08-07 10:09:34 +02:00
parent f24b1ad65c
commit b8d226dd39

View File

@ -12,4 +12,5 @@ Label(root, text="Schere, Stein, Papier", font=("times",30)).grid(column=1)
Label(root, text="Menü", font=("times", 30)).grid(row=1, column=1)
Button(root, text="Player vs Player", command=vs, font=("times", 25)).grid(row=2)
Button(root, text="Player vs Com", command=vscom, font=("times", 25)).grid(row=2, column=2)
root.mainloop()