Skip to content
View ReydVires's full-sized avatar
⚔️
Code-Knight
⚔️
Code-Knight
  • Jakarta
Block or Report

Block or report ReydVires

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. the-rounds-game the-rounds-game Public

    Casual game from Tokopedia Gamejam 2021

    TypeScript

  2. phaser3-cordova phaser3-cordova Public template

    Phaser 3 to Android with Cordova CLI

    JavaScript 16 4

  3. How To Create VirtualJoystick with P... How To Create VirtualJoystick with Phaser 3
    1
    export class VirtualJoystick extends Phaser.GameObjects.Sprite {
    2
        constructor(scene, x, y, {texture, container, controlled}) {
    3
            super(scene, x, y, container);
    4
            scene.add.existing(this);
    5
    
                  
  4. PhaserUIComponent-project PhaserUIComponent-project Public

    Phaser 3 UI Component Framework Template Project

    TypeScript 2

  5. meteorium-defold meteorium-defold Public

    From Gemastik to beyond, a Spacecraft that crave to survive from raining meteor.

    Go

  6. wrap-assert wrap-assert Public

    This package will take wrap the assert console for mini test

    JavaScript