Skip to content

Instantly share code, notes, and snippets.

@Core-commits
Created June 19, 2020 14:22
Show Gist options
  • Save Core-commits/dc738041f60969c1b2290698b8bd5aa9 to your computer and use it in GitHub Desktop.
Save Core-commits/dc738041f60969c1b2290698b8bd5aa9 to your computer and use it in GitHub Desktop.
Bot
let Bot = new Bot("BotName")
let outfit = new Outfit(Bot)
.body("#fcfffd")//Bodycolours of the bot in hex
.torso("#fcfffd")
.rightLeg("#00ff55")
.leftLeg("#00ff55")
Game.newBot(Bot)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment