Skip to content

Instantly share code, notes, and snippets.

@AJFaraday
Last active August 29, 2018 20:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AJFaraday/b16df33acb0f0c7830d2ca2d656f80be to your computer and use it in GitHub Desktop.
Save AJFaraday/b16df33acb0f0c7830d2ca2d656f80be to your computer and use it in GitHub Desktop.
Random Bot
directions = ['towardsY', 'towardsX', 'awayY', 'awayX'];
dir = Math.floor(Math.random() * 4);
api[directions[dir]]();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment