Sunday, July 1, 2018

Black Jack (OOP approach)

Black Jack 
(OOP approach)

As an assignment for my Python lessons I have to write a simple console Black Jack game logic with object oriented programming approach. So I made Card, Deck, and Players classes and made a simple game.
I was thinking to create a complete library of cards and their ranks in different games, but maybe later :)
The game uses to files constants.py and Black-Jack.py which you can find it at Github:

Twitter: @DataScienceStep



No comments:

Post a Comment

Format

Here is all you need to know about string formatting. I have summarized the page  https://pyformat.info/  , in fact I just removed all e...