I am Game Developer at Zynga graduated from Hacettepe University in 2019. Currently pursuing a Master's degree in Computer Animation and Game Technologies.Love developing random gameplay mechanics, shaders, or any game-related stuff for fun.
Dictionary<string, string[]> bugra = new Dictionary<string, string[]>()
{
{ "pronouns", new [] { "He", "Him" } },
{ "programmingLanguages", new [] { "C#", "C++", "Java", "Python" } },
{ "frameworksTools", new [] { "Unity", "Git", "Fork", "Jira", "ClickUp" } },
{ "askMeAbout", new [] { "game_development", "shader_development", "competitive_programming" } },
{ "interests", new [] {"game_development", "shader_development", "physics_in_game_development", "dynamic_programming" } },
{ "favouriteGames", new [] {"God Of War", "The Last Of Us", "Hades", "iRacing", "Portal", "Superliminal", "Mount and Blade" } },
{ "education", new []{ "BSc, CS Hacettepe", "MSc, CG Hacettepe" } },
};