Play text art animations in your terminal! This package includes several pre-made animations like fireworks and a cozy fireplace.
gcc -o firew0rks main.c
./firew0rks [folder] [loops]
Parameters (all optional):
[folder]
: Folder containing text art frames (numbered 0.txt, 1.txt, etc.). Defaults to 'fireworks'[loops]
: Number of times to loop the animation (-1 for infinite)
Play the fireworks animation with custom loops:
./firew0rks fireworks 3
Enjoy a cozy fireplace forever:
./firew0rks fireplace 3
- Create a new folder for your animation
- Add text art frames as numbered .txt files (0.txt, 1.txt, 2.txt, etc.)
- Run firew0rks with your folder name
This project is a C port of firew0rks by addyosmani. Thank you for the inspiration and the amazing ASCII art animations!
MIT