Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 1.03 KB

README.md

File metadata and controls

30 lines (17 loc) · 1.03 KB

2D Scene

Authors

Description

2D scene representing a circuit and a car which can be controlled by the player.

If the player stops interacting with it, the car automatically slows down.

Slow down

There is also a simple collision detection system that checks whether the car hits any walls.

Hit wall

Demo

Circuit 1

Demo

Circuit 2

Demo

Update: Obstacles + Collision counter

Demo-obstacles