Skip to content

Instantly share code, notes, and snippets.

@AJFaraday
Created August 29, 2018 21:19
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/808c86eb544d9efaf94a30efc91bdfaf to your computer and use it in GitHub Desktop.
Save AJFaraday/808c86eb544d9efaf94a30efc91bdfaf to your computer and use it in GitHub Desktop.
All towards
if ((api.turn() % 2) == 0) {
api.towardsY();
} else {
api.towardsX();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment