https://github.com/axyl1410/firew0rks
Fireworks in your terminal(JavaVerison) 🎆
https://github.com/axyl1410/firew0rks
ascii-fireworks fireworks fireworks-animation java terminal
Last synced: 3 months ago
JSON representation
Fireworks in your terminal(JavaVerison) 🎆
- Host: GitHub
- URL: https://github.com/axyl1410/firew0rks
- Owner: Axyl1410
- License: mit
- Created: 2025-01-04T03:48:41.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-01-05T09:08:19.000Z (9 months ago)
- Last Synced: 2025-02-07T17:38:38.442Z (8 months ago)
- Topics: ascii-fireworks, fireworks, fireworks-animation, java, terminal
- Language: Java
- Homepage:
- Size: 1.78 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# firew0rks
Play text art animations in your terminal! This package includes several pre-made animations like fireworks and a cozy fireplace.

## Installation
```bash
git clone https://github.com/Axyl1410/firew0rks
```## Usage
first you need to compile with ```javac``` (Java Compiler)```bash
javac fireworks.java
```
syntax
```bash
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):
```bash
java fireworks
```Play the fireworks animation with custom loops:
```bash
java fireworks fireworks 3
```Enjoy a cozy fireplace forever:
```bash
java fireworks fireplace -1
```## Acknowledgments
This project is a Java version of [text_art_animations](https://github.com/rvizzz/text_art_animations) by [rvizzz](https://github.com/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](https://opensource.org/licenses/MIT).