tomastoo / CGJ

race game
0 stars 0 forks source link

lab 3 ponto 2 collisions #5

Closed AlbertoVales closed 2 years ago

AlbertoVales commented 2 years ago

To detect the car's collision with oranges, butters and road limits (the cheerios) by using surrounding boxes aligned with the axis (axis aligned bounding boxes - AABB). When the car reaches the limits of the track (collision with Cheerios) or a butter, it should stop, even if the user continues to press the button. When collided by the car, the butters or cheerios move slightly. If the car is hit by an orange, the player loses the race and the car should be placed at the start line.

AlbertoVales commented 2 years ago

needs improvement but lets focus on the other things