From 9113d4b8c1b5bfc023f7af70f99051dda1b9d132 Mon Sep 17 00:00:00 2001 From: BigGamerGary Date: Fri, 15 Aug 2025 19:37:28 +1000 Subject: [PATCH] Deleted completed todo --- src/py/BlackJack.py | 1 - 1 file changed, 1 deletion(-) 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