Mini Python Challenge - Blackjack
The idea behind this python project was to create a small game with just my own knowledge.
This means no googling for other peoples code at all. However, once the game was complete, i compared the code to other methods used online to see how affective my choices were.
Features
- A functional Blackjack mini game
- A fun way to waste time
What the project taught me
- How to create a program with just the basics
- The ability to work on a solo project