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

Block or report GMchris

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  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
    }