Posted on

Scratch Coding – Race Car

Your goal is to create a race track that you can race your car around. Mine looks like this:

Notice how I have a nice red line for the end and my road is all one colour.

You will need to create your own road and car.

The very basic start to your game will use the following code:

We now need to add some code to check to see if the car has moved off the road.