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

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 Loading

  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 17 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. ball-pop ball-pop Public

    Forked from Arsyel/ball-pop

    TypeScript

  6. bubble-game bubble-game Public

    GGJ 2025 - Make me blub-blub - Made by Defold

    Lua