diff --git a/src/py/BlackJack.py b/src/py/BlackJack.py index 6333053..3722316 100644 --- a/src/py/BlackJack.py +++ b/src/py/BlackJack.py @@ -4,7 +4,6 @@ from Ledger import Ledger #TODO Look into 5card jack thingo that Tim mentioned #TODO Insurance - If dealer starts with 21, you can bet against it and win your money back #TODO Make each game session more distinct (Embeds?) -#TODO Card counting. # Game States INIT = 0