diff --git a/Blackjack.html b/Blackjack.html new file mode 100644 index 0000000..7762efb --- /dev/null +++ b/Blackjack.html @@ -0,0 +1,320 @@ + + + + + + Blackjack + + + +
+ + + +
+
$98
+ DEALER'S CARDS:
.---..---..---.
|3  ||Q  ||7  |
| @ || @ || % |
|  3||  Q||  7|
'---''---''---'
+ DEALER'S SCORE:20
+ YOUR CARDS:
.---..---..---.
|6  ||8  ||Q  |
| % || * || % |
|  6||  8||  Q|
'---''---''---'
+ YOUR SCORE:24
+ + + + +
YOU BUSTED!
+
+ + + + + \ No newline at end of file