VinayGupta23 / alter-ego-game

A puzzle-platformer game with clones! Developed as part of CSCI526: Mobile Games at USC.
https://vinaygupta23.itch.io/alter-ego
0 stars 1 forks source link

Moveable platform #53

Closed naresh-chilukurthi closed 2 years ago

naresh-chilukurthi commented 2 years ago

Added changes related to moveable platforms. A quick note to remember while designing levels is to leave enough space between moving platform end points and the walls(fixed platforms) so that player fits in that space. Its very hard to control the movement of the platform keeping in view of space needed for the player while touching walls(fixed platfrom) image

We can merge this after https://github.com/vinayg-usc/alter-ego-game/pull/51.