F1-Quali
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
- 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
