BlindTerran / JayWalk_Processing

A 2D interactive game made with Java Processing library
MIT License
1 stars 0 forks source link

WK5 Collision detection #6

Closed BlindTerran closed 2 years ago

BlindTerran commented 2 years ago

This is a functional update that implements the collision-detection between the pedestrian and the vehicle. When objects collided, "collided" will be printed.

BlindTerran commented 2 years ago

A Game Over screen should be displayed and no further events (keys or mouse) should result in any change.