diff --git a/BlackJack.py b/BlackJack.py index 1c5ade0..f673d56 100644 --- a/BlackJack.py +++ b/BlackJack.py @@ -3,9 +3,6 @@ from tkinter import * from PIL import Image, ImageTk import os -###IMPORTANT### -#HAVE TO SET FRAMES TO BE THE SAME FOR EVERY COMPUTER SIZE -# 0% DONE class BlackJack: def __init__(self, paquetA, paquetB, username:str): self.dico_carte={"coeur":{1:"Carte\\ace_of_hearts.png", diff --git a/README.md b/README.md index dc80566..a36b56c 100644 --- a/README.md +++ b/README.md @@ -6,5 +6,4 @@ Needed before running: - tkinter - PIL (pillow) - MadFut - - Boom Beach - + - *Boom Beach* \ No newline at end of file diff --git a/__pycache__/BlackJack.cpython-38.pyc b/__pycache__/BlackJack.cpython-38.pyc new file mode 100644 index 0000000..36f6265 Binary files /dev/null and b/__pycache__/BlackJack.cpython-38.pyc differ diff --git a/__pycache__/carte.cpython-38.pyc b/__pycache__/carte.cpython-38.pyc new file mode 100644 index 0000000..838824a Binary files /dev/null and b/__pycache__/carte.cpython-38.pyc differ diff --git a/__pycache__/jeu_de_carte.cpython-38.pyc b/__pycache__/jeu_de_carte.cpython-38.pyc new file mode 100644 index 0000000..9ba7d5d Binary files /dev/null and b/__pycache__/jeu_de_carte.cpython-38.pyc differ