cs361-W16 / Blackjack-19

0 stars 3 forks source link

added tests, getCard, abstraction of Game #9

Closed IStallcup closed 8 years ago

IStallcup commented 8 years ago

Most recent PR removes abstract nature of game as I can't write tests for the abstract class without a way to instantiate it, but I'll make sure to make it easy to change the code to factor in the abstract game class.

IStallcup commented 8 years ago

Changes made! :+1: ?

leel8on commented 8 years ago

Looks good. :+1: