About 18,400,000 results
Open links in new tab
  1. Scratch 3.0 Tutorial: How to Make a Racing Game in Scratch

    In this video, Scratch 3.0 Tutorial: How to Make a Racing Game in Scratch (Part 1), I create a large, scrollable race track and a race car with smooth controls. I explain how to make the...

  2. How to Create a Racing Game in Scratch: Quick & Easy Steps - wikiHow

    Mar 29, 2025 · This wikiHow teaches you how to create a basic racing game using MIT's free Scratch program. The main point of this racing game is to complete the track in as little time as possible without crashing.

    • Views: 331.4K
    • Scratch - Search

      Scratch is a free programming language and online community where you can create your own interactive stories, games, and animations.

    • Make a 3D Car Game With Scratch. : 13 Steps - Instructables

      To make the car game you need: any 3D software, or 2D if you haven't a 3D software for design shapes, personally, i use Fusion 360 but you can use other, it works too. Scratch: you can use it online but you can download too.

    • Create A Car Racing Scratch Game [Step-by-Step Guide]

      Feb 19, 2024 · This article will show you how to make a Car Racing Game in Scratch, where we’ll also be creating a racing track. We’ll also learn about basic coding concepts like variables, loops, and conditional blocks in this Car Racing Game .

    • How to Create a Racing Game in Scratch - The Tech Edvocate

      In this article, we will guide you through the process of creating a racing game using Scratch. With this step-by-step tutorial, you’ll quickly become acquainted with its fundamental concepts and tools and have your own racing game up and running in no time.

    • How to Make a Car Racing Game in Scratch (Step-by-Step

      The tutorial begins by designing a custom backdrop with a green grass background and a road, followed by a "Game Over" screen that displays when the player l...

    • Scratch Coding – Racing Car Game – Building Block Studio

      Jan 18, 2019 · This week we are going to create a top down car racing game. My game looks like: We can use the drawing tools to make the background road and add some grass. Maybe you might add some extra parts to your backdrop to make it more interesting? Another example: Notice how both roads have a red line to mark the finish?

    • Programming the Racing Game in Scratch : 7 Steps - Instructables

      This tutorial will show you how to program a racing game inside of MIT's Scratch.

    • How To Make Driving Game - Discuss Scratch

      Jan 20, 2025 · How To Make Driving Game wavewavegame wrote: when green flag clicked go to x: (0) y: (0) forever if <key [up arrow v] pressed> then move (10) steps end if <key [down arrow v] pressed> then move (-10) steps end if <key [right arrow v] pressed> then turn cw (10) degrees end if <key [leftarrow v] pressed> then turn ccw (10) degrees end end