stillalive-tty running on cool-retro-term
This is a recreation of the Still Alive end credits from the original Portal game made in pure TTY and ANSI escape sequences.
It uses ffplay in the background to play the Still Alive track, which should be located at ./stillali.mp3
- g++ for building (although any C++ compiler should work)
- ffplay for playing the Still Alive track
- yt-dlp for downloading the track during build time
Clone this repository and run build.sh or build.bat depending on whether you're using Linux or Windows (for automatically downloading the music track, you need YT-DLP installed).
After that, simply run the built executable. This is built to run on a terminal window of at least 80 columns x 26 lines, any less you'll encounter formatting issues.