Additional Challenges
Test your knowledge from this section by adding the following functionality to the SuperSideScroller project.
- Add a new power-up that lowers the gravity that’s applied to the player character. Import a custom mesh and audio assets to give this power-up a unique look compared to the potion power-up you made.
- When the player character collects 10 coins, grant the player a power-up.
- Implement the functionality that allows the player to be destroyed when it’s overlapping with the AI. Include being able to respawn the player when this happens.
- Add another power-up that gives immunity to the player so that they cannot be destroyed when they’re overlapping with an enemy. (In fact, when overlapping an enemy with this power-up, it could destroy the enemy.)
- Using all the gameplay elements you’ve developed for the SuperSideScroller project, create a new level that takes advantage of these elements to make an interesting...