1
00:00:00,180 --> 00:00:05,520
Hey, great job making this far into the course, I've got another game for you, and this is another

2
00:00:05,520 --> 00:00:08,850
interesting game where we've got it's called Element Catcha.

3
00:00:09,120 --> 00:00:13,080
So JavaScript generates a bunch of elements, dynamically creates them.

4
00:00:13,560 --> 00:00:15,280
You can update the values.

5
00:00:15,300 --> 00:00:16,800
So this is completely dynamic.

6
00:00:16,800 --> 00:00:19,260
So you can set how many items are going to be dropping.

7
00:00:19,270 --> 00:00:20,490
You can adjust the speed.

8
00:00:20,640 --> 00:00:22,710
So adjust tweak as needed.

9
00:00:22,920 --> 00:00:26,580
And the objective here is to catch all the elements that are falling.

10
00:00:26,610 --> 00:00:29,510
And once you catch all of them, then the game is over.

11
00:00:29,520 --> 00:00:34,160
You also increase in score and this type of game actually extends quite easily.

12
00:00:34,350 --> 00:00:39,090
So there is a whole bunch more functionality that you can take and add to the scheme.

13
00:00:39,120 --> 00:00:44,490
So this is the this is the perfect type of game that you can extend on and extend functionality upon.

14
00:00:44,790 --> 00:00:45,550
So let me show you.

15
00:00:45,900 --> 00:00:52,740
So once again, favorite start button starts the game and the objective is to move the Red Square via

16
00:00:52,740 --> 00:00:57,690
your keyboard and cover over and get all of the elements that are dropping.

17
00:00:57,870 --> 00:00:59,850
And then you can start again.

18
00:00:59,940 --> 00:01:02,120
You can adjust how many enemies are dropping.

19
00:01:02,160 --> 00:01:07,700
You can also just some of the gameplay as needed, because all the values are fully dynamic via JavaScript.

20
00:01:08,010 --> 00:01:10,590
So if you have fun with this one, go ahead and try it out.
