Hacker News new | ask | show | jobs
Scrolling ASCII Art Music Video (youtube.com)
2 points by AlSweigart 755 days ago
1 comments

"Scroll art" is procedural generated ASCII art that fills the terminal and causes the text to move up, producing an animated effect. Once text is printed, it can't be erased. The window can only scroll up. I made these as a series of programming projects for beginners that can be done in any language and doesn't require installing additional libraries. You only need print and loops and random numbers. A collection of scroll art is online at [https://scrollart.org](https://scrollart.org)