Skip to content
View GMchris's full-sized avatar
😎
😎
  • Bulgaria
Block or Report

Block or report GMchris

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

    A game about misunderstood monsters

    JavaScript

  2. ClickCraft ClickCraft Public

    Clicking game with clicks

    JavaScript

  3. Kingdom Kingdom Public

    A game in which you survive the harsh conditions of the digital medieval world

    JavaScript

  4. Sass mixins to easily generate react... Sass mixins to easily generate react-transition-group classes
    1
    @mixin list($map) {
    2
      @each $key, $value in $map {
    3
        #{$key}: $value;
    4
      }
    5
    }