Here is a simple Blackjack card game I have designed to start learning. Feel free to play it, improve it, or criticize it.

The game currently creates a deck of 52 cards then you and the dealer go head to head trying to score 21 and win money. The program currently only deals one deck of cards and then crashes once the deck has run out (bug/design flaw), there are no splits (feature lacking), and if the dealer has Blackjack he will not reveal it until you have pressed "Stand" (bug/design flaw). If you're looking to have some fun and help me work on the project a couple of things could be done: Design a custom deck of cards with a card back as well as a Blackjack board/background to go along with them, help me code a function/method(s) that will improve the game in anyway, or improve my algorithms/coding techniques/variable and method naming(I'm sure I'm failing on being consistent)/anything you can think of!

https://github.com/YungSheep