1
00:00:00,460 --> 00:00:07,960
Hey, welcome to the high low card game project where we're going to be building out a very visual card

2
00:00:07,960 --> 00:00:09,110
game from scratch.

3
00:00:09,370 --> 00:00:12,760
The objective here is to create a deck of cards.

4
00:00:12,760 --> 00:00:19,510
Do you load a deck of cards and flip the top card and then make a guess to the player needs to make

5
00:00:19,510 --> 00:00:22,900
a guess whether the next card is going to be higher or lower.

6
00:00:22,900 --> 00:00:24,400
So they've got two options.

7
00:00:24,640 --> 00:00:27,580
If they guess correctly, then they continue.

8
00:00:27,760 --> 00:00:30,120
If they guess wrong, then the game ends.

9
00:00:30,730 --> 00:00:37,180
So we are going to be constructing a deck of cards as well as working with some style element and manipulation,

10
00:00:37,330 --> 00:00:40,890
all the JavaScript in order to produce the cards visually.

11
00:00:41,140 --> 00:00:42,690
And I can't wait to show you this one.

12
00:00:42,700 --> 00:00:45,220
So let's let's dive right into that now.

13
00:00:46,100 --> 00:00:51,320
So we start out with the ability to click the start button, and that starts the game, so we've got

14
00:00:51,320 --> 00:00:57,590
a four of spades and my guesses next one, more than likely it's going to be higher and the next one

15
00:00:57,590 --> 00:00:58,400
more than likely.

16
00:00:58,400 --> 00:00:58,960
Lower.

17
00:00:59,150 --> 00:01:00,480
More than likely higher.

18
00:01:00,500 --> 00:01:06,990
And I'm just going by what the average average rent rank might be on the cards.

19
00:01:07,000 --> 00:01:08,240
So I got that one wrong.

20
00:01:08,240 --> 00:01:13,670
So the queen of clubs was larger than the ten of diamonds, so we could try that again.

21
00:01:13,680 --> 00:01:15,950
So lower, higher, lower.

22
00:01:16,250 --> 00:01:17,800
And that one was a draw.

23
00:01:17,810 --> 00:01:19,250
So nothing happens on the draw.

24
00:01:19,430 --> 00:01:21,830
And that one I got wrong should have gone higher.

25
00:01:22,070 --> 00:01:23,600
OK, you get the point though.

26
00:01:23,600 --> 00:01:28,180
This one's a fun game and it's also fun when you start creating some more visuals.

27
00:01:28,640 --> 00:01:30,870
So this is going to be a really exciting project.

28
00:01:31,010 --> 00:01:31,730
Let's get to it.
