iT邦幫忙

個人背景

專業簡介擅長的技術、參加過的技術活動、製作的成品、參與的專案

public class IndieGameDeveloper
{
    public string[] Skills =
    {
        "3D Modeling",
        "Texturing",
        "Rigging & Animation",
        "VFX",
        "Unity",
        "Unreal Engine"
    };

    public string CareerGoal =
        "Become a full-stack indie game developer.";

    public void LearnProgramming()
    {
        Console.WriteLine("Start learning programming to build complete games independently.");
    }
}