Codecademy

Computer Science Track

CS101 Final Project
Started out as a Texas Hold 'Em Game, but after basic functionality was written in. I made it into a Black Jack game. No betting system, but the game will play.

Python Code used a class to get the player and the dealer a number of cards, and remove that card from the deck. Also allows for hit method to add another card to their hand, and a method to get the total point value

I was surprised how quickly it came together. Code in the Github link below.