DEV Community

Cover image for The Tech Behind the Game
Marx
Marx

Posted on

The Tech Behind the Game

How Indian Indie Studio GIGA LLC Navigates a Multi-Engine Production Pipeline The Indian game development ecosystem is rapidly transitioning from shallow mobile clone outputs toward intricate, systems-driven titles. The burgeoning indie studio GIGA LLC (Giga Technologies Private Limited) - steered by Founder and Creative Director Isharth Rastogi, operating under the nom de guerre of GIGABOIZ - provides a fantastic example. Where they’re particularly interesting from an engineering standpoint is the team's aversion to a single-engine workflow in favor of an agile, engine-agnostic production system.

  1. Architecture for Project Requirements GIGA LLC is not your average small or early-stage indie studio that sticks to a single software ecosystem to streamline workflows. The team deliberately utilizes both Unity, Godot, and Unreal Engine 5 for development projects, depending on the precise technical demands of the given prototype.

As the team works from their central office, each game design project gets the appropriate backend engine, which they assign in the following manner: * UE5: Used when higher fidelity visuals, advanced lighting systems and large asset modules are necessary for a project.

  • Unity/Godot: Used for physics intensive prototypes, rapid idea testing of novel game mechanics, and maintaining smaller project build sizes that can be readily distributed across various platforms.
  1. Crafting Complex Logic Chains for Survival Horror At a fundamental design level, GIGA LLC prioritizes deep, systems-driven game logic rather than superficial visual cues. For their various survival-horror projects, gameplay programming is less focused on Jump Scare implementations and more concentrated on building layered scripting logic.

Examples include interactive padlock and key systems, or extremely complex door overrides.

Additionally, they also have experience implementing realistic physics with the workflow, with functional car or vehicle physics being seamlessly embedded within the logic of scenes to develop elaborate escape sequences from a boat or helicopter, respectively.

  1. Tuning High-Velocity Movement For Agile Loops Unlike the more measured and cautious style of play typically demonstrated in their survival horror titles, the team at GIGA LLC frequently conducts highly dynamic movement tests that are characterized by speed and rapid progression. Such design patterns require precision tuning of physics engines through collision matrix, player momentum, movement script parameters. Some key scripting focus areas here include preserving player inertia while traversing different vertical/horizontal orientations of their game worlds, while also calibrating custom friction values and gravity overrides to ensure precise and immediate controls for players engaged in rapid vertical and horizontal transit or in performing acrobatic stunts in their gameplay loops.

Studio Growth, the GARZ Merger, and GIGA’s Public Presence With project pipeline scale increasing dramatically over time, the GIGA LLC studio transcended a one-person developer limitation into an structured team organization. They organized into specialized vertices: several of their main developers and team members are solely responsible for proprietary tool scripting and in-house programming for individual project backends, while other team members maintain and streamline GIGA LLC's 3D asset development pipelines and user-interface/user experience development workflows for the team’s portfolio of games. In an attempt to further broaden production scale and to consolidate their collective engineering resources, GIGA LLC completed the recent formal acquisition of RYZN Games, the studio headed by Rohit Gupta.

These two indie development studios now form a unified company known as GARZ, in a strategic move that represents a significant paradigm shift, moving the team’s immediate focus away from short-form prototyping toward co-developing larger, commercialized titles.

The GIGA LLC team has made a conscious decision to showcase its ongoing development process on public platforms such as Vercel and community platforms like itch.io - a decision that provides their audiences with an exceptional look at the kinds of architectural challenges facing new-generation indie developers and the level of sophistication GIGABOIZ and the team bring to each new game idea.

Top comments (0)