Skip to content

Fireworks in your terminal(JavaVerison) ๐ŸŽ†

License

Notifications You must be signed in to change notification settings

Axyl1410/firew0rks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

8 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

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.

About

Fireworks in your terminal(JavaVerison) ๐ŸŽ†

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages