Tag: Knife Hit
-
Build a HTML5 game like “Knife Hit” with Phaser 3 using only tweens and trigonometry – adding apples, and slicing them too
Throw knives, hit the target, split an apple and avoid other knives in this HTML5 physics game made with no physics engine thanks to Phaser 3
-
Build a HTML5 game like “Knife Hit” with Phaser 3 using only tweens and trigonometry – changing target speed
"Knife Hit" HTML5 game built with Phaser gets more difficult as the target constantly changes its rotation speed, thanks to linear interpolation. Full commented source code available.
-
Build a HTML5 game like “Knife Hit” with Phaser 3 using only tweens and trigonometry – hitting knives
Second step in the building of "Knife Hit" HTML5 prototype using Phaser 3, tweens and trigonometry. Detect knives collisions without phyiscs. Commented source code.
-
Build a HTML5 game like “Knife Hit” with Phaser 3 using only tweens and trigonometry
iOS top action game "Knife Hit" built with HTML5 with no physics engines thanks to Phaser 3 tweens and some trigonometry. Get the commented source code.