made game playable

This commit is contained in:
2025-11-08 21:31:36 +01:00
parent d57022f742
commit e2c99dfea4
2 changed files with 22 additions and 3 deletions

View File

@@ -7,7 +7,10 @@ if __name__ == "__main__":
print("pyjack by cerberus")
print("do you wanna play a round??")
# Create game instance with the player and dealer
game = Game()
# Play the game
try:
while True:
game.play_round()