Reverex


Reverex is an asymmetric 2-player cooperative game developed over four months by my group, Tuna Melt Media and ended up taking home third in technical innovation at Toronto’s Level Up game showcase.

Level Up Toronto

Reverex is built on Unity and C#, with additional libraries for file picking and Rendering.

I was mainly working on mechanics for this project. Specifically, I worked on the Gravity systems used during parkour and created the tech behind getting gravity to work correctly during edge cases. Moreover, I worked extensively on UI Programming and implemented most of the on-screen elements describing the player’s current state.

Below are specific examples of work done on Reverex.

This video shows a player walking around a Mobius strip as the gravity continuously changes depending on the current closest normal to the player. The normals come from the 3d mesh. Then they’re transformed before being baked into an array and then are iterated through and, if debugging is enabled, displayed in the editor viewport.

This is another showcase of this gravity technique and displays the versatility and variety of shapes this technique can cover. As can be seen here, this technique can be used on various convex shapes. Using normal-based gravity fields heavily reduced the workload that would have been required to manually place all of the fields necessary with a volume-based approach.

Source

Sadly, the source for this project will not be available. However, it can be downloaded from here