Reliance Animation Academy

Master Program in Game Design & Development

A hands-on program that teaches students how to conceptualize, design, and develop engaging video games using the latest tools and technologies.

Content:

This course provides students with the technical and creative knowledge to build console, PC, and mobile games. The program covers the fundamentals of game mechanics, level design, coding, and 3D asset creation.

Key Modules:

  • Game Development Fundamentals
  • 3D Modeling & Asset Creation
  • Unity & Unreal Engine Game Development
  • Game Programming with C#
  • Artificial Intelligence (AI) in Games
  • User Experience (UX) & Game Testing

Graduates of this program will be ready to work as game designers, developers, and 3D artists in the gaming and entertainment industries.

Request Callback

// Run the script when the DOM is fully loaded document.addEventListener('DOMContentLoaded', function () { // Select all input fields of type 'tel' const numberInputs = document.querySelectorAll('input[type="tel"]'); // Remove non-digit characters from the input numberInputs.forEach(function(input) { input.addEventListener('input', function() { // Replace anything that is not a digit with an empty string this.value = this.value.replace(/\D/g, ''); }); }); // Limit the number of digits to 15 numberInputs.forEach(function(input) { input.addEventListener('input', function() { // Trim the value to 15 digits if it exceeds the limit if (this.value.length > 15) { this.value = this.value.slice(0, 15); } }); }); });

Our team will contact you soon.

Schedule A Free Orientation Session