KGMAC3 / assignments

0 stars 0 forks source link

week 02 - day 04 - blackjack - blackjack #8

Open KGMAC3 opened 5 years ago

KGMAC3 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

KGMAC3 commented 5 years ago

https://blackjack-kylemac.netlify.com/

mdewey commented 5 years ago

I am looking for the GitHub link, not the just the deployed site.

KGMAC3 commented 5 years ago

https://github.com/KGMAC3/blackjack

mdewey commented 5 years ago

You are missing the JavaScript file. add that so I can look at it.

https://github.com/KGMAC3/blackjack/blob/master/public/main.js should not be empty.