DEV Community

Samuel Lapidot
Samuel Lapidot

Posted on

My First Terminal-Based Program

Hello! This is my first blog post to the Dev community and thought it would be fun to share my terminal-based Blackjack program. The program is based off of the standard Blackjack rules and is implemented in Python. It simulates the classic casino game and allows the player to play against an automated dealer.

Features

  • Terminal-based user interface
  • Basic Blackjack game actions: hit / stand
  • Tracks player balance
  • Automated dealer following standard Blackjack rules

I know it is a fairly simple program but would appreciate any comments/feedback.

Here is my project link on github.

Top comments (0)