Wonky Wipeout


About

Wonky Wipout is a 3D platformer inspired by the TV show: Wipeout. This project was made over 36 hours during the Global Game Jam 2024.

Project Info

  • Role: Game Programmer
  • Team Size: 6
  • Project Duration: 36 hours
  • Engine: Unity C#
  • Completion Date: 22nd of January 2024

My contributions


Wall Pistons


Around the 20-hour mark, I noticed that we hadn't introduced any significant obstacles into the game yet. To add a simple challenge, I created a piston wall feature.

View script

Character select


We needed the ability to select from multiple characters. Due to time constraints, I prioritized speed over scalability to ensure we could get the functionality working within the project's timeframe.

View script

features I also made

  • Animation assignment
  • Local multiplayer, sadly I needed to give up on this due to time constraints
  • Player movement
  • Camera

View project on GitHub

What I learned from this project

During this project I realized that I need to work on the ability to guess how long I would spend on creating something. In the end we did not have time to do some things that we wanted due to the time limit, causing the game not to feel complete.