LaraMo / Risk-Swift-Sloths

COMP 345 project taken in Fall 2023 - creating the RISK game with C++
Apache License 2.0
0 stars 2 forks source link

Merge CardsDeck #11

Closed pbaaic closed 1 year ago

pbaaic commented 1 year ago

-changed comment format in cards.h/cpp

-swapped "endl" for "\n"

-increased size of deck

-deallocated memory for drawnCard

-integrated fillHand/addCard into draw function now using a temporary vector to transfer between deck and hand class Hand now inherits Deck to accommodate updated draw function deleted fillHand function

-made naming convention consistent