0
votes
0answers
120 views

Detect collision between a graphics object and picture object in Visual Basic

I am making a lunar lander game that randomizes the terrain for each new game, so each game is different. For my game, I am creating a graphics object that draws a closed curve for the terrain of the ...