• Tuxedo Tycoon

    Tuxedo Tycoon

    Genre:

    Tycoon

    Engine:

    Godot 3

    My Role:

    Programming Lead

    In this game, you have to manage a restaurant-island for penguins. You can expand by buying new food stalls, upgrading them, and cooking in them before you let other penguins cook the food for you.

    This was my first major game project, on which I spent hundreds of hours. We created the game in Godot 3 and programmed everything in C#. I implemented most of the essential parts of the game loop, such as the food stalls and their upgrade system, the decoration system, the penguin spawn and navigation logic, the stats system, and more.

    The biggest challenge with this project was that it’s a mobile game. In 2023, the mobile support for the .NET version of Godot 3 had a lot of room for improvement. This was most noticeable in the rendering, with shaders rendering pitch black or artifacts appearing everywhere. It took a lot of tweaking of the settings to get the game to a somewhat satisfying result.