CelesteSippel / assignments

homework for test drive
0 stars 0 forks source link

week 02 - day 04 - blackjack - #14

Closed CelesteSippel closed 5 years ago

CelesteSippel commented 5 years ago

Blackjack

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

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.

General Rules:

Assets

Explorer Mode

Adventure Mode

Epic Mode

CelesteSippel commented 5 years ago

https://github.com/CelesteSippel/ft-black-jack

mdewey commented 5 years ago

Looks good overall. I would look at this line: https://github.com/CelesteSippel/ft-black-jack/blob/master/public/main.js#L150

Remember that it should be .textContext not .value and totals from the HTML are strings, not numbers.