BINK!!
Team Name: Bonsai Beach
Team Size: 6
Date: September 2023 - April 2024
Engine: Unity
My Roles: Lead Programmer
Bink
Bink is a 2D arcade style game developed in Unity where you jump to node to node earning points and avoiding hazards with a focus on player satisfaction and replayability.
Rotation Script
This is the script for the player’s rotation. It is designed to move towards the nearest diagonal angle automatically, and snaps to said direction if the forced cardinal directions modifier is toggled on.
Vanishing Nodes
The vanishing nodes I designed are obstacles that blink into and out of reality with each of the players jumps from node to node. The goal is to get the players to think about their next choices carefully.
Input Buffering
The following code was designed so that the player can still turn and move to new nodes even while it is still moving towards it’s current target.