Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions examples/starting-2d-car-racing/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# 2D Racing

A 2D physics-based, top-down, game where the player is controlling a 2D car on a track with a lap counter and time counter.
Support keyboard and mobile controls for the player car.
A top-down 2D car racing game where the player accelerates and steers using keyboard or mobile controls. The car uses physics-based movement and can collide with other physics obstacles in the scene. Checkpoints track the car’s position around the track, count laps completed, and record lap times. A timer measures the duration of each lap, and the UI displays the current lap number and most recent lap time. The engine sound effect increases in volume as the car’s speed increases.
Loading
Loading