jfordnose64 / assignments

0 stars 0 forks source link

week 02 - day 04 - blackjack - blackjack #8

Open jfordnose64 opened 5 years ago

jfordnose64 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

jfordnose64 commented 5 years ago

https://github.com/jfordnose64/blackjack i really tried but was unable to make it work :(

mdewey commented 5 years ago

https://github.com/jfordnose64/blackjack/blob/master/public/main.js#L93

It's okay to use code you find on the internet only if you

A) understand it B) its fits your own coding style (uses arrow functions, a similar syntax, etc)

mdewey commented 5 years ago

I would like to see :

1) The endgame logic 2) Hit and stay logic as well