Skip to content

MasterZ0/MasterZ0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 

Repository files navigation

Summary

Game Developer who has been working with Programming with Unity C# and Unreal Engine C++ as my main technologies.

I bring significant experience in software analysis and development, code review, planning projects and tasks, organising work environments and documentation, coordinating teams, managing deployment, training and mentor developers.

About me

/// <summary> A little about me </summary>
public class MasterZ : Human, IGameDev
{
   public ProfessionalDefinition Definition { get; }
   
   public MasterZ()
   {
       Definition = new()
       {
           name = "André Felipe Siqueira",
           role = "Game Developer",
           since = 2019
           mainTechnologies = new List<Technology> 
           { 
               new CSharp(),
               new Unity(),
               new CPlusPlus(),
               new UnrealEngine()
           }
       };
   }
}

Personal Projects

About

My personal repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors