Skip to content
View Seyvan32's full-sized avatar
๐ŸŽฏ
Focusing
๐ŸŽฏ
Focusing

Block or report Seyvan32

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please donโ€™t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
Seyvan32/README.md

Typing SVG


๐ŸŽฎ About Me

public class GameDeveloper : Human, IDeveloper
{
    public string Name { get; } = "Seywan Jahani";
    public string Location { get; } = "Mashhad, IR";
    public int YearsOfExperience { get; } = 3.5;
    
    public string[] Roles { get; } = new string[]
    {
        "Mid-Level Game Developer",
        "VR Specialist"
    };
    
    public string CurrentFocus { get; } = "Building next-gen VR experiences";
    
    public Dictionary<string, string[]> Expertise => new()
    {
        ["Languages"] = new[] { "C#", "C++", "TypeScript", "Python" },
        ["Engines"] = new[] { "Unity", "Unreal Engine 5", "CocosCreator" },
        ["VR/AR"] = new[] { "Meta Quest", "WebGL" },
        ["Specializations"] = new[] { "Physics Systems", "AI", "Multiplayer" }
    };
    
    public void GetMotivation() => Console.WriteLine("Creating worlds people escape into! ๐Ÿš€");
}

Coding

๐ŸŽฎ Game Engines & Platforms

๐Ÿ’ป Programming Languages

๐Ÿฅฝ VR/AR Technologies

๐Ÿ”ง Tools & Software

<

"The best games are created when passionate developers come together."

๐Ÿ’ผ Open for: Game Dev Collaborations โ€ข VR Projects โ€ข Consulting โ€ข Speaking Engagements

๐Ÿ“ง Email: seyvanjahani@gmail.com | ๐ŸŒ Portfolio: seywanjahani.dev

```

Popular repositories Loading

  1. StrategicGlobe StrategicGlobe Public

    strategic game - binary brigade

    ShaderLab

  2. TowerSiege-test TowerSiege-test Public

    C++

  3. test-ActionRogueLike test-ActionRogueLike Public

    C++

  4. rock-rock-scissor-testproject rock-rock-scissor-testproject Public

    simple game in Unity

    C#

  5. kids-room kids-room Public

    ShaderLab

  6. Seyvan32 Seyvan32 Public