BlackJack Terminal Game | Codecademy CS101 Final Project

Hugo Leonardo
Jun 3, 2021

This is my first attempt at making a Blackjack terminal game as the final project of codecademy’s CS101 in python. I wanted to do blackjack because it is a moderate difficulty level for someone who hasn’t done anything like this in the past and I like blackjack :).

Running program

I tried to apply the concepts that were taught in the course to my best.

The link to the python code is at:

https://github.com/hleosribeiro/Codecademy-Python-Final-Project-BlackJack-Terminal-Game/blob/main/BlackJack%20Terminal%20Game.py

--

--