AbtaheeAli / assignments

Assignments for Suncoast Developers Guild
0 stars 0 forks source link

01 - 04 - Blackjack #5

Closed AbtaheeAli closed 4 years ago

AbtaheeAli 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

AbtaheeAli commented 4 years ago

https://github.com/AbtaheeAli/Blackjack.git

gstark commented 4 years ago

Very nicely done.

I hope the review showing how to make a Hand class and a Deck class showed you how we can continue to organize our code by grouping data and behavior together.

AbtaheeAli commented 4 years ago

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

Well done!

“Well done!” — via Gavin Stark