Skip to content
View kristian001831's full-sized avatar
🎮
Focusing
🎮
Focusing
Block or Report

Block or report kristian001831

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

  1. AI_Zombie-Game-Unity AI_Zombie-Game-Unity Public

    A AI project for a ungraded SAE assignment, its a simple Zombie FPS with a simple AI behaiviour system.

    C#

  2. Swift-100Days-Learning Swift-100Days-Learning Public

    Swift

  3. kristian001831.github.io kristian001831.github.io Public

    This is my Portfolio website, made from HTML, CSS and JavaScript.

  4. Part of a Grapplinggun script for a ... Part of a Grapplinggun script for a Unity 3D game
    1
     public void FindSpot()
    2
        {
    3
            if (CanGrapplingGunUse == true)
    4
            {
    5
                if (Physics.Raycast(Cam.transform.position, Cam.transform.forward, out Hit, MaxDistance, CullingMask))