Get Up
Global Game Jam 2020
Created during Global Game Jam 2020 with the theme of “Repair”. Get Up! is a two-person coop game where you jump and launch your partner to platforms. But the players can only jump 3 times each before they go to sleep. While one is asleep they can do nothing, while the other player can go to the sleeping player. Restoring their number of jumps!
The project was made by myself and the Winteractive team. It allowed us to explore having a Mediator pattern architecture in our Unity project. And a chance to have some fun while doing it.
My contribution to the project was:
Setting up the Mediator structure.
Setting up Git to have submodules. One for the main project and one for Wwise
Setting up Player inputs, using Unity Input System package
Created the Charged Jump.
Creating the Repair Zone, for players to repair each other. Giving them their jump countback.
Creating goals for players to reach.