Skip to content

Instantly share code, notes, and snippets.

@cultureulterior
Last active January 4, 2016 13:09
Show Gist options
  • Save cultureulterior/8626168 to your computer and use it in GitHub Desktop.
Save cultureulterior/8626168 to your computer and use it in GitHub Desktop.
#wavey
loop {(0..8).each{|o| print ([%w{˥ ˦ ˧ ˨ ˩}]*100).each_with_index.map{|w,i| w[((i+o)%9-4).abs]}.join + ?\r;sleep 0.1}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment