matt-dahlgren / casino-simulator

Country Toad's CSC207 Group Project
MIT License
0 stars 0 forks source link

Replace messy card array list with the deck API. #29

Open atStarling opened 3 days ago

atStarling commented 3 days ago

Currently the cards are just an arraylist x4 that is all hearts with some goofy ah draw mechanism.

Please fix to actually use the deck of cards API.