Skip to content
View HilalDzakwan's full-sized avatar
Block or Report

Block or report HilalDzakwan

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

Popular repositories

  1. Uas_Algo Uas_Algo Public

    public void act() { checkKey(); } public void checkKey(){ if (Greenfoot.isKeyDown("W")) { setLocation(getX(), getY()-2); } if (Greenfoot.isKeyDown("S")) { setLocation(getX(), getY()+2); } if (Green…

  2. HilalDzakwan HilalDzakwan Public

    Config files for my GitHub profile.

  3. Uas_Algoritma Uas_Algoritma Public

  4. Uas_Algoritma1 Uas_Algoritma1 Public

    { checkKey(); } public void checkKey(){ if (Greenfoot.isKeyDown("W")) { setLocation(getX(), getY()-2); } if (Greenfoot.isKeyDown("S")) { setLocation(getX(), getY()+2); } if (Greenfoot.isKeyDown("A"…

  5. UAS_Algoritma2 UAS_Algoritma2 Public

  6. UAS_Algoritma1A UAS_Algoritma1A Public