Skip to content
View mullinb's full-sized avatar
Block or Report

Block or report mullinb

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. complete-type.ts complete-type.ts
    1
    type Nullable<T> = T | null;
    2
    
                  
    3
    type KeyInUnion<Z, T> = Z extends any
    4
      ? T extends keyof Z
    5
        ? Z[T]
  2. gatsby-ts-apollo-starter gatsby-ts-apollo-starter Public

    Gatsby Starter configured with almost all the latest TypeScript and Apollo packages

    CSS

  3. ZombieSmash ZombieSmash Public

    Final project at SPICED Academy. Made using Unity Editor, a 3D online multiplayer game featuring third-person controls, running in the browser, served by an Ubuntu instance hosted on Amazon EC2.

    ASP 1

  4. ConnectFour-TheFinalEpisode ConnectFour-TheFinalEpisode Public

    A fully-featured two-player browser game with optional computer opponent. What began as a class assignment with a number of suggested optional bonus features grew into a flashy, thematically-focuse…

    JavaScript 1

  5. IdleMinerMockup IdleMinerMockup Public

    This, my latest project, is demo mockup of a hugely popular android/iOS mobile game, made as an exercise in the Unity Editor. Available in this repository are the assets from that demo, including a…

    C# 15 1

  6. Spaceflight Spaceflight Public

    Basic browser implementation of first-person shooter controls in 3D space, with a physics-based projectile and animated firing motion.

    JavaScript 3