Tmoney2020 / assignments

assignments for suncoast developers guild
0 stars 0 forks source link

01 - 04 - Blackjack #4

Closed Tmoney2020 closed 4 years ago

Tmoney2020 commented 4 years ago

In this project, you are creating a playable game of Blackjack. If you haven't played this game ever, or in a while, grab a deck of cards and play a few games.

Objectives

Requirements

Create a single-player blackjack game that plays against the house, i.e., a human player and computer dealer. You are free to create the user interface however you want, but keep it simple for Explorer Mode.

Explorer Mode

General Rules:

Adventure Mode

Epic Mode

Tmoney2020 commented 4 years ago

https://github.com/Tmoney2020/cs-blackjack2

gstark commented 4 years ago

Nicely done. I think you would do well to review our Blackjack review and look at the structure of your code.

Nice work also seeing that a for loop can do more work than just counting up. That is a good insight to have. https://github.com/Tmoney2020/cs-blackjack2/blob/master/Program.cs#L129

Tmoney2020 commented 4 years ago

Your homework 01 - 04 - Blackjack was marked: Meets Expectations

Well done!

“Well done!” — via Gavin Stark