Tutorial: Installing Drift on Windows 11

In this tutorial, we will be going step-by-step through the process of installing Drift on Windows 11.

Drift is a game developed by Max Leiter, available on GitHub for free. It is a single-player racing game, offering several tracks to complete and a few different vehicles to choose from.

Before we begin, ensure that your computer meets the following requirements:

  • Windows 11 installed
  • Git installed
  • Visual Studio Community 2019 or later installed
  • DirectX 11 or later installed

Let's get started!

Step 1: Clone the Repository

To install Drift, we first need to clone the GitHub repository onto our local machine. Follow these instructions to do so:

  1. Open Command Prompt or PowerShell on your Windows 11 machine.

  2. Change your working directory to the folder where you want to save the Drift repository.

  3. Type the following command and press Enter:

git clone https://github.com/MaxLeiter/drift.git

This will download the entire Drift repository onto your local machine.

Step 2: Build Drift

To run Drift on your Windows 11 machine, we need to build it from the source code.

Follow these instructions to build Drift:

  1. Open Visual Studio and select "File" > "Open" > "Project/Solution".

  2. Navigate to the folder where you cloned the Drift repository and select the file "Drift.sln".

  3. Wait for Visual Studio to load the project.

  4. In the toolbar at the top, select "Debug" > "Build Solution".

  5. Wait for Visual Studio to finish building Drift.

Step 3: Run Drift

Now that we have built Drift, we can run it on our Windows 11 machine.

Follow these instructions to run Drift:

  1. In Visual Studio, select "Debug" > "Start Debugging".

  2. Wait for Drift to launch.

  3. Once Drift launches, use the arrow keys to control your vehicle and complete the tracks.

Congratulations! You have successfully installed and run Drift on your Windows 11 machine.