1
00:00:00,220 --> 00:00:03,960
Where we're going to be building a fun interactive game from scratch.

2
00:00:04,200 --> 00:00:06,240
And what's more fun than blackjack?

3
00:00:06,480 --> 00:00:10,260
And the objective of the upcoming lessons is all about JavaScript.

4
00:00:10,500 --> 00:00:15,390
We're going to be building out this game from scratch, focusing on JavaScript.

5
00:00:15,570 --> 00:00:17,220
This is the game that we're going to be building.

6
00:00:17,490 --> 00:00:23,040
It's a fully functional blackjack game where we've got the dealer on the top, the player on the bottom.

7
00:00:23,220 --> 00:00:25,770
You've got some options where you can hit and stand.

8
00:00:26,070 --> 00:00:28,860
So in this case, I'd just do a hit and then I'll stand it.

9
00:00:28,860 --> 00:00:35,000
Does the calculations sees that the dealer score was 21 and the dealer wins with 21.

10
00:00:35,280 --> 00:00:38,460
We also incorporated the option to place bets.

11
00:00:38,820 --> 00:00:41,520
So right now the player has a hundred dollars of cash.

12
00:00:41,820 --> 00:00:42,710
I bet 50.

13
00:00:42,900 --> 00:00:49,140
So now we're down to 50 dollars of cash clicking deal and stand or take another card.

14
00:00:49,380 --> 00:00:53,100
So I'm going to stand in this case and see the deal the dealer busted.

15
00:00:53,340 --> 00:00:57,320
So that ends the player up with cash of one fifty.

16
00:00:57,690 --> 00:00:58,280
So it's bet.

17
00:00:58,470 --> 00:01:06,070
Again, deal ended up with blackjack that provided the player with cash of 200 dealers score 20.

18
00:01:06,390 --> 00:01:07,790
You win with 20 wins.

19
00:01:07,890 --> 00:01:12,120
All done with JavaScript or as much as possible JavaScript.

20
00:01:12,390 --> 00:01:15,470
We've got very minimal each tier, Mel, as well as CSI US.

21
00:01:15,510 --> 00:01:22,120
We do have one lesson with CSI us and we go through that rather quickly and focusing as much as possible

22
00:01:22,170 --> 00:01:29,430
JavaScript really getting to our option to practice and get familiar with what can be done with JavaScript,

23
00:01:29,700 --> 00:01:36,060
interacting with Dom and updating manipulating elements, job general JavaScript logic in order to create

24
00:01:36,120 --> 00:01:36,720
gameplay.

25
00:01:36,840 --> 00:01:41,910
All of the source code is included and I do encourage you to try it out for yourself.

26
00:01:42,180 --> 00:01:43,620
Build your own version of the game.

27
00:01:43,860 --> 00:01:49,710
Get familiar with what's being presented within the lessons, the content, as well as get more familiar

28
00:01:49,710 --> 00:01:50,430
with JavaScript.

29
00:01:50,760 --> 00:01:56,190
If any questions or comments are most happy here from you within the Q&amp;A section, please let me know.

30
00:01:56,310 --> 00:01:57,600
I know you're excited to get started.

31
00:01:57,930 --> 00:02:00,240
So start building the scheme out from scratch.
