Skip to content

Instantly share code, notes, and snippets.

@danwagnerco
Created July 31, 2015 02:16
Show Gist options
  • Save danwagnerco/01df082282af92b9da88 to your computer and use it in GitHub Desktop.
Save danwagnerco/01df082282af92b9da88 to your computer and use it in GitHub Desktop.
Short reproduction of a friend's twister emulator
def spinner
colors = ["Red", "Blue", "Yellow", "Green"]
appendages = ["Left Hand", "Right Hand", "Left Foot", "Right Foot"]
puts "Place your #{appendages.sample} on #{colors.sample}!"
end
spinner
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment