8000 GitHub - VadimTotok/firew0rks: Fireworks in your terminal 🎆
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

VadimTotok/firew0rks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

firew0rks

Play text art animations in your terminal! This package includes several pre-made animations like fireworks and a cozy fireplace.

Eowzf_jWMAAk43x

Compile the program

gcc -o firew0rks main.c

Usage

./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)

Examples

Play the fireworks animation with custom loops:

./firew0rks fireworks 3

Enjoy a cozy fireplace forever:

./firew0rks fireplace 3

Creating Your Own Animations

  1. Create a new folder for your animation
  2. Add text art frames as numbered .txt files (0.txt, 1.txt, 2.txt, etc.)
  3. Run firew0rks with your folder name

Acknowledgments

This project is a C port of firew0rks by addyosmani. Thank you for the inspiration and the amazing ASCII art animations!

License

MIT

About

Fireworks in your terminal 🎆

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 100.0%
0