Skip to content

Latest commit

 

History

History
54 lines (38 loc) · 1.37 KB

README.md

File metadata and controls

54 lines (38 loc) · 1.37 KB

firew0rks

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

Eowzf_jWMAAk43x

Installation

git clone https://github.com/Axyl1410/firew0rks

Usage

first you need to compile with javac (Java Compiler)

javac fireworks.java

syntax

java fireworks [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). Defaults to 20

Examples

Run with defaults (fireworks animation, 20 loops):

java fireworks

Play the fireworks animation with custom loops:

java fireworks fireworks 3

Enjoy a cozy fireplace forever:

java fireworks fireplace -1

Acknowledgments

This project is a Java version of text_art_animations by rvizzz. Thank you for the inspiration and the amazing ASCII art animations!

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/Axyl1410/firew0rks

License

Available as open source under the terms of the MIT License.