Skip to content
View g-hi3's full-sized avatar

Block or report g-hi3

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

Pinned Loading

  1. Ad-Venn-ture Ad-Venn-ture Public

    Ad-Venn-ture is a game made for the GMTK Game Jam 2021 using the Unity Engine

    C#

  2. Combo-System-Test Combo-System-Test Public

    Mini-Project to rewrite a working combo system

    C#

  3. seam-carving seam-carving Public

    Seam Carving project in the Kotlin course on hyperskill.org

    Kotlin

  4. simple-search-engine simple-search-engine Public

    "Simple Search Engine" course using Kotlin via JetBrains Academy (hyperskill.org)

    HTML

  5. tank-game tank-game Public

    Tank Game based on the Tanks Minigame in Wii Play

    C#

  6. Unity Component that generates a cir... Unity Component that generates a circle section mesh with reasonable accuracy
    1
    using System;
    2
    using System.Linq;
    3
    using UnityEngine;
    4
    
                  
    5
    public class MeshGenerator : MonoBehaviour