Blackjack Simulator

Overview

This project started as a simple Python program to simulate a game of Blackjack, aimed at understanding the game’s mechanics and developing basic programming skills. The current version uses Python to create a command-line interface for players to simulate a game against the dealer.

What I’ve Done

Future Goals