A team project developed on the play station 5. Worked on collisions, physics, and general game logic.

Physics Solver

Simple physics solver that takes in velocity and resistance. Collisions simply reverse the direction of the velocity.

We use joystick and triggers to control direction along with the magnitude of an impulse.

Instancing

Instead of drawing out each tile individually, we used instancing to save on memory. This also made it easier to modify specific tiles!

Camera Follower

Interpolates smoothly towards player