vasilisa-douglas / Blackjack-with-a-Twist

0 stars 0 forks source link

Implement Hand Class #3

Open vasilisa-douglas opened 2 hours ago

vasilisa-douglas commented 2 hours ago

Implement the base functionality of the Hand class and update any related classes accordingly.

vasilisa-douglas commented 2 hours ago

I've implemented the functions we had planned for this class. I also changed the Card constructor to be empty to make it possible to instantiate a Card object before calling generateCard(). One suggestion is to merge the generateCard() function into the Card constructor.