mdkess / Platformer2

A second attempt at making a 2D platformer, this time with libgdx
3 stars 0 forks source link

Add moving platforms #25

Closed mdkess closed 12 years ago

mdkess commented 12 years ago

what sort of platformer doesn't have moving platforms? While this could make the physics more difficult (maybe), I think with clever placement they could be fairly straightforward. For example, the platforms would be immovable - collision response would be one way.