This is my first Godot project!!!
addons/godot_super-wakatime | ||
images | ||
vehicle_model/Model1 | ||
.gitattributes | ||
.gitignore | ||
control.gd | ||
control.gd.uid | ||
control.tscn | ||
icon.svg | ||
icon.svg.import | ||
node_3d.tscn | ||
project.godot | ||
README.md | ||
Test.tscn | ||
vehicle_body_3d.gd | ||
vehicle_body_3d.gd.uid | ||
vehicle_body_3d.tscn |
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
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
- throttle and linear steering
- per-wheel torque calculations
- ABS (Anti-lock Braking System) and TCS (Traction Control System)
Version 1.1 added
- Cool car model
- Rear-wheel steering
- Gear system
- Both manual and auto gear transmission
- UI for speed and current gear
- Driving sideways
Features In Future (might change)
- Landscape
- Different vehicles
- More cameras and views
- improve suspension control system and other systems
- Racing track and timing (maybe)
That's all I have right now, thanks for downloading and reading :D