diff --git a/test.py b/test.py deleted file mode 100644 index 0791618..0000000 --- a/test.py +++ /dev/null @@ -1,16 +0,0 @@ -from util.bataille import Joueur, Carte -from util.window import * -from lib.File import File_lst as File - -if __name__ == "__main__": - #card_to_image(Carte(1, 1)) - #card_to_image(Carte(4, 2)) - #card_to_image(Carte(13, 0)) - f1 = File() - f2 = File() - f1.enfiler(Carte(2,0)) - f2.enfiler(Carte(3,3)) - app = Window(Joueur(f1, "A"), Joueur(f2, "B")) - app.p1.tire_carte() - app.p2.tire_carte() - app.mainloop()