Categories
Uncategorized

TapJack: A simple Black Jack game built in Python

TapJack

TapJack1

(Spring 2017)

For the final project of an Introduction to Python class me and two other students built a Black Jack (also known as 21) game in Python using a card library, PyQT5’s GUI library, and objects such as dealer and player. The result is a game where a player gets dealt a hand and can choose to either hit or stand. Then based on the random function either the player or the dealer will win.