F1 - QUALI

A simple 2D top-down racing game built in Godot.

Overview

The player controls a car on a predefined track and must complete 2 laps in the shortest time possible.

The starting position also serves as the finish line.
The timer starts when the race begins and stops after completing the second lap.

The player has 6 lives. If all lives are lost before finishing, the result is DNF (Did Not Finish).

Gameplay Rules

  • The car can move forward, backward, and steer left/right.
  • The camera smoothly follows the car.
  • The player may slightly leave the track, but only up to two wheels (similar to Formula 1 rules).
  • If the car goes too far off track, it is smoothly returned to a valid position.
  • Coins spawn randomly on valid track areas at the start of the game.
  • Collecting coins:
    • Increases speed
    • Updates the coin counter
    • Contributes to the final score

Scoring

The final score is based on:

  • Completion time
  • Coins collected
  • Remaining lives

If the player loses all lives before completing two laps, the result screen shows DNF.

Optional Features

  • Speed boost zones
  • Best-time record
  • Simple sound effects
  • Basic drift behavior
  • 3-2-1-Go countdown

How to Run

Open the project in Godot and run the main scene.

Credit

- FreePik
- Flaticon
- SampleFocus


Updated 1 day ago
Published 6 days ago
StatusReleased
PlatformsHTML5
Authorharoldmud
GenreRacing
Made withGodot
Tags2D, Fast-Paced, race