Stanford Code in Place final project- 5 Card Draw Poker

by Kelly Ford

Description

This is a 5 Card Draw poker scoring game, using a bunch of concepts we learned in the class: image processing animation dictionaries and lists a bunch of math and logic tests The deck (completely customizable by constants) is a dictionary with card attributes as values. Shuffled deck is a list of random pointers to the main deck. And a hand is a list of card shapes for animation.