Skip to content

michaelnwani/optimization_methods_project2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flip is played by one player with a standard deck of 52 cards. The game has the following steps:

  1. The cards are shuffled three times.

  2. The player keeps taking cards until the player decides to stop and end the game.

  3. To take a card, the player turns over the top card on the deck and a) receives 10 points for an ace, b) receives 5 points for a king, queen or jack, c) receives 0 points for an 8, 9, or 10, d) loses half their points for a 7, e) loses all their points for a 2, 3, 4, 5, or 6, and f) receives 1 point extra, in addition to the above, for a heart.

  4. The goal is to end the game with the most points.

About

Write a program that allows the user to play the card game flip

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published