Skip to content

SaitoTsutomu/blackjackpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to play

$ blackjackpy
Player( 6):  2(C) 4(S)
Dealer(--):  5(C) *(*)
Draw? (y/n) y
Player(16):  2(C) 4(S) J(C)
Dealer(--):  5(C) *(*)
Draw? (y/n) n
Player(16):  2(C) 4(S) J(C)
Dealer(17):  5(C) 3(C) 9(S)
You lose.
$ blackjackpy
Player(20): 10(S) K(C)
Dealer(--):  7(C) *(*)
Draw? (y/n) n
Player(20): 10(S) K(C)
Dealer(18):  7(C) A(H)
You win.

Ref.

See: https://pyq.jp/quests/blackjack/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages