Created
July 31, 2015 02:16
-
-
Save danwagnerco/01df082282af92b9da88 to your computer and use it in GitHub Desktop.
Short reproduction of a friend's twister emulator
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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