-
Freelancer
- Berlin, DE
- linkedin.com/in/brianemullin/
Pinned Loading
-
complete-type.ts
complete-type.ts 1type Nullable<T> = T | null;
23type KeyInUnion<Z, T> = Z extends any
4? T extends keyof Z
5? Z[T]
-
gatsby-ts-apollo-starter
gatsby-ts-apollo-starter PublicGatsby Starter configured with almost all the latest TypeScript and Apollo packages
CSS
-
ZombieSmash
ZombieSmash PublicFinal 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.
-
ConnectFour-TheFinalEpisode
ConnectFour-TheFinalEpisode PublicA 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
-
IdleMinerMockup
IdleMinerMockup PublicThis, 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…
-
Spaceflight
Spaceflight PublicBasic browser implementation of first-person shooter controls in 3D space, with a physics-based projectile and animated firing motion.
JavaScript 3
If the problem persists, check the GitHub status page or contact support.