Popular repositories Loading
-
Uas_Algo
Uas_Algo Publicpublic void act() { checkKey(); } public void checkKey(){ if (Greenfoot.isKeyDown("W")) { setLocation(getX(), getY()-2); } if (Greenfoot.isKeyDown("S")) { setLocation(getX(), getY()+2); } if (Green…
-
-
-
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"…
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.