Bounce off different platforms using your mouse! Gorilla tag is not owned by me, It’s owned by Another Axiom. Gorilla tag is a super fun VR game for both oculus quest and PCVR where you play as a monke using your controllers to bounce off different platforms. There is a lot of game modes to choose from. The best part about the game is that, you can talk to people using your voice!
Thanks to Another Axiom for Gorilla Tag. How does the movement works? Well, first we get the x, y velocity of the hand and we multiply it by the speed multiplier, and then we invert the number by using this method: X vel = ((new x - old x) × speed) × -1 Y vel = ((new y - old y) × speed) × -1 Then, add the velocity to the body when touching the body and add the physics and collisions and you’re done!