Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Bismaon committed Feb 21, 2022
1 parent b7f5d6a commit b4816e2
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions BlackJack.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ Needed before running:
- tkinter
- PIL (pillow)
- MadFut
- Boom Beach

- *Boom Beach*
Binary file added __pycache__/BlackJack.cpython-38.pyc
Binary file not shown.
Binary file added __pycache__/carte.cpython-38.pyc
Binary file not shown.
Binary file added __pycache__/jeu_de_carte.cpython-38.pyc
Binary file not shown.

0 comments on commit b4816e2

Please sign in to comment.