Advertisement
Guest User

Untitled

a guest
Dec 12th, 2016
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.19 KB | None | 0 0
  1. p=0
  2. loop{system'clear'
  3. [' '*12+'**  ', ' '*8+'****    ','     *****      ','   **   **      ',' **      **     ','*          *****'].map{|i|puts ((i*5)[16-p..-1]+i)[0,80]}
  4. p=-~p%16
  5. sleep 0.1}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement