This is my first Godot project!!!
Find a file
2025-10-13 23:27:39 +08:00
addons/godot_super-wakatime deleted terrain3d 2025-10-08 23:21:21 +08:00
images deleted terrain3d 2025-10-08 23:21:21 +08:00
vehicle_model/Model1 added gear system and finalized it 2025-10-12 23:03:01 +08:00
.gitattributes This is the first version of my car game! 2025-10-06 12:13:35 +08:00
.gitignore Initial commit 2025-10-03 16:05:57 +00:00
control.gd added gear system and finalized it 2025-10-12 23:03:01 +08:00
control.gd.uid Added speed display ui 2025-10-09 23:32:26 +08:00
control.tscn added gear system and finalized it 2025-10-12 23:03:01 +08:00
icon.svg This is the first version of my car game! 2025-10-06 12:13:35 +08:00
icon.svg.import This is the first version of my car game! 2025-10-06 12:13:35 +08:00
node_3d.tscn added gear system and finalized it 2025-10-12 23:03:01 +08:00
project.godot added gear system and finalized it 2025-10-12 23:03:01 +08:00
README.md README update! 2025-10-13 23:27:39 +08:00
Test.tscn This is the first version of my car game! 2025-10-06 12:13:35 +08:00
vehicle_body_3d.gd finalizing 1.0 version 2025-10-13 22:25:32 +08:00
vehicle_body_3d.gd.uid This is the first version of my car game! 2025-10-06 12:13:35 +08:00
vehicle_body_3d.tscn finalizing 1.0 version 2025-10-13 22:25:32 +08:00

Car Driving Game

This is my first Godot project!

I am VERY new to coding and git and repos...and whatever...

For this game, my idea is to create an open-world driving game where you relax while driving, I want to have beautiful landscapes and realistic driving features.

Latest Version

  • To download the latest version (1.1) .exe, click here
  • To checkout the latest version's demo video, click here

Older versions

  • To download the version 1 .exe, click here
  • To checkout version 1's demo video, click here

This is how to play

  • W/UpArrow : Forward throttle / Brake when moving back
  • S/DownArrow : Backward throttle / Brake when moving forward
  • A/LeftArrow : Left steering
  • D/RightArrow : Right steering
  • |---Space---| : Handbrake
  • , (Meaning "<") : Move horizontally left(Press W or S!)
  • . (Meaning ">") : Move horizontally right(Press W or S!)
  • J : Toggle manual transmission
  • I : Shift up gear when manual gear transmission is on
  • K : Shift down gear when manual gear transmission is on
  • C : Change camera

Features now

Version 1

  1. throttle and linear steering
  2. per-wheel torque calculations
  3. ABS (Anti-lock Braking System) and TCS (Traction Control System)

Version 1.1 added

  1. Cool car model
  2. Rear-wheel steering
  3. Gear system
  4. Both manual and auto gear transmission
  5. UI for speed and current gear
  6. Driving sideways

Features In Future (might change)

  1. Landscape
  2. Different vehicles
  3. More cameras and views
  4. improve suspension control system and other systems
  5. Racing track and timing (maybe)

That's all I have right now, thanks for downloading and reading :D