God Of War Axe Mechanics
This is a Unity project that aims to recreate the axe throw and recall mechanics from God of War which were a staple of the protagonist Kratos' moveset. The most interesting part of this project was using a Bezier curves to manipulate Axe's movement path.
The source code can be accessed here.
Mechanics
- Axe Throw: The player can control the trajectory of the axe by adjusting the angle and power of the throw. The axe will stick to the target upon impact.
- Axe Recall: The axe recall mechanic allows the player to call back the axe to their hand after it has been thrown. The axe returns following a quadratic bezier curve. The player can recall the axe at any time, even if it is still in motion. If the axe hits an enemy on the way back, it will deal damage.
- Attack: The player can perform a simple melee attack with the right mouse button.
Assets Used:
Check out other stuff?