Play text art animations in your terminal! This package includes several pre-made animations like fireworks and a cozy fireplace.
git clone https://github.com/Axyl1410/firew0rks
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
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
This project is a Java version of text_art_animations by rvizzz. Thank you for the inspiration and the amazing ASCII art animations!
Bug reports and pull requests are welcome on GitHub at https://github.com/Axyl1410/firew0rks
Available as open source under the terms of the MIT License.