solismc / Projects

Repository of projects I've worked on
1 stars 0 forks source link

Week 02 Weekend - Blackjack - #8

Closed mdewey closed 6 years ago

mdewey commented 6 years ago

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:

Explorer Mode

Adventure Mode

Epic Mode

solismc commented 6 years ago

https://github.com/solismc/deck-of-cards

Created the button, they work, wasn't able to get the functions set. Based on your feedback Friday, I created a Readme - requirements - doc with a list of items needed to create. I still need to work on it to get it working.