First Platform Game I made
- Karthik
- Dec 5, 2018
- 1 min read

This is a Action Platformer game called the Knight's Revenge. The main character knight is a character inspired from the valiant knight. The objective of the game is to kill the enemies and reach the portal to escape. The player has six actions and the most toughest one to code at first was for the melee and shield.




The melee attack and the block took me some time to understand to code. Using game attributes as boolean solved it, enemies could then get damage when my melee animation runs and the player can also block attacks such as fireball when the shield animation runs.
Comments