top of page
Using a custom Box2D engine provided by school, I recreated the first level of the Shantae game.
​
Enemies have a very basic AI that will damage players by running into them or by throwing projectiles. Pods that spawn enemies will also fall from the sky when the player passes a certain position.
Animations are done with sprite sheets.
​
I also created a system to present text to the player. Using this I reproduced the cinematic that is seen near the end of the level.
​
When changing zones the colors of the environment change gradually to a different color palette.
2D Game copy: Shantae


Video showing all the implemented features
Depth illusion
bottom of page