cortuga / assignments

For Suncoast Developers Guild, Test drive Part time web development course
0 stars 0 forks source link

week 02 - day 04 - blackjack - blackjack #15

Open cortuga opened 5 years ago

cortuga commented 5 years ago

Blackjack

In this project you will create a playable game of Blackjack.

Objectives

Requirements

Create a single player black jack games 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.

General Rules:

Assets

Explorer Mode

Adventure Mode

Epic Mode

cortuga commented 5 years ago

https://github.com/cortuga/blackjack

https://blackjack-cgsus.netlify.com

mdewey commented 5 years ago

Fix two 2 things: 1) I want to see some endgame logic 2) There are errors when I pull it down and run it. Check the console and fix those errors