Group project: Super Galaxy Rugby
At the end of my second year, we were tasked with creating a couch co-op game in Unreal Engine as part of a team of five — three artists and two programmers (myself included). We decided to develop a unique 2v2 rugby match set in space, where two teams battle it out: one consisting of invaders and the other of natives. The game mechanics were implemented primarily in C++, while our technical artists utilized Unreal’s Blueprints to create additional features, all based on C++ base classes for consistent functionality.
Key Features: Passing the Ball: Players can pass the ball to their teammates, and the catch is automatic unless an enemy player intercepts it.
Throwing the Ball: The ball can be thrown with a charge-up mechanic, where the player is slowed down while charging the throw, adding a layer of strategy and timing to gameplay.
Individual Abilities:
Smaller Player Variants: These players are quicker and can perform a dash move, allowing them to evade opponents more easily. Larger Player Variants: Bulkier characters can use their size to knock opponents out of the way by dashing into them, causing them to drop the ball. Bumper Pads: To prevent one team from snowballing the game, losing teams are provided with bumper pads on the side. These pads deflect incoming shots, giving the losing team a fighting chance and promoting balanced gameplay.
Gravity Fields: Gravity fields appear on the map and act as portals, pulling the ball towards them and sending it with the same velocity to the opposite side, offering opportunities for quick passes or surprise goals.
This project gave me valuable experience working on both game mechanics and collaboration within a multidisciplinary team. I had the chance to apply my skills in C++ to create complex gameplay features, while also learning from the artistic contributions of my teammates to bring the game to life.