Skip to content
View elliot-winch's full-sized avatar
⚜️
⚜️

Block or report elliot-winch

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. dissertation dissertation Public

    Python 1

  2. Magnum-Opus Magnum-Opus Public

    Magnum Opus, an original card game for iOS

    Swift 1 1

  3. GameOfDrones GameOfDrones Public

    A hybrid Tower Defense / First Person Shooter in VR!

    C#

  4. shelter shelter Public

    A game made for https://itch.io/jam/doomsday-game-jam

    ShaderLab

  5. State Machine for C# State Machine for C#
    1
    using System;
    2
    using System.Linq;
    3
    
                  
    4
    /// <summary>
    5
    /// A state is a description of the status of a system.
  6. Topics for Unity - An Implementation... Topics for Unity - An Implementation of the Publisher/Subscriber Pattern
    1
    using System;
    2
    
                  
    3
    /// <summary>
    4
    /// A topic allows for subscribers to watch a value as it changes and publishers
    5
    /// to change a value without being concerned who is watching. In other words, they