1
00:00:03,130 --> 00:00:08,440
In this section, we're going to be creating a simple top down 2D driving game where you drive around

2
00:00:08,440 --> 00:00:13,090
as a delivery driver picking up packages which will change the color of your vehicle when you pick them

3
00:00:13,090 --> 00:00:15,880
up and delivering those packages to a destination.

4
00:00:15,880 --> 00:00:21,010
We'll also play around with increasing and decreasing the speed based upon whether you drive over the

5
00:00:21,010 --> 00:00:23,770
little boost areas or whether you bump into something.

6
00:00:23,770 --> 00:00:28,150
We'll be focusing on the basic fundamentals of C shop and programming.

7
00:00:28,150 --> 00:00:28,750
In this section.

8
00:00:28,750 --> 00:00:30,280
We'll be talking about variables.

9
00:00:30,280 --> 00:00:34,990
We'll be talking about if statements or creating some methods, which are the things that make our game

10
00:00:34,990 --> 00:00:35,980
do stuff.

11
00:00:36,190 --> 00:00:41,650
We'll be playing around with triggers and colliders and also looking at how we make references to things

12
00:00:41,650 --> 00:00:46,840
within our code, such as getting components and then being able to access the properties in those components.

13
00:00:46,840 --> 00:00:50,200
So it's a very fundamental C-sharp programming section.

14
00:00:50,200 --> 00:00:53,920
We'll make a fun little delivery driver game, so let's jump in and get started.

