DEV Community

Cover image for Portfolio Project: Python Terminal Game
Joshua Hall
Joshua Hall

Posted on

Portfolio Project: Python Terminal Game

I have made an interactive Blackjack game written in Python. You can play against the dealer, draw cards, and try to get as close to 21 points as possible without busting. This game will randomize cards dealt, it has automated dealer logic, will account for player hit/stand choices, and it detects all win conditions.

The code can be found at https://github.com/Josh-3391/Blackjack.py.git

Thanks for looking!

Top comments (0)