...

/

Feature #2: Maximum Points You Can Obtain from Cards

Feature #2: Maximum Points You Can Obtain from Cards

Implementing the "Maximum Points You Can Obtain from Cards" feature for our "Game" project.

Description

In this scenario, you will be working on a custom card game named Fizzle. In Fizzle, the dealer shuffles the deck and spreads out all the cards facing upwards in a linear fashion. Then, players take turns rolling a dice. Suppose the number rolled is kk. Players will then take turns to remove kk cards from the deck, but the ...