Skip to content
View Farid357's full-sized avatar
🏠
Working from home
🏠
Working from home
  • Russia, Ekaterinburg

Block or report Farid357

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Farid357/README.md

About me

I'm Farid - Unity Game Developer, Strict OOP Researcher

Skills

Unity  

Statistics

Farid's stats GitHub Streak Top Langs

Contacts

Telegram Discord

Pinned Loading

  1. Humans-vs-Aliens Humans-vs-Aliens Public

    Gladiator online fight with Photon

    C# 8

  2. Save-System Save-System Public

    Save System library for Unity

    C# 4 1

  3. Console-Game Console-Game Public

    Researching project for making games with only strict OOP

    C# 5

  4. ECS-Shooter ECS-Shooter Public

    Shooter with ECS approach

    C# 2

  5. 2048 2048 Public

    Copy of the original game with OOP design

    C# 3

  6. OOP Game Composition OOP Game Composition
    1
    using System.Collections.Generic;
    2
    using System.Drawing;
    3
    using System.Linq;
    4
    using System.Numerics;
    5
    using ConsoleGame.Physics;