DEV Community

Santiago Sánchez
Santiago Sánchez

Posted on

My first blackjack game

This is the first Python game that I have made.
I chose to make a Blackjack game because even though the game might look simpler, it has some characteristics that let you play with, and since I'm just learning Python, its a perfect opportunity to porve my skills, gained during my course at codecademy.

Even though this code is simple, it helped me realize what I should improve for future projects, how I should handle my code in different situations, and the importance of testing my functions while I'm writing them.

https://github.com/santiagosanchez15/blackjack_project

Top comments (0)