ColbyReinhart / wall-golf

Project for Kent State University Introduction to Game Programming -- Fall 2022
0 stars 0 forks source link

Implement Magnet #9

Closed ColbyReinhart closed 1 year ago

ColbyReinhart commented 2 years ago

Implement a magnet, which draws any non-static object within a certain distance near it (even if it's not metallic, because we do what we want). It should extend the MoveableObject class.

ColbyReinhart commented 1 year ago

Implementation complete -- manually merged.