PlaceholderGames / 2022-yr1-team-peach-pie

Second CS1S464 Game
1 stars 0 forks source link

(Dev Log) Level 1 Fixes #48

Closed 30040616 closed 2 years ago

30040616 commented 2 years ago

Level 1 Fixes

When David released "level1" there were a few issues, as seen within other issues like #18, #29, #30. Of which I was able to resolve #30. Where I was able to remove the duplicate and added lights to the level, to resolve the strange lighting issues.

Additionally, I expanded upon the level by attempting to teach the players how to dismount from the wall in a language neutral way. I did this by simply creating a gap within the wall and a platform adjacent to the gap (as seen below).

image

With the ability for the player to walk up the ramps, the gap would almost trick the player into believing they would be able to clear it, by jumping with their new orientation. As the gap in the wall is smaller in length than the gap on the floor.

image

Instead this would dismount them from the wall, having them land on the adjacent platform.

image

Upon this platform, there would be the red cube.

image

In concept this would introduce the players how to re-orientate themselves using the ramps and how to get off any walls they are attached to.

They would then be trained to use these skills to complete the simple cube puzzle. Where they would have to pick up the red and blue cubes and put them on there corresponding coloured platforms.

However, due to the time constraint of the level needing to be complete for the next day, I wasn't able to complete the item pick up and because of the lack of time to create documentation, the gap within the wall was patched up. (Although this might be implemented within the future).

JPaterson97 commented 2 years ago

Issue closed as project is now handed in.