CLI Blackjack
CLI Blackjack is a bare-bones Blackjack game created using Python 3 and playable in the terminal. It was built for my Testing and DevOps class where we were tasked with building Blackjack using the USA casino rules. I was also able to implement a suite of testing in order to ensure functionality of the Blackjack game was working as intended and to practice using unit testing and integration testing in our code.
