SHARE
TWEET

Untitled




Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- move();
- turnLeft();
- move();
- move();
- move();
- collectCoins();
- move();
- turnRight();
- move();
- move();
- turnRight();
- move();
- collectCoins();
- move();
- turnLeft();
- move();
- move();
- turnLeft();
- move();
- collectCoins();
- move();
- turnRight();
- move();
- move();
- turnRight();
- move();
- collectCoins();
- move();
- move();
- move();
- turnLeft();
- function collectCoins(){
- takeBall();
- takeBall();
- }
- function turnRight(){
- turnLeft();
- turnLeft();
- turnLeft();
- }
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy.