https://github.com/hazarbakir/car-drive-prototype
Unity Learnings - Car drive prototype
https://github.com/hazarbakir/car-drive-prototype
csharp game game-development prototype simulation unity
Last synced: 2 months ago
JSON representation
Unity Learnings - Car drive prototype
- Host: GitHub
- URL: https://github.com/hazarbakir/car-drive-prototype
- Owner: HazarBakir
- License: mit
- Created: 2024-01-15T13:50:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-17T08:42:04.000Z (over 2 years ago)
- Last Synced: 2025-06-06T15:48:48.951Z (about 1 year ago)
- Topics: csharp, game, game-development, prototype, simulation, unity
- Language: ShaderLab
- Homepage:
- Size: 5.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Car Driving Prototype & Plane Game Prototype (The Plane Game project is a challenge project, which means it's not the focus of this project)
## Car Project
Car Driving Prototype is a simple prototype simulating the basic driving experience. Players control a car using WASD controls and can see the BPM (revolutions per minute) and KM/h (kilometers per hour) values displayed at the top of the screen.
### Car Controls
- W: Accelerate
- A: Turn Left
- S: Reverse
- D: Turn Right
### Car Driving Prototype On-Screen Indicators
- BPM (revolutions per minute): Indicates the engine's RPM.
- KM/h (kilometers per hour): Displays the car's speed in kilometers.
### How to Play
1. Start driving by using the WASD keys as the game begins.
2. Monitor the BPM and KM/h values at the top of the screen to track the car's performance.
3. Practice to enhance your basic driving skills.
### Screenshot

## Plane Project
Plane Game Project is a gameplay where the player must avoid colliding with colliders while trying to control the plane.
### Plane Controls
- W: Rotate Down
- S: Rotate Up
### How to Play
1. The plane goes forward automatically, and the player must control the plane object with the control keys.
### Screenshot
