Closed CelesteSippel closed 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.
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
images
folder in your projectcards.zip
file and then copy/move the extracted images into your project'simages
folderExplorer Mode
Adventure Mode
Epic Mode