1
00:00:00,210 --> 00:00:05,850
Matching games, so this is kind of like the Simon that you might have played when you were younger,

2
00:00:06,000 --> 00:00:12,090
where you've got a series of four different colors, they light up in sequence, and then you have to

3
00:00:12,090 --> 00:00:17,250
press the same sequence and match that sequence and then it will go an additional one.

4
00:00:17,250 --> 00:00:21,040
And until you get until you get stuck, until you can't solve that anymore.

5
00:00:21,270 --> 00:00:25,250
So this is the objective of this game is to reproduce that type of effect.

6
00:00:25,740 --> 00:00:30,120
So we've got four different colors and they're going to light up within a sequence.

7
00:00:30,270 --> 00:00:32,400
And then you need to match that sequence.

8
00:00:32,580 --> 00:00:34,350
And if you don't match it, then you lose.

9
00:00:34,350 --> 00:00:37,830
If you do match it, then it adds another step into the sequence.

10
00:00:38,040 --> 00:00:42,610
So continuously getting harder and harder until, of course, you can't solve it anymore.

11
00:00:43,080 --> 00:00:45,150
So this is set time.

12
00:00:45,180 --> 00:00:49,560
What is going to be one of the objectives here where we're going to be using that as well as math and

13
00:00:49,560 --> 00:00:55,320
arrays in order to store the data and element and manipulation, of course, in order to produce the

14
00:00:55,320 --> 00:00:56,900
right effects for the player.

15
00:00:57,210 --> 00:00:58,260
So let's try this one out.

16
00:00:58,860 --> 00:01:03,960
So we come into the game and watch really carefully, because I'm going to need your help on this head

17
00:01:03,960 --> 00:01:04,410
start.

18
00:01:04,710 --> 00:01:09,360
So we see it goes blue, yellow, and so we need to match that.

19
00:01:09,360 --> 00:01:10,400
So blue, yellow.

20
00:01:10,710 --> 00:01:11,720
So we've got that right.

21
00:01:11,730 --> 00:01:15,720
And this time it's going to go green, yellow, red.

22
00:01:15,840 --> 00:01:17,370
So green, yellow, red.

23
00:01:17,910 --> 00:01:20,610
And then you can keep going until you get it wrong.

24
00:01:20,610 --> 00:01:22,980
So this time I'm actually going to get it wrong on purpose.

25
00:01:22,980 --> 00:01:23,400
Correct.

26
00:01:23,730 --> 00:01:29,820
So that's the objective of this game, is to try to match the pattern and watch the sequence properly

27
00:01:29,970 --> 00:01:34,350
in order to test our skills at memorizing the patterns.
