ColbyReinhart / wall-golf

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

Implement Static Platform #3

Closed ColbyReinhart closed 2 years ago

ColbyReinhart commented 2 years ago

Implement the most basic controllable part of levels: the static platform. This should be a long rectangular platform. It must extend the "MoveableObject" class.

ColbyReinhart commented 2 years ago

PR approved