Skip to content

Instantly share code, notes, and snippets.

@jrgifford
Created April 2, 2011 18:39
Show Gist options
  • Save jrgifford/899744 to your computer and use it in GitHub Desktop.
Save jrgifford/899744 to your computer and use it in GitHub Desktop.
print "Welcome to Facepalm! How epik is the fail, on a scale of 1-5, with 1 being a small fail, and 5 being 'EFFING HUGE!'?"
STDOUT.flush
value = gets.to_i
if value == 1
puts "Dude,seriously? If you're going to fail, please faile. *facepalm*."
elsif value == 2
puts "Dude...?? *facepalm*"
elsif value == 3
puts "DUDE. HOW COUlD YOU? *HEADDESK*"
elsif value == 4
puts "................... NOOOOOOO!"
elsif value == 5
puts "........................................... DUDE. *jumps off a cliff*"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment