Skip to content

Commit

Permalink
Updated Visuals
Browse files Browse the repository at this point in the history
Added chips, the betting now works with buttons, indicating how much money each chip is worth, you press the button and your bet goes up.
  • Loading branch information
Bismaon committed Feb 28, 2022
1 parent 6871df2 commit 4625d3d
Show file tree
Hide file tree
Showing 10 changed files with 202 additions and 74 deletions.
Binary file added Carte/blue_chip.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Carte/green_chip.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Carte/purple_chip.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Carte/red_chip.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Carte/yellow_chip.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified __pycache__/BlackJack.cpython-38.pyc
Binary file not shown.
Binary file modified __pycache__/BlackJack.cpython-39.pyc
Binary file not shown.
Binary file modified __pycache__/carte.cpython-38.pyc
Binary file not shown.
273 changes: 201 additions & 72 deletions blackjack.py

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions jeu_de_carte.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from carte import Carte, PaquetDeCarte
from carte import PaquetDeCarte
from blackjack import BlackJack
from bataille import Bataille

def main():
paquet_a=PaquetDeCarte()
Expand Down

0 comments on commit 4625d3d

Please sign in to comment.