Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 396 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 396 Bytes

Dylan Fossl

Terminal Blackjack

Description

Small assignment from 2019 using model, view, controler design principles to design a simple blackjack game for a course. Assignment was used to explore object oriented programming and unit testing.

Requirements

Only package requirment is "pygame", this is because the program plays some music form the terminal.

pip3 install pygame