Participate in the Nugget Cup a large and fierce tournament between pinguins from the 4 corners of the galaxy !! 
Take control of the arena by entering the igloo at the center, eat as much sardines as possible, throw your opponents of the arena, anything goes in order to win it all !!

The big project of the 3rd year, a local multiplayer game, my favorite kind of game! My objective here was to lead the development team, to distribute tasks and to provide technical support to the Designers and Arts, who until then had never touched Git. I could also see during prototyping that the Game Designers were having trouble making levels, so I quickly developed a tool by “bypassing” the ProBuilder API, enabling them to iterate easily. A huge time-saver !

Release : January 2023
Period : 2 months
Platform : Unity - C#
Team Size : 13
   - 4 Game Designer
   - 4 Game Developer
   - 2 Game Artist
   - 3 Sound Designer

My Role : Lead Gameplay / Tools Programmer
   - Task distribution
   - Player Movement
   - Arena Movement
   - Level Generation Tool
   - Spawn Point Tool
   - Camera control
   - Level design ingredients
   - Art Integration
   - Gamefeel
   - Git Management
   - Build Distribution
Level Generation Tool
First, the tool initializes the scene so that the game can run. 
Then, using the Probuilder API via reflexion, my tool allows Game Designers to choose the number of circles and the size of each. Then, they can make holes for each circle to make the level more complex.
Iteration becomes very simple and enables rapid prototyping.
Spawn Point Tool
To let Designers choose where and what appears on the map, I've made a little tool that lets them choose the number of spawn points, and decide what will appear there, whether players or specific objects.
Arena Movement
After destroying the barrier, the player can enter the igloo to control the entire level
He can choose his circle and rotate it in any direction he wishes to knock the other players down and prevent them from pressing the buttons that will take him out of the igloo. 


Trailer Space Pingouin Arena 


Demo Space Pingouin Arena 

You may also like

Back to Top