made game playable
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user